View Full Version : Not Moderated Text
assassingod
12-13-2002, 10:00 PM
Woo, second hack
Not Moderated Text
Author: assassingod
Description: If you have a forum that has no-one moderating it, then this hack will add text saying its not moderated.
Screenshots:
https://vborg.vbsupport.ru/attachment.php?s=&postid=330769
Download: https://vborg.vbsupport.ru/attachment.php?s=&postid=330768
assassingod
12-14-2002, 10:45 AM
Non moderated forum
Graphics
12-14-2002, 11:25 AM
Looks pretty cool! Nice addition! :) I'll install later.
Dean C
12-14-2002, 11:29 AM
Haha what a nice simple hack :)
- miSt
assassingod
12-14-2002, 11:48 AM
Thanks:D I guess looking through the whole code of forumdisplay.php is beneficial:p
Dean C
12-14-2002, 12:11 PM
Hehe reading code is the best way to learn it :)
- miSt
assassingod
12-14-2002, 07:26 PM
Yeah, but the code is too long:p
Dean C
12-14-2002, 08:03 PM
Yea but its seperated out
todd.o.callen
02-05-2003, 06:44 PM
Devilishly simple, but the good ones usually are. I was looking for a way to do something like this.
Thanks!
assassingod
02-06-2003, 02:16 PM
No problem:D
Aww, i was gonna release this! I know this was an old hack, but i just coded my own version tonight (after doing a couple template mods of my own), they didn't look good if nothing showed. bleh, i should have searched here first (although it is very simple to do) :D
liquidblaze
10-07-2003, 06:19 PM
hmm i did all what the .txt file asked me to do .. well wasnt that much but it doesnt show up somehow - not after refreshing or whatever.. any hints?!
using 2.3.2
assassingod
10-07-2003, 06:33 PM
Haven't tested this on 2.3.2
You might of installed it incorrectly. Try uninstalling it and trying agian
liquidblaze
10-07-2003, 06:58 PM
while im sure that i always f*cked up the other installations, im sure that i didnt mess this one up unless there is more than just to replace 1 thing :)
liquidblaze
10-08-2003, 11:52 AM
ok great - the hack works .. partly - if i click on the forum that is not moderated, the top line (where the sitetitle and the name of the board appears) shows a not moderated text, but the main page does not...
any hints?
contact me via icq: 54499000 if you want.
assassingod
10-10-2003, 02:38 PM
ok great - the hack works .. partly - if i click on the forum that is not moderated, the top line (where the sitetitle and the name of the board appears) shows a not moderated text, but the main page does not...
any hints?
contact me via icq: 54499000 if you want.
This hack does not add that feature (Although it can be added quite easily)
assassingod
11-15-2003, 11:54 PM
ok great - the hack works .. partly - if i click on the forum that is not moderated, the top line (where the sitetitle and the name of the board appears) shows a not moderated text, but the main page does not...
any hints?
contact me via icq: 54499000 if you want.For this to be displayed on forumhome:
Open index.php and find:
if ( !isset($forum['moderators']) ) {
$forum['moderators'] = ' ';
}
Replace with
if ( !isset($forum['moderators']) ) {
$forum['moderators'] = 'Forum is not moderated';
}
liquidblaze
11-16-2003, 12:00 AM
you can do the change noted in the post above to forumdisplay.php too so if you click on a category the text "not moderated" will also show up there.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.