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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 1234
TOPIC: nothing works
#10704
Re:nothing works 14 Years, 2 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 14 Years, 2 Months ago Karma: 763
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, 9 Months 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, 9 Months ago Karma: 763
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, 9 Months 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