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.
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.
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
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
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!
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.
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 :
change to :
try to submit the form also and see what happens!
regards
Max
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
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?
Neither with all three options enabled, nor with the different code.
Do you think it could be a problem with the subfolder?
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
Regards
Max
This topic is locked and no more replies can be posted.