Thanks for this wonder plugin
Please sir how do I delete messages
CubePM is an amazing Plugin and does all but one thing.
Is there a way to add a button to an authors page that when clicked on immediately opens up a window/new page which is a normal send PM page but with the “To:” already filled in with the user/author who’s page you just came from?
thanks for the answer.
-Kaiser
]]>First of all, thanks for the plugin – it’s great!
This post is sort of in reply to an earlier post (Feature request – Delete, groups and nonce) where the OP wanted the ability to have users only be able to send a message to the admin. I’ve been looking for a solution as well, and I found a workaround.
In the cubepm/css/cubepm.css file of the plugin, find this code:
.ac_results {
padding: 0px;
border: 1px solid #ccc;
background-color: #fff;
overflow: hidden;
z-index: 99999;
}
…and add a visibility property, like so:
.ac_results {
visibility: hidden;
padding: 0px;
border: 1px solid #ccc;
background-color: #fff;
overflow: hidden;
z-index: 99999;
}
Technically, all members can still message each other, but they have to type in the name of anyone they want to message. (Example: JohnAdmin)
Granted this won’t work for everyone, but it would work if the site members didn’t know each other’s user names. All they would need to know is the Admin’s username.
Just an idea…
]]>hi,
i appreciate your work , i am using this plugin for one of my client now problem is that user are not able to delete their messages, how can implement that if you can so me logic how i can achieve that i will code that in my plugin, for now i have created a dropdown where admin can define after how many days it will clear messages so i am deleting by checking that messages those are older than hours admin defined in admin and i am deleting them from one table i.e. wp_cpm_msg i have tried but unable to get how i can delete old messages from both tables , any help will be much appreciate, keep up the good work
Thanks a lot for your precious plugin.
]]>Hi, I have modified a clients version of cubepm to do the following:
allow a user name to be passed in to the cpm_page_new function to force the PM to be to that user and that user only,
I also Updated the wp-admin to allow for custom user roles
as well as some other tweaks around the plugin.
Here is a diff file: https://dl.dropbox.com/u/32299000/cubepm.diff
Let me know what you think.
Cheers
Ben
Hi,
i like cubepm due to its clean and simple look and feel. Would be great if we could have language support (mo, po files).
Regards
Michael
]]>Hi, I run a blog for my form and i would like to message everyone information. Is there any way of doing this? if there isn’t can you try and add it for future updates
]]>Hi,
Testing this plugin locally, I get this error on visiting the CubePM page:
Invalid paramater for jquery.Autocompleter, jQuery object with one element with INPUT tag expected.
]]>First thanks for a great plugin.
I’m road testing several PM plugins at the moment and yours is quite nice.
Some things to consider for future versions.
thanks
]]>