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?

Specifying a menu to open read more into
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Specifying a menu to open read more into
#16076
Specifying a menu to open read more into 13 Years, 7 Months ago Karma: 0
I was wondering how one could go about to specify a menu item to open the <a href="{$readmore_link}">+</a> link in.

Currently, this opens the article in the current menu. I think this is a Joomla parameter but thought I could get the answer here.

Thanks,
Danny
The administrator has disabled public write access.
 
#16078
Re:Specifying a menu to open read more into 13 Years, 7 Months ago Karma: 760
Joomla! identify active menu item by "Itemid" request parameter. If you want to specify common active menu item for all links, you can try to use the next code:

Code:


<a href="{$readmore_link}&Itemid=33">+</a>



Just specify necessary Itemid.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16079
Re:Specifying a menu to open read more into 13 Years, 7 Months ago Karma: 0
wow, your tech support is the fastest

The solution you gave me works great except under SEF, this won't work.

Any idea how to acheive this with SEF on ?

Super thanks (btw)
Danny
The administrator has disabled public write access.
 
#16081
Re:Specifying a menu to open read more into 13 Years, 7 Months ago Karma: 760
Try to use the next for SEF links:

Code:


<a href="{$readmore_link}?Itemid=33">+</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16082
Re:Specifying a menu to open read more into 13 Years, 7 Months ago Karma: 0
Excellent !!!

Thanks so much!
Danny
The administrator has disabled public write access.
 
#16084
Re:Specifying a menu to open read more into 13 Years, 7 Months ago Karma: 0
Note/Question

When I link to the article with the {$readmore_link}, it seems to force it not to display the intro text even though the global option are set to display it as well as the menu (item id) I am routing it to ?

Is this an option in the parameter or is this my configurations ?

Perhaps it would be interesting to have a {$article_link} parameter as well ?

Thanks
Danny
Last Edit: 2011/06/14 12:19 By 6degres.
The administrator has disabled public write access.
 
Go to topPage: 12