>>
Site Map
>>
Forums
>>
Post Installation Help
Forum module - topics in forum:
Post Installation Help - Help with problems after installation.
Best theme link probs
Hello im going to try my best to explain this
the theme best is the one i chose for my site
but the thing is, under the logo there are links saying, join us, submit, top ten, forum, downloads
when you click on them they dont show
obviously becuase its not going to the right place
now i have looked around but i cant seem to find out how to edit the links for these images so they can go to the right place
also
for example join us button
i cant find the place to edit its code, so when you click it, it goes to the registration place
on top of that, i cant even find the registration file , for example joinus.php which is the normal one on the theme.
hope u guys understand!
Open header.html and find:
| Code: : |
| <a href="user.php"><img src="themes/BEST/images/join.jpg" width="95" height="13" border="0"></a><a href="submit.php"><img src="themes/BEST/images/submit.jpg" width="95" height="13" border="0"></a><a href="top.php"><img src="themes/BEST/images/top.jpg" width="95" height="13" border="0"></a><a href="modules.php?name=Forum"><img src="themes/BEST/images/forum.jpg" width="95" height="13" border="0"></a><a href="modules.php?name=Downloads"><img src="themes/BEST/images/download.jpg" width="95" height="13" border="0"></a> |
Replace it with:
| Code: : |
| <a href="modules.php?=Your_Account"><img src="themes/BEST/images/join.jpg" width="95" height="13" border="0"></a><a href="modules.php?name=Submit_News"><img src="themes/BEST/images/submit.jpg" width="95" height="13" border="0"></a><a href="modules.php?name=Top"><img src="themes/BEST/images/top.jpg" width="95" height="13" border="0"></a><a href="modules.php?name=Forums"><img src="themes/BEST/images/forum.jpg" width="95" height="13" border="0"></a><a href="modules.php?name=Downloads"><img src="themes/BEST/images/download.jpg" width="95" height="13" border="0"></a> |
Thanks alot for the help!