Quote:
Originally Posted by DaRK mAN306
Hello there fruktkak,
If I wasn't mistaken, there is probably an error with the conditional sentences .!
To make sure, I want you to do this: - First of all, sign into your Admin CP ..
- Then, go to "Styles & Templates >> Style Manager" ..
- After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
- Then, Expand the template groups and look for "Header" template and edit it ..
- Once you enter the template, look for:
Code:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
There should be two of them ..
- Make sure that the lines above and beneath the line mentioned in step 5 are like this:
Code:
<vb:if condition="$show['registerbutton']">
</vb:if>
Which means that the whole code should be something like this:
Code:
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
- Modify the lines if they are not like the lines mentioned in step 6 ..
- "Save" the template ..
If it didn't work, I advice you to post your forums URL so that we can see what's really going on .!
|
Hello, i did what u said, and there weren't anything wrong there.
Heres my website url