UBB.Dev
remove:

Code
code:

from ubb_lib_posting..

Simple. Although you could remove the whole check.
Works on all versions.

[ April 18, 2001 12:57 AM: Message edited by: MasterMind ]
HI

sorry for my silly question :rolleyes:

Where shoud i remove this ?

unless ($Moderator =~ /$this_user_number/) {$user_status = "$vars_misc{MemberTitle}";}

Is this Hack like the Co-Admin Hack of UBB5?

Greetings

TOC
uh,
you just take it out completly.
useful, thanks! tipsy
Nice job.
My Daddy always told me that the only stupid question is the one you don't ask. Does this work in UBB version 6.01?
Yes. smile
Works on 6.02 as well.
I removed that whole "mod check", otherwise it's just an empty call, eh?
works on 6.04 as well smile
simple but cool hack...or idealism or whatever you want to call it!
Thanks Mastermind. Now if I just had the Who's Online hack that works with UBB v. 6.04b........ wink
nice job !!!
Thanks man! I just installed it and it is great!
Well just to inform everyone this works fine on UBB6.04c.
Ah finally, my idea is used! smile
and ubb6.04d
great hack, i can use that on a fxp board.!!
Mastermind is there any other way to make a global mod? because i have jimbos hack installed and if i delete that line it will mess it up! soo is there any other way?
Actually no it wont mess it up. Just delete it.
ok this is before jimbos hack

unless ($Moderator =~ /$this_user_number/) {$user_status = "$vars_misc{MemberTitle}";}


this is after. are you sure i just delete this?

unless ($Moderator =~ /$this_user_number/) {
$user_status = &FixMod;
}
Well, I recent;y installed this hack when I suddenly noticed a freak accident. Members who used to Mod and were taken off the Mod lists show up as Mods in their titles. This comes from Jimbo's Custom Ranks most likely, but nonetheless, something that can't be overlooked. I simply deleted their names, Rebuilt Member Stats, and re-registered them. >=)
Quote
quote:
Yes Warlady, they both work fine...
In v6.10, I am not able to find the code you specify. I do find the following:

Code
code:

Any suggestions?

[ 11-10-2001: Message edited by: gezuvor ]
stupid queston don't ask, does it work in Version 6.1.3.0?
i have the same problem as gezuvor.

does anyone know what to do in this case?

[ 01-11-2002 10:13 PM: Message edited by: jujubee ]
heh, i found the answer to the problem i had...

just go ahead and delete, or block out with a # before each line...

quote:
# if moderator- only list as mod if actually a mod in this forumif (($user_status eq "$vars_misc{ModeratorTitle}") && $Moderator) { if ($Moderator =~ /$this_user_number/) { $user_status = "$vars_misc{ModeratorTitle}"; } else { $user_status = "$vars_misc{MemberTitle}"; }} elsif(($user_status eq "$vars_misc{ModeratorTitle}") && !$Moderator) { $user_status = "$vars_misc{MemberTitle}";} # end mod check


everything in between mod check. just get rid of it.
it works for version 6.1.3.0, which is what i have.

so try blocking it out. dont forget to make backups..
© UBB.Developers