Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 10 Months 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 23:08 By bluest_cube.
The administrator has disabled public write access.
 
#3643
Re:Using a second template 1 Year, 10 Months ago Karma: 278
Hello,

Provide your order number by email, please.

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