vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Separate Sticky and Normal Threads (https://vborg.vbsupport.ru/showthread.php?t=110795)

Freesteyelz 03-19-2006 12:51 PM

Fantastic. I changed some of the values in the XML to suit my needs. :) Nice work, Atakan KOC. *Clicked Install*

HaYLaZ 03-19-2006 01:00 PM

thanks atakan:D

Noonster 03-19-2006 01:09 PM

On my site I used my own code it makes it so it shows words on the lines that seperate to make it look nicer...

Code here
Code:

1. Create Phrases:

Type: Global
Varname: delim_sticky
Text: Sticky Threads

Type: Global
Varname: delim_normal
Text: Normal Threads

2. Find this in FORUMDISPLAY:

<if condition="$show['threads']">
<!-- show threads -->
<if condition="$show['stickies']">
$threadbits_sticky

and replace with this:

<if condition="$show['threads']">
<!-- show threads -->
<if condition="$show['stickies']">
<tr>
<td class="thead" width="100%" colspan=7><strong>$vbphrase[delim_sticky]</strong></td>
</tr>

$threadbits_sticky
<if condition="$threadbits">
<tr>
<td class="thead" width="100%" colspan=7><strong>$vbphrase[delim_normal]</strong></td>
</tr>
</if>

Screenshot
https://vborg.vbsupport.ru/

Maybe you could intregate that into your hack so others can enjoy it as a plugin?? I was going to just post the code up in the other section as dont know how to create a plugin however you can use it if you wish :D

Daz

FleaBag 03-19-2006 03:38 PM

Installed! Nice one, I've liked this on Inivison! :)

Snake 03-19-2006 03:58 PM

Thanks!

Pramodinfo 03-19-2006 04:04 PM

thanks :) clicks install

Atakan KOC 03-19-2006 04:09 PM

Noonster Versiyon :banana:




Quote:

Originally Posted by Noonster
On my site I used my own code it makes it so it shows words on the lines that seperate to make it look nicer...

Screenshot
https://vborg.vbsupport.ru/

Maybe you could intregate that into your hack so others can enjoy it as a plugin?? I was going to just post the code up in the other section as dont know how to create a plugin however you can use it if you wish :D

Daz


Pramodinfo 03-19-2006 04:11 PM

thanks Noonster too, i used ur hack code :)

cuphongle 03-19-2006 04:39 PM

nice one bro

cuphongle 03-19-2006 04:41 PM

great work


All times are GMT. The time now is 02:17 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.02082 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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