4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: Jsun on August 31, 2006, 01:38:30 PM

Title: Would like to add more links to websites / cannot find file to edit
Post 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.
Title: Re: Would like to add more links to websites / cannot find file to edit
Post by: pixelsmith on August 31, 2006, 01:54:29 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.

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
Title: Re: Would like to add more links to websites / cannot find file to edit
Post by: KurtW on August 31, 2006, 05:53:07 PM
Hi,

in user_loginform.html

search:
Code: [Select]
 &raquo; <a href="{url_lost_password}">{lang_lost_password}</a><br />
          &raquo; <a href="{url_register}">{lang_register}</a></td>
replaced with:
Code: [Select]
&raquo; <a href="{url_lost_password}">{lang_lost_password}</a><br />
         &raquo; <a href="{url_register}">{lang_register}</a><br /><br />
         &raquo; <a href="your_new_link_1">New Link 1</a><br />
         &raquo; <a href="your_new_link_2">New Link 2</a></td>

in user_logininfo.html

search:
Code: [Select]
&raquo; <a href="{url_logout}">{lang_logout}</a></td>replaced with:
Code: [Select]
&raquo; <a href="{url_logout}">{lang_logout}</a><br /><br />
         &raquo; <a href="your_new_link_1">New Link 1</a><br />
         &raquo; <a href="your_new_link_2">New Link 2</a></td>

cu
Kurt
Title: Re: Would like to add more links to websites / cannot find file to edit
Post by: Jsun on August 31, 2006, 10:02:15 PM
Thanks KurtW!  That's exactly what I needed!  You rock!