4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: EQ on December 01, 2002, 11:53:02 PM

Title: Adding link to userloginform.html
Post by: EQ on December 01, 2002, 11:53:02 PM
Where would I define the link if I wanted to add a "how to" page?  I would like to add the link right above the "Forgot Password" link from the main menu.  In the "userloginform.html" code, I notice this:

&raquo; <a href="{url_lost_password}">{lang_lost_password}</a><br />

where can I find the references to "{url_lost_passord}" so that I can add something like "{url_how_to}"

I've already created the how to page.
Title: templates
Post by: Chris on December 02, 2002, 12:57:08 AM
user_loginform.html
Title: Adding link to userloginform.html
Post by: V@no on December 02, 2002, 01:12:26 AM
check out this:
http://www.4homepages.de/forum/viewtopic.php?t=2165
then u'll need all neccesery changes in /includes/page_header.php
Title: Oops!
Post by: Chris on December 02, 2002, 02:40:17 AM
Quote from: V@no
check out this:
http://www.4homepages.de/forum/viewtopic.php?t=2165
then u'll need all neccesery changes in /includes/page_header.php


My mistake.   :oops:  I misread the original request!

V@no is right.  The solution I posted at that other thread is what you need.