vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Different Postbit for Mods/Admins (https://vborg.vbsupport.ru/showthread.php?t=41930)

squawell 08-06-2002 02:17 AM

thankz Xenon it works...:D

but only one problem....if u r administrator and use firefly

postbit_first hack it will cover the setting

can fix that?

Ryangel 08-06-2002 02:51 AM

Quote:

Originally posted by Xenon
change it to that:

PHP Code:

// do posts from ignored users
    
if (($ignore[$post[userid]] and $post[userid] != 0)) {
        eval(
"\$retval = \"".gettemplate("postbit_ignore")."\";");
    } else {
        if (
$post[usergroupid]==6) {
            eval(
"\$retval = \"".gettemplate("postbit_admin")."\";");
        }
        else{
            eval(
"\$retval = \"".gettemplate("postbit")."\";");
        }

    }
    return 
$retval;



Thanks!

edit: hmm just tried it out. Now it just uses postbit even the admin. I did as shown , also i made a template postbit_admin with changes.

Just browsed the db and saw that post doesnt have a usergroupid field. maybe thats why $post[usergroupid] does not work?

Ryangel 08-06-2002 03:16 AM

silly me.. i uploaded the wrong file :rolleyes:

*Ryangel is a friggin newb*

Xenon 08-06-2002 11:48 AM

@squawell: yes i know, it was planned so ;)

if you want to change it so the first post alwas looks different, no matter of admin or normaluser

you have to post the block where $templatename is defined and do the changes there more specific.

@Ryangel: ;)
You're half right, post doesn't have a usergroupid field, but a join query was executed with the user-table and so there is a $post[usergroupid] defined

squawell 08-06-2002 10:58 PM

Quote:

Originally posted by Xenon
@squawell: yes i know, it was planned so ;)

if you want to change it so the first post alwas looks different, no matter of admin or normaluser

you have to post the block where $templatename is defined and do the changes there more specific.

so Xenon how should i do can make both work??

thankz help.....

Xenon 08-07-2002 06:47 PM

in chens hack where $templatename is defined you have to add another if-clause if poste is an admin or not

i don'T know his hack but it'll look likle that:
PHP Code:

if(isfirstspost) {
  if(
$bbuserinfo[usergroupid]==6$templatename="adminfirstpostbit";
else 
$templatename="firstpostbit";
} else {
  if(
$bbuserinfo[usergroupid]==6$templatename="adminpostbit";
else 
$templatename="postbit";
  




All times are GMT. The time now is 06:27 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.01494 seconds
  • Memory Usage 1,736KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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