![]() |
AWESOME! This will be installed tonight!
|
installed but I dont see the Roaming thread button anywhere.
images uploaded, using Imageshack to host, entered all my KEY's. Not showing in custom templates OR Default VB template. Help? Would love to use this. |
Quote:
1. The functionality is not enabled on the main Roaming Threads options page. 2. Your style has changed the default location for button images. 3. Your templates were modified, and the install code could not find the proper location to place the buttons. 4. Permissions were not properly assigned. Here are a couple of things to check for each scenario: 1. Admincp -> Roaming Threads -> Roaming Threads Options. Make sure that the 'Roaming Threads Enabled?' option is set to 'Yes'. This is set to 'No' by default. 2. Admincp -> Styles & Templates -> Style Manager -> Edit All Stylevars -> Image Paths. Verify that roaming_thread.gif and roaming_post.gif were placed in this directory. 3. Admincp -> Styles & Templates -> Style Manager -> Edit Templates -> FORUMDISPLAY (under Forum Display Templates) or SHOWTHREAD (under Show Thread Templates). We have added the buttons right after the new thread and reply code. Search for 'roaming' in either of these template, and you should jump to the button code that was added. 4. If you are using usergroup based permissions (recommended), Admincp -> Usergroups -> Usergroup Manager -> Edit Usergroup -> Roaming Threads Permissions. This value should be set to 'Yes' to allow this usergroup to use the Roaming Threads functionality. Hopefully, it is one of the easier issues to fix (1, 2 or 4). If it is #3, let us know, and we will give you the exact template code and location for the buttons. :) |
Quote:
1,2 & 4 are all correct. I appreciate the help. I checked the Default template also and nothing in either of those. |
Quote:
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. |
Quote:
Perfect. Thank you. |
Great plugin, Thanks!
|
Thanks to everyone that has downloaded and installed the plugin!
|
v1.0.1: Fixed minor issue with non-urlencoded characters in image captions.
Please reupload roaming.php to your forum home directory to update your install. |
Nice hack! Tagged! But one question, from the description sounds like that we can send 99 emails with no limit on the number of attachments per mail. While on your site you clearly state that only 1 attachment per mail is allowed. What is right? Thank you again for this!! :)
|
All times are GMT. The time now is 08:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|