4images Forum & Community
4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: Jsun on August 31, 2006, 01:38:30 PM
-
Hi I've included an image to get my point across. I merely wish to add more links down my left column so that I might add more sight content other than just my gallery. I've plundered seamingly my entire list of files but have been unable to find what I need to edit.
(http://img.photobucket.com/albums/v151/jsunelftown/requestforhelp.jpg)
Thanks in advance for any help you could offer.
-
Hi I've included an image to get my point across. I merely wish to add more links down my left column so that I might add more sight content other than just my gallery. I've plundered seamingly my entire list of files but have been unable to find what I need to edit.
Thanks in advance for any help you could offer.
Hello,
due to the template based structure of 4images, check your folder: \templates\ and the affected files: user _logininfo.html OR user_loginform.html.
May this is helpfull as well: http://www.4homepages.de/forum/index.php?topic=4996.0
############################## Posting edited/deleted by KurtW #########################################
Greetings & good luck
-
Hi,
in user_loginform.html
search:
» <a href="{url_lost_password}">{lang_lost_password}</a><br />
» <a href="{url_register}">{lang_register}</a></td>
replaced with:
» <a href="{url_lost_password}">{lang_lost_password}</a><br />
» <a href="{url_register}">{lang_register}</a><br /><br />
» <a href="your_new_link_1">New Link 1</a><br />
» <a href="your_new_link_2">New Link 2</a></td>
in user_logininfo.html
search:
» <a href="{url_logout}">{lang_logout}</a></td>
replaced with:
» <a href="{url_logout}">{lang_logout}</a><br /><br />
» <a href="your_new_link_1">New Link 1</a><br />
» <a href="your_new_link_2">New Link 2</a></td>
cu
Kurt
-
Thanks KurtW! That's exactly what I needed! You rock!