Post New Thread Button
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}&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> Code:
<!--- POST NEW THREAD BUTTON ABOVE START ---> <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&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}&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&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:
"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:
Good Day...Thanks And Best Regards To All Download
Post_New_Thread_Button_Info.txt (5.4 KB, 259 downloads) Screenshots |
Similar Mods
Forum Display Enhancements New button when new thread/post is made | vBulletin 3.8 Template Modifications |
Show Thread Enhancements New Thread Button on post viewing | vBulletin 4.x Template Modifications |