vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Separate Sticky and Normal Threads (https://vborg.vbsupport.ru/showthread.php?t=228036)

Michael Tsai 02-24-2010 09:57 AM

Installed but disabled, thanks anyway!

motorola 02-24-2010 04:13 PM

Thanks a lot ! Installed

Michael Tsai 02-25-2010 12:30 PM

Worked fine till now, thanks again!:up::up::up:

dmknights 02-25-2010 08:12 PM

Works Brill

*Clicks Installed*

zeroality 03-03-2010 01:22 AM

Works on 4.0.2 for me.

rmxs 03-08-2010 09:35 PM

doesnt work conflict with inline mod..
Old version was better this is one is hard to see the change

TimberFloorAu 03-08-2010 09:37 PM

Is it possible to make it so the stickies can be +expanded -collapsed.

Would be a great feature.

stator 03-09-2010 03:12 AM

Thank you,

but, How can I make the "Sticky" word be Bold & Red

& How can I change the color of separator line.

rmxs 03-09-2010 11:15 PM

Any news about that?

Inline mod doesnt work when you install it

djbaxter 03-09-2010 11:29 PM

Quote:

Originally Posted by rmxs (Post 2000081)
doesnt work conflict with inline mod..
Old version was better this is one is hard to see the change

Quote:

Originally Posted by rmxs (Post 2000585)
Any news about that?

Inline mod doesnt work when you install it

Actually, that's not quite true. What doesn't work is the "Select all" in a forum for inline moderation. You can still select threads individually and if you do inline moderation works fine.

I don't know if that's a problem with this add-on or with 4.02.

FReeSTER 03-11-2010 03:10 PM

it will be nice to change the color of the word Sticky to red in bold, can that be done?

-=Leb=- 03-17-2010 02:19 PM

thx for the update

sKippah 03-17-2010 03:04 PM

Installed. Thanks. But Turn off sticky prefix in forum display is marked as YES but i still have the Prefixes....

Popa Andrei 03-18-2010 10:50 AM

1 Attachment(s)
The Inline doesent wok anymore aftert instaling this mode.
Until fix uninstaled.

metalguy639 03-26-2010 07:52 PM

For all those of you who want to change the color of the font & the bar behind the font, do the following edits....

I'm assuming that you know where to find the templates and how to open them to edit them....

Change font color:

Open the FORUMDISPLAY_Separate template and replace

Code:

<li class="threadbit" id="cat1">
With This:

Code:

<li class="threadbit" id="cat1" style="color:#000000;">
NOTE: You will need to change the color in red to the font color to what you want it to be either use a hex color or use a color like Red, Blue etc.

Now to change the background color Find:

Code:

<div class="icon0 nonsticky">
And Replace it with

Code:

<div class="icon0 nonsticky" style="background:#D2BF7B;">
Again you will need to change the color in red to the hex color you want to use or the actual color.

save the template.

Now open FORUMDISPLAY_Separate2 And Find:

Code:

<li class="threadbit" id="cat1">
Replace With:

Code:

<li class="threadbit" id="cat1" style="color:#000000;">
Change the red to the color you want.

Find:

Code:

<div class="icon0 nonsticky">
Replace with:

Code:

<div class="icon0 nonsticky" style="background-color:#D2BF7B;">
Again change the red to what you want it to be.

Professional2 03-27-2010 05:36 AM

installed and works on 4.0.2

thedreamer09 03-27-2010 04:15 PM

Great mod, searching for this mod, works fine for me, thanks for sharing the mod

wayne.richards@ 03-28-2010 09:29 PM

Found A Bug! If You Have This Installed "Inline Mod" Stops Working On 4.0.2 PL4

djbaxter 03-28-2010 09:37 PM

Quote:

Originally Posted by wayne.richards@ (Post 2011895)
Found A Bug! If You Have This Installed "Inline Mod" Stops Working On 4.0.2 PL4

Sorry to disappoint but that's a known issue. It's not yet clear (to me) whether this is a vBulletin problem or a customization problem - vBulletin I believe views it as "not a bug" since with certain add-ons disabled the problem disappears, but on the other hand it seems that more than one add-on can lead to the problem.

Also, it's not true that inline moderation "stops working". All that is affected is the ability to Select All threads or posts on the page. You can still select them one at a time and then inline moderation works as it should.

wayne.richards@ 03-28-2010 09:53 PM

Thanks for the quick reply, i have uninstalled it at re uploaded it and get the same results.

I will just have to disable it when i need to mass move threads as its a very handy mod, it also seemed to stop me deleting a forum from the admincp

djbaxter 03-28-2010 11:14 PM

Quote:

Originally Posted by wayne.richards@ (Post 2011910)
I will just have to disable it when i need to mass move threads as its a very handy mod, it also seemed to stop me deleting a forum from the admincp

Yes. That's the compromise I adopted as well, since I also find the add-on useful.

justasiam 03-29-2010 03:59 AM

This is awesome. I wanted to change the text "Stick Threads" to "IMPORTANT!!" so I edited the "delim_sticky" phrase. Works perfectly.

Question: The space between the "Sticky Thread" area and the "Normal threads" is too close. Is there a way to increase the space? Maybe add another table row between them?

patrick91 03-29-2010 08:17 AM

Thxn works great!!! mark as installed:)

abdulbasitsaeed 03-29-2010 06:13 PM

Quote:

Originally Posted by metalguy639 (Post 2010757)
For all those of you who want to change the color of the font & the bar behind the font, do the following edits....

I'm assuming that you know where to find the templates and how to open them to edit them....

Change font color:

Open the FORUMDISPLAY_Separate template and replace

Code:

<li class="threadbit" id="cat1">
With This:

Code:

<li class="threadbit" id="cat1" style="color:#000000;">
NOTE: You will need to change the color in red to the font color to what you want it to be either use a hex color or use a color like Red, Blue etc.

Now to change the background color Find:

Code:

<div class="icon0 nonsticky">
And Replace it with

Code:

<div class="icon0 nonsticky" style="background:#D2BF7B;">
Again you will need to change the color in red to the hex color you want to use or the actual color.

save the template.

Now open FORUMDISPLAY_Separate2 And Find:

Code:

<li class="threadbit" id="cat1">
Replace With:

Code:

<li class="threadbit" id="cat1" style="color:#000000;">
Change the red to the color you want.

Find:

Code:

<div class="icon0 nonsticky">
Replace with:

Code:

<div class="icon0 nonsticky" style="background-color:#D2BF7B;">
Again change the red to what you want it to be.

Thank you very much for sharing this, metalguy639. :)

Hopefully, I'd like to make these changes soon on my forum.

metalguy639 03-29-2010 06:26 PM

no prob :D

metalguy639 03-29-2010 06:30 PM

Quote:

Originally Posted by justasiam (Post 2012041)
This is awesome. I wanted to change the text "Stick Threads" to "IMPORTANT!!" so I edited the "delim_sticky" phrase. Works perfectly.

Question: The space between the "Sticky Thread" area and the "Normal threads" is too close. Is there a way to increase the space? Maybe add another table row between them?

One way is to place some padding as a css code into your template.

Open both templates - FORUMDISPLAY_Separate & FORUMDISPLAY_Separate2 and edit the following line:

Find:

Code:

<div class="icon0 nonsticky">
Replace With:

Code:

<div class="icon0 nonsticky" style="padding:10px;">
You can increase the number in red or decrease it. Then save the template. Do this to both templates.

justasiam 03-29-2010 10:23 PM

OK, if you want to add a separation between the "Sticky Threads" and "Normal Threads", just add a
Code:

<br>
just before the
Code:

<div class="icon0 nonsticky">
statement. in the "FORUMDISPLAY_Separate" template and the "FORUMDISPLAY_Separate2" template.

I found that the text for "Sticky Threads" and "Normal Threads" were a bit cramped in that cell, so I added a space around the phrases. To do this, just add a little html code.

In the "FORUMDISPLAY_Separate" template, find
Code:

<p><b>&nbsp; $vbphrase[delim_normal]
. Replace
Code:

<p>
with
Code:

<table><tr><td  height="25">
. Find
Code:

</p>
and replace it with
Code:

</td></tr></table>
.

In the "FORUMDISPLAY_Separate2" template, find
Code:

<p><b>&nbsp; $vbphrase[delim_sticky]
. Replace
Code:

<p>
with
Code:

<table><tr><td  height="25">
. Find
Code:

</p>
and replace it with
Code:

</td></tr></table>
.

Note: You can replace the number "25" in the "<td height="25"> statement with a larger or smaller number to increase or decrease the space in that cell.

syrn 03-30-2010 06:16 AM

simple, cool , installed , 5*

Thanx

badawidollah 03-30-2010 11:22 AM

cool
installed

Debbi 04-01-2010 05:05 AM

Very helpful. Thanks and installed.

illlineent 04-02-2010 05:42 PM

Love it, Thanks

raja811 04-03-2010 09:28 PM

thanks

sulasno 04-11-2010 03:19 AM

installed;
working in vBulletin 4.03

encryption 04-14-2010 10:49 AM

edit: got it working

marshal_ramdev 04-21-2010 04:34 AM

thank you ...

Weeds 04-29-2010 03:14 AM

Hi!

I have a suit and when i click Mange products it go to a option of Edit and it has not the same info as you told me. Any suggestions i am very new to VB

Sorry i am an idiot i fixed it :)

Bansheebob 05-05-2010 09:48 PM

this damn thing just wacked my forum all out of wack and i cant get it straightened out, future black skin by blue pearl designs.

Bansheebob 05-05-2010 11:06 PM

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1269) : eval()'d code on line 3

ssvp 05-10-2010 01:52 AM

On our 4.0.3 it broke inline mod..:(

BellyBelly 05-11-2010 03:33 AM

I installed it, it didn't break anything but I only have text 'Sticky Posts' and 'Normal Posts' in a line - no colour bar going across. I had this in previous versions of this mod & VB.


All times are GMT. The time now is 08:14 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.01377 seconds
  • Memory Usage 1,827KB
  • 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
  • (30)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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