Nice! :wink:
Good work!
Flags
Subject: Re: Flags
great :mrg:
now how do I add them into that list thingy?
so people can actually choose them and stuff :LOL:
now how do I add them into that list thingy?
so people can actually choose them and stuff :LOL:
Subject: Re: Flags
*BUMP*
yeh hellooww :mrg:
I've got them flags
now how do I add them so people can use them? :oops:
yeh hellooww :mrg:
I've got them flags
now how do I add them so people can use them? :oops:
Subject: Re: Flags
upload the flags to your host into images/flags/ folder
then run an SQL query with all flags like that
cya
then run an SQL query with all flags like that
INSERT INTO `phpbb_flags` (`flag_id`, `flag_name`, `flag_image`) VALUES (1, 'Afghanistan', 'afghanistan.png');
cya
Subject: Re: Flags
hmm..
so I'll have to do something like this
for both flags
what's the flag_id though?
KugeLSichA wrote: [View Post]
hmm..
so I'll have to do something like this
INSERT INTO `XS_flags` (`flag_id`, `flag_name`, `flag_image`) VALUES (1, 'Curacao', 'curacao.png');
for both flags
what's the flag_id though?
Subject: Re: Flags
You can omit the id, so you won't be bothered to look at the latest available id...
Use this way for each flag:
Remember to change your table prefix if needed.
Nizzle wrote: [View Post]
You can omit the id, so you won't be bothered to look at the latest available id...
Use this way for each flag:
INSERT INTO `phpbb_flags` (`flag_name`, `flag_image`) VALUES ('Curacao', 'curacao.png');
Remember to change your table prefix if needed.
Page 2 of 2
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1791s (PHP: 10% SQL: 90%)
SQL queries: 10 - Debug Off - GZIP Enabled