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
#10687
Re:nothing works 13 Years, 5 Months ago Karma: 0
yes but I must display


separator1 title :
link 1
link 2


separator2 title :
link 1
link 2
link 3



maybe in menu.html.php I can change something ?
The administrator has disabled public write access.
 
#10688
Re:nothing works 13 Years, 5 Months ago Karma: 748
Could you provide screenshots of Joomla! menu manager and module settings page by email?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10689
Re:nothing works 13 Years, 5 Months ago Karma: 0
I think I got it IF i CHANGE line 57 :

if ($menuItem->type == 'separator' && !$hasChilds):
$nextMenuItem = isset($flatMenu[$j + 1]) ? $flatMenu[$j + 1] : null ;
if (($nextMenuItem && $nextMenuItem->parent == $parentId) && ($level || $isVertical)):

echo '<li class="li-separator"><span class="separator">'.htmlspecialchars($menuItem->name).'</span></li>';

endif;
continue;
endif;


a screen shot of what I am trying to do -->


and same thing for ariextmenu on line 45

if ($menuItem->parent != $parentId) continue;
if ($menuItem->type == 'separator' && !$hasChilds) echo '<li class="li-separator"><span class="separator">'.htmlspecialchars($menuItem->name).'</span></li>';


it works fine

it will be great to add thids option in your xml file

thank you
Last Edit: 2011/02/07 12:50 By polpaulin.
The administrator has disabled public write access.
 
#10697
Re:nothing works 13 Years, 5 Months ago Karma: 748
We have updated "ARI YUI Menu". New version contains new parameter "Show 'separators' as menu item". If it is enabled, the module show separators in way described by you.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10701
Re:nothing works 13 Years, 5 Months ago Karma: 0
genial

many thanks

have you a scroller or slider working with articles from a category ? displaying html content ?
The administrator has disabled public write access.
 
#10702
Re:nothing works 13 Years, 5 Months ago Karma: 748
You are welcome. The following our extensions can scroll Joomla! articles from specific content categories:

ARI Easy Slider

ARI Slider

ARI Paginator

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