Patrizio
Forum Replies Created
-
Thanks as always!
Sorry for the late reply, I have been busy with another project.
That sounds great, when are you going to release the new version?
or, do you have a development version that I can try in the meantime?Thanks again!
@mattyrob,
I tried the code mentioned above but I got no luck.Are you available to work on this?
I’m ok either donate or pay you for the time you spend on this.Thanks.
@mattyrob,
I have another question,
when I try to bulk Filter>unsubscribe users from a custom post type category, I don’t receive any error, but I can still see some users into the list.Is there any particular rule that keep some of the users still on the list even if bulk unsubscribed?
Thanks as always.
@mattyrob,
Yes, that makes sense, and it is weird!I have:
-Same plugin set
-same php.ini
-same configuration
-same templateIs there any debug or test that would be helpful to understand why this is happening?
thanks.
Hi,
I’m getting the same error too, we are on a VPS server, and we have 2 installation of the same website (DEV and PRODUCTION)When I try to send a Preview Email from the settings page, I get the same error.
The weird thing is that in production is not working, and in Dev is ok instead.
The server configuration is the same, so there’s must be something else.
Warning: implode() [function.implode]: Invalid arguments passed in /home/XXXXXXX/public_html/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 543
Any idea?
Thanks
Soungs good. Any ETA for version 8.2?
In the meantime, can I add some custom code to disable that specific category? Maybe using its ID?
Thanks again.
@mattyrob,
Another question:
is there a way to make some testing before sending out other articles?I mean, can I edit the PHP file in order to have a testing list of registered users and admins, instead of using the real one?
Probably the file class-s2-core.php needs to be temporarily edited?
Thanks again for your help.
Ok. Posts are sent out from a Custom Post Type Category which has sub-categories (taxonomy). So each post is created under one of the sub-categories.
Yes, some of the sub-categories (under the Custom Post Type main category) are excluded.
Using the latest version, 8.1
Thanks.
Here are my settings:
Subscribe new users registering with your blog: NO
Auto-subscribe includes any excluded categories: NO
Registered Users have the option to auto-subscribe to new categories: NO
Option for Registered Users to auto-subscribe to new categories is checked by default: NO
Also I have (0) subscribers under that category.
Should I still perform FILTER > UNSUBSCRIBE action?
Should I do it both for Registered Users and Subscribers?Thanks for your help.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] CapabilitiesI was able to change the capability.
As John said need to change the ‘administrator’ capability.I changed ‘administrator’ to ‘7’ in order to give capability to editors as well.
file to change are redirection.php and ajax.php into the plugin folder.
write me if you need some more help.