Private Messaging System - Page 2 Private Messaging System - Page 2
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Private Messaging System

Started by Stramm, October 31, 2007, 01:59:25 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

une2008

Quote from: Stramm on January 17, 2008, 03:18:08 PM
thanks for your contribution

Hello,

I have given you script private messages tailored to my photo album but now is my next problem, typically allows the user in his or her profile checked whether he wants an email sent to his e-mail or not someone tell him or her email .. In your website that you can see but not my website .. What should I do to in the profile to adjust that they can check it received from the email on or off.

Thank you very much, indeed very beautiful script

Stramm

On my website not the plugin is running but the modpack version of the private messaging system. Till now the feature you're talking about has been prepared but is not yet implemented.

une2008

Quote from: Stramm on February 02, 2008, 01:48:11 PM
On my website not the plugin is running but the modpack version of the private messaging system. Till now the feature you're talking about has been prepared but is not yet implemented.


Hello

Can I get this mod http://stramm.st.funpic.org/displayimage.php?album=13&pos=0 on my website ..?

I would also like to see who is online .. And that you can make friends ...

Like to suggest you to install or not?

Because I do not know much for php

Thank you

nointerest

Hi Stramm,

I am right now writing a translation of the language file for your plugin. I do not use this plugin - therefore I am not sure about some phrases - what their intent is (in order to find a suiting translation):

Message deleted, redirecting...' (What does redirecting mean in that content?)
'Remember me', (What does that mean? Is that something like this "logg in automatically"?
No name (is that a placeholder, a user...?)

OK - thats all. Sorry to bother you - but I want a good translation - not just some crap.

Bye
noi

Stramm

QuoteMessage deleted, redirecting...' (What does redirecting mean in that content?)
Means in a few secs the pm list will load again
Quote'Remember me', (What does that mean? Is that something like this "logg in automatically"?
yes
QuoteNo name (is that a placeholder, a user...?)
Is used for eg. guests (if they have uploaded a pic, then the uploader name is 'no name', same for pms)

Thanks for translating it ;)

nointerest

OK - then I am done with translating.

I add the german language file to this post.

If someone has suggestions for better phrases please contact me via PN.

chicks53

I installed this but when I PM someone and hit "send" I get this

There was an error while processing a database query

ksawery

I add the spanish language file ;D.

Stramm

Quote from: chicks53 on May 08, 2008, 04:11:56 PM
I installed this but when I PM someone and hit "send" I get this

There was an error while processing a database query


you'll need to enable debug mode and post the more detailed error message (but not the debug output itself). Make sure, that you're bridged to one of the supported apps (if you're bridged).

Stramm

Quote from: ksawery on May 09, 2008, 06:05:00 PM
I add the spanish language file ;D.

Thanks for your contribution ;)

wj1927

Hi Stramm

If you take a look here you will the login form where its situated goes off the page >> http://cdcoverhideout.com/covers

I need it be:

username box
password box
login button

I don't want them to be on the same line all on seperate lines but I've played with the code but they won't budge, plus its aligned right when logged in and I need it to be aligned left, I changed this code but that won't budge too:

$loginFormHtml = "<div align=\"left\" class=\"smallfont\">".$lang_pms_sys['welcome']." <strong>".(USER_NAME)."</strong><br />";

Any help would be perfect

Thanks ;)

Stramm

If you're using a not bridged coppermine, then this is what you need to modify
        <table cellpadding="0" cellspacing="3" border="0">
        <tr>
            <td><input type="text" class="textinput" name="username" size="10" /></td>
            <td><input type="password" class="textinput" name="password" size="10" /></td>
            <td><input name="submitted" type="submit" value="Login" />
            <input name="remember_me" type="hidden" class="checkbox" value="1" checked="checked" /></td>
        </tr>
        <tr>
        <td class="smallfont">$lang_pms_sys[user]</td>
        <td class="smallfont">$lang_pms_sys[pass]</td>
        <td></td>
</tr>
        </table>

MadMaxx

#32
hi stramm

i have the same problem as wj1927

i tried modifying codebase.php

didn't work, same problem once logged in.

http://www.rebel-station.org

any help would be appreciated :)

nielsp

I could not find the Dutch translation so here you have it :-)

Stramm

MadMaxx, the code you need to change is in the plugins include/init.inc.php ... not codebase.php

nielsp, thanks for your contribution ;)


MadMaxx

Quote from: Stramm on June 04, 2008, 10:07:00 PM
MadMaxx, the code you need to change is in the plugins include/init.inc.php ... not codebase.php


that explains it  :D
works now, thank you.

mahdi1234

Cool plugin Stramm.

One question, is there a way how to send PM to multiple/all users (restricted to admin only)?

thx,
mahdi

Stramm

Would be possible if you use a db manipulation tool like phpmyadmin. The PM system itself doesn't have such a feature.

Halfhidden

Quote from: mahdi1234 on August 08, 2008, 12:05:47 AM
Cool plugin Stramm.

One question, is there a way how to send PM to multiple/all users (restricted to admin only)?

thx,
mahdi

If you bridge Coppermine with something like smf you can send mass pm whilst using Stramm's mod.

Meastroo

How do you mass PM to users? from admin,...