Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
The "Make Stickies Bold / Prefix Remove" Hack Details »»
The "Make Stickies Bold / Prefix Remove" Hack
Version: 1.00, by John John is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 03-10-2003 Last Update: Never Installs: 31
 
No support by the author.

-/\-/\-/\-/\-/\-/\-/\-/\-/\-/\-
Make Stickies Bold Hack
By Shaolyen
email: John@eovie.com
msn: John@eovie.com
-\/-\/-\/-\/-\/-\/-\/-\/-\/-\/-


Introduction
----------------------------
Ok, just a quick one as per the request here:
https://vborg.vbsupport.ru/showthrea...threadid=49935
Nothing special I'm afraid - it simply gets rid of the "Sticky:"
prefix and makes the thread title bold instead.

It has its uses - I've been driven mad by the number of times
I've been asked what a "Sticky" is, at least now they see the bold
text and know it's an important thread.

Sticky behavior is unchanged (they still stay at the top, lol)
----------------------------

A big thanks to Link14716 for pointing out my stupidity!

It's fairly simple, I can't see there being many problems with this one. Tested on vB 2.3.0, fresh install.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-11-2003, 10:26 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are loads of things you could do with the sticky title.

The hardest part of making a hack like this is finding the code to edit!
Reply With Quote
  #13  
Old 04-26-2003, 01:01 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The simple way to do it could be to just make the Sticky prefix: <b>

But of course it won't have a closing tag, but hey, it saves time
Reply With Quote
  #14  
Old 05-05-2003, 10:18 PM
jamslam's Avatar
jamslam jamslam is offline
 
Join Date: Feb 2003
Location: Massachusetts
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's just a small addon if you wish to have the sticky prefix with a colored/bold/italic thread title...

In forumdisplay.php find
Code:
      if ($thread[sticky] == 1) {
         $thread[typeprefix]=$stickythreadprefix.$thread[typeprefix];
      }
replace it with...
Code:
      if ($thread[sticky] == 1) {
         $thread[typeprefix]=$thread[typeprefix].$stickythreadprefix;
		 $thread[title] = "<font color=red>$thread[title]</font>";
	  }
Just in case you were wondering how to do it. You can of course put anything instead of the <font color=red>

remember to use \" for quotes!
Reply With Quote
  #15  
Old 05-17-2003, 08:13 PM
gmarik's Avatar
gmarik gmarik is offline
 
Join Date: May 2002
Location: Mocsow
Posts: 1,288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, I wanted to ask you - can I have a prefix to choose from a drop down box, so it add's it to the thread? Can you post the little piece of code here too?

Thanks, Marco
Reply With Quote
  #16  
Old 05-21-2003, 12:45 AM
M.C. M.C. is offline
 
Join Date: Jan 2002
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and small addition! If you want show special icon for sticky thread just do that:

in forumdisplay.php find:

PHP Code:
if ($foruminfo[allowicons] and $thread[pollid]!=0) { 
        
$thread[icon]='<img src="{imagesfolder }/poll.gif" alt="Poll" width="15" height="15" border="0">'
      } 
and below add:

PHP Code:
if ($foruminfo[allowicons] and $thread[sticky] == 1) { 
        
$thread[icon]='<img src="="{imagesfolder }/icons/icon4.gif" alt="Sticky" width="15" height="15" border="0">'
      } 
Don`t foget remove space after {imagefolder }! You can change icon for other if you want

Luck

P.S. my fist kind of hack
Reply With Quote
  #17  
Old 07-29-2007, 08:06 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anything like this for 3.6.5 and above?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04411 seconds
  • Memory Usage 2,265KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete