The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Post New Thread Button Details »» | |||||||||||||||||||||||||||||||||||
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 Now
Screenshots
Show Your Support
|
Благодарность от: | ||
crazyboy1661 |
Comments |
#52
|
||||
|
||||
works on 4.2.1
|
#53
|
|||
|
|||
As my Dad would often say "This fixes something that isn't broken"
|
#54
|
||||
|
||||
How do I make the button invisible for unregistered users?
Thanks.... |
#55
|
||||
|
||||
Wrap it in a conditional.
Code:
<vb:if condition="$show['member']"> <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> </vb:if> |
Благодарность от: | ||
blackberry |
#56
|
||||
|
||||
Quote:
Do I replace existing code or add it underneath? Very good job sir.... |
#57
|
||||
|
||||
Same place the OP told you to do it, either way you want, above or below the post. So instead of using the code he gave, use the code I provided.
|
#58
|
||||
|
||||
Shall give it a shot sir....
Marvelous.. |
#59
|
||||
|
||||
Confusion Mr 47, the mod I am using is this one https://vborg.vbsupport.ru/showthrea...=258983&page=4
Not sure now what to do. I guess I will have to experiment.. Thanks.. Any advice? |
#60
|
||||
|
||||
Quote:
|
#61
|
||||
|
||||
Here is my take on this mod, no template edits, https://vborg.vbsupport.ru/showthread.php?t=301929
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|