vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Make Sticky Threads Bold (https://vborg.vbsupport.ru/showthread.php?t=102890)

Mastar 12-14-2005 12:41 AM

to add red is this what I put?

'<color=red>' '<strong>' . $thread['threadtitle'] . '</strong>''</FONT>';

bigmonay2k 12-14-2005 01:59 AM

Quote:

Originally Posted by Paul M
Won't this make them look as though they are still unread, even after you have read them ??

good question

Mastar 12-14-2005 02:59 AM

Quote:

Originally Posted by bigmonay2k
good question


Not if you add color! That is what I'm trying to do.

Alan @ CIT 12-14-2005 05:54 AM

Paul M: It would indeed - the theory is that people will pay more attention to them then :)

Everyone else: thanks for the kind words / installs :)

tidy_boy 12-14-2005 06:38 AM

Cheers alan installed and working

michaelbenson 12-14-2005 12:00 PM

Quote:

Originally Posted by Paul M
Won't this make them look as though they are still unread, even after you have read them ??

This is how IPB works, and to be honest i prefer this method. Allocating more empasis to these important threads.

Mastar 12-14-2005 01:13 PM

Alan @ CIT, how do I make it red?

Alan @ CIT 12-14-2005 01:52 PM

Master:

Change:
Code:

$thread['threadtitle'] = '<strong>' . $thread['threadtitle'] . '</strong>';
To:
Code:

$thread['threadtitle'] = '<span style="color:#FF0000; font-weight:bold;">' . $thread['threadtitle'] . '</span>';

Mastar 12-14-2005 02:04 PM

Quote:

Originally Posted by Alan @ CIT
Master:

Change:
Code:

$thread['threadtitle'] = '<strong>' . $thread['threadtitle'] . '</strong>';
To:
Code:

$thread['threadtitle'] = '<span style="color:#FF0000; font-weight:bold;">' . $thread['threadtitle'] . '</span>';

Thanks!

rb290 12-15-2005 04:13 AM

thanks installed, can you tell me how i can make "Sticky:" bold and colored ?


All times are GMT. The time now is 02:25 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.01034 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_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