Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / Adsmanager problem with links

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

Adsmanager problem with links

More
8 years 2 months ago - 8 years 2 months ago #23991 by xcyber
Adsmanager problem with links was created by xcyber
Hello.

I have 2 websites with joomla 3 and adsmanager 3.04

First website working perfect and second it was cloned from first and changed/added new categories sothing with links. All links from menu linked to only one category. for example ihve category Automobiles , Wgeels, Service, acceseries. When i go to Automobiles I see ads from auto, but all links Such Ads, and categories I mean Breadcrumb linked to only one category (wheels).

Help please how to fix it ?

I found in code that place it looks this ( com_adsmanager -> view > details -> details -> default.php:

<?php
$pathway ="";
$nb = count($this->pathlist);
for ($i = $nb - 1 ; $i >0;$i--)
{
$pathway .= '<a href="'.$this->pathlist[$i]->link.'">'.$this->pathlist[$i]->text.'</a>';
$pathway .= ' <img src="'.$this->baseurl.'components/com_adsmanager/images/arrow.png" alt="arrow" /> ';
}
$pathway .= '<a href="'.$this->pathlist[0]->link.'">'.$this->pathlist[0]->text.'</a>';
echo $pathway;

if (function_exists('getContentClass'))
$classcontent = getContentClass($this->content,"details");
else
$classcontent = "";
?>
Last edit: 8 years 2 months ago by xcyber.
More
8 years 2 months ago #23998 by loic
Replied by loic on topic Adsmanager problem with links
Hello,

How did you organize your menu items ? The breadcrump is done by checking the menu item first.

Best regards.
Moderators: perry
Time to create page: 0.130 seconds
Powered by Kunena Forum