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)

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 11:29 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.01001 seconds
  • Memory Usage 1,728KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)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