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 / [RESOLVED]Problem plugin community builder

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

[RESOLVED]Problem plugin community builder

More
11 years 8 months ago #482 by juri1979
Replied by juri1979 on topic Problem plugin community builder
Ok I will give you by e-mail url and admin credentials but I would prefer to know what the problem el asoluzione because the site in question and only one site open as a test and it is not my main site if you later will give me the information for the correction I will supply these credentials if it does not I will give you the credentials to the main site after the upgrade thanks and greetings await response.
More
11 years 8 months ago #491 by tompap
Replied by tompap on topic Problem plugin community builder
Yes of course, when we connect to a website, will always describe what we do and generally we post the result on the forum for others.
More
11 years 8 months ago #573 by juri1979
Replied by juri1979 on topic Problem plugin community builder
Perfect with the changes I have suggested the problem was solved.
I'll post the solution:

I think you are not using 2.9.1


in components/com_adsmanager/lib/tlink.php


in the function getProfileLink


you should have the following code:

static function getProfileLink()
{
if (COMMUNITY_BUILDER == 1) {
return TRoute::_("index.php?option=com_comprofiler&task=userDetails");
} else if (JOMSOCIAL == 1) {
include_once JPATH_ROOT.'/components/com_community/libraries/core.php';
// Get CUser object
$link = CRoute::_('index.php?option=com_community&view=profile&task=edit');
return $link;
} else {
return TRoute::_("index.php?option=com_adsmanager&view=profile");
}
}
More
11 years 8 months ago #584 by tompap
Replied by tompap on topic Problem plugin community builder
Great !
Moderators: perry
Time to create page: 0.482 seconds
Powered by Kunena Forum