Roundcube Community Forum

Release Support => Requests => Topic started by: begbie on November 28, 2009, 09:28:02 PM

Title: adv footer + counter$
Post by: begbie on November 28, 2009, 09:28:02 PM
Dear friends I would like to know if someone has developed an application
for roundcube

hello thanks
:p
Title: adv footer + counter$
Post by: SKaero on November 29, 2009, 01:13:39 PM
Check out the generic message footer setting in the config/main.inc.php you can link it to a file witch generates ads for the bottom of emails.
Code: [Select]
$rcmail_config['generic_message_footer'] = '';
Title: i'm not so able, how would you set this file how you suggested ?
Post by: begbie on November 30, 2009, 06:36:43 PM

.............
Title: ...
Post by: begbie on November 30, 2009, 06:37:20 PM
......................
Title: adv footer + counter$
Post by: SKaero on December 02, 2009, 05:20:14 AM
Just add a file path, it is relative to the RoundCube root folder. So if you ad a file in your RoundCube folder name ad.txt it wound be:
Code: [Select]
$rcmail_config['generic_message_footer'] = 'ad.txt';
Title: adv footer + counter$
Post by: begbie on December 02, 2009, 07:16:41 AM
great skaero
thanks very much from italy

it works ! ;D

another questions: what the language of all these mailsevrer ?



buona fortuna ciao
Title: adv footer + counter$
Post by: SKaero on December 02, 2009, 07:21:26 AM
Do you mean the language of the code? RoundCube is coded in English, I wouldn't know what language your mail server is in but it most likely English.
Title: :) programmation language
Post by: begbie on December 02, 2009, 07:32:52 AM
programmation language :p

(excuse my bad english :-X )
Title: adv footer + counter$
Post by: SKaero on December 02, 2009, 07:49:05 AM
RoundCube programming language is php, and a database most likely MySQL.