mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06424
[Bug 849898] Re: My Tags (tags.php) links not working...
This is still not quite right yet.
Load up http://your.mahara.site/tags.php and choose a tag from either
the alphabetical list, the frequency list, or from under one of your
pages. It will load successfully.
Click the link that forms after "Search results for". It will load
successfully.
Click that exact same link again. It will fail as there is a & joining
the query string rather than a ?.
** Changed in: mahara
Status: Fix Committed => In Progress
--
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:
In Progress
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