Chronoforms & Joomla 1.5 Build-in SEF

ifritz 09 Sep, 2008
Hi Folks,

i know this bug is mentioned yet, but only along the way.
If i try to use the latest Chronoforms version with the build-in Joomla SEF, all my menu links are changed
to <!-- w --><a class="postlink" href="http://www.xyz.com/index.php/test">www.xyz.com/index.php/test</a><!-- w --> instead of the working <!-- w --><a class="postlink" href="http://www.xyz.com/test">www.xyz.com/test</a><!-- w -->.
Well, not everywhere, but on the page where chronoforms displays the contact form. No Bot.
How can i fix this issue? Chronoforms works fine without the SEF, but i need the SEF working. All google entries are beased on it.
Max_admin 09 Sep, 2008
Hi ifritz,

try to create a menu item of type Chronoforms and not from type URL, our form here is used with Joomla SEF, its.html as you can see at the top! (contactus.html)

Regards

MAx
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ifritz 10 Sep, 2008
Thats what i did! Then the name of the form.
Max_admin 10 Sep, 2008
Did yo uenable the 3 settings for SEF at joomla admin ? or only 1 or 2 of them ? you use the defaults .htaccess ? as you can see here we use it with the joomla SEF!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ifritz 11 Sep, 2008
The first and second setting is enabled. I'm using the default htacces with a slight change at the RewriteBase, cause my installation of joomla is in a subfolder.
Max_admin 11 Sep, 2008
try to enable the 3rd SEF option also, I don't think the rewrite base will do this problem, if this didn't work then lets try this:

open chronocontact.html.php

find this :

action="<?php echo $actionurl; ?>"


change to :



action="<?php echo JRoute::_($actionurl); ?>"



try to submit the form also and see what happens!

regards

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ifritz 11 Sep, 2008
Doesn't work at all.
Neither with all three options enabled, nor with the different code.
Do you think it could be a problem with the subfolder?
Max_admin 11 Sep, 2008
I don't think its the subfolder but its worth trying, try to add a non published site at the root and see if it works and let me know, its fine here in a sud dir but htaccess just works without the rewrite base.

Regards

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.