View previous topic :: View next topic |
Author |
Message |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Wed Mar 24, 2004 10:30 pm Post subject: PHP Nuke Problem - Drop Box |
|
|
Hello, The Prob is i have a drop box but the links arent workin correctly, in what script or how can i fix this
the site is http://ezonline.d2g.com
the drop box is on the top right next to the search engine.
i looked in the header its not located there.. where or what script is the drop box located in..? thanks _________________ Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Thu Mar 25, 2004 4:46 am Post subject: |
|
|
It says "This Module is not active." Is that what it is supposed to say? _________________ Bienvenidos! |
|
Back to top |
 |
 |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Thu Mar 25, 2004 5:42 pm Post subject: It Is Active |
|
|
Under Topics It Is Active Thats What I Dont Get... _________________ Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Mar 26, 2004 2:16 am Post subject: |
|
|
Well I'm not too much of a PHP Nuke user, therefore my only advise would be to uninstall and reinstall. Many issues have been solved like that. _________________ Bienvenidos! |
|
Back to top |
 |
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Fri Mar 26, 2004 3:06 am Post subject: |
|
|
Hi SonnyB,
First, you should change your theme and see if the problem continues.
EDIT - OK, I just checked and the theme you're using is a modified Milo theme.
It does the same thing on my site when I select it. There isn't any header in the theme folder.
It's all in the theme.php file. I'll have to take some time to look into it.
It should look something like this:
Code: | ."<form action=\"modules.php?name=Search\" method=\"post\"><font class=\"content\" color=\"#000000\"><b>"._SEARCH." </b>\n"
."<input type=\"text\" name=\"query\" size=\"14\"></font></form></td>\n"
."<td bgcolor=\"#C0C0C0\" align=\"center\">\n"
."<form action=\"modules.php?name=Search\" method=\"get\"><font | The second form method should be changed to \"post\" instead of \"get\". |
|
Back to top |
|
 |
|