Quote:
Today at 12:01 PM Gary W said this in Post #2
Try modifying the links in the forumjump template. Also, when selecting those options (user cp, who's online) what's the URL?
|
In my forumjump I have this code
Code:
<option value="cp" $frmjmpsel[usercp] style="color:#6C737A;background-color:#EAE9E9;">User Control Panel</option>
<option value="wol" $frmjmpsel[wol] style="color:#6C737A;background-color:#EAE9E9;">Who's Online</option>
I tried changing "$frmjmpsel[usercp]" to
http://www.theforumz.com/forumz/usercp.php but it still didn't work.
BTW when you normally click on the CP through that dropdown it loads a page with this url:
http://www.theforumz.com/forumz/foru...=cp&daysprune= with the message:
No forum specified. If you followed a valid link, please notify the webmaster
You can also use our built-in Search feature that will find anything that has ever been posted in our forum or our news database.
When you click on the whos online in the dropdown it takes you to this url:
http://www.theforumz.com/forumz/foru...wol&daysprune= and displays the same error.
Any other ideas?