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?

nothing works
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: nothing works
#10704
Re:nothing works 13 Years, 5 Months ago Karma: 0
they will for Joomla 1.6 this week end maybe ?

by the way you can change the topic title by it works very well
Last Edit: 2011/02/07 14:46 By polpaulin.
The administrator has disabled public write access.
 
#10707
Re:nothing works 13 Years, 5 Months ago Karma: 748
Yes, they will be Joomla! 1.6 compatible by the end of this week.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16951
Re:nothing works 13 Years ago Karma: 0
admin wrote:
"ARI YUI Menu" render it as separator line.

How to do the same in ARI Ext Menu?
Last Edit: 2011/07/06 09:51 By Edward.
The administrator has disabled public write access.
 
#16952
Re:nothing works 13 Years ago Karma: 748
Hello,

"ARI Ext Menu" doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16954
Re:nothing works 13 Years ago Karma: 0
I made myself, changed the code to:
Code:

$hasChilds = (($menuEndLevel < 0 || $menuLevel + 1 <= $menuEndLevel) && $menu->hasChilds($menuItem->id));
if (($menuItem->type == 'separator' && !$hasChilds)):
if ($i < $menuCnt - 1 && (!$isMainLevel || $isVertical)):
if (!$advSeparator):
?>
<li class="navigation-item-separator"></li>

<?php
else:
?>

<?php
endif;
endif;

continue;
endif;


Last Edit: 2011/07/06 10:22 By Edward.
The administrator has disabled public write access.
 
Go to topPage: 1234