vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Cyb - Thread Listing Make-Up (https://vborg.vbsupport.ru/showthread.php?t=201293)

Valter 01-09-2009 10:00 PM

Cyb - Thread Listing Make-Up
 
1 Attachment(s)
Info:
There was two of my hacks for this, one for prefixes and another for titles, and now it's all merged into this product and improved. Old two products are discontinued so please upgrade to this one to get future updates and support.

This hack will give you ability to customize thread prefixes to look different in forumdisplay and search results depending on thread type (normal, sticky, poll, closed, moderated, moved, announcement). You can do the same thing with thread titles. Hack also adds thread prefix for closed threads and ability to separate stickies and normal threads.

You can use different CSS Properties to customize titles/prefixes. You can change colors, apply different styles like bold, italic, strike,... etc. It's up to you. Product is very easy to set up.


Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]


To set options:
Go to: AdminCP > vBulletin Options > Cyb - Thread Listing Make-Up


Versions:
v1.0 - Mar 17. 2007.
-First release (two old hacks merged into this new one, ID changed, added "Product Version Checking", codes improved, removed some unneded templates, yet easier to use, options to disable any part,...)
v1.1 - Mar 18. 2007.
-New: Announcements prefixes/titles customization
-New: Option to separate Sticky and Normal threads
-Bug fixed (tags shown in text field when you edit thread title via AJAX on forumdisplay)
v1.2 - May 03. 2008.
-Compatible with vBulletin 3.7


Click INSTALL if you like this hack.

-=Leb=- 01-10-2009 02:17 PM

I'm the first downloader :)

Lee Roberts 01-11-2009 06:12 PM

Marked as Installed !
Marked for Nomination !

dmknights 01-18-2009 05:14 PM

Nice mod

Nantrox 02-05-2009 02:00 PM

and again an amazing Hack from you, kinda funny I only use your Hacks in my Board ^^

-=Leb=- 02-09-2009 02:04 PM

Hi cyb, is it possible for you to add blinking option to this mod?

like Blink the title?

Thx :)

Playa82 02-10-2009 05:42 PM

Prefixes don't work... everything else is fine. good work

KillerStefan 02-16-2009 07:22 PM

Yeah, its good mod.
Only prefixes aren't working.

starplatinum 04-03-2009 01:45 PM

best of the best !

80's 06-23-2009 07:30 PM

Excellent mod. Thank You!

love. 06-23-2009 07:46 PM

thank u.

ITDarasgah 06-23-2009 10:15 PM

Installed ...thanks

Shaheen 06-24-2009 05:10 PM

thanks will install it now

Merjawy 06-30-2009 11:11 AM

nice mod.. thanks ... installed ..

imk 07-31-2009 02:51 PM

amazing mod - can you add you own custom ones tho? like the prefix mod?

Greeksgal 07-31-2009 07:50 PM

Installed thanks! Is it possible to change the size of the titles, specifically the announcement title, if so what code would I use?

Valter 07-31-2009 07:58 PM

font-size:12px;

Change 12 to desired value.

imk 08-01-2009 10:51 PM

Quote:

Originally Posted by imk (Post 1859104)
amazing mod - can you add you own custom ones tho? like the prefix mod?

no?

gearspro 08-02-2009 04:29 AM

Great hack, installed.

Valter 08-02-2009 03:16 PM

Quote:

Originally Posted by imk (Post 1859808)
no?

Not possible.

SSJB_7 08-13-2009 10:22 PM

Man you are great , what ever you make is working perfect.... You are amazing .

Thank you a lot

lordnara 10-09-2009 10:01 AM

thanks, installed.

4nawadir.com 10-09-2009 10:29 AM

wow , Great mod
thanks ;
installed & notaminated

BBF 12-02-2009 08:41 AM

does it work with vb4?

kalisekj 12-05-2009 05:51 PM

Installed! Great Mod! Thank you!

a9eel 01-27-2010 11:25 AM

thn

KURTZ 03-13-2010 11:23 AM

Quote:

Originally Posted by BBF (Post 1923894)
does it work with vb4?

+1 :)

bigcurt 03-17-2010 01:13 AM

Amazing mod, thanks bud.

-=Leb=- 03-20-2010 11:16 PM

Quote:

Originally Posted by KURTZ (Post 2002743)
+1 :)

I just tried it. it dosen't work, but i hope valter ugrade it to vb4.x

KURTZ 03-25-2010 12:37 PM

Quote:

Originally Posted by Leb (Post 2007294)
I just tried it. it dosen't work, but i hope valter ugrade it to vb4.x

absolutely ... :)

LEGS 03-30-2010 11:25 PM

Download and installed but i uninstalled as it don't work.

BobbyBig 05-20-2010 10:50 PM

I reqiest it for 4.0.3 too :)

DaPro 07-20-2010 11:54 AM

How come this mod hasn't been ported Valter, this is one of my favorites!

MoMan 08-18-2010 06:48 PM

FYI there is a small bug- the style attribute is duplicated for all unread threads, since the make-up code also inserts a style tag.

Fix:

In the threadbit plugin, find:
PHP Code:

 $vbulletin->templatecache['threadbit'] = str_replace('id=\"thread_title_$thread[realthreadid]','style=\"'.$vbulletin->templatecache['cyb_tlmu_titles'].'\" id=\"thread_title_$thread[realthreadid]',$vbulletin->templatecache['threadbit']); 

Replace:
PHP Code:

$vbulletin->templatecache['threadbit'] = str_replace('style=\"font-weight:bold\"','',$vbulletin->templatecache['threadbit']);
                
$vbulletin->templatecache['threadbit'] = str_replace('id=\"thread_title_$thread[realthreadid]','style=\"'.$vbulletin->templatecache['cyb_tlmu_titles'].'\" id=\"thread_title_$thread[realthreadid]',$vbulletin->templatecache['threadbit']); 

On my forum, I only use this portion of the hack to highlight moderated threads in red, so I've further wrapped both lines of code in a can_moderate conditional to save server resources :)

TheMic 08-19-2010 08:49 AM

Quote:

Originally Posted by Leb (Post 2007294)
I just tried it. it dosen't work, but i hope valter ugrade it to vb4.x

Pleaaaseeeee update to VB4!:o

hoangserip 09-25-2010 03:51 AM

Thank you so much :)

serkan 10-24-2010 11:53 AM

Quote:

Originally Posted by TheMic (Post 2086201)
Pleaaaseeeee update to VB4!:o

+1
this plugin is good. please update to VB4 :)

Joey Link 11-13-2010 11:46 PM

VB4 version please :D

Valter 12-28-2011 08:45 PM

Updated for vBulletin 4.x:
https://vborg.vbsupport.ru/showthread.php?t=276131

veressk 08-15-2017 02:45 AM

I need to change style for all threads from specified forums (for ex. 7, 25, 32). Could you help me ?


All times are GMT. The time now is 06:30 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.01329 seconds
  • Memory Usage 1,787KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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