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

Reply
 
Thread Tools
Small New Thread Button on Forumhome Details »»
Small New Thread Button on Forumhome
Version: 1.00, by flup flup is offline
Developer Last Online: Nov 2021 Show Printable Version Email this Page

Version: 3.5.0 Beta 2 Rating:
Released: 06-24-2005 Last Update: 06-24-2005 Installs: 39
Template Edits
 
No support by the author.

This template modificated is made by flup.

This mod will add a little image behind your subforum titel wich gives your
users the ability to start a thread right ahead from the forumhome page.

Screenshot included.

//Update v1.01
Now a little icon is placed together with the icon explanation images on bottom of the page (screenshot posted)

Show Your Support

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

Comments
  #12  
Old 08-01-2005, 03:05 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good stuff! thanx

<< 3.5 RC 1 installed ^^
Reply With Quote
  #13  
Old 08-01-2005, 04:15 AM
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Location: Oklahoma City
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet! I've actually been wanting something like this!
Reply With Quote
  #14  
Old 08-18-2005, 02:48 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working on 3.5 RC2. Nice idea.

EDIT: I am getting better at codding. Ok, here is what i did to modify this to fit sub forums.

In the Forum Home Templates gorup find forumhome_subforumbit_post and below:
PHP Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a
Add this:
PHP Code:
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/buttons/newthread-small.gif" border="0" alt="New Thread" /></a
Reply With Quote
  #15  
Old 10-09-2005, 12:59 AM
piXelatedEmpire piXelatedEmpire is offline
 
Join Date: Oct 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B
I have advocated something similar for a while...I nicked the way XMB do it and have run my 3.0.7 board like this for some time:

http://www.bowlandcentral.com/forum

My method simply involved using a similar graphic but placed in a new column on the right hand side of the board. This does involve messing about with the conditionals for the mod column but it's not too much trouble.
I like the idea of a seperate column for this mod.. how would I achieve a similar thing on VB 3.5 Gold? I am quite new to this mod game, my apologies for bringing this thread back up.
Reply With Quote
  #16  
Old 11-04-2005, 04:53 PM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On second thought making this an in line image makes it slighlty more comestic on sub forums, and child forums:

PHP Code:
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img class="inlineimg" src="images/buttons/newthread-small.gif" border="0" alt="New Thread" /></a
Reply With Quote
  #17  
Old 11-05-2005, 09:02 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Flup, would it be possible to to add some sort of if conditonal that will rpevent it showing up if the forum is simply a redirect to say your rules or support system ETC.
Reply With Quote
  #18  
Old 11-05-2005, 10:40 AM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice. Why don't you actually make it in invision-style, with a small button aligned to the right?
Reply With Quote
  #19  
Old 11-16-2005, 07:29 PM
flup's Avatar
flup flup is offline
 
Join Date: Jan 2002
Location: Maastricht, NL
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xplorer4x4
Flup, would it be possible to to add some sort of if conditonal that will rpevent it showing up if the forum is simply a redirect to say your rules or support system ETC.
In the template look up for the code with the image & link.

Code:
<if condition="$forum['link']"> <else /> the image and link code </if>
That would do the trick I think
Reply With Quote
  #20  
Old 01-07-2006, 09:33 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome! Installed.
Reply With Quote
  #21  
Old 10-20-2006, 03:18 PM
ShadowOne ShadowOne is offline
 
Join Date: May 2005
Location: Tampa
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyway To Make This So It Only Shows Up In A Certain Forum? Because I Have A Welcome Forum...And A New Thread ONLY For That One Would Be Nec... Right Now I Have It As A Link... Click In My Siggy To See What I Mean...
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 08:06 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.07305 seconds
  • Memory Usage 2,307KB
  • 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
  • (1)bbcode_code
  • (3)bbcode_php
  • (2)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
  • (1)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