Add To Bid?

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?

What browser are you using?

IE8

What browser are you using?

IE8

Try it in Firefox!

Try it in Firefox!

why firefox?

im running saifria.

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.

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

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

Add to Bid

change it to ->

Add to Bid

This has the function working for me in IE8 And FF

does not work

are you running version 858?

are you showing any errors on the page?

just tested it on my own website version 858 no problemens adding bids in ff AND IE8.

all working like it schould be

This is giving me a freaking headache.

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.

this language wont help i want it fixed soon

we all do our best

and this

This is giving me a freaking headache.

You said in the other thread you got it fixed?

I never did! The problem is something with the skin.

then start skinning  ;D

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.

Have you made any changes to core_htmlhead.tpl?

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