Sorry, I'vce looked into code help but it's not easy for a PHP beginner to reach conclusions. I have a PHP file which is part of a Joomla component that displays amnong other icons, one to enable the user to sign in for RSS feeds from my site. The respective code is:
what it does, I think, is opening a screen where the RSS signup shows. The url is, I think, picked up by a piece of code at the beginning:
What happens is my site is bilingual, so when you digit the URL
http:///www.marioliveira.net this script work ok. But when a lkanguage is selected and the URL become something like
http://www.marioliveira.net/index.php&lang=pt(or en) it does not work.
I was dreaming of changing this in the following way:
- The script would work with either of the URLs, i.,e. with or without the index.php&lang=[language]
- The displayed news on the appearing RSS subscription screen being in Portuguese or in English according to the selection.
Probably for a lot of people here this may be straightforward, but to me...
Tnks a lot for any help anyone can give. I am attaching the file in case it's easier to 'read through' it as a whole.