avatar dardarlt Oct 27. 2009. 8:23 am
Updated to version 0.3.5 with all kaitlyn2004 sugestions implemted.
avatar kaitlyn2004 Oct 27. 2009. 10:22 am
Still didn't fix an issue reported by another user where {$root_url} is within {literal} (twice)
avatar kaitlyn2004 Oct 27. 2009. 10:23 am
^--- in the wireframe.tpl file
avatar kaitlyn2004 Oct 27. 2009. 10:24 am
^--- also, it doesn't support the "non seo friendly" urls... that URL is hardcoded
avatar dardarlt Oct 27. 2009. 4:47 pm
But is it not working or what?
avatar kaitlyn2004 Oct 28. 2009. 7:41 am
It's an AJAX error. The only way it would work is if your AC install was in the root of your site.
avatar dardarlt Oct 28. 2009. 8:11 am
No, it's not needed. My AC is not installed in root. Have you checked your config/config.php ? Are the variables ROOT and ROOT_URL set correctly?
avatar kaitlyn2004 Oct 28. 2009. 11:57 am
Look at your template. {$root_url} is part of the <script> tag which is wrapped in {literal}. I use Smarty on a daily basis. That {$root_url} will not get translated inside of the {literal}. Additional, as I mentioned, you have hardcoded the paths so it only works on the "friendly URLs" setting
avatar dardarlt Oct 28. 2009. 12:05 pm
Please look once more at code - it's UNWRAPED using {literal}, not wrapped: {/literal} {$root_url} {literal} !

I guess you are simply using old version. Please download and install version 0.3.5

Yes, right now it's hardcoded and only working with friendly urls (i think all of us are using it). Maybe it will be fixed with next release:
avatar kaitlyn2004 Oct 28. 2009. 12:08 pm
You're right... I completely missed that. I apologize :)

However - ya, there is still the issue with the the URLs themselves since you hardcoded "friendly url" - I'm not using that... heh
or Go To Next Page