mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
A few demo icons
git-svn-id: file:///svn/phpbb/trunk@3413 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7dd294296c
commit
8a61f56a22
1 changed files with 13 additions and 0 deletions
|
@ -279,6 +279,19 @@ INSERT INTO phpbb_smilies (code, smile_url, emoticon, smile_width, smile_height)
|
||||||
INSERT INTO phpbb_smilies (code, smile_url, emoticon, smile_width, smile_height) VALUES ( ':mrgreen:', 'icon_mrgreen.gif', 'Mr. Green', 15, 15);
|
INSERT INTO phpbb_smilies (code, smile_url, emoticon, smile_width, smile_height) VALUES ( ':mrgreen:', 'icon_mrgreen.gif', 'Mr. Green', 15, 15);
|
||||||
|
|
||||||
|
|
||||||
|
# -- icons ... these are just some of those in CVS
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('misc/arrow_bold_rgt.gif', 19, 19, 1, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('/smile/redface_anim.gif', 19, 19, 9, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/mr_green.gif', 19, 19, 10, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('misc/musical.gif', 19, 19, 4, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('misc/asterix.gif', 19, 19, 2, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('/misc/square.gif', 19, 19, 3, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/alien_grn.gif', 19, 19, 5, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/idea.gif', 19, 19, 8, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/question.gif', 19, 19, 6, 1);
|
||||||
|
INSERT INTO phpbb_22x_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/exclaim.gif', 19, 19, 7, 1);
|
||||||
|
|
||||||
|
|
||||||
# -- wordlist
|
# -- wordlist
|
||||||
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 1, 'example', 0 );
|
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 1, 'example', 0 );
|
||||||
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 2, 'post', 0 );
|
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 2, 'post', 0 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue