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 |
#2
|
||||
|
||||
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? |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
Totaly disagree with you this is a useful modification and i would like to thank princeedward for releasing it
|
#5
|
|||
|
|||
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 |
#6
|
|||
|
|||
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. |
#7
|
|||
|
|||
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?
|
#8
|
||||
|
||||
installed
thanxxx hwo i can make it viseble only for mods ? |
#9
|
|||
|
|||
loveeeeeeeeeeeeeeeeeeeee
|
#10
|
||||
|
||||
Quote:
Show only members: Code:
<vb:if condition="$show['member']">CODE HERE!</vb:if> 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: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|