vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Only Admin/Mod can have signature (https://vborg.vbsupport.ru/showthread.php?t=42417)

Tok Muda 08-17-2002 07:18 PM

Only Admin/Mod can have signature
 
ive looked everywhere on this board to find it and I cant
does anyone know where i can get a hack that only allow
admin/mod to use it.

thanks.. :nervous:

Xenon 08-17-2002 11:37 PM

easiest way:

open admin/functions.php
find:
PHP Code:

if ($post[showsignature] and $allowsignatures and trim($post[signature])!="" and ($bbuserinfo[userid]==or $bbuserinfo[showsignatures])) {
            if (!isset(
$sigcache["$post[userid]"])) {
                
$post[signature]=bbcodeparse($post[signature],0,$allowsmilies);
                eval(
"\$post[signature] = \"".gettemplate("postbit_signature")."\";");
                
$sigcache["$post[userid]"] = $post[signature];
            } else {
                
$post[signature] = $sigcache["$post[userid]"];
            }
        } else {
            
$post[signature] = "";
        } 

and replace with this:
PHP Code:

if (($post[usergroupid]==or $post[usergroupid]==or $post[usergroupid]==7) and $post[showsignature] and $allowsignatures and trim($post[signature])!="" and ($bbuserinfo[userid]==or $bbuserinfo[showsignatures])) {
            if (!isset(
$sigcache["$post[userid]"])) {
                
$post[signature]=bbcodeparse($post[signature],0,$allowsmilies);
                eval(
"\$post[signature] = \"".gettemplate("postbit_signature")."\";");
                
$sigcache["$post[userid]"] = $post[signature];
            } else {
                
$post[signature] = $sigcache["$post[userid]"];
            }
        } else {
            
$post[signature] = "";
        } 


Tok Muda 08-18-2002 12:14 AM

:) hey it works..:D thanks Xenon i have a few questions tho'

1.how about a feature in usergroup "Can use Signature - Yes No"
can this be done?

2.does this feature will be in VB3?

thanks...:)

Xenon 08-18-2002 12:20 AM

1. yes, search through the requestforum, i have answered such a request in the last two weeks as i know ;)

2. perhaps, i think so.

Tok Muda 08-18-2002 01:06 AM

sorry xenon, i cant find it. i searched the request & full release forum, would you help me? :rolleyes:

this maybe stupid.. again, i tried to change only admin can
use signature with the code above, but it gave me an error.
how about only admin can have signature? :cross-eyed:

Smoothie 08-18-2002 02:04 AM

Its under the "Requests" Forum.

Xenon 08-18-2002 01:10 PM

only admin you have to remove " or $post[usergroupid]==5 or $post[usergroupid]==7"


https://vborg.vbsupport.ru/showthrea...ight=Signature

Tok Muda 08-18-2002 02:52 PM

i have removed the code above as you told me
but instead i got these error

Code:

Parse error: parse error, unexpected '{' in /home/bincang/public_html/forum/admin/functions.php on line 483
are there any different modifications Xenon?

*thanks for the link.. ;)

Xenon 08-20-2002 08:48 PM

count all ( and ) perhaps you have accidently deleted one


All times are GMT. The time now is 03:18 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.01055 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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