PDA

View Full Version : Separate Sticky and Normal Threads


Atakan KOC
03-18-2006, 10:00 PM
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
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

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:




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

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
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
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.php?p=788352&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.

Stop
03-25-2006, 10:07 AM
Instulled

Keep the good work up.

JGNYC
03-25-2006, 05:40 PM
What's the difference between the 2?

thc
03-25-2006, 08:28 PM
Thanks

NiTRoN
03-26-2006, 05:08 AM
What's the difference between the 2?
#2 put the words in the bars.. "Sticky Threads" and "Normal Threads"
#1 just separates em.

Atakan KOC
03-27-2006, 03:54 PM
Thanks Moya & Ptp ;)

CrashfAB
03-27-2006, 06:53 PM
Very cool.. It was my very first plugin and its great :cool:

CrashfAB
03-28-2006, 04:21 PM
[installed]

thanks guys--awsome and works perfect. But I have noob question. Where can I change the width of the bar that spaces the 2 (bar that sticky sits in)

Thanks

sandrodz
03-28-2006, 04:48 PM
I love it, thank you!

jdebler
03-28-2006, 06:07 PM
Been looking for this one! Installed and thanks!

However, I would like to make the thickness of the divider not as much. I think half of the thickness would be perfect.

Is there a way to adjust the thickness of the divider?

CrashfAB
03-28-2006, 06:43 PM
Been looking for this one! Installed and thanks!

However, I would like to make the thickness of the divider not as much. I think half of the thickness would be perfect.

Is there a way to adjust the thickness of the divider?

Same answer I am hoping to hear..

Atakan KOC
03-30-2006, 06:45 AM
It may happen if you load and install another hack before.

Wayne2k1.com
03-31-2006, 12:21 PM
Thanks a bunch, man :)

bloodwrath
04-03-2006, 02:12 AM
nice
clicked install

jdebler
04-03-2006, 12:10 PM
Same answer I am hoping to hear..

I tried playing with it over the weekend and I couldn't get it to work well. Anyone have any ideas on how to alter the thickness of the divider?

Noonster
04-03-2006, 03:25 PM
Noonster Versiyon :banana:
Your welcome mate...

And anyone else using the version with my edit in glad you like it!

Moya
04-03-2006, 03:36 PM
For those who want to reduce the thickness, try this file :banana::banana:

rareclownfish
04-03-2006, 11:56 PM
For those who want to reduce the thickness, try this file :banana::banana:

Screen shot??

Moya
04-03-2006, 11:58 PM
Screen shot??

No screenshot. I am too lazy :D :D

rareclownfish
04-04-2006, 12:01 AM
I just install is is the same size as the other one.

Moya
04-04-2006, 12:06 AM
I just install is is the same size as the other one.

I have a small typo in there. Can you download and import the file again

NR Fatal
04-04-2006, 02:14 AM
product Separate 2.xml is suppose to have the "stickies" word in bold? I installed but its not bold. what am I Doing/not doing?

rareclownfish
04-04-2006, 02:41 AM
Works fine thanks

sensimilla
04-04-2006, 07:53 AM
For those who want to reduce the thickness, try this file :banana::banana:


thanks Moya, worked fine!

jdebler
04-04-2006, 12:17 PM
For those who want to reduce the thickness, try this file :banana::banana:

For some reason, that didn't work. I uninstalled the old one and reinstalled yours and there was no change. Any ideas?

EDIT: is it as simple as changing the FORUMDISPLAY_Separate template to include the " height="2" " portion?

Moya
04-04-2006, 02:38 PM
Hi Jason!

Yes it is and you have to take out the line carriage return too.

jdebler
04-04-2006, 02:50 PM
Hi Jason!

Yes it is and you have to take out the line carriage return too.

Ah, I had to revert the template for some reason. Otherwise it would have worked the first time. Thank you!!

Moya
04-04-2006, 02:56 PM
With the product importing feature, I found that it won't override the template that you modified. It happens to me all the time :D :D

jdebler
04-04-2006, 04:16 PM
With the product importing feature, I found that it won't override the template that you modified. It happens to me all the time :D :D

For some reason, I am having a weird issue. When I go into the FORUMDISPLAY_Separate template and change the table height value to something other than 2 (just to experiement), it doesn't work on the board, yet the change remains in the template in the CP. Maybe this is for another thread, but am I missing something?

Moya
04-04-2006, 04:56 PM
Did you do hard refresh? ctrl + F5

jdebler
04-04-2006, 05:24 PM
Did you do hard refresh? ctrl + F5

Sure did. I notice that once I edit it, there is also a default version, which is what the board continues to use.

dragtech
04-07-2006, 05:01 PM
Just installed. Worked perfect, only took a couple minutes. Would have been faster but this was the first plugin i have installed

thanks

MrOnline
04-07-2006, 05:10 PM
would be nice to know what the "updates" are...
This is the second time in like 2 weeks i've seen upated on it... but nothing to say what's been changed/updated...

Other than that... realy nice addon :-)

Atakan KOC
04-10-2006, 06:12 PM
would be nice to know what the "updates" are...
This is the second time in like 2 weeks i've seen upated on it... but nothing to say what's been changed/updated...

Other than that... realy nice addon :-)
If you follow the subects closely, you can see the updates. I know I make nice things. If not anyone can write to this topic.

ngontran
04-11-2006, 07:50 AM
Great MOD. Thanks :banana:

PolyMarauder
04-12-2006, 10:13 AM
Nice Mod, thanks.

Cheers!

ScruffyDeluxe
04-13-2006, 02:04 PM
Awesome stuff!

/me installs

NR Fatal
04-15-2006, 12:27 AM
I still can't get the "Sitckies" to show in BOLD.

Paul M
04-15-2006, 09:46 AM
Very nice.

I added an extra plugin to turn off the sticky thread prefix (in forum display) if this is activated. :)

emucu
04-15-2006, 11:20 AM
g?zel bir ?alışma eline sağlık reminder forumdisplayi editlemek yok artık :D

pauloo
04-15-2006, 11:47 AM
Nice thank you !

Tralala
04-15-2006, 01:04 PM
I added an extra plugin to turn off the sticky thread prefix (in forum display) if this is activated. :)

Ooh, that sounds nice... care to share? :cool:

Paul M
04-15-2006, 01:34 PM
Add a hook to the product ;

Title: Turn off sticky prefix in forum display.
Hookname: forumdisplay_start
if ($vbulletin->options['gosterx1'])
{
$vbphrase['sticky_thread_prefix'] = '';
}

Tralala
04-15-2006, 01:46 PM
Thanks, Paul M... works great.

MyGamez
04-16-2006, 06:10 AM
Simple. Yet Effective :)
Great Work

Atakan KOC
04-16-2006, 06:57 AM
Simple. Yet Effective :)
Great Work
Thanks

Roms
04-16-2006, 08:45 AM
Thanks :)

Atakan KOC
04-19-2006, 09:29 PM
Thanks.

Vote for me: Hack of the Month (https://vborg.vbsupport.ru/showthread.php?t=113071)

Cyberkef
04-19-2006, 11:41 PM
Just installed and voted HotM

Now i hope they really READ the stickies, can't say they don't see them well :p

Tulsa
04-20-2006, 12:52 AM
Add a hook to the product ;

Title: Turn off sticky prefix in forum display.
Hookname: forumdisplay_start
if ($vbulletin->options['gosterx1'])
{
$vbphrase['sticky_thread_prefix'] = '';
}


Thanks Paul! :)

Paul M
04-20-2006, 01:41 AM
Thanks Paul! :)No problem.

He's free to add this to his product if he so wishes.

Zidane007nl
04-20-2006, 11:17 AM
Nice little plugin. I had this also on my old wBB Lite board.
*click install*

NR Fatal
04-21-2006, 01:03 AM
atakan, I installed the "product seperate 2.xml" and the "Stickies" are not in bold, how do i fix this?

DevinM
04-22-2006, 02:54 AM
Great Hack!

AzzidReign
04-22-2006, 08:48 PM
What was the update and which product am I suppose to use since you have 2 up there.

kelangtri
04-23-2006, 02:26 AM
great mod !

RFViet
04-23-2006, 12:34 PM
After installing the hack , I can't modify the Sticky phrase any more !!!

DementedMindz
04-23-2006, 06:35 PM
What was the update.

yeah what was in this update? would be nice to send a update email also...

RFViet
04-24-2006, 03:03 PM
Add a hook to the product ;

Title: Turn off sticky prefix in forum display.
Hookname: forumdisplay_start
if ($vbulletin->options['gosterx1'])
{
$vbphrase['sticky_thread_prefix'] = '';
}

I want to turn it on back normal, how to do that ??

Eagle Creek
04-25-2006, 06:00 AM
Great hack! Installed!

But not sure if I'll vote for you. I also like the map system :p.

majorxp
04-25-2006, 04:53 PM
Installed!

Looks great!

sorry01
04-27-2006, 06:23 PM
Tanks atakan (teşekkürler)

nomiqw
04-27-2006, 09:55 PM
thnx a lot m8

Eagle Creek
04-28-2006, 08:29 AM
Why a product Separate.xml and a product Separate2.xml file?

SHalliday
04-28-2006, 09:20 AM
Thank you for the Great Plugin! Could not have been easier to install.

NiTRoN
04-28-2006, 12:44 PM
Why a product Separate.xml and a product Separate2.xml file?

The separate2 actually says.. in the separation row Stickys and THreads.. instad just separating them without any writing..

plateau
04-29-2006, 12:30 AM
installed, thanks.

i think most people are using seperate2.xml, aint u?

Freak0204
04-30-2006, 05:59 AM
Great hack! Is there a way to insert an ad into the divider?

Eagle Creek
04-30-2006, 08:58 AM
The separate2 actually says.. in the separation row Stickys and THreads.. instad just separating them without any writing..

I don't understand?

installed, thanks.

i think most people are using seperate2.xml, aint u?
No, I used #1. How should I know?

Do I have to use 2 then?

Paul M
04-30-2006, 10:21 AM
Read post #17 for details on version 2.

holyboy
04-30-2006, 10:51 AM
mr. atakan special thanks to you for this cool hack

in turkish: atakan hoja eline sağlık oy verdim install da ettim umarım birincilik sende kalır

best regards

Eagle Creek
04-30-2006, 08:09 PM
Thanks Paul!

RFViet
05-01-2006, 07:01 PM
Add a hook to the product ;

Title: Turn off sticky prefix in forum display.
Hookname: forumdisplay_start
if ($vbulletin->options['gosterx1'])
{
$vbphrase['sticky_thread_prefix'] = '';
}


I want to turn it on back normal, how to do that ??

Please, help. !! when i uninstalled this hack. I can't not change vB phrase any more. It's always Sticky no matter what name I want to change !!!!

Mr.T
05-04-2006, 07:00 PM
I've installed it and it works perfect.
I' got only one problem with an other style. In this style the user that wrote the sticky-post is not black like at the normal post.

In the picture you see what I mean if you don't understand my bad english ;-)

I hope someone can help me to change the color into black.

T

Jonny Vegas
05-06-2006, 12:59 AM
Is there any way possible to have 2 separators within a forum?

Dead End Society
05-08-2006, 10:36 AM
Installed, thanks.

coffee
05-08-2006, 06:58 PM
Thank you Atakan.

Martin-TMGRS
05-10-2006, 09:46 PM
I like this, thanks :)

Danny Diamond
05-11-2006, 10:58 AM
installed, thanks

HS2005
05-11-2006, 03:37 PM
worked very good. i like it, so i voted for you :)
good going and very professional hack

brianmt
05-11-2006, 11:06 PM
voted for you and installed.

dilbert
05-11-2006, 11:14 PM
Terrific!
Simple to install, I went for product-Separate_2.xml.

rantrave
05-12-2006, 05:43 AM
Beautiful.

Snake
05-13-2006, 03:24 PM
Lovely! Thanks man.

One thing though, I've having a little problem here... Take a look.

https://vborg.vbsupport.ru/

Mr.T
05-13-2006, 09:17 PM
So, once again.

I've installed it and it works perfect.
I' got only one problem with an other style. In this style the user that wrote the sticky-post is not black like at the normal post.

In the picture you see what I mean if you don't understand my bad english ;-)

I hope someone can help me to change the color into black.

T

Dr.Viggy
05-15-2006, 01:37 AM
*installed

AndyP
05-15-2006, 05:47 AM
Nice and simple, but just what is needed. Thanks. I installed number 2.

It would be good if you could put the differences between the two hacks in your thread header though.

AndyP
05-16-2006, 12:53 AM
I notice that there was an update today. What's been changed/added?

frances318
05-16-2006, 05:01 AM
thanks

Snake
05-16-2006, 07:37 AM
Lovely! Thanks man.

One thing though, I've having a little problem here... Take a look.

http://img53.imageshack.us/img53/7820/untitled3nt1.gif
Could it be that bug that I have reported a few days ago?

Grover
05-16-2006, 01:44 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

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
Hi Daz,

Thanks for your code: I like it very much that you can use words on the lines. I have another question regarding splitting threads in the threadoverview :

I use sticky threads also for displaying ads on my forum. They are normal sticky threads, and have an advertisement as content. What I would like to know is this : how can I split those advertisements-threads from the regular sticky threads into a separate area, just like you did with sticky threads and regular threads in your picture?

I would like to achieve something like this:

-----------------------------------------------------------------------
Sticky Threads
[ ] [ ] Sticky: Spamming On This Board !!!
-------- Noonster
-----------------------------------------------------------------------
Advertisement Threads
[ ] [ ] Advertisement: New Madonna Single Out Now
-------- Advertisement
[ ] [ ] Advertisement: New Madonna Album Out Now
-------- Advertisement
-----------------------------------------------------------------------
Normal Threads
[ ] [ ] Update: New Style Created
-------- Noonster
-----------------------------------------------------------------------

Is this possible to achieve? Preferable with a Plugin.

Grover
05-16-2006, 02:08 PM
Very nice.

I added an extra plugin to turn off the sticky thread prefix (in forum display) if this is activated. :)

Exactly! I was just thinking of the fact that the prefix 'Sticky:' is no longer needed when you use this visual split. Then I saw your posting : thanks!

Gooses
05-17-2006, 05:21 AM
Good job! I will be installing this soon.

Daracon
05-17-2006, 07:18 AM
Thanks for the great plugin!

*me click install*

nytxn
05-17-2006, 01:33 PM
I'm at work so I don't have a lot of time to get into details, but we installed this the other night and nothing happened.

We're running 3.5.0 though so I don't know if that migh have something to do with it.

Snort_2005
05-17-2006, 08:52 PM
Yea.. the seperate sticky and normal threads is working perfectly on my forum and I don't know what was changed to result in an update. Can you please let us know?

funinthesun
05-17-2006, 10:45 PM
What has changed in the update?

Snake
05-18-2006, 09:08 PM
Probably... nothing?

alshehi
05-20-2006, 02:52 PM
thank you so much

phkk
05-20-2006, 07:58 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

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
http://images12.fotki.com/v197/photos/3/322845/1991911/sticky-vi.jpg

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




NICE NICE NICE NICE

bonzer
05-21-2006, 06:14 AM
Great installed thanks ;)

Gooses
05-23-2006, 06:36 AM
What does the second XML do? Anything different?
(I have installed the first one now: :banana:)

Snake
05-23-2006, 11:07 AM
Well it just displays both phrases "Sticky Threads" & "Forum Threads" in forumdisplay.php.

Take a look here - www.bonethugsforums.com.

beduino
05-23-2006, 02:43 PM
tks do share your work!
clean, direct, useful and simple to install!
my best regards,
beduino:D

UncoderMom
05-24-2006, 01:57 AM
Did you do hard refresh? ctrl + F5


WOW, learn sumfin new everyday! Thanks!

This Mod is a must in the next release ;)

Atakan KOC
05-24-2006, 04:09 PM
Could it be that bug that I have reported a few days ago?
Not Bug.

Open Style Template "FORUMDISPLAY_Separate"

<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">$vbphrase[delim_normal]</td></tr>


Replace


<tr><td class="thead" colspan="<if condition="$show['threadicons']">8<else />7</if>">$vbphrase[delim_normal]</td></tr>


AND

Open Style Template "FORUMDISPLAY_Separate_top"


<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"><strong>$vbphrase[delim_sticky]</strong></td></tr>


replace


<tr><td class="thead" colspan="<if condition="$show['threadicons']">8<else />7</if>"><strong>$vbphrase[delim_sticky]</strong></td></tr>

Atakan KOC
05-24-2006, 04:40 PM
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 .

Djamil
05-24-2006, 06:06 PM
Selam,

there's a minor typo in the XML at row 6.

Is:

<version>1.30</version>
Should be according to version info in the thread:

<version>1.0.3</version>
Thanks for this hack by the way, I am testing testing it an dtend to keep it ;-)

Djamil

Atakan KOC
05-24-2006, 06:43 PM
Selam,

there's a minor typo in the XML at row 6.

Is:

<version>1.30</version>
Should be according to version info in the thread:

<version>1.0.3</version>
Thanks for this hack by the way, I am testing testing it an dtend to keep it ;-)

Djamil
Fixed

Snake
05-24-2006, 06:47 PM
Not Bug.

Open Style Template "FORUMDISPLAY_Separate"

<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">$vbphrase[delim_normal]</td></tr>


Replace


<tr><td class="thead" colspan="<if condition="$show['threadicons']">8<else />7</if>">$vbphrase[delim_normal]</td></tr>


AND

Open Style Template "FORUMDISPLAY_Separate_top"


<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"><strong>$vbphrase[delim_sticky]</strong></td></tr>


replace


<tr><td class="thead" colspan="<if condition="$show['threadicons']">8<else />7</if>"><strong>$vbphrase[delim_sticky]</strong></td></tr>

Thanks for the bug fix, sir! :)

webgroup
05-25-2006, 05:23 AM
thanks, very good plugin!

sensimilla
05-25-2006, 07:04 AM
No matter settings in admincp sticky post looks the same ? what am I doing wrong ? TIA

edit: ok I had to run the plugin accelerator first ;)

and again, how to reduce the thickness of the separating bar ?

Djamil
05-26-2006, 07:48 AM
I did thin it like this:

In file "product-separate.xml"

FIND

<template name="FORUMDISPLAY_Separate2" templatetype="template" date="1148491155" username="gizli" version="3.5.4"><![CDATA[<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">&nbsp;</td></tr>]]></template>


REPLACE with:

<template name="FORUMDISPLAY_Separate2" templatetype="template" date="1148491155" username="gizli" version="3.5.4"><![CDATA[<tr><td class="thead" style="height: 5px; padding: 0; font-size: 0" colspan="<if condition="$show['threadicons']">7<else />6</if>">&nbsp;</td></tr>]]></template>


If you don't like the thickness of the border, change "height: 5px" to whatever you may find appropriate.

After the change, import the product (overwrite old product if necessary) and have fun.

It only changes the thickness for style 1 since it doesn't make sense to me to do this for separators with text in them ;)

Djamil

sensimilla
05-26-2006, 06:29 PM
Thanks Djamil, this should work fine ;)

ramone_johnny
05-28-2006, 02:33 AM
Guys Im trying to implement this feature and am receiving the following error.

XML Error: Reserved XML Name at Line 1

What have I done wrong?

<?xml version="1.0" encoding="ISO-8859-1" ?>
- <product productid="1908" active="1">
<title>Separate Sticky and Normal Threads</title>
<description>Separate Sticky and Normal Threads</description>
<version>1.20</version>
<apm_releasedate>1142722800</apm_releasedate>
<apm_author>Atakan KOC</apm_author>
<apm_relatedurl>https://vborg.vbsupport.ru/showthread.php?t=110795</apm_relatedurl>
<apm_extrainfo />
<apm_extraedit />
<codes />
- <templates>
- <template name="FORUMDISPLAY_Separate" templatetype="template" date="1142791272" username="Reminder" version="3.5.4">
- <![CDATA[ <tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">$vbphrase[delim_normal]</td></tr>
]]>
</template>
- <template name="FORUMDISPLAY_Separate_top" templatetype="template" date="1142791233" username="Reminder" version="3.5.4">
- <![CDATA[ <tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"><strong>$vbphrase[delim_sticky]</strong></td></tr>
]]>
</template>
</templates>
- <plugins>
- <plugin active="1">
<title>Separate Sticky and Normal Threads</title>
<hookname>forumdisplay_complete</hookname>
- <phpcode>
- <![CDATA[
if ($vbulletin->options['gosterx1'])
{
eval('$bolx1 = "' . fetch_template('FORUMDISPLAY_Separate_top') . '";');
eval('$bolx2 = "' . fetch_template('FORUMDISPLAY_Separate') . '";');

$threadbits_sticky = "$bolx1".$threadbits_sticky."$bolx2";
}

]]>
</phpcode>
</plugin>
</plugins>
- <phrases>
- <phrasetype name="GLOBAL" fieldname="global">
- <phrase name="delim_normal">
- <![CDATA[ Normal Threads
]]>
</phrase>
- <phrase name="delim_sticky">
- <![CDATA[ Sticky Threads
]]>
</phrase>
</phrasetype>
- <phrasetype name="vBulletin Settings" fieldname="vbsettings">
- <phrase name="setting_gosterx1_desc">
- <![CDATA[ If separate want; yes choose
]]>
</phrase>
- <phrase name="setting_gosterx1_title">
- <![CDATA[ Separate Sticky and Normal Threads
]]>
</phrase>
</phrasetype>
</phrases>
- <options>
- <settinggroup name="forumdisplay" displayorder="420">
- <setting varname="gosterx1" displayorder="240">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
</settinggroup>
</options>
</product>

TheProphet
05-29-2006, 02:34 PM
If you want a color in style2 change vbphrase "$vbphrase[delim_sticky]" into


<span style="color: red;">Sticky Threads</span>

RemiAlone
05-30-2006, 03:07 PM
Thx for the update! :)

Djamil
05-30-2006, 03:46 PM
If you want a color in style2 change vbphrase "$vbphrase[delim_sticky]" into


<span style="color: red;">Sticky Threads</span>

There is no need to change the XML file for this and break with phrasing of this mod. You can use HTML in the phrases themselves which seems more sensible to me.

Djamil

FunaGuy
06-03-2006, 06:26 AM
Install

rylord
06-06-2006, 11:28 PM
Installed and works great.

Thanks!!

T?RKMEN
06-07-2006, 06:45 PM
Thanks :)

turkforum
06-07-2006, 07:10 PM
Great hack will install on my forums.

darla
06-08-2006, 06:04 PM
when i click on the download it wont download, it shows me a page of writing!
Can someone send the file to my email address???? PLEASEEEEEEEEEEEEEE

Tralala
06-08-2006, 07:01 PM
when i click on the download it wont download, it shows me a page of writing!
Can someone send the file to my email address???? PLEASEEEEEEEEEEEEEE


Windows? Right-click, choose "Save Link As..."

Mac? Option-click.

cyberbeggar
06-09-2006, 01:19 PM
Perfect10!

Carmen27
06-11-2006, 07:00 PM
I am trying to download this hack but when I click on that file (the download .xml, , it doesn't download.. Am I suppose to copy it and paste that code it shows it into something? Thanks, Carmen

Carmen27
06-11-2006, 07:08 PM
Okay I think I got it.. I found a post with my same question! Except I saved target instead of save link.. Thanks anyways.. Carmen L.

johnrizz
06-11-2006, 07:55 PM
Atakan KOC,
Nice edition, I like it! :up: NP downloading ether...

unix-k
06-12-2006, 11:58 PM
thanks ;)

Holidazed
06-14-2006, 02:40 PM
Awesome addon! Thank you.

MissKalunji
06-16-2006, 01:58 PM
works perfectly thanks :)

shazzz
06-17-2006, 08:04 PM
Cheers

Tim_GPN
06-21-2006, 07:27 AM
Fantastic! Been looking for a mod like this for ages. Cheers champ!

R.Solutions
06-21-2006, 11:48 PM
Thanks a lot for this.

agitated
06-28-2006, 08:49 PM
Thanks for this. Installed

DAVARCI
06-28-2006, 09:04 PM
Perfect, YES!!

Elsie
06-29-2006, 08:35 AM
this is great - thanks :)

NetworkTown.Net
07-09-2006, 02:48 PM
How can i add the word sticky before the thread or on the bar above the threads?

erincon
07-14-2006, 10:06 AM
Thanks!

nytxn
07-15-2006, 04:20 AM
Doesn't work...

I've tried it 3 times... no go.

Nathan2006
07-15-2006, 07:36 PM
Thank you Atakan KOC

I dont knwo why I did not see it before :)

Install

Zidane007nl
07-20-2006, 08:45 PM
After I upgraded to the latest version the hack isn't working right. The table with "Sticky Threads" is gone and the text "Normal Threads" is gone too, but the table is there. (link (http://forums.hellandheavennet.com/forumdisplay.php?f=2))

I tried re-installing it, but no luck...

Snake
07-21-2006, 01:04 PM
Are you sure you have the phrases installed while uploading the XML file? It seems that the phrases are missing actually so check into that.

Sooner95
07-25-2006, 11:09 PM
awsome thx!

dknelson
07-28-2006, 06:50 AM
Has anybody tried this is VBulletin 3.6?

project-Buckfas
07-28-2006, 10:38 AM
Works a treat. Thanks

PB

Izza
07-28-2006, 07:52 PM
Thankyou, much appreciated.

LILMORA4
07-29-2006, 04:34 AM
installed...thanks;)

Rolito
08-03-2006, 04:35 PM
Hi all:

1) How can I change the word "Sticky" at the beggining of the thread?

2) How can I change background color for the separator?

I appreciate help and code example (I am a beginner)

:)

Zelos
08-03-2006, 08:26 PM
will this work on 3.6?

robgeo
08-05-2006, 10:46 PM
<i>*clicks install*</i>

Shazz
08-05-2006, 10:50 PM
will this work on 3.6?
Theres another thread out for it ;)
________
green crack (http://trichomes.org/marijuana-strains/green-crack)

Intocable
09-01-2006, 01:07 AM
Noonster Versiyon :banana:
Excellent!!!!!!!!! thanks to all :) :knockedout: :D

cmcadmin
09-02-2006, 03:16 PM
I love this Mod.

The only suggestion I have would be to add the ability to change the boarded height.

Good Job

Nokia Tech
09-03-2006, 03:04 PM
Great addition, Thanks.. Clicks INSTALL

oldfan
09-16-2006, 02:40 AM
thank you very much
/me installs

Snake
09-16-2006, 11:40 AM
Thanks!

tnsezer
10-07-2006, 12:19 AM
thanks men

ltaylor
10-22-2006, 03:55 PM
Thankyou, Great mod!

sametweb
10-23-2006, 04:43 PM
eywallah atakan kardeş. t?rk?e bilionmu bilmem ama iyi iş ?ıkarmışsın.. ;)

fishhub
10-26-2006, 04:13 PM
Thanks! This is good.

HOwever, could be made better such as..how do I :

- add words like Forum Threads in the sepeartor bar?

- then change the thread started to sticky threads ?

TIA

neverknow1
11-03-2006, 01:26 AM
it is a simple and easy to install mod...but play much different in terms of viewing.

Thks a lot.

zınar
11-06-2006, 06:22 AM
Tanks (teşekkürler sevgili; atakan bir türk'ün böyle güzel bir eklenti hazırlaması çok sevindirici, başarıların ve güzel çalışmalarının devamını dilerim..)

Rolito
11-25-2006, 02:40 PM
I have installed it but...

Where can I find the configuration options of this mod?

Thanks !

agitated
11-25-2006, 02:55 PM
Go into your ACP -> vBulletin Options -> Forum Display Options (forumdisplay)
options for this excellent MODification are at the end of Forum Display Options

sunnycher
11-26-2006, 12:07 PM
I'd like to change this also, where do you do this?


Thanks! This is good.

HOwever, could be made better such as..how do I :

- add words like Forum Threads in the sepeartor bar?

- then change the thread started to sticky threads ?

TIA

Jamie1
11-27-2006, 12:47 PM
Fantastic mod! Installed x

IrPr
01-09-2007, 07:41 PM
Works as charm on 3.6.4!!!

Here is my modification to compatible with Personal Sticky Mod
Plugin Name: Separate Sticky and Normal Threads
Hook Location: forumdisplay_complete
Find $threadbits_sticky
Replace with $threadbits_sticky.$threadbits_personalsticky

princeedward
01-31-2007, 11:51 AM
nice and thanks for this...easy to install.....cheerszzzzzzzzzzz bro.. ;)

PiotrasG
02-14-2007, 02:35 PM
nice work thx for the mod works great with 3.6.4

nhdriver4
03-07-2007, 02:28 PM
Great job. Easy install, works just fine with 3.6.5.

weedheaven
03-10-2007, 09:43 AM
Thanks a lot, gives a better overvieuw on the board

Bree
03-16-2007, 05:58 AM
*Installed* Thanks a bunch... quick and easy just like I likes it LOL Always, Bree (3.6.5)

Dark_Sirius
03-17-2007, 02:05 AM
Something I noticed with this...

Once installed, you cannot double click a thread to edit the title from the forum display. Ideas?

Smoothie
08-13-2007, 02:31 AM
I did thin it like this:

In file "product-separate.xml"

FIND

<template name="FORUMDISPLAY_Separate2" templatetype="template" date="1148491155" username="gizli" version="3.5.4"><![CDATA[<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">&nbsp;</td></tr>]]></template>
REPLACE with:

<template name="FORUMDISPLAY_Separate2" templatetype="template" date="1148491155" username="gizli" version="3.5.4"><![CDATA[<tr><td class="thead" style="height: 5px; padding: 0; font-size: 0" colspan="<if condition="$show['threadicons']">7<else />6</if>">&nbsp;</td></tr>]]></template>
If you don't like the thickness of the border, change "height: 5px" to whatever you may find appropriate.

After the change, import the product (overwrite old product if necessary) and have fun.

It only changes the thickness for style 1 since it doesn't make sense to me to do this for separators with text in them ;)

Djamil
Problem is, your code does not display correctly in all browsers.:rolleyes:

jdelasko
10-15-2007, 04:15 PM
Nicely done. THanks!

aff2k4
11-15-2007, 08:14 PM
Thank you. Great mod!

TasariMerkezi
11-17-2007, 05:27 AM
thanks atakan
bazı eklentilerle uyuşmuyo s?liyim ;)

RedGTiVR6
02-27-2008, 06:08 PM
anyone know if this works with 3.7?

Smitty
07-25-2008, 12:40 PM
anyone know if this works with 3.7?Yes - Works with 3.7.2.

Ingress
07-25-2008, 03:20 PM
anyone know if this works with 3.7?

There is a version for 3.7 available. (https://vborg.vbsupport.ru/showthread.php?t=165550)

Ingress

Smitty
07-25-2008, 04:44 PM
Well, yes, but they're really the same. Compare the files. Six of one, half dozen of the other.

Ingress
07-25-2008, 05:05 PM
I know I might sound pedantic, but the author of this hack has made a separate thread for the 3.7-version and so everyone should download and discuss the hack there if he uses it for 3.7.

This helps keeping track of who is actually using a hack and points the vB-developers to the features that are missing in vB out of the box and therefore may help hacks being a stock feature some day.

But again, I must admit that I'm a helluva pedant. ;-)

Have a nice weekend,

Ingress