Latest Threads Monthly Email [Deleted]

@MsJacquiiC - good to see you on Xenforo- you did some
Work for me on a VB4 site a few years back. Any info on how to change the colors on the email template to match my site as well?

Thanks in advance!
Hiya. I do remember your username no doubt - but I'm not sure which project I worked on for you. I've worked on quite a few over the years LOL

As for changing your email template.... I believe you'd need to revise the MAIL_CONTAINER template. If you do revise it though - all emails from your site will follow the same styling. The styling cannot be limited only to the latest threads email. Don't quote me on that though

Anyway - I believe you have to enable debug mode:

  1. Enable debug mode: Edit the library/config.php file and add the following:
    Code:
    $config['debug'] = true;
You should now see the "Development" tab. Click it and go to "Email Templates" --- Once in Email Templates find the MAIL_CONTAINER template. In it you'll see various .css code. Revising the .css code will change the look of your email template.

I *think* these are the correct instructions. Forgive me if I'm mistaken. It's late and I'm drinking LOL
HTH ;)

J.
 
BamaStangGuy said:
I have made a change to the template so that at the end it offers the user a way to unsubscribe. Will update this shortly.
Snoopy5 said:
A separte subscribe/unsubscribe link would be better. I do not want that my users do not get any email anymore just because they do not want the monthly overview. Site mailings alone as an optin/optout is not enough.

Any news on the separate unsubscribe link?
 
Haven't had a time to look at that. I have a general idea on how it would work though. I'm not sure when I can mess around with this but I will try to fit some time in for it soon.

Please, please, please....

I really need this! this could be such a great addon to bring old users back to life, but without that extra link, I can not use it...
 
I need to run cron manually to send emails. When I set schedule it just won't send. Well, I'll see in 2 weeks if it is going to run automatically.
Still have the same problem. Cron just won't start automatically. Need to run it manually again.
 
I have 144K members, running the cron manually gives me a white page and a server error "Fatal Error: Allowed memory size of 134217728 bytes exhausted"

I have Php memory_limit of 128M, How much memory should I use for this to work properly?
 
I have 144K members, running the cron manually gives me a white page and a server error "Fatal Error: Allowed memory size of 134217728 bytes exhausted"

I have Php memory_limit of 128M, How much memory should I use for this to work properly?

There is no definite answer. I have mine set to 1GB on one of my servers with 40k members and it runs fine.
 
  • Like
Reactions: rdn
Change to 256, 512. but still didn't solve my problem.
Other members using this, What's your memory_limit?
 
Would it be difficult to make it so that the email that is sent out does not include threads that are in the moderation queue?
 
Back
Top Bottom