That did help a lot . It gave me a new idea for adding the link instead of {U_POINTS} and now it's all workingAllen048 wrote:In the menu array you need to set the button to point at http://www.badtoadsplace.com/points.php because "U_POINTS" is not set in the points program. "L_POINTS" sets the name, "U_POINTS" sets the link. and if you look at the overall_header file U_POINTS is not used, just the link. hope that helps you.The Bad Toad wrote:The button is showing, but the redirect to points.php is where the problem lies. At the moment it just points to whichever page you are on when you click it.Allen048 wrote:I think I looked at your board the other day, your useing a dyn. drive menu system, if you look at the overall header edit it gives you the links you need, when you point your mouse to the button and look at the bottom of the page its pointing to the wrong place. send the link to your board again. and I will take a look at it.The Bad Toad wrote:Can anyone help me?The Bad Toad wrote:Hi Adrian1, I'm in the process of installing your MOD on my board but have a small problem with getting the button to work on two Subsilver2 based themes. I've used {L_POINTS} and {U_POINTS}, which gives me the button, but the redirect isn't working. Do you know which {U_} switch I need to use to get the redirect to work?
http://www.badtoadsplace.com/index.php
This is what I tried to get it to work:Code: Select all
<h5 style="margin-top:0px;margin-right:0px;cursor:pointer;"> <a class="top_bar_button_cl" href="{U_POINTS}" >{L_POINTS}</a> </h5>
