Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Post New Thread Button Details »»
Post New Thread Button
Version: 4.00, by princeedward princeedward is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.x Rating:
Released: 02-22-2010 Last Update: 02-23-2010 Installs: 147
Template Edits
Re-useable Code Code Changes  
No support by the author.


Post New Thread Button To Showthread
Above, Below / Closed, Open Thread
(Tested To Default vB Skin Style And FF/IE Browser Only!)



Again...What Is This?
This is a simple and more better way to add the same Post New Thread Button to showthread page...to a closed and open thread...above and below with you to decide the space and adjust...



PROCEDURES/INSTALLATION:
[Pls. Read Clearly Or If You Need Reading Glass (Wear It First) And Follow The Steps Below



NOW GO:

ACP > Styles & Templates > Search in Templates > Search in Style:Click Dropdown Arrow (Choose Actual Style)> Search for Text: SHOWTHREAD > Search Titles Only: YES > Click Find


NOW SELECT SHOWTHREAD TO OPEN!

======================================
1: ADDING POST NEW THREAD BUTTON ABOVE!
======================================

FIND THIS CODE:


Code:
<div id="above_postlist" class="above_postlist">
		<vb:if condition="$show['largereplybutton']">
			<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&amp;noquote=1" 
class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
ADD BELOW:

Code:
<!--- POST NEW THREAD BUTTON ABOVE START --->

<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"  style="margin-left:10px;"><span>+</span> {vb:rawphrase post_new_thread}</a>

<!--- POST NEW THREAD BUTTON ABOVE END --->
==================================
NOTE: ADJUST THE RED ONE IF NEEDED!
==================================

======================================
2: ADDING POST NEW THREAD BUTTON BELOW!
======================================

NOW GO DOWN BELOW AND SEARCH/FIND THIS CODE:


Code:
<div id="below_postlist" class="below_postlist">
	<vb:if condition="$show['largereplybutton']">
		<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&amp;noquote=1" 
	class="newcontent_textcontrol" id="newreplylink_bottom">
<vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>

ADD BELOW:


Code:
<!--- POST NEW THREAD BUTTON BELOW START --->

<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"  style="margin-left:160px;"><span>+</span> {vb:rawphrase post_new_thread}</a>

<!--- POST NEW THREAD BUTTON BELOW END --->
==================================
NOTE: ADJUST THE RED ONE IF NEEDED!
==================================

SPECIAL NOTE:
Now you will notice that something is not right... the Post New Thread or Reply To Thread Button is quite larger or bigger than the others (Because Of The Font Size!)
Now you want to have it all the same size...which is more better to see...right?


NOW GO TO EDIT THAT BUTTON:

ACP > Styles & Templates > Search in Templates > Search in Style:Click Dropdown Arrow (Choose Actual Style)> Search for Text: vbulletin-chrome.css > Search Titles Only: YES > Click Find

NOW GO SELECT vbulletin-chrome.css TO OPEN

Search in Template: .newcontent_textcontrol span { Click Find:


OR LOOK/FIND THIS CODE:

Code:
}
.newcontent_textcontrol span {
	font-size:15px;
	font-weight:bold;
	display:inline;
}

CHANGE/ADJUST THE RED INTO: 10-12px



SAVE AND RELOAD FOR A TEST IF NOT OKAY ADJUST MORE:

UNTIL OKAY....SAVE AND ENJOY!


================================================== ======
NOTE: IF YOU INSTALLED THE MOD BELOW DONT SET THE BUTTON SETTINGS TO BE INVISIBLE (OTHERWISE YOU WILL NOT SEE THIS)!

ADVANCE REPLY FOR QUICK REPLY
================================================== ======




NOTE:
If Anyone Can Make It More Better In Any Way (Xml Product) On This..Feel Free To Submit Your Modification Here....

Hope You Like It And Find This Useful To Your Website!
If You Use This Mod; Please Don't Forget To:
  • Click "Mark as Installed"
  • Leave Any Comment By Saying Thanks! or Anything! (Not Just Read, Use And Go)
  • Rate
  • Nominate


"Hey Smart, If You Think You Can Make Better, Just Create One, Release And Share It To All For Free...
If It's Useless, Bad Idea For You...Don't Like It...Don't Bother To Leave Any Comment Below"...
Just Hit The Road Jack!




SPECIAL THANKS AND CREDIT FOR THE GOOD IDEA AND HELP, ALSO GOES TO:

  • shadowgfx (For His Original But Incomplete Mod HERE)
  • s810car (For Good Suggestion HERE)
  • Lynne (For Never Ending Assistance Who Always There Behind Us And Without Waiting For Anything From Us...)


Good Day...Thanks And Best Regards To All


Download Now

File Type: txt Post_New_Thread_Button_Info.txt (5.4 KB, 257 views)

Screenshots

File Type: png post_new_thread_button_above.png (4.5 KB, 0 views)
File Type: png post_new_thread_button_below.png (4.0 KB, 0 views)
File Type: png post_new_thread_button_closed_above.png (4.6 KB, 0 views)
File Type: png post_new_thread_button_closed_below.png (3.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
crazyboy1661

Comments
  #2  
Old 02-23-2010, 01:44 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice of you to share, but what is the point of a newthread button in showthread?

Threads go in forums. That's why there's a newthread button there.

Why not put one in usercp.php and payments.php? Can we maybe get one in the archive? What about CMS and blogs?
Reply With Quote
  #3  
Old 02-23-2010, 05:41 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's a bit rude Kall.
I find a 'new thread' button on showthread very handy as do my members; besides being convenient it has also cut down on thread hijacking/going off topic if that button is *right there* to click for the member to start a new thread because what they were reading inspires them/makes them think of something similar.

I don't use a LOT of the mods because their use doesn't pertain to the use of MY forum, but I don't post snide comments in the mod threads.
Reply With Quote
  #4  
Old 02-23-2010, 06:09 PM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall View Post
Nice of you to share, but what is the point of a newthread button in showthread?

Threads go in forums. That's why there's a newthread button there.

Why not put one in usercp.php and payments.php? Can we maybe get one in the archive? What about CMS and blogs?
Totaly disagree with you this is a useful modification and i would like to thank princeedward for releasing it
Reply With Quote
  #5  
Old 02-23-2010, 06:45 PM
supportMM supportMM is offline
 
Join Date: Nov 2006
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AWESOME.......first thanks for making one of these mods work, and thanks for the PM letting me know you made it.

I have had members begging for this.

Its nice to give them something that works LOL
Reply With Quote
  #6  
Old 02-23-2010, 08:08 PM
Cableguy69 Cableguy69 is offline
 
Join Date: Apr 2008
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep my members make several posts at a time in certain forums so having the New thread button saves on a click for each new thread made.

Great little mod rated 5 and installed.
Reply With Quote
  #7  
Old 02-24-2010, 01:57 AM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this following the directions, but for some reason the button and reply button are now only showing to unregistered members. Any idea how to make it to show to registered members?
Reply With Quote
  #8  
Old 02-24-2010, 03:35 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed

thanxxx

hwo i can make it viseble only for mods ?
Reply With Quote
  #9  
Old 02-24-2010, 05:42 AM
phkk phkk is offline
 
Join Date: Feb 2006
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

loveeeeeeeeeeeeeeeeeeeee
Reply With Quote
  #10  
Old 02-24-2010, 06:20 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GeorgeB85 View Post
I installed this following the directions, but for some reason the button and reply button are now only showing to unregistered members. Any idea how to make it to show to registered members?
hi there....this is impossible...we together of my members are using this without problem...this is something to do with adding maybe a conditional...maybe try to add this...

Show only members:

Code:
<vb:if condition="$show['member']">CODE HERE!</vb:if>

Quote:
Originally Posted by Dr.osamA View Post
installed

thanxxx

hwo i can make it viseble only for mods ?
hi...this is possible maybe by adding conditional too...not tested but you can try to add this code...


Show specific user groups :
Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">CODE HERE!</vb:if>
================================

Show only moderators of any forum:

Code:
<vb:if condition="can_moderate()">CODE HERE!</vb:if>

best regards and hope that helped you guys...


PLS. MARKED INSTALLED-NOMINATE-RATE!

:up:
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:34 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.05602 seconds
  • Memory Usage 2,353KB
  • Queries Executed 26 (?)
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_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete