-
AuthorPosts
-
September 6, 2007 at 7:48 pm #122599
How do you change the template to load the blue color / look / feel as the default instead of the green? 🙂
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 6, 2007 at 8:18 pm #229002Open up index.php and find this code here:
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array('default','laputa','sakura'); // You can add more color array if needed
$ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
$ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
####################################
# Change the width of the template
$ja_width_default = 'narrow'; // 'narrow': 800x600; 'wide': 1024x768
# default color
$ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$ja_font_size_default = 4;
# Enable users option
$ja_tool = 3; // 0: 0: disable all; 1: font tool; 2: color tool; 3: font + color;
# Choose your prefer Menu Type
$ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;
#Set the path to folder contain avatar
$jaAvatar_path = '/templates/ja_koniga/images/avatars/'; // This path from root to folder contain avatar images. It must have begining slash and ending slash.
# END: TEMPLATE CONFIGURATIONS ##########Marked in red what you need to change.
Pick between laputa and sakura, so for use laputa the line looks like this:$ja_color_default = 'laputa'; //blank for default, else pick one of in extra color themes $ja_color_themes
September 7, 2007 at 6:20 pm #229054<em>@Menalto 26981 wrote:</em><blockquote>Open up index.php and find this code here:
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array('default','laputa','sakura'); // You can add more color array if needed
$ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
$ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
####################################
# Change the width of the template
$ja_width_default = 'narrow'; // 'narrow': 800x600; 'wide': 1024x768
# default color
$ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$ja_font_size_default = 4;
# Enable users option
$ja_tool = 3; // 0: 0: disable all; 1: font tool; 2: color tool; 3: font + color;
# Choose your prefer Menu Type
$ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;
#Set the path to folder contain avatar
$jaAvatar_path = '/templates/ja_koniga/images/avatars/'; // This path from root to folder contain avatar images. It must have begining slash and ending slash.
# END: TEMPLATE CONFIGURATIONS ##########Marked in red what you need to change.
Pick between laputa and sakura, so for use laputa the line looks like this:$ja_color_default = 'laputa'; //blank for default, else pick one of in extra color themes $ja_color_themes
</blockquote>
Thats IT! You are awesome!September 8, 2007 at 12:18 pm #229110I have a problem. If I change to ‘laputa’ it do not work.
What can be wrong?rcsbobby Friendrcsbobby
- Join date:
- November 2006
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
September 13, 2007 at 1:56 am #229355that line of code isnt in the version for 1.5
can you give the fix for 1.5 since the code isnt as neatly commented as for the other versions.
<em>@Menalto 26981 wrote:</em><blockquote>Open up index.php and find this code here:
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array('default','laputa','sakura'); // You can add more color array if needed
$ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
$ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
####################################
# Change the width of the template
$ja_width_default = 'narrow'; // 'narrow': 800x600; 'wide': 1024x768
# default color
$ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$ja_font_size_default = 4;
# Enable users option
$ja_tool = 3; // 0: 0: disable all; 1: font tool; 2: color tool; 3: font + color;
# Choose your prefer Menu Type
$ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;
#Set the path to folder contain avatar
$jaAvatar_path = '/templates/ja_koniga/images/avatars/'; // This path from root to folder contain avatar images. It must have begining slash and ending slash.
# END: TEMPLATE CONFIGURATIONS ##########Marked in red what you need to change.
Pick between laputa and sakura, so for use laputa the line looks like this:$ja_color_default = 'laputa'; //blank for default, else pick one of in extra color themes $ja_color_themes
</blockquote>September 25, 2007 at 12:38 pm #230008I also cant get the 1.5 version of the template to stay on the laputa theme default, tried altering the parameters.ini and the joomla backend of this, but doesnot alter it. I must be missing something
-
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by devilsangel413 17 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum