vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Not Moderated Text (https://vborg.vbsupport.ru/showthread.php?t=46660)

assassingod 12-13-2002 10:00 PM

Not Moderated Text
 
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/attachmen...&postid=330769

Download: https://vborg.vbsupport.ru/attachmen...&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

mx3 07-15-2003 03:33 AM

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

Quote:

Originally Posted by liquidblaze
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

Quote:

Originally Posted by liquidblaze
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:
PHP Code:

        if ( !isset($forum['moderators']) ) {
         
$forum['moderators'] = ' ';
        } 

Replace with
PHP Code:

        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.


All times are GMT. The time now is 04:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01025 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete