Hey was just wondering if you deleted this on purpose or by accident. This was my favorite wordpress plugin, but I recently had a server issue and lost it. Any chance of re publishing it in the near future?
]]>I’ve activated the Plugin and my Dashboard broke. Only the left Menu bar was still there.
]]>Is it possible to retrieve the current user’s message count for example to display the number in the navigation menu?
]]>While attempting to remove certain Roles from “Activate PM System” under “Permission Settings”, received is the error “An unknown Error occurred! The settings couldn’t be saved.”
The case is that there are a number of User Roles that are wished to be excluded from the PM System.
]]>Hi. Great plugin by the way! Is there a way to set everyone’s default email notifications to “on”? Many of our members only log into the site if they need to comment and won’t know that they have a message.
Thanks
]]>Hi there,
I just installed Dexs PM System but when I activate it my site doens’t respond anymore. Do you know a fix for this problem? I really want to use this PM System because I think it’s exactly want I want!
Greetings
]]>Hi
I have installed v. 1.0.1 and it looks good, but I can′t reply or forward any messages?
Best regsrds
Ivan Fr?er
https://www.gpsforalle.dk
Hello
Your plugin is great and our team made a translation on our language : French.
So here it is : https://www.radiobrony.fr/tmp/dexs-pm-fr_FR.zip
I’m part of the team, but much of the translation was done by Drogrin (see the info on po file ;-))
Xéfir Destiny
]]>After clicking on the the Send button it’s not showing any message neither it redirects back to inbox. It simply reloads the page with same message i wrote in the text area but message is actually sent to the respective user…
Backend works fine…though.
I’m using 3.4.2 wordpress…
Btw very nice plugin though! Waiting for your response.
]]>Hello,
I tried to install Dexs PM System on WordPress 3.5.2 and 3.6.
Unfortunatelly, when I active the module, I receive an error:
]]>Parse error: syntax error, unexpected ‘[‘, expecting ‘,’ or ‘;’ in /home/mikihts/domains/xxx/public_html/wp/wp-content/plugins/dexs-pm-system/dexs-pm-system.php on line 122
Hello
After i Update the Plugin, the Site not working anymore, i must deactivate the plugin. the version before works great.
my site: ich-werds-los.de
greetings
]]>Hello Peoples, Coders and WordPress Users.
Thanks for your support and help and sorry for the long time without fixes / updates and support. ^^
The version 1.0.0 is coming soon without the reported bugs and with 2 – 3 new features such as a support for the costum roles, a PM Widget and a better template system.
So stay tuned and don’t forget: I love you for downlaoding and using my plugin ??
SamBrishes (PYTES)
PS.: If you want to be up to date, if you want ask me anything or if you want report bugs so you can follow me and tweet to me on Twitter: https://twitter.com/PytesDev. Thanks :*
PSS.: The new version is not beta!
PSSS.: Again: Sorry for the long time, but now i’m back with more experience and more power. Thanks :3
]]>In the mail overview view the bulk actions do not work. Actions are not being executed. Moreoverm the link “answer to all” displayed also leads into a page not found site. I think there are minor faults which could be easily resolved though. Still love the plug and hopefully is is being developed furtheron! Posted this as a comment to my review 1 month earlier but just wanted to ensure that you get it in case you go on developing. STill having this in use and would love to see a update! Cheers!
]]>Hi,
What a lovely plugin! Easy to install and use! I’d love to have it on my website, but i don’t know how to make it visible in the front-end!?
Please help ??
Regards,
prolet
Hi, I would like to put the form in sidebar, i tried to copy code of ‘frontend.php’ but it doesnt work… may you give me a hand? thanks
]]>in …/?page=send_pm
Notice: Undefined index: send_pm in ...\wp-content\plugins\dexs-pm-system\include\pm_system.php on line 146
Notice: Undefined index: view in ...\wp-content\plugins\dexs-pm-system\frontend\frontend.php on line 66
Notice: The function WP_User-> id is called with an argument that is deprecated since version 2.1! Use WP_User-> ID .. in ... \ wp-includes \ functions.php on line 2923
Notice: Undefined index: send_status in ...\wp-content\plugins\dexs-pm-system\frontend\frontend.php on line 116
Notice: Undefined variable: usernames2 in ...\wp-content\plugins\dexs-pm-system\frontend\frontend.php on line 182
in …/?page=pm_outbox
Notice: Undefined index: send_pm in ...\wp-content\plugins\dexs-pm-system\include\pm_system.php on line 146
Notice: Undefined variable: bulk_actions in ...\wp-content\plugins\dexs-pm-system\frontend\frontend.php on line 47
Notice: Undefined index: view in ...\wp-content\plugins\dexs-pm-system\frontend\frontend.php on line 66
Notice: Undefined index: send_status in ...\wp-content\plugins\dexs-pm-system\frontend\frontend.php on line 116
list pm: Notice: Trying to get property of non-object in ...\wp-content\plugins\dexs-pm-system\frontend\themes\the_system\frontend.php on line 69
I like plugin, but it missing the alternative Role of user that can doing with other plugin (scope role).
can fix the problem?
And insert a widget?!
thanks
The system installs fine, and sends the email notification without problems, and you can read the message from the senders end, but when the recipient tries to open the message, there is a fatal error call to function problem.
If they work that bug out, it will be a very nice plugin indeed.
]]>Just to help the beta.
I was receiving an include error while using the frontend. It was not finding the pm_system.php file because my wp files were installed in a sub directory. Once I added sub directory tot he A_URL everything worked fine.
Original (defined in dexs-pm-system.php):
define(“A_URL”, “wp-content/plugins/”.dirname(plugin_basename(__FILE__)));
Changed to:
define(“A_URL”, “subdirectory/wp-content/plugins/”.dirname(plugin_basename(__FILE__)));