» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 55
0 members and 55 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Karate Theme in PHP-Nuke v6.5 header/navbar issue... within the Nuke 6.5 to 6.9 - Themes forums, part of the PHP-Nuke 6.5 to 6.9 category; When I select the "Karate" theme in PHP-Nuke 6.5, the Topics dropdown navigator in the top/...


Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - Themes

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-29-2003, 04:27 PM
Junior Member
 
Join Date: Apr 2003
Posts: 26
Karate Theme in PHP-Nuke v6.5 header/navbar issue...
When I select the "Karate" theme in PHP-Nuke 6.5, the Topics dropdown navigator in the top/right header does not function properly. Namely, it does the following two things:

1). Sometimes the default reads All Topics, and it I click somewhere on the site and come back, it then reads "_ALLTOPICS" in that dropdown field. The same thing happens to the Hello (that appears on the left side, right before the user name), it changes to "_HELLO."

2). If I try to select a topic category from the aforementioned Topics dropdown, it gives me the following text on the screen "Sorry, you can't access this file directly..." Apparently somewhere along the line there is some trouble with some code.

Please try your Karate theme and see if you experience the same thing.

I'd appreciate your help with the above.

Thank you.

B-truE

P.S. The following is the code for the search and topics selection from the Karate theme:

Code:
."<form action=\"modules.php?name=Search\" method=\"post\"><font class=\"content\" color=\"#000000\">"._SEARCH." \n"
."<input type=\"text\" name=\"query\" size=\"14\"></font></form></td>\n"
."<td bgcolor=\"#F3E1AF\" align=\"center\">\n"
."<form action=\"modules.php?name=Search\" method=\"get\"><font class=\"content\">"._TOPICS." \n";
$toplist = mysql_query("select topicid, topictext from $prefix"._topics." order by topictext");
echo "<select name=\"topic\"onChange='submit()'>\n"
."<option value=\"\">"._ALLTOPICS."</option>\n";
while(list($topicid, $topics) = mysql_fetch_row($toplist)) {
if ($topicid==$topic) { $sel = "selected "; }
echo "<option $sel value=\"$topicid\">$topics</option>\n";
$sel = "";
}
echo "</select></font></form></td>\n"
."</tr></table>\n"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-29-2003, 05:18 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Change what you have there to this
Code:
."<form action=\"modules.php?name=Search\" method=\"post\"><font class=\"content\" color=\"#000000\">"._SEARCH." \n" 
."<input type=\"text\" name=\"query\" size=\"14\"></font></form></td>\n" 
."<td bgcolor=\"#F3E1AF\" align=\"center\">\n" 
."<form action=\"modules.php?name=Search\" method=\"post\"><font class=\"content\">"._TOPICS." \n"; 
$toplist = mysql_query("select topicid, topictext from $prefix"._topics." order by topictext"); 
echo "<select name=\"topic\"onChange='submit()'>\n" 
."<option value=\"\">"._ALLTOPICS."</option>\n"; 
while(list($topicid, $topics) = mysql_fetch_row($toplist)) { 
if ($topicid==$topic) { $sel = "selected "; } 
echo "<option $sel value=\"$topicid\">$topics</option>\n"; 
$sel = ""; 
} 
echo "</select></font></form></td>\n" 
."</tr></table>\n"
or just change this part
Code:
method=\"get\"
to this:
Code:
method=\"post\"
then open your language/lang-english.php
or your MAIN language file you use
and add these definitions
Code:
define("_ALLTOPICS", " All Topics ");
define("_TOPICS", " Topics ");
define("_HELLO", " Hello ");
mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-29-2003, 08:33 PM
Junior Member
 
Join Date: Apr 2003
Posts: 26
Thanks for the theme/code help...
Mikem,

You and this site are a breath of fresh air... Without naming names or being negative, this is not the case at *many* other nuke-type sites/forums.

In short, your help works and I'm a happy camper, and I am always willing to pass the good deed along, rather I get help or not.

Thanks,

B-truE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-05-2008, 04:05 PM
Junior Member
 
Join Date: Sep 2008
Posts: 1
Does a karate theme exist?
Does a karate theme exist?
or this a personnal theme?

i'm interested for my site http:/karaterosny78.free.fr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
new page on the Navbar/site menu hellraizer Site design 7 03-06-2007 08:53 AM
Nuke 7.6.b.4v2 Arcade Mod Issue scarfacecapone Nuke 7.x - General 1 11-03-2006 10:13 AM
PHP-Nuke Platinum admin.php issue. Skychimp Open topics 1 07-11-2005 07:41 AM
theme issue sobegamer Theme packs 0 02-11-2005 10:30 PM
User-navbar on top in edit forumprofile? zlaxzzor Purged Topics 8 12-17-2002 12:08 PM


All times are GMT -5. The time now is 07:48 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31