vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   change color of admin posts (https://vborg.vbsupport.ru/showthread.php?t=196613)

ibeteck 03-04-2009 10:05 PM

One problem it changes the color for everyone

Lynne 03-04-2009 10:07 PM

It shouldn't if you have that condition in place. What usergroupid did you use in the condition?

ibeteck 03-04-2009 10:07 PM

i got it i was suppose to add a extra =

--------------- Added [DATE]1236211699[/DATE] at [TIME]1236211699[/TIME] ---------------

HTML Code:

<if condition="$post[usergroupid]==6">
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background-color: purple">
<else />
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
</if>




thank you very much for all your help. I'am very gratefull. with the post this other guy made i can change the top bar that has the time you posted the thread right?

Lynne 03-04-2009 10:11 PM

Whoops! That's what I get for copying stuff and not really looking at it!

ibeteck 03-04-2009 10:12 PM

now i just want to match the top bar with the color with the code you supplied. If its not much to ask.

if i want to add the same thing to another usegroup do i just add something like this
HTML Code:

<if condition="$post[usergroupid]==6""$post[usergroupid]==4">

Lynne 03-04-2009 10:21 PM

HTML Code:

<if condition="is_member_of($post[usergroupid], 4, 6)">

ibeteck 03-04-2009 11:59 PM

ok got it how about if I want group 6 to be X color and group 4 to be Y color.

Lynne 03-05-2009 03:07 AM

You could go:
HTML Code:

<if condition="$post[usergroupid]==6">
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background-color: purple">
<else />
<if condition="$post[usergroupid]==4">
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background-color: red">
<else />
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
</if>
</if>


ibeteck 03-05-2009 03:23 AM

i tried this code to add color to admins and mods text but everyones text turned into the color i chose.

HTML Code:


<!--message-->
<div>
<if condition="is_member_of($post[usergroupid], 6, 7)">
<div style="color:#CCCC66">
</if>
$post[message]
<if condition="is_member_of($post[usergroupid], 6, 7)">
</div>
</if>
</div>
<!--message-->


Lynne 03-05-2009 03:46 AM

When something doesn't work, you should post exactly what you did so we can see what went wrong. I have tried it on my forum and it works just fine. (And boy is purple very, very purple!)

Are you sure you have the correct usergroupids? (4 is usually the COPPA users)


All times are GMT. The time now is 02:07 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.01052 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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