Quote:
Originally Posted by Pehchaan
/index.php?act=Arcade&do=newscore:Saving New Score
doesn't work.
|
Ok, I fixed this now so it will work with the second variable (example: info.php?
do=sitemap).
In the XML file:
Find:
Code:
$userinfo['action'] = $vbphrase[ul_viewing]. ' <a href="' .$ul_file[0]. '" title="' .$ul_file[1]. '">' .$ul_file[1]. '</a>';
REPLACE it with:
Code:
$userinfo['action'] = $vbphrase[ul_viewing]. ' <a href="' .$ul_file[0].'?'.$ul_file[2]. '" title="' .$ul_file[1]. '">' .$ul_file[1]. '</a>';
The fix was there, he just forgot to add it variable to the link line.