Roundcube Community Forum

 

adv footer + counter$

Started by begbie, November 28, 2009, 09:28:02 PM

Previous topic - Next topic

begbie

Dear friends I would like to know if someone has developed an application
for roundcube

hello thanks
:p

SKaero

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.
$rcmail_config['generic_message_footer'] = '';

begbie


.............

begbie

...
#3
......................

SKaero

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:
$rcmail_config['generic_message_footer'] = 'ad.txt';

begbie

#5
great skaero
thanks very much from italy

it works ! ;D

another questions: what the language of all these mailsevrer ?



buona fortuna ciao

SKaero

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.

begbie

programmation language :p

(excuse my bad english :-X )

SKaero

RoundCube programming language is php, and a database most likely MySQL.