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?

Using a second template
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Using a second template
#3638
Using a second template 14 Years ago Karma: 0
My Joomla installation is using 2 templates. A custom home page template which is also the default template and has no position to load a component and a second/Internal template which loads the components. So for the menus I create I have to manually assign them to the internal template, but I'm running into an issue with the 'read more' link in the Ari Scroller which is supposed to take you to the full article but it loads the home page because it's the default. Is there some code I have to modify to allow the article to be loaded in the internal template.

I was looking at this code in class.Articles.php but I'm at a loss as to what to modify.

Code:

function getArticleLink($article)
{
$link = 'index.php?option=com_content&view=article&id=' . $article->id;
if ($article->catid)
$link .= '&catid=' . $article->catid;  

return $link;

}





Thanks
Last Edit: 2010/04/04 20:08 By bluest_cube.
The administrator has disabled public write access.
 
#3643
Re:Using a second template 14 Years ago Karma: 747
Hello,

Provide your order number by email, please.

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