Author Topic: Adding link to userloginform.html  (Read 4642 times)

0 Members and 1 Guest are viewing this topic.

Offline EQ

  • Pre-Newbie
  • Posts: 3
    • View Profile
Adding link to userloginform.html
« 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.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
templates
« Reply #1 on: December 02, 2002, 12:57:08 AM »
user_loginform.html

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Adding link to userloginform.html
« Reply #2 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
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Oops!
« Reply #3 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.