Flags


Subject: Re: Flags
Nice! :wink:

Good work!

Subject: Re: Flags
great :mrg:

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:

Subject: Re: Flags
upload the flags to your host into images/flags/ folder

then run an SQL query with all flags like that

Code: [Download] [Hide] [Select]
INSERT INTO `phpbb_flags` (`flag_id`, `flag_name`, `flag_image`) VALUES (1, 'Afghanistan', 'afghanistan.png');


cya

Subject: Re: Flags
KugeLSichA wrote: [View Post]
upload the flags to your host into images/flags/ folder

then run an SQL query with all flags like that

Code: [Download] [Hide] [Select]
INSERT INTO `phpbb_flags` (`flag_id`, `flag_name`, `flag_image`) VALUES (1, 'Afghanistan', 'afghanistan.png');


cya


hmm..
so I'll have to do something like this

Code: [Download] [Hide] [Select]
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
Nizzle wrote: [View Post]
Code: [Download] [Hide] [Select]
INSERT INTO `XS_flags` (`flag_id`, `flag_name`, `flag_image`) VALUES (1, 'Curacao', 'curacao.png');

what's the flag_id though?


You can omit the id, so you won't be bothered to look at the latest available id...

Use this way for each flag:
Code: [Download] [Hide] [Select]
INSERT INTO `phpbb_flags` (`flag_name`, `flag_image`) VALUES ('Curacao', 'curacao.png');


Remember to change your table prefix if needed.

Subject: Re: Flags
will do :mrg:

thank youu :mrb:


Page 2 of 2


  
You cannot post new topics
You 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