Author Topic: Link is misleading  (Read 4384 times)

0 Members and 1 Guest are viewing this topic.

Offline Quackie

  • Pre-Newbie
  • Posts: 9
    • View Profile
Link is misleading
« on: September 29, 2002, 07:32:18 AM »
I installed and configured the 4images fine.  Everything seems to work but I saw that the "Forgot Password" and, "Registration" link points to www.4homepages.de instead of my homepage. Same thing with the Login button.

What happened? I checked all the php code and i have no idea where does that link reference come from.  Anyone has any ideas?

Offline sunboat

  • Pre-Newbie
  • Posts: 2
    • View Profile
Link is misleading
« Reply #1 on: September 29, 2002, 08:43:47 AM »
Have you checked the template user_loginform.html?

Offline Quackie

  • Pre-Newbie
  • Posts: 9
    • View Profile
Link is misleading
« Reply #2 on: September 29, 2002, 08:51:59 AM »
Yeah, I did checked it and all I saw is this:

<a href="{url_lost_password}">{lang_lost_password}</a>
<br />
<a href="{url_register}">{lang_register}</a></td>

I looked for the variable "url_lost_password" and "url_register" and I found it defines in page_header.php as:

"url_lost_password" => (!empty($url_lost_password)) ? $site_sess->url($url_lost_password) : $site_sess->url(ROOT_PATH."member.php?action=lostpassword")

Still, I still lost where does the refereence www.4homepages.de comes from

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Link is misleading
« Reply #3 on: September 29, 2002, 10:24:07 AM »
I guess that you installed a integration with phpBB or vBulletin. Change the url in sessions.php.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Quackie

  • Pre-Newbie
  • Posts: 9
    • View Profile
Link is misleading
« Reply #4 on: September 29, 2002, 04:17:27 PM »
thanks alot jan. I got it now.

Yeah I found the define
$url_app           = "http://www.4homepages.de/vbulletin/"; in the session.php in the integration with vbulletin part.

I replace it with my homepage url and it works fine.

Thanks alot