vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - ZH - Closed Thread Mark-Up (https://vborg.vbsupport.ru/showthread.php?t=133035)

Ziki 12-01-2006 10:00 PM

ZH - Closed Thread Mark-Up
 
This modification was brought to you by
KXDesign
http://www.kxdesign.com/


~Hack name
Closed Thread Mark-Up

~Hack description
Choose what color you want for your closed threads!

~Hack options
  • On/Off
  • Color
  • Bold title
  • Italize title
  • Strike title
  • Blink Title

~Hack info
File uploads: 0
Template edits: 0
File edits: 0
Plugins: 1
SQL Queries: 0
Phrases: 5
Settings: 2

Install time: 3 sec
Install level: Easy

~Hack installation

Step 1: Import Product


~Hack screenshots
None.Hard to imagine another color?;)

~Hack copyright
This may not be distributed,released or claimed as your work without author's permission.

Ziki 12-02-2006 03:47 PM

Reserved

JamieLee2k 12-02-2006 04:28 PM

Installed, Thanks

Ziki 12-02-2006 04:50 PM

No problem.If there are any suggestions just tell me

MaestroX 12-02-2006 07:31 PM

Thanks for the hack, good stuff. You've been working hard today!

Ziki 12-02-2006 08:06 PM

Yeah 9 hacks in one days is lol!

professional77 12-02-2006 08:49 PM

thanks

Ziki 12-03-2006 10:53 AM

No problem :).Other options will be added soon.

Ziki 12-03-2006 02:04 PM

1.0.1 released

TheWhite 12-28-2006 04:08 AM

cool

jw00dy 02-08-2007 06:30 AM

Thank you. Very cool mod.

Installed.

Black Widow 02-09-2007 11:26 AM

Thanks a lot.

installed...

TrIn@dOr 02-09-2007 01:36 PM

Thanks!

TrIn@dOr 03-19-2007 12:52 PM

Can you add that when closing a "POST IT", don't strike?

Thanks in advance.

weedheaven 03-19-2007 05:45 PM

Thanks a lot this will give a good vieuw on the forum

Ziki 03-19-2007 07:05 PM

Quote:

Originally Posted by TrIn@dOr (Post 1207289)
Can you add that when closing a "POST IT", don't strike?

Thanks in advance.

POST IT?

Dutchytje 07-08-2007 09:06 AM

Quote:

Originally Posted by Ziki (Post 1207535)
POST IT?

I think he means when it's a Sticky thread..
That's a feature I would like to see before I click the "Installed" link. ;)

Dutchytje 07-08-2007 07:24 PM

I took to look at this hack and found the solution was quite simple if you never want it to apply to sticky threads...

Open the .xml file with for example notepad and find the following code:

Code:

{                        if ($thread['open'] == 0)    {
and replace it with:
Code:

{                        if ($thread['open'] == 0)
{                        if ($thread['sticky'] == 0)    {

Finaly look for:
Code:

$unblink2.'';

}
}

Under that add an extra }

That way Sticky threads are ignored. ;)


[high]* Dutchytje now clicks that "intalled" link... :D[/high]

alexgeek 01-14-2008 06:32 PM

Thanks, my closed threads are nice and italic now :D

safakuygur 03-13-2008 02:52 PM

installed thanks :)


All times are GMT. The time now is 05:05 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.01086 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)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