vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How do I exempt admin (https://vborg.vbsupport.ru/showthread.php?t=34116)

chrisvonc 04-16-2004 04:47 PM

One last follow up, should this code be applied to the member.php as well?

I notice that I can set the image signature for admins and mods in the ACP, but if they (including myself, go into our profile through the UserCP and edit other info in the signature, the exempt doesnt work and resets the IMG tags to the replacement ***.

TECK 04-17-2004 07:17 PM

Quote:

Originally Posted by Xenon
in editpost.php and newreply.php search

$title=censortext($title);
$message=censortext($message);

and change it so

PHP Code:

if($bbuserinfo[usergroupid]!=6) {
  
$title=censortext($title);
  
$message=censortext($message);


in newthread.php search

$subject=censortext($subject);
$message=censortext($message);

an change it to
PHP Code:

if($bbuserinfo[usergroupid]!=6) {
  
$subject=censortext($subject);
  
$message=censortext($message);


this should work i think

Heh, you didn't add spaces between operators... :p
You are a rebel with VB3 coding rules? hihi... ;)

Boofo 04-17-2004 07:29 PM

You know how those Germans are, Floren. ;)

Xenon 04-18-2004 12:29 PM

hehe, that post is over 2 years old.
not even the vb devs followed the vb3 coding rules at that time :p


All times are GMT. The time now is 08:32 AM.

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.01009 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete