Author Topic: Would like to add more links to websites / cannot find file to edit  (Read 5993 times)

0 Members and 1 Guest are viewing this topic.

Offline Jsun

  • Pre-Newbie
  • Posts: 8
    • View Profile
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.

Offline pixelsmith

  • Newbie
  • *
  • Posts: 12
  • 4images & GT Zaskar FAN
    • View Profile
Re: Would like to add more links to websites / cannot find file to edit
« Reply #1 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
« Last Edit: August 31, 2006, 05:40:07 PM by KurtW »
broken signature

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Would like to add more links to websites / cannot find file to edit
« Reply #2 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

Offline Jsun

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Would like to add more links to websites / cannot find file to edit
« Reply #3 on: August 31, 2006, 10:02:15 PM »
Thanks KurtW!  That's exactly what I needed!  You rock!