Status
Not open for further replies.

Ozzy47

Former Developer
Customer
This will add a clickable rules button to your shout.

Download this image:
14dfaa304c55a5.jpg
and save it as rules.jpg

Upload the image to your dbtech/vbshout/images folder via ftp.

Post a thread on shoutbox rules if you do not already have one, get the url to the thread ie: h**p://www.mysite.com/showthread.php?17-Shoutbox-Rules

Now open your dbtech_vbshout_editortools_pro template and at the end of the code in there you will see
vB 4.x
PHP:
</vb:if>

vB3.x

PHP:
</if>

Above that add the following code:
PHP:
<span class="seperator"> </span>

<a  href="http://www.mysite.com/showthread.php?17-Shoutbox-Rules"><img  border="0" src="dbtech/vbshout/images/rules.jpg" class="inlineimg"  title="ShoutBox Rules">
</a>
The url in that code
PHP:
http://www.mysite.com/showthread.php?17-Shoutbox-Rules
is where you paste your link to your shoubox rules post.

The title="ShoutBox Rules"text in that code is what it says when you hover over the image, you can change that to your liking.

Once that is all done your shoutbox will have a new icon in it:
14dfaa6020404a.png


When your members click on the
14dfaa304c55a5.jpg
it will take them to the ShoutBox Rules post in the same window
 
Last edited:
Status
Not open for further replies.
Back
Top