- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 49 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - industrial theme help.. [ ]
Author
Message
ryvec
Nuke Soldier
Joined: Aug 19, 2003
Posts: 17
Posted:
Thu Sep 04, 2003 10:01 am
I can't seem to get certain search options to work with this theme. I'm using 6.7 bundle and am wondering if this theme is maybe for pre 6.5? Does this line of code look familiar?
Code:
<a href=search.php?query=&topic=$topic&author=>$topictext
If anyone can offer input that would be great
Thanks, ryvec
mikem
Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Thu Sep 04, 2003 10:16 am
I believe the correct search form would be like this
Code:
<form action=\"modules.php?name=Search\" method=\"post\">
Look at another theme file to get an idea.
The default Nukenews and ExtraLite themes haev the search feature used two different ways.
mikem
_________________Getting Started | My Projects
ryvec
Nuke Soldier
Joined: Aug 19, 2003
Posts: 17
Posted:
Thu Sep 04, 2003 10:24 am
would I add the <a href=<form action..?
mikem
Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Thu Sep 04, 2003 12:53 pm
That all depends on your theme "type"
If your theme uses html files. Then you can put somethign liek this in one of the html files
Code:
<form action="modules.php?name=Search" method="post"><font class="content" color="#000000"><b>Search </b>
<input type="text" name="query" size="14"></font></form>
If your theme ONLY uses a theme.php file then try this code.
Code:
echo "<form action=\"modules.php?name=Search\" method=\"post\">"
."<font class=\"content\">Search"
."<input type=\"text\" name=\"query\">"
."</font></form>";
_________________Getting Started | My Projects
ryvec
Nuke Soldier
Joined: Aug 19, 2003
Posts: 17
Posted:
Thu Sep 04, 2003 2:52 pm
I got it. Thank you for your help! Another satisfied nuker
You cannot post new topics in this forum You cannot 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