Palestine
|
Edited by khalid at 2011-11-10 11:30
vot replied at 2011-11-9 19:10
khalid, describe please, how to integrate this smiles into the Dzx package!
OK,
First :-
open install/data/install_data.sql file
secondly:-
search about
- INSERT INTO pre_forum_imagetype VALUES ('3','1', 'Foolish Man', 'smiley','3','grapeman')
Copy the Code
and below it add this :
- INSERT INTO pre_forum_imagetype VALUES ('4','1', 'Kolobok', 'smiley','4','kolobok');
Copy the Code
go to static/image/smiley and make new folder "kolobok" and put your smiles in it
Ready ? ok
search in same file
- INSERT INTO pre_common_smiley VALUES ('84','0','18','stamplist', 'Edited', '010.small.gif');
Copy the Code
and put below it this
- INSERT INTO pre_common_smiley VALUES ('85','4','1','smiley','{:3_64:}','24.gif');
Copy the Code
" '85' " is line NO. in next line 86 then 87 ...etc .
"4" Value is group NO. dont change it // fixed
"1" is smile NO. in next line 2 then 3 ...... etc .
dont change in " 'smiley' " .
is smile code in editor Each smile a different code
'24.gif' smile file name Each smile a different name
To repeat the process of adding a smile repeat the line with your changes
.
|
|