vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Change Moderated Post Color (https://vborg.vbsupport.ru/showthread.php?t=180850)

TroyTrojansFan 05-29-2008 01:00 AM

Change Moderated Post Color
 
Hi,
Does anyone know how to change the color of a moderated post? Instead of the default light blue color can it be changed to a different color?

I did a search but didn't find a related thread. Thank you in advance for any ideas on how to do this. :)

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

Oh boy, i must have asked a dumb question as no one wants to answer. LOL :D

Any help out there? It would be greatly appreciated. I tried looking in the styles area but did not see anything specifically for the moderated post color. :confused:

Nakadai 10-21-2008 08:46 AM

I could use some help on this one as well, any suggestions?

Dismounted 10-21-2008 08:53 AM

Moderated posts simply have a logo displayed in the corner - it still uses the standard postbit(_legacy) template.

Princeton 10-21-2008 11:08 AM

it's already available for you..

FIND in postbit template:
HTML Code:

    <if condition="$show['moderated']">
    <td class="alt2" id="td_post_$post[postid]">
    <else />
    <td class="alt1" id="td_post_$post[postid]">
    </if>

REPLACE with:
HTML Code:

    <if condition="$show['moderated']">
    <td class="ADD_NEW_CLASS" id="td_post_$post[postid]">
    <else />
    <td class="alt1" id="td_post_$post[postid]">
    </if>

replace ADD_NEW_CLASS with your own class

Lynne 10-21-2008 02:45 PM

I answered this question a few days ago - Moderating


All times are GMT. The time now is 08:31 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.01006 seconds
  • Memory Usage 1,719KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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