Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: learnp on November 20, 2014, 12:21:46 AM

Title: Roundcubemail-0.2.1 -signature fix
Post by: learnp on November 20, 2014, 12:21:46 AM
Hi,
My roundcube version is roundcubemail-0.2.1. In that version, it puts the signature at the very end when
one replies the email. Which is very anonning. I want to place the signature at the beginning.
It is smilar to new Roundcube version's option "start new message above origianl".
It may be a simple fix in PHP file. Can you help me ? A

Please contact me if anything needs clarification.
Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: SKaero on November 20, 2014, 02:27:35 AM
Why are you using Roundcube 0.2.1? You do realize that Roundcube 0.2.1 was released in March of 2009 meaning that it is nearly six years old and far far out of date.
Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: ABerglund on November 20, 2014, 12:31:33 PM
I agree with Scott. Far easier to update to a current version which will do what you want, than to have to re-code the older version.
Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: learnp on November 23, 2014, 10:05:41 AM
If I want to update Rouncube, dont I need to update php &mysql ?

At the moment, my issue is related to signature. Is there anyone who could tell me which lines I need to change?
I am willing to pay for this service, if needed.
Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: SKaero on November 23, 2014, 01:04:58 PM
Its not as simple of change as you may think, it would be a lot simpler to update Roundcube. What versions of PHP & MySQL are you running? Roundcube requirements didn't change for a long time so while you may not be able to upgrade to 1.x without upgrading PHP & MySQL (which you really should do) you maybe able to upgrade to a version in between.
Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: learnp on November 23, 2014, 11:20:44 PM
Hi,
Thanks for reply.

PHP 5.2.4-2ubuntu5.9 with Suhosin-Patch 0.9.6.2 (cli)
MySqL version   5.0.51a-3ubuntu5.4

Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: SKaero on November 24, 2014, 03:53:24 PM
You can upgrade to Roundcube 0.8.7 http://sourceforge.net/projects/roundcubemail/files/roundcubemail/0.8.7/roundcubemail-0.8.7.tar.gz/download with the PHP and MySQL version your running right now. You would need to upgrade to PHP 5.3.x to run Roundcube 0.9.x or higher.
Title: Re: Roundcubemail-0.2.1 -signature fix
Post by: learnp on November 26, 2014, 07:27:42 PM
Thanks a lot SKaero.