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 / VirtualMoney Support / regarding credit exchange email notifications

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.

regarding credit exchange email notifications

More
8 years 6 months ago #22165 by juloaadmin
Replied by juloaadmin on topic regarding credit exchange email notifications
Code is planned for end of this week.
Loic is in charge of it.
More
8 years 6 months ago #22249 by zhchoong
Replied by zhchoong on topic regarding credit exchange email notifications
Hi,

May i know the update please?
thank you.
More
8 years 6 months ago #22255 by loic
Hello,

sorry I didn't have the time to do the upgrade. I still need to work on it.

Best regards.
More
8 years 6 months ago #22328 by zhchoong
Replied by zhchoong on topic regarding credit exchange email notifications
Hi,

Any good news for the code?
Thank you.
More
8 years 6 months ago #22334 by loic
Hello,

I will send you the modification needed on the forum once they are made.
I will try to do that before the end of the week.

Best regards.
More
8 years 5 months ago #22354 by loic
Hello,

Here are the step to do the upgrade.

In 'administrator/component/com_virtualmoney/helpers/mail.php', line 120 to 124, replace:
$emailOffer->content = VirtualmoneyHelperFormat::replaceTags($emailOffer->content,$user1,$user2);
$emailOffer->subject = VirtualmoneyHelperFormat::replaceTags($emailOffer->subject,$user1,$user2);
 
$emailReceive->content = VirtualmoneyHelperFormat::replaceTags($emailReceive->content,$user1,$user2);
$emailReceive->subject = VirtualmoneyHelperFormat::replaceTags($emailReceive->subject,$user1,$user2);

By:
$emailOffer->content = VirtualmoneyHelperFormat::replaceTags($emailOffer->content,$user1,$user2,$item);
$emailOffer->subject = VirtualmoneyHelperFormat::replaceTags($emailOffer->subject,$user1,$user2,$item);
 
$emailReceive->content = VirtualmoneyHelperFormat::replaceTags($emailReceive->content,$user1,$user2,$item);
$emailReceive->subject = VirtualmoneyHelperFormat::replaceTags($emailReceive->subject,$user1,$user2,$item);

And in 'administrator/component/com_virtualmoney/helpers/format.php', line 101, replace:
public static function replaceTags($body,$user1,$user2) {

By:
public static function replaceTags($body,$user1,$user2,$item = null) {

And line 128, replace:
"{CREDIT_EXCHANGED}" => $body->credits

By:
"{CREDIT_EXCHANGED}" => $item->credits

Best regards.
Time to create page: 0.228 seconds
Powered by Kunena Forum