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 / how add pagination in mod_paidsystem_feat ?

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

how add pagination in mod_paidsystem_feat ?

More
8 years 4 months ago #22895 by aminweb
hi,
I want add paginiation in mod_paidsystem_feat module.
please help me for do it
I use this code in defualt.php
$limitstart = 0;
jimport('joomla.html.pagination');
$pagination = new JPagination($nb_ads, $limitstart, $nb_adslimit);
echo $pagination->getPagesLinks();
 echo $pagination->getPagesCounter();*/

and add this code in mod_paidsystem_feat.php:
$nb_adslimit = intval($params->get( 'nb_adslimit', 3 )) ;

and add this code in mod_paidsystem_feat.xml:
<field name="nb_adslimit" type="text" default="3" size="2" label="MOD_PAIDSYSTEM_FEAT_NBADS_limit" description="" />

show pagination but dont work and dont limited.
thanks
More
8 years 4 months ago #22913 by loic
Hello,

There is no support for custom code, sorry.

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