mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06176
Re: [Bug 849898] Re: My Tags (tags.php) links not working...
I may mean that my proposed fix, could introduce other bugs as the base
url could be something with a query in it ?
We may then end up with tag.php?xxx=xxx?sort= instead of the original
tag.php?xxx=xxx&sort=
Should we rename base_url into something else? I (and maybe others)
would think of it as something without any query parameter.
On 16/09/11 01:54, Melissa Draper wrote:
> Hi Laurent,
>
> This appears to only happen if someone gets to the tags page without any
> arguments in the url. Can you tell where you got to there from so we can
> check if that links needs fixing too?
>
> Thanks
>
--
Laurent David
Technology Manager
+44 (0)129 404193
Subscribe to latest news and Open Source Software tips from TDM
<http://eepurl.com/vM0r>
tdm logo
TDM Open Source Services
w: www.tdm.info
p: +44(0)1299 404193
A: 12, High Street, Bewdley
Worcs, UK, DY12 2DH
TDM Wyre Academy
w: www.wyreacademy.com
p: +44(0)1299 405719
A: 25, Load Street, Bewdley
Worcs, UK, DY12 2AE
** Attachment added: "tdmlogo.png"
https://bugs.launchpad.net/bugs/849898/+attachment/2410589/+files/tdmlogo.png
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/849898
Title:
My Tags (tags.php) links not working...
Status in Mahara ePortfolio:
Triaged
Bug description:
Using the default raw theme of Mahara 1.4.0, we have noticed that the
links (Sort result by : name ...) are not working.
Further investigations lead us to find the cause of it: the url is
malformed: tags.php&sort=... instead of tags.php?sort=...
The issue is in ./theme/raw/templates/tags.tpl where
{$results->baseurl}& should be replaced with {$results->baseurl}?
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/849898/+subscriptions
References