Author Topic: Roundcubemail-0.2.1 -signature fix  (Read 6763 times)

Offline learnp

  • Newbie
  • *
  • Posts: 4
Roundcubemail-0.2.1 -signature fix
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Roundcubemail-0.2.1 -signature fix
« Reply #1 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.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Roundcubemail-0.2.1 -signature fix
« Reply #2 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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline learnp

  • Newbie
  • *
  • Posts: 4
Re: Roundcubemail-0.2.1 -signature fix
« Reply #3 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Roundcubemail-0.2.1 -signature fix
« Reply #4 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.

Offline learnp

  • Newbie
  • *
  • Posts: 4
Re: Roundcubemail-0.2.1 -signature fix
« Reply #5 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


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Roundcubemail-0.2.1 -signature fix
« Reply #6 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.

Offline learnp

  • Newbie
  • *
  • Posts: 4
Re: Roundcubemail-0.2.1 -signature fix
« Reply #7 on: November 26, 2014, 07:27:42 PM »
Thanks a lot SKaero.