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 / Support / AdsManager Support / Configuration for additional images.

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.

Configuration for additional images.

More
11 years 1 day ago #5171 by frango
Configuration for additional images. was created by frango
What is the correct setting for the additional images?
I have configured in AdsManager, Nb images=2. Paydsystem number in image 1 and price 10.
When I try to upload more than two images tells me I can not, it only allows me free.
thanks
More
11 years 1 hour ago #5179 by ricopoulos
Replied by ricopoulos on topic Configuration for additional images.
Same issue here, thanks for helping us.
More
10 years 11 months ago #5188 by loic
Replied by loic on topic Configuration for additional images.
Hello,

This is the correct setting, but there is a bug with that feature.

I will make a fix and tell you how to correct that if you cannot wait for the next release.

Best Regards.
More
10 years 11 months ago #5190 by loic
Replied by loic on topic Configuration for additional images.
Hello,

Here is how you can correct this bug.

Open the file 'components/com_paidsystem/api.paidsystem.php' then replace the block line 1271 to 1274 :
$uploader_count = JRequest::getInt('uploader_count',0);
 
$targetDir = JPATH_ROOT.'/tmp/plupload';
$dir = JPATH_ROOT."/images/com_adsmanager/ads/tmp/";

By this one:
$uploader_count = JRequest::getInt('imagesupload_count',0);
 
$targetDir = JPATH_ROOT.'/images/com_adsmanager/ads/uploaded';
$dir = JPATH_ROOT."/images/com_adsmanager/ads/waiting/";

And the block line 1280 to 1283:
$uploader_id = JRequest::getString('uploader_'.$i.'_id',0);
$uploader_tmpname = JRequest::getString('uploader_'.$i.'_tmpname',0);
$uploader_name = JRequest::getString('uploader_'.$i.'_name',0);
$uploader_status = JRequest::getString('uploader_'.$i.'_status',0);

By this one:
$uploader_id = JRequest::getString('imagesupload_'.$i.'_id',0);
$uploader_tmpname = JRequest::getString('imagesupload_'.$i.'_tmpname',0);
$uploader_name = JRequest::getString('imagesupload_'.$i.'_name',0);
$uploader_status = JRequest::getString('imagesupload_'.$i.'_status',0);

This fix will be in the next release.

Sorry for the inconvenience.

Best Regards.
The following user(s) said Thank You: ricopoulos
More
10 years 11 months ago #5197 by ricopoulos
Replied by ricopoulos on topic Configuration for additional images.
work for me except a warning popup who can be confused for the user
More
10 years 11 months ago #5198 by frango
Replied by frango on topic Configuration for additional images.
Does not work, tells me maximum 2 images.
Attachments:
Time to create page: 0.637 seconds
Powered by Kunena Forum