skooda Posted August 6, 2012 Posted August 6, 2012 (edited) My first mccode mod I plan on making more soon just practicing right now. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Edited August 6, 2012 by skooda Updated Quote
Guest Posted August 6, 2012 Posted August 6, 2012 Good idea. 2 things Firts line has empty <?php ?> tags delete them. On the last line remove the // otherwise it will comment out the ending ?> Quote
Guest Posted August 6, 2012 Posted August 6, 2012 Thanks Ian.Updated the post. Also get in the habit of starting php with <?php Quote
KyleMassacre Posted August 6, 2012 Posted August 6, 2012 I see a couple things that may need to be touched up; You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That I dont see anywhere else just the initial query. And just fetching the gang from the users table is only going to return the gang id as default unless you modified your users table to update the gang column to show the gang name. For example if im in that list and am in gang id 18 it will show 18 instead of my gang name. The gang id would only be handy if you were providing a link to the gang page. Quote
skooda Posted August 6, 2012 Author Posted August 6, 2012 I see a couple things that may need to be touched up; You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That I dont see anywhere else just the initial query. And just fetching the gang from the users table is only going to return the gang id as default unless you modified your users table to update the gang column to show the gang name. For example if im in that list and am in gang id 18 it will show 18 instead of my gang name. The gang id would only be handy if you were providing a link to the gang page. Yea mines show the gang id Quote
skooda Posted August 6, 2012 Author Posted August 6, 2012 I see a couple things that may need to be touched up; You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That I dont see anywhere else just the initial query. And just fetching the gang from the users table is only going to return the gang id as default unless you modified your users table to update the gang column to show the gang name. For example if im in that list and am in gang id 18 it will show 18 instead of my gang name. The gang id would only be handy if you were providing a link to the gang page. Yea mines show the gang id 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.