The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Ok well here is my set up:
Code:
<vb:if condition="$foruminfo['forumid'] == 6"> <a href="misc.php?do=form&fid=3" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_application}</a> <vb:elseif condition="$foruminfo['forumid'] == 38" /> <a href="misc.php?do=form&fid=1" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> <vb:else /> <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> </vb:if> Code:
<vb:if condition="$foruminfo['forumid'] == 19"> <a href="http://www.spyike.org/misc.php?do=form&fid=1" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> <vb:elseif condition="$foruminfo['forumid'] == PLACE NEW FORUM ID HERE" /> <a href="PLACE URL HERE" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> <vb:else /> <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> </vb:if> Blue = If you need another link (edit as required (you do not NEED to use this)) Red = States if in a other forum, it posts a topic like usual. ( You need to use both green and red atleast) Hope this helps.. --------------- Added [DATE]1290022353[/DATE] at [TIME]1290022353[/TIME] --------------- 1. I dont see the code i told you to put in or is that the original code? 2. What code is that? |
#12
|
|||
|
|||
Worked, thanks but now I have another problem! Two 'Post New Thread'
|
#13
|
|||
|
|||
Well i assume you either left a bit of code in or didnt put the correct forum ID in, whats the code you got upto that point?
|
#14
|
|||
|
|||
Code:
<body> {vb:raw header} {vb:raw navbar} <vb:if condition="$announcebits"> <ol id="announcements" class="announcements"> {vb:raw announcebits} </ol> </vb:if> <vb:if condition="$foruminfo['forumid'] == 19"> <a href="http://www.spyike.org/misc.php?do=form&fid=1" {vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> <vb:else /> <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> </vb:if> <div id="above_threadlist" class="above_threadlist"> <vb:if condition="$show['newthreadlink']"><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if> |
#15
|
|||
|
|||
Remove
Code:
<vb:if condition="$show['newthreadlink']"><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if> |
#16
|
|||
|
|||
Thank you!!! How do I move the Post icon a bit down so it's not exactly below the announcement! THANK YOUUU
|
#17
|
|||
|
|||
All I can say is maybe add some <br /> tags (on each line e.g.
<br /> <br /> (buttons here)) Other than that I can't help you with it |
#18
|
|||
|
|||
THANK YOU! LOve you <3
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|