Plugins
codoPM - private messaging system

codoPM is a private messaging system built by taking inspiration from Gmail.

It has a simple and a very user friendly UI.

It features One Inbox, which means all messages appear as if you are having a chat conversation.

Download: codoPM from GitHub

codoPM is a private messaging system built by taking inspiration from Gmail. It has a simple and a very user friendly UI. It features One Inbox, which means all messages appear as if you are having a chat conversation. **Download**: [codoPM from GitHub](https://github.com/evnix/codopm/releases/download/v2.0/codopm.v.2.0.zip)
edited Nov 29 '14 at 3:18 pm

German Translation smile

/sites/default/plugins/codopm/lang (rename the other english.php to english_bk.php)

<?php

defined('_JEXEC') or die;

/**
 * @package Component codoPM for Joomla! 3.0
 * @author codologic
 * @copyright (C) 2013 - codologic
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * */


$codopm_trans['Compose'] = 'NEU';
$codopm_trans['Inbox'] = 'Posteingang';
$codopm_trans['Reply'] = 'Antworten';
$codopm_trans['Add files'] = 'Datei hinzufügen';
$codopm_trans['To'] = 'An';
$codopm_trans['Message'] = 'Nachricht';
$codopm_trans['Attach files'] = 'Anhang';
$codopm_trans['Attached files'] = 'Anhang';
$codopm_trans['Send'] = 'Abschicken';
$codopm_trans['Load older messages'] = 'Ältere Nachrichten';
$codopm_trans['Top'] = 'top';
$codopm_trans['seconds ago'] = 'sekunden her';
$codopm_trans['just now'] = 'gerade';
$codopm_trans['No messages found!'] = 'Keine Nachrichten gefunden!';
$codopm_trans['Click to enter text to reply'] = 'Hier klicken zum antworten';
$codopm_trans['Send private message'] = 'Private Nachricht senden';
$codopm_trans['Your message has been sent'] = 'Ihre Nachricht wurde gesendet';
$codopm_trans['View message'] = 'Nachricht anzeigen';

sry cant not upload .php files
have fun smile

German Translation :) /sites/default/plugins/codopm/lang (rename the other english.php to english_bk.php) ```` &amp;lt;?php defined(&#039;_JEXEC&#039;) or die; /** * @package Component codoPM for Joomla! 3.0 * @author codologic * @copyright (C) 2013 - codologic * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * */ $codopm_trans[&#039;Compose&#039;] = &#039;NEU&#039;; $codopm_trans[&#039;Inbox&#039;] = &#039;Posteingang&#039;; $codopm_trans[&#039;Reply&#039;] = &#039;Antworten&#039;; $codopm_trans[&#039;Add files&#039;] = &#039;Datei hinzuf&amp;uuml;gen&#039;; $codopm_trans[&#039;To&#039;] = &#039;An&#039;; $codopm_trans[&#039;Message&#039;] = &#039;Nachricht&#039;; $codopm_trans[&#039;Attach files&#039;] = &#039;Anhang&#039;; $codopm_trans[&#039;Attached files&#039;] = &#039;Anhang&#039;; $codopm_trans[&#039;Send&#039;] = &#039;Abschicken&#039;; $codopm_trans[&#039;Load older messages&#039;] = &#039;&amp;Auml;ltere Nachrichten&#039;; $codopm_trans[&#039;Top&#039;] = &#039;top&#039;; $codopm_trans[&#039;seconds ago&#039;] = &#039;sekunden her&#039;; $codopm_trans[&#039;just now&#039;] = &#039;gerade&#039;; $codopm_trans[&#039;No messages found!&#039;] = &#039;Keine Nachrichten gefunden!&#039;; $codopm_trans[&#039;Click to enter text to reply&#039;] = &#039;Hier klicken zum antworten&#039;; $codopm_trans[&#039;Send private message&#039;] = &#039;Private Nachricht senden&#039;; $codopm_trans[&#039;Your message has been sent&#039;] = &#039;Ihre Nachricht wurde gesendet&#039;; $codopm_trans[&#039;View message&#039;] = &#039;Nachricht anzeigen&#039;; ```` sry cant not upload .php files have fun ;)
edited Dec 4 '14 at 12:05 pm

have miss the title in plugin .. i have it add now .. smile

54804c3907c69.jpg

you like it ?

edit: /sites/default/plugins/codopm/start.php line 70

and add before

<ul><li><a id="codopm_compose_a" href="#codopm_tab-1">

this line

 <div class="codo_user_name"><?php codopm::t('Title') ?></div>

now save it .. and edit :

/sites/default/plugins/codopm/lang/english.php

and add to line 31

$codopm_trans['Title'] = 'Privat Nachrichten';

translate Privat Nachrichten to your language .. english : Private Message

have fun smile

have miss the title in plugin .. i have it add now .. :) ![54804c3907c69.jpg](serve/attachment&amp;amp;path=54804c3907c69.jpg) you like it ? **edit:** /sites/default/plugins/codopm/start.php line 70 and add before ```` &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a id=&quot;codopm_compose_a&quot; href=&quot;#codopm_tab-1&quot;&amp;gt; ```` this line ```` &amp;lt;div class=&quot;codo_user_name&quot;&amp;gt;&amp;lt;?php codopm::t(&#039;Title&#039;) ?&amp;gt;&amp;lt;/div&amp;gt; ```` now save it .. and edit : /sites/default/plugins/codopm/lang/english.php and add to line 31 ```` $codopm_trans[&#039;Title&#039;] = &#039;Privat Nachrichten&#039;; ```` translate Privat Nachrichten to your language .. english : Private Message have fun ;)

update css ..

dont like this ..

548053938f0ef.jpg

no problem ..

open:

/sites/default/plugins/codopm/client/css/app.css line 199

edit: background: #fff; replace it to background: none;

and tada .. smile

548054900c761.jpg

looks better smile

greez

update css .. dont like this .. ![548053938f0ef.jpg](serve/attachment&amp;amp;path=548053938f0ef.jpg) no problem .. open: /sites/default/plugins/codopm/client/css/app.css line 199 edit: **background: #fff;** replace it to **background: none;** and tada .. :D ![548054900c761.jpg](serve/attachment&amp;amp;path=548054900c761.jpg) looks better ;) greez

Dear developers, I've got the latest Codoforum version and 2.0 CodoPM installed. But the only thing I have instead of CodoPM settings is the word "hello". The plugin doesn't work. How to solve this?

Dear developers, I&#039;ve got the latest Codoforum version and 2.0 CodoPM installed. But the only thing I have instead of CodoPM settings is the word &quot;hello&quot;. The plugin doesn&#039;t work. How to solve this?

Yes, because we have not yet provided a backend for the codopm plugin.

But, is it working properly in the frontend?

Yes, because we have not yet provided a backend for the codopm plugin. But, is it working properly in the frontend?
Necessity is the mother of all inventions!

I've failed to find any PM link or button at my website.

I&#039;ve failed to find any PM link or button at my website.

Your inbox is visible in your profile or to message someone click their profile...

Your inbox is visible in your profile or to message someone click their profile...

Given up on Codoforum :(

Could you please give a screenshot of what I should see referring to PM?

Could you please give a screenshot of what I should see referring to PM?

5691835b6cb83.png
5691839798c44.png

![5691835b6cb83.png](serve/attachment&amp;amp;path=5691835b6cb83.png) ![5691839798c44.png](serve/attachment&amp;amp;path=5691839798c44.png)

Given up on Codoforum :(

Do you have the codopm tables in your database ?
Check if you have any tables containing the name codopm_.

Do you have the codopm tables in your database ? Check if you have any tables containing the name codopm_.
Necessity is the mother of all inventions!

There are two tables named "codopm_config" and "codopm_messages".

There are two tables named &quot;codopm_config&quot; and &quot;codopm_messages&quot;.

We may have to debug the problem.

Is it possible to give us FTP access ? You can email us the details using the contact us form.

We may have to debug the problem. Is it possible to give us FTP access ? You can email us the details using the contact us form.

Not mandatory, but apart from codopm, you had some other problems which we can fix easily and fast instead of waiting for a reply in forums.

Not mandatory, but apart from codopm, you had some other problems which we can fix easily and fast instead of waiting for a reply in forums.
12
2.91k
26
7
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft