Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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 14 Years, 3 Months 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 14 Years, 3 Months ago Karma: 747
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 14 Years, 3 Months 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 07:08 By bogastyle.
The administrator has disabled public write access.
 
#3064
Re:How to change skin in Joomla 1.5 14 Years, 3 Months ago Karma: 747
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 14 Years, 3 Months 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 14 Years, 3 Months ago Karma: 747
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