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)

gagan007 09-03-2010 08:50 AM

thanks a ton pdtan ;)

Shadow09 10-09-2010 09:14 AM

Inline Mod issue on 4.0.7. I have to disable mod until this is fixed. Thanks anyway.

stwan 11-04-2010 12:09 PM

Not valid xhtml 1.0 code:

Duplicate id="cat1" in tempalates FORUMDISPLAY_Separate1 and FORUMDISPLAY_Separate2.

Fix:
in template FORUMDISPLAY_Separate2
HTML Code:

<li class="threadbit" id="cat1">

replace:
HTML Code:

<li class="threadbit" id="cat2">

barakuda 11-16-2010 07:19 PM

thanks

Vick98 11-18-2010 10:54 PM

Easy Install. Thank you.

dall100 11-25-2010 11:06 PM

Works fine for me, great mod. using 4.8.0

smelly 12-05-2010 07:11 AM

good stuff thanks

rughis 12-05-2010 12:27 PM

Thanks, nice mod!

sulasno 12-16-2010 03:09 AM

using this hack to check the current version

https://vborg.vbsupport.ru/showthread.php?t=255054

there is an error;

Martini-man 12-23-2010 09:56 AM

Am I the only one who can't use a different postbit for the first post?

anushkumarb 12-29-2010 02:17 PM

Excellent, works well

Thanks

fkatzenb 01-03-2011 11:16 PM

Modification Request:

Can you give them a new div class like threadlisthead_seperated and create a stylevar for that? This would allow us to further customize the css based on it.

Thanks,
Frank

bintoro 01-05-2011 12:45 PM

download - install and rate. Thanks

orillia 01-05-2011 03:43 PM

Installed; really like this. Thanks!

softsingapore 01-10-2011 06:02 AM

What is the difference between Style 1 and Style 2?

http://www.soft.com.sg/forum/gear-guitar/

OldSchoolDSL 01-10-2011 10:11 PM

Installed and working

4.1 PL2

fireglow305 01-13-2011 07:16 AM

Works with vB 4.1.1
;)

oscarsteel 01-17-2011 02:20 AM

Installed and working great. Thanks!!

pantani 01-17-2011 09:31 AM

Thank you for this one

garfieldH 01-19-2011 02:33 PM

Not working on VB 4.1.1 for me. Just puts Sticky Threads/Normal Threads at the top of the forum and doesn't actually separate them.

https://vborg.vbsupport.ru/external/2011/01/12.png

Edit: Seems to be related to my template/skin. GreenFox.

Edrondol 01-21-2011 01:19 PM

1 Attachment(s)
Seems to have an issue with the default style.

See attached.

Krusty1231 01-24-2011 08:01 AM

Works for me - thanks.

hisco 01-26-2011 08:11 AM

Works with vB 4.1.1

Thanks

ET 7 02-10-2011 09:53 PM

wow awesome ! thanks and marked.

is there a way to change the thread boxes color in the sticky area so it isn't the same color as the regular threads?

Rofo 02-10-2011 10:15 PM

Nice mod. Should be included with any VB installation.

Marked installed and rated. Thanks

VB 4.1.1

EasyEazy 02-11-2011 06:23 PM

Very nice mod:up:

ET 7 02-12-2011 10:09 PM

so can we or not?

Markco 02-15-2011 08:24 AM

1 Attachment(s)
With the version VB 4.11, the plug - in is in conflict with the function "inline mod" When the subject is in "Sticky"

DUI_ 02-21-2011 11:53 PM

Confirmed working 4.1.1

fireglow305 02-22-2011 06:47 AM

Works with vB 4.1.2 :up:

addamroy 02-25-2011 10:14 PM

If this helps anybody...You can easily change the text on 'normal threads' and 'sticky threads'

To do this, open up the .xml file with notepad ++ or whatever code editor you prefer, and go to line 71 and 72.

In the CDATA brackets, simply either replace the 'normal threads' and 'sticky threads' text with you preference, or delete the text to leave it blank. If you already installed it, just upload it again and allow overwrite.

BF777 04-06-2011 11:20 PM

Quote:

Originally Posted by BBR-APBT (Post 1922291)
I made changes to the templates to make it look more like it did in the older versions.
I figured I would share my templates.

First off here is the screen of what mine looks like.
https://vborg.vbsupport.ru/external/2011/04/38.png


Now here is the code.

Look for the following FORUMDISPLAY templates:

FORUMDISPLAY_Separate
Code:

<li class="threadbit" id="cat1">
<div class="icon0 nonsticky">
<div class="inner">
<p><b>&nbsp; $vbphrase[delim_normal] &nbsp;</b></p>
</div>
</div>
</li>

FORUMDISPLAY_Separate2
Code:

<li class="threadbit" id="cat1">
<div class="icon0 nonsticky">
<div class="inner">
<p><b>&nbsp; $vbphrase[delim_sticky] &nbsp;</b></p>
</div>
</div>
</li>


Strange. I didn't have to update this. The code was already like this.

Randomm 04-09-2011 08:05 PM

how do you remove the words Normal Threads and Sticky Threads?

Jontycat 04-10-2011 08:25 AM

Great work. Thanks.

sybakaos 04-16-2011 01:43 PM

Since vB v4.1 you can no longer select all threads in a forum, using the inline mod tools, if there's a sticky present in that particular forum.

sybakaos 04-16-2011 03:03 PM

Quote:

Originally Posted by sybakaos (Post 2185273)
Since vB v4.1 you can no longer select all threads in a forum, using the inline mod tools, if there's a sticky present in that particular forum.

Easy fix.

In both FORUMDISPLAY_Separate and FORUMDISPLAY_Separate2 template, replace <li and </li with <div and </div

KaneR 04-18-2011 10:56 AM

Quote:

Originally Posted by Randomm (Post 2182747)
how do you remove the words Normal Threads and Sticky Threads?


Style Manager > Edit Templates > Forum Display Templates > FORUMDISPLAY_Seperate

Find this code:
Code:

&nbsp; $vbphrase[delim_normal] &nbsp;
Replace with:
Code:

&nbsp;



Style Manager > Edit Templates > Forum Display Templates > FORUMDISPLAY_Seperate2

Find this code:
Code:

&nbsp; $vbphrase[delim_sticky] &nbsp;
Replace with:
Code:

&nbsp;

Randomm 04-19-2011 01:33 AM

Quote:

Originally Posted by KaneR (Post 2185938)
Style Manager > Edit Templates > Forum Display Templates > FORUMDISPLAY_Seperate

Find this code:
Code:

&nbsp; $vbphrase[delim_normal] &nbsp;
Replace with:
Code:

&nbsp;



Style Manager > Edit Templates > Forum Display Templates > FORUMDISPLAY_Seperate2

Find this code:
Code:

&nbsp; $vbphrase[delim_sticky] &nbsp;
Replace with:
Code:

&nbsp;


You are the man sir!

Speedy1505 04-22-2011 04:06 PM

this Plugin dosnt work :(

is this active, create JavaScript this Error
HTML Code:

this.checkbox is null
an JS dosnt work anything ...

the Inlinemoderation dosnt work and many more ...

i must deactivte this Plugin ...

can this fixed ?????

UKCE_Hitman 05-08-2011 04:49 PM

thx installed


All times are GMT. The time now is 09:11 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.01581 seconds
  • Memory Usage 1,794KB
  • 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
  • (10)bbcode_code_printable
  • (3)bbcode_html_printable
  • (4)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