Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2checkout




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How to change skin in Joomla 1.5
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to change skin in Joomla 1.5
#3050
How to change skin in Joomla 1.5 2 Years ago Karma: 0
I want to create my skin!
How to tell published modul to use my skin?
The administrator has disabled public write access.
 
#3055
Re:How to change skin in Joomla 1.5 2 Years ago Karma: 278
Hello,

You can create your own skin, create folder with theme name in <joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/js/build/menu/assets/skins/ folder and place skin files to this folder. Then open <joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/templates/main.html.php file, find line #52 and change the following code:

Code:


AriDocumentHelper::includeCssFile($siteUrl . 'css_loader.php?menuId=' . $menuId);



to

Code:


AriDocumentHelper::includeCssFile($siteUrl . 'css_loader.php?menuId=' . $menuId . '&theme=<theme_name>');



Where <theme_name> is name of skin folder.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3062
Re:How to change skin in Joomla 1.5 2 Years ago Karma: 0
Thank You! I'll try it!

But in future probably the easy way is to add a field in modul administration where the users to write skin name!
Last Edit: 2010/01/20 09:08 By bogastyle.
The administrator has disabled public write access.
 
#3064
Re:How to change skin in Joomla 1.5 2 Years ago Karma: 278
We'll respect your suggestions in future releases.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3071
Re:How to change skin in Joomla 1.5 2 Years ago Karma: 0
I have a little more difficult issue to resolve?
The site which I do use different templates for different items.
How can I change the menu theme according to the site templates? Suppose that the menu theme is called as a site template.
Is there a way instead of manually specify the name, that you showed me - it automatically sets the theme name same as name of the site template?

Example:
if
site template - root/templates/mytemplate

then
menu theme -> /modules/mod_ariyuimenu/mod_ariyuimenu/js/build/menu/assets/skins/mytemplate
The administrator has disabled public write access.
 
#3076
Re:How to change skin in Joomla 1.5 2 Years ago Karma: 278
Hello,

ARI YUI Menu is open source module and you can change it for your needs. In you case you can open <joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/templates/main.html.php , find line #52:

Code:


AriDocumentHelper::includeCssFile($siteUrl . 'css_loader.php?menuId=' . $menuId);



and add your conditions for choosing necessary theme, you can pass it with help 'theme' request parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12