vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Stylvar for Moderated Post? (https://vborg.vbsupport.ru/showthread.php?t=258857)

kether1 02-14-2011 01:18 PM

Stylvar for Moderated Post?
 
Can someone tell me the name of the stylevar that controls the moderated post background color? Currently a post that is moderated appears the same as an unmoderated post. I would like to change the color to make it stand out for the mods. Thanks for your help.

Kether

Lynne 02-14-2011 10:45 PM

There is none. You'll have to edit the template and also add some CSS. In postbit(_legacy) find:
HTML Code:

<div class="postbody">
Change to:
HTML Code:

<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">
Then add some CSS to additional.css like:
HTML Code:

.postbitlegacy div.postbody.moderated {background: pink;}

kether1 02-15-2011 11:33 AM

Thank you, Lynne. You always come through for me. I appreciate your help so very much.

Kind regards,
Kether

boodog 03-21-2011 07:34 PM

This works beautifully. Thank you Lynne.

I might also add that I changed the default moderated_small.gif icon to a red square which makes it easier to spot where moderated posts are.

thisgeek 08-25-2011 10:58 AM

Thanks for this. Made it much easier to spot moderated posts while skimming a thread.

Mooff 08-25-2011 12:37 PM

Quote:

Originally Posted by boodog (Post 2175911)
This works beautifully. Thank you Lynne.

I might also add that I changed the default moderated_small.gif icon to a red square which makes it easier to spot where moderated posts are.

haha yeah, i changed that gif some years ago in the style i use to a 80px long colorful gif. :D

baghdad4ever 02-15-2012 09:40 AM

thanks lynne

it is work perfect

but i dont know why vbulletin doesnt add this stylevay to the system yet !!!

cjwinternet 06-30-2012 02:05 PM

Works great in 4.2, thanks.


All times are GMT. The time now is 09:40 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.01088 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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