Quote:
Originally Posted by Trigr
#3 - nothing in either template.
1,2 & 4 are all correct.
I appreciate the help.
I checked the Default template also and nothing in either of those.
|
Ok. Thats what I was afraid of, but its not a big deal.

Here is what you will need to add:
in FORUMDISPLAY you will need to add this between the closing link tag that is wrapped around your new thread button (</a>) and the vb conditional else tag (<else />):
Code:
<!-- roaming threads area --><if condition="$show['roaming_threads']"> <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]&roaming_thread=1" rel="nofollow"><img src="$stylevar[imgdir_button]/roaming_thread.gif" alt="" border="0" /></a></if><!-- / roaming threads area -->
SHOWTHREAD is very similar. You will need to add this between the new reply image and the conditional else tag:
Code:
<!-- roaming threads area --><if condition="$show['roaming_threads']"> <a href="roaming.php?$session[sessionurl]do=issuekey&t=$threadinfo[threadid]" rel="nofollow"><img src="$stylevar[imgdir_button]/roaming_post.gif" alt="" border="0" /></a></if><!-- / roaming threads area -->
This will make each button show next to the new thread button on the forum view and the new reply button on the thread view.
You may also want to check your newreply and newthread templates to be sure those were modified properly too. Those should have a new section between the subject and body area for submitting the user's mobile address and to agree to the Roaming Threads TOS.