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)

Atakan KOC 03-18-2006 10:00 PM

Separate Sticky and Normal Threads
 

install



Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-Separate.xml' from your computer then press 'Import'


Separate Sticky and Normal Threads Setting

Go to your admin cp, then:
vBulletin Options -> Forum Display Options (forumdisplay) ->
Separate Sticky and Normal Threads (Yes/No)

1.0.0 Initial Version.
1.0.1 Separate 2 Added.
1.0.2 Mini Fix Problem.
1.0.3 Separate 1 & Separate 2 COMBINED .


https://vborg.vbsupport.ru/external/2007/02/22.jpg

Phlex 03-19-2006 10:10 AM

great mod !

Atakan KOC 03-19-2006 10:17 AM

Thanks

Robru 03-19-2006 10:36 AM

Perfect, YES!! :)

projectego 03-19-2006 10:38 AM

Nice idea. :)

Mattikana 03-19-2006 11:27 AM

this already exists? your one is easier to install though :rolleyes:

DementedMindz 03-19-2006 12:11 PM

thanks :)

Atakan KOC 03-19-2006 12:13 PM

Quote:

Originally Posted by Mattikana
this already exists? your one is easier to install though :rolleyes:

This template change. My mod plugin. Not change template.

jellybaby 03-19-2006 12:32 PM

Great Mod thanks

sensimilla 03-19-2006 12:42 PM

great! :) thanks alot I will give it a try

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

jluerken 03-19-2006 04:54 PM

Should be default in vB 3.5.x

Funkie 03-19-2006 07:55 PM

nice just what I needed

tamborinegal 03-19-2006 08:34 PM

Nice simple idea. Great! thankyou. :)

Clancy

silurius 03-19-2006 09:19 PM

Er, am I the only one for whom this might not work? Any known product conflicts?

DementedMindz 03-20-2006 02:46 AM

nice one i use the second one now much better :)

NiTRoN 03-20-2006 04:10 AM

I give it 21 fingers up... Great and simple mod.. :)

C_P 03-20-2006 12:34 PM

Great addition and I agree this should be another vB default option. Clicked install

Atakan KOC 03-20-2006 12:55 PM

I think so. I think it will be added by Vbulletin as an option in the future.

bada_bing 03-20-2006 02:02 PM

Excellant thank you..

Antivirus 03-20-2006 08:34 PM

this is brilliant!

snowman872 03-21-2006 01:37 AM

This hack is causing me a problem when I try to use it.

Style 1 causes

Uncached templates: FORUMDISPLAY_Separate (1)

Style 2 causes this:

Uncached templates: FORUMDISPLAY_Separate (1)
Uncached templates: FORUMDISPLAY_Separate_top (1)

When I uninstall the hack or disable it, everything is fine.

Atakan KOC 03-21-2006 07:17 AM

AdminCP => Download / Upload Styles => Import Style XML File =>

EITHER : vbulletin-style-separate.xml
Merge Into Style : Current Style

Import

Quote:

Originally Posted by snowman872
This hack is causing me a problem when I try to use it.

Style 1 causes

Uncached templates: FORUMDISPLAY_Separate (1)

Style 2 causes this:

Uncached templates: FORUMDISPLAY_Separate (1)
Uncached templates: FORUMDISPLAY_Separate_top (1)

When I uninstall the hack or disable it, everything is fine.


WhyDoesItMatter 03-21-2006 05:33 PM

Quote:

Originally Posted by Atakan KOC
AdminCP => Download / Upload Styles => Import Style XML File =>

EITHER : vbulletin-style-separate.xml
Merge Into Style : Current Style

Import

I'm getting the Uncached templates as well.. I tried what you said above, and I'm still getting it.. What did I just import into my styles anyway? lol.. :rolleyes:

The Chief 03-21-2006 06:09 PM

I am trying to find out how you do to put the word Sticky (before the sticky thread title) in bold or another color like the alternate one you have here...

I can't find where to change it...

The Chief 03-21-2006 06:25 PM

Quote:

Originally Posted by The Chief
I am trying to find out how you do to put the word Sticky (before the sticky thread title) in bold or another color like the alternate one you have here...

I can't find where to change it...

edit: nevermind found here :)

https://vborg.vbsupport.ru/showpost....2&postcount=15

Hornstar 03-21-2006 09:23 PM

This should be standard with vb dont you guys think.

PtP 03-21-2006 10:12 PM

I am not installing until the templates are being cached, having them seperate are not worth tossing 2 more queries in.

DementedMindz 03-24-2006 09:43 PM

yeah it sucks it shows

Uncached templates: FORUMDISPLAY_Separate (1)
Uncached templates: FORUMDISPLAY_Separate_top (1)

please fix :)

Moya 03-25-2006 05:19 AM

Works great.

BTW: Here is the one with cached template

Thanks

PtP 03-25-2006 08:53 AM

And here is the alternate one with cached templates.


All times are GMT. The time now is 11:16 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.01518 seconds
  • Memory Usage 1,791KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete