Hi Guys
I just wanted to know how I can add text to the login page of my roundcube?
This is kind a question I hesitate to reply to. You don't need to be a programmer to answer the question yourself. 5 mins to analize the file structure and you'll see there is a skin folder with editable skins ...
Sorry for bringing this back up for 3 years but I still cant get any text or links to show up in the login page.
I want to do something like this: http://mail.thewavz.com/roundcube/
Edit /skins/default/templates/login.html
I have tried that and NO luck. here is my login.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<meta name="Robots" content="noindex,nofollow" />
<roundcube:include file="/includes/links.html" />
</head>
<body><title><roundcube:object name="pagetitle" /></title>
<meta content="noindex,nofollow" name="Robots" /> <roundcube:include file="/includes/links.html">
<title><roundcube:object name="pagetitle" /></title>
<meta name="Robots" content="noindex,nofollow" /> <roundcube:include file="/includes/links.html">
<title><roundcube:object name="pagetitle" /></title>
<meta content="noindex,nofollow" name="Robots" /> <roundcube:include file="/includes/links.html">
<title><roundcube:object name="pagetitle" /></title>
<meta name="Robots" content="noindex,nofollow" /> <roundcube:include file="/includes/links.html"> <img border="0" src="/images/roundcube_logo.png" alt="<roundcube:object name='productname' />" style="margin: 0pt 11px;" /> <roundcube:object name="message" id="message">
<div id="login-form">
<div class="boxtitle"><roundcube:label name="welcome" /></div>
<div class="boxcontent">
<form name="form" action="/file/" method="post"> <roundcube:object name="loginform" form="form" autocomplete="off">
<p style="text-align: center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p>
<p> </p>
<p><br /></p> </roundcube:object></form>
</div>
</div> </roundcube:object></roundcube:include> </roundcube:include> </roundcube:include>
<p><br /></p> </roundcube:include></body>
</html>
I'm not sure what you've done exactly but you've really messed that page up. you need to restore the orignal login.html file and start again. what exactly are you trying to do? make sure when you edit the file you use a plain text editor.
I didnt do anything to this login.html page it was packaged in my iredmail package. What I am trying to do is have a link on that page for other webmail client for slower connections can use.
Don't look no further, because there's an app for that! Or rather there's a plugin for that. See Plugin login_info: Text auf der Login Seite bei Roundcube einblenden (http://www.std-soft.com/bfaq/52-cat-webmail/107-text-auf-der-login-seite-einblenden.html) I am using it myself to announce updates on my roundcube login page.
That plugin when I download its saying its corrupt.
If you are using linux/unix/mac osx uncompress the archive in a shell as follows:
tar xvzf login_info_rc0.5_v1.2.tar.gz
If that doesn't work (or you are using windows) try the zip-archive I created and attached for your convenience.
[ATTACH=CONFIG]1820[/ATTACH]
Please, attach file again...
thanks :)