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)

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 03:27 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.01410 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)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)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