Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[release] Seperate Stickies & Announcements from regular threads Details »»
[release] Seperate Stickies & Announcements from regular threads
Version: 1.00, by assassingod assassingod is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-28-2003 Last Update: Never Installs: 31
 
No support by the author.

Seperate Stickies & Announcments from regular threads (Template Mod Style!)

Author: ffdcsite
Description: This seperates stickies and / or announcments from normal threads (Original created for vB2 by me)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 04-13-2005, 06:06 AM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i think i'll give this a go...
Reply With Quote
  #63  
Old 04-22-2005, 09:15 PM
DaPro DaPro is offline
 
Join Date: Jan 2003
Location: CT, USA
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #64  
Old 04-26-2005, 12:00 AM
Pion Pion is offline
 
Join Date: May 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DaPro...thanks...work nicely
Reply With Quote
  #65  
Old 05-24-2005, 03:45 PM
:Judge:'s Avatar
:Judge: :Judge: is offline
 
Join Date: Jan 2003
Location: USA ~ MD
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #66  
Old 05-25-2005, 01:22 PM
yupfish yupfish is offline
 
Join Date: Feb 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just what i was looking for! Thanks, assassingod.
Reply With Quote
  #67  
Old 06-04-2005, 08:43 AM
wolfgrrl wolfgrrl is offline
 
Join Date: Apr 2004
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #68  
Old 07-11-2005, 03:03 PM
Lee's Avatar
Lee Lee is offline
 
Join Date: Jul 2004
Location: Texas
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #69  
Old 07-14-2005, 03:11 AM
bigcurt's Avatar
bigcurt bigcurt is offline
 
Join Date: Nov 2004
Location: KierDarby.php
Posts: 1,009
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea the original is not working for 3.0.X I do not believe. I could be wrong though :P.
Reply With Quote
  #70  
Old 07-28-2005, 06:08 AM
Aken's Avatar
Aken Aken is offline
 
Join Date: Jul 2004
Location: Wisconsin, USA
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

~Eric
Reply With Quote
  #71  
Old 08-03-2005, 01:43 PM
Prodimysterio Prodimysterio is offline
 
Join Date: Feb 2005
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pion
DaPro...thanks...work nicely
Agreed. Worked like an absolute charm.

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05810 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete