- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 151 guest(s) and 3 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - phpNuke 6.9 - Search at top of front page doesn't work [ ]
Author
Message
Stoxy
Guest
Posted:
Fri Oct 24, 2003 2:07 pm
The search at the top of my front page doesn't work - any queries result in the "You can't link here directly" error page.
What I noticed was that the document in the URL was:
Code:
modules.php?query=foo
When it should probably be:
Code:
modules.php?name=Search&query=foo
I've checked and re-uploaded the relevant file - block-Search.php, and the code from it is:
Code:
$content = "<form action=\"modules.php?name=Search\" method=\"post\">";
$content .= "<br><center><input type=\"text\" name=\"query\" size=\"15\">";
$content .= "<br><input type=\"submit\" value=\""._SEARCH."\"></center></form>";
I'm confused as to how this could go wrong?
Cheers
Guest
Posted:
Fri Oct 24, 2003 2:46 pm
Seemed it was being replaced by the slashOcean theme. I've copied the search code from another theme - works now
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum