vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   [release] Seperate Stickies & Announcements from regular threads (https://vborg.vbsupport.ru/showthread.php?t=88308)

lordofgun 04-13-2005 06:06 AM

i think i'll give this a go...

DaPro 04-22-2005 09:15 PM

This was quite easy to figure out to port for 3.0.7, here it goes...

Go into your styles manager and do the following:

In FORUMDISPLAY look for:
=======================
HTML Code:

        $threadbits       
        <!-- end show threads -->

Add Above:
=======================
HTML Code:

<tr valign="top">
 <td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>

And your done, hit Save and presto. Easy huh?

Pion 04-26-2005 12:00 AM

DaPro...thanks...work nicely

:Judge: 05-24-2005 03:45 PM

Quote:

Originally Posted by DaPro
This was quite easy to figure out to port for 3.0.7, here it goes...

Go into your styles manager and do the following:

In FORUMDISPLAY look for:
=======================
HTML Code:

        $threadbits       
        <!-- end show threads -->

Add Above:
=======================
HTML Code:

<tr valign="top">
<td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>

And your done, hit Save and presto. Easy huh?

This be what I did in my 3.0.7 and went off without a problem at all, thanks.

yupfish 05-25-2005 01:22 PM

Just what i was looking for! Thanks, assassingod. :)

wolfgrrl 06-04-2005 08:43 AM

I would like to install this but under the forumdisplay templates, all I have is this:

FORUMDISPLAY [Customize]
forumdisplay_announcement [Customize]
forumdisplay_loggedinuser [Customize]
forumdisplay_moderator [Customize]
forumdisplay_sortarrow [Customize]

Does this not work on 3.06?

Lee 07-11-2005 03:03 PM

You need to refer to these instructions to install this modification...:)

Quote:

Originally Posted by DaPro
This was quite easy to figure out to port for 3.0.7, here it goes...

Go into your styles manager and do the following:

In FORUMDISPLAY look for:
=======================
HTML Code:

        $threadbits       
        <!-- end show threads -->

Add Above:
=======================
HTML Code:

<tr valign="top">
 <td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>

And your done, hit Save and presto. Easy huh?


bigcurt 07-14-2005 03:11 AM

yea the original is not working for 3.0.X I do not believe. I could be wrong though :P.

Aken 07-28-2005 06:08 AM

Regarding vB 3.0.7

I looked up this thread because I wanted to use the Sticky seperating bar and whatnot. The original template mod in this thread didn't work (should've read a bit farther, but whatever - no harm done to my forums), so I continued to read.

At the end here, DaPro's suggestion would appear to work fine, and I'm sure it does. But in my version of 3.0.7, there's no need to add anything. You actually have to remove something :)

Find:

HTML Code:

        <!--<tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>"></td></tr>-->
        </if>
        $threadbits       
        <!-- end show threads -->

Replace With:

HTML Code:

        <tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>"></td></tr>
        </if>
        $threadbits       
        <!-- end show threads -->

I actually removed the &nbsp; (space) in the seperator line, because it made it as tall as the font inside of it, plus cell spacing/padding.

The end result is seen in the screen shot provided below.

Note: I don't know how many of you will have this code hiding in there already, as I recently downloaded a fresh copy of vBulletin (3.0.7 for those not really paying attention) approximately two weeks ago. But if only one person finds all this babble useful, I'm satisfied :D

~Eric

Prodimysterio 08-03-2005 01:43 PM

Quote:

Originally Posted by Pion
DaPro...thanks...work nicely

Agreed. Worked like an absolute charm.

:)


All times are GMT. The time now is 04:58 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.01139 seconds
  • Memory Usage 1,748KB
  • 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
  • (8)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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