Jump to content

Recommended Posts

  • Moderators
Posted

when i what to fly a route and i click add to bid and it syas no routes passed and my flight bid has no routes. Why that's?

  • Moderators
Posted

Please help me! my members at my VA are starting to get mad. When i click add to bid and it says no routes passed.

  • Administrators
Posted

Check your schedule_results.tpl file for the add to bid function. if it looks like ->

<a class="schedules" id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo url('/schedules/addbid');?>">Add to Bid</a>

change it to ->

<a id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a>

This has the function working for me in IE8 And FF

  • Moderators
Posted

Check your schedule_results.tpl file for the add to bid function. if it looks like ->

<a class="schedules" id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo url('/schedules/addbid');?>">Add to Bid</a>

change it to ->

<a id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a>

This has the function working for me in IE8 And FF

does not work

  • Moderators
Posted

yeah me too. flyaka has the problem as me. we changed the codes as you said up on top and didnt work. I want it fixed soon.

Posted

then start skinning  ;D

I wish it was that easy. I paid someone to skin my site. Because I have no idea what I am doing. I'm thinking its something do with the placement of the js tags in the header.

  • Moderators
Posted

i cant still get the add to bid working. it wont work. when clicked add to bid and it says no routes passed.

  • Moderators
Posted

is it something to do with the skin when i add a route to bid and the next page says no routes passed?

Posted

Have you made any changes to core_htmlhead.tpl?

But at least we've now narrowed it down to something in your skin

I found a backup from when I first got my skin, would it hurt anything if I uploaded the core_htmlhead.tpl?

  • Administrators
Posted

I found a backup from when I first got my skin, would it hurt anything if I uploaded the core_htmlhead.tpl?

I'd recommend not touching that file, but instead, adding includes, etc in the header.tpl file

Posted

hi guys, i would like to help out but well. the only way is that i make an account on your website and also need one ftp account (limited access is enough) to check out whats wrong

PM me your email

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