Jump to content

New Crystal Theme In Beta


TAV1702

Recommended Posts

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  ;)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...