Hot to add new Template color style?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 11, 2015 9:34 pm
Reply with quote
Report this post
Hi!
Hot to add new Template color style?
I want to add a new CSS file a copy of such. Style1.css and make changes.
Then set it as a modification as the template.
Best Regards!
User avatar
Gold Boarder

GK User
Thu Nov 12, 2015 8:41 am
Reply with quote
Report this post
1. Prepare new stylesheet - style7.css
2. Edit this file:
templates/gk_game/templateDetails.xml
and add new selectable item:
Code: Select all
                                        <field name="template_color" type="list" default="1" label="TPL_GK_LANG_TEMPLATE_COLOR" description="TPL_GK_LANG_TEMPLATE_COLOR_DESC">
                                                  <option value="1">TPL_GK_LANG_COLOR_1</option>
                                                  <option value="2">TPL_GK_LANG_COLOR_2</option>
                                                  <option value="3">TPL_GK_LANG_COLOR_3</option>
                                                  <option value="4">TPL_GK_LANG_COLOR_4</option>
                                                  <option value="5">TPL_GK_LANG_COLOR_5</option>
                                                  <option value="6">TPL_GK_LANG_COLOR_6</option>
                                                  <option value="7">TPL_GK_LANG_COLOR_7</option>
                                        </field>

I have added this one:
Code: Select all
<option value="7">TPL_GK_LANG_COLOR_7</option>

3. Add translation to template language file if necessary:
/language/en-GB/en-GB.tpl_gk_game.ini
Code: Select all
TPL_GK_LANG_COLOR_7="Color VII"
User avatar
Moderator

GK User
Sat Nov 14, 2015 7:59 pm
Reply with quote
Report this post
Hi Cyberek,

Thank You, that it works! - SOLVED
Best Regards
User avatar
Gold Boarder

GK User
Mon Nov 16, 2015 4:35 pm
Reply with quote
Report this post
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron