Strats Posted July 14, 2009 Posted July 14, 2009 I brought a new game layout but some of my old game links don't seem to fit into the new game. I want to have my gang link and my shop link Here is the code as i thought it should work : print "$bull [url='announcements.php']News [size="1"](0)[/size][/url] $bull [url='{$link1}']{$name1}</font>[/url] $bull [url='http://wrestlingwars.pro-forums.com']Forums[/url] $bull [url='http://iPocalypse.net/tflash.swf?joinonconnect=wrestlingwars&restricted=0&headercolor=0099FF&bgcolor=000000']Chat[/url] $bull [url='search.php']Search[/url] "; } if(!$ir['jail'] && $ir['gang']) { print " $bull [url='yourgang.php']Faction[/url] "; } $checkforshop=$db->query("select * from usershops where userid=".$ir['userid']."); if(mysql_num_rows($checkforshop)) { print "$bull [url='myshop.php']Your Shop[/url] "; } if($ir['user_level'] > 1) { print "<hr> [url='staff.php']Staff Panel[/url] \n"; Here's the code without my addition $bull [url='wegym.php']Weather Gym[/url] $bull [url='board.php']Board Game[/url] $bull [url='newspaper.php']Newspaper[/url] $bull [url='search.php']Search[/url] "; } if($ir['user_level'] > 1) { print "<hr> [url='staff.php']Staff Panel[/url] \n"; Any help would be very appreciated Quote
Faz` Posted July 14, 2009 Posted July 14, 2009 Re: Main Menu Problem That layout is sure rough on the eyes. Quote
Voice4Vision Posted July 14, 2009 Posted July 14, 2009 Re: Main Menu Problem hmmm....Are you getting any error messages? Or unexpected links that you could possibly inform us all? Quote
Strats Posted July 16, 2009 Author Posted July 16, 2009 Re: Main Menu Problem If you feel like having a crack at it pm and I will show you the whole file. Quote
Strats Posted July 16, 2009 Author Posted July 16, 2009 Re: Main Menu Problem Completely recoded by Lithium 1+ :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.