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


Recent Events
  • 25/11/2021 Black Friday Promotion

    BIG SALE, 35% discount for all our extensions. Use BF21 coupon code. Hurry up the discount is valid till 1 December.

  • 30/04/2021 Important information

    We transferred to another hosting so if you are experiencing any problem let us know. We will fix it as soon as possible.


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 12 Years, 11 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 20:08 By bluest_cube.
The administrator has disabled public write access.
 
#3643
Re:Using a second template 12 Years, 11 Months ago Karma: 739
Hello,

Provide your order number by email, please.

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