Patrick Brown
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Customize Automatic Latest ContentThanks Ben,
That’s great news. Looking forward to it. I’ll take a look at the template as well.
-Patrick Brown
Thank you!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Customize Automatic Latest ContentHi, I totally second the ability to customize the latest content.
Customizable Image Size would be awesome.
Also, if you could add the option to make the title a link, that would be awesome.
But these are just my individual requests. If you could make it more customizable through different php templates, just like the css themes already in existence, it would make it so much more powerful.
Thank you!
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] How to NOT set RegexI was having trouble with this as well.
I ended up doing a couple things to set them to non-regex.
1. Created a specific group for the import
2. Imported
3. Used phpmyadmin to see the id of the group that I had created. Look in (your_prefix)_redirection_items.
4. Did a mysql command to change regex to “0” instead of “1”Mine looked like this:
UPDATE
(my_prefix)_redirection_itemsSETregex=0 WHEREgroup_id= 4;Kind of a dumb way to do this, but it got the job done for me.