Jump to content

Recommended Posts

Posted

Just upgraded to Beta a little bit ago  and When I click on the links uptop under the Pilot avatar in the header section ( File Pirep  View My Bids  View Pilot Center ), it is not going to the directory of my phpVMS install.

It shows in the code

<a href="<?php SITE_URL?>/index.php/pireps/new">File a New PIREP</a> | 
		<a href="<?php SITE_URL?>/index.php/schedules/bids">View My Bids</a> | 
		<a href="<?php SITE_URL?>/index.php/profile/">View Pilot Center</a>

Now I searched that against core_navigation and the code is the same for links. It works in nav and all other links, but not in the header.

By clicking these links it takes me to the root of my domain wich is a totally different website than my phpVMS install. So in other words, my install is in a directory all of its own.

When I click on file a new Pirep, it goes to

http://paranormalinsights.com/index.php/pireps/new

instead of going to

http://paranormalinsights.com/phpVMS/index.php/profile

Any ideas? i do like the new look of Crystal though  ;)

Posted

Figured it out. Duhhh! Can't believe I missed this on my first look.

Code is currently as posted in my first post. it should actually be

<a href="<?php echo SITE_URL?>/index.php/pireps/new">File a New PIREP</a> | 
		<a href="<?php echo SITE_URL?>/index.php/schedules/bids">View My Bids</a> | 
		<a href="<?php echo SITE_URL?>/index.php/profile/">View Pilot Center</a>

You forgot the echo in the links  ;D

Posted

Not a problem. Glad I found it. Have to use the default theme until I can get one made for me. I'm not so good at graphics so default for me will have to do for now, So I figured out the fix  ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...