Home Forum
URL problem after new/edit/delete a post &
Pages: [1 ]
Author
Topic: URL problem after new/edit/delete a post & (Read 4183 times)
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
I'm using SMF 1.1 RC1 and Joomla-SMF bridge 1.0.2a. My website : http://www.veaf.org (french site at the moment). My problem is after creating, editing or deleting a post, the url is "proked" with some characters like amp; or ? . Exemple, i get ?option=com_smf&Itemid=9&?board=33.0 instead of ?option=com_smf&Itemid=9&board=33.0. It is a bit disturbing the navigation as the dedicated template called via Itemid=9 have not the left menu. Dis someone meet and solve this problem ?
« Last Edit: December 28, 2005, 04:49:23 PM by Editor (cowboy) »
Logged
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
Up
Logged
Editor (cowboy)
Hi couby, I have not encountered this problem. I will look into this and will let you know.
Logged
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
Thank you very much
Logged
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
I'm just noticing that (for me) the "problem" is alos present on the forum here (except that it is not disturbing the navigation here
) :
after my last answer I saw multiple
amp; in the url.
I think it can be usefull (actually I don't know :lol: ) to precise I'm using IE and Firefox. The problem is present with both these two navigators.
Logged
Editor (cowboy)
please try this. edit administrator\components\com_smf\config.smf.php Then for the $mosurl variable, replace "&" with "&".
Logged
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
Problem solved
These parasiting characters were in the config.smf.php
The last line before :
$mosurl = "http://www.veaf.org/index.php?option=com_smf&[b]amp;[/b]Itemid=9&[b]amp;[/b]";
The last line corrected :
$mosurl = "http://www.falcon4.net/index.php?option=com_smf&Itemid=9&";
What is strange (for me :lol:) is that this
amp; appears only after creating a topic/post or editing. When browsing the forum it is not present.
Anyway now it is solved and working. Thank you for your attention.
Logged
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
please try this. edit administrator\components\com_smf\config.smf.php Then for the $mosurl variable, replace "&" with "&".
I just saw that in the last 15 minutes. It works
Thank you for your help.
Logged
Editor (cowboy)
Ok this will be persistent when you edit the config from the admin, so you need to edit this from functions.smf.php. Look for "isForumURL" function and do similar change.
Logged
couby
Joomla Newbie
Karma: +0/-0
Offline
Posts: 7
Applied
Perfect !
Thank you very much again.
Logged
kai920
Thanks cowboy, this helped
Logged
YOGi-BEAR
Joomla Newbie
Karma: +0/-0
Offline
Posts: 1
mhh i don't know
Logged
Pages: [1 ]