Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: timreichhart on June 08, 2009, 01:20:21 PM

Title: how can I add text to login page?
Post by: timreichhart on June 08, 2009, 01:20:21 PM
Hi Guys
I just wanted to know how I can add text to the login page of my roundcube?
Title: how can I add text to login page?
Post by: rosali on June 08, 2009, 02:23:24 PM
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 ...
Title: how can I add text to login page?
Post by: timreichhart on January 30, 2012, 02:48:54 PM
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/
Title: how can I add text to login page?
Post by: SKaero on January 30, 2012, 03:17:03 PM
Edit /skins/default/templates/login.html
Title: how can I add text to login page?
Post by: timreichhart on January 30, 2012, 03:27:44 PM
I have tried that and NO luck.  here is my login.html

<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;>
<html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>
<head>
<title><roundcube:object name=&quot;pagetitle&quot; /></title>
<meta name=&quot;Robots&quot; content=&quot;noindex,nofollow&quot; />
<roundcube:include file=&quot;/includes/links.html&quot; />
</head>
<body><title>&lt;roundcube:object name=&quot;pagetitle&quot; /&gt;</title>
  <meta content=&quot;noindex,nofollow&quot; name=&quot;Robots&quot; /> <roundcube:include file=&quot;/includes/links.html&quot;>
    <title>&lt;roundcube:object name=&quot;pagetitle&quot; /&gt;</title>
    <meta name=&quot;Robots&quot; content=&quot;noindex,nofollow&quot; /> <roundcube:include file=&quot;/includes/links.html&quot;>
      <title>&lt;roundcube:object name=&quot;pagetitle&quot; /&gt;</title>
      <meta content=&quot;noindex,nofollow&quot; name=&quot;Robots&quot; /> <roundcube:include file=&quot;/includes/links.html&quot;>
        <title>&lt;roundcube:object name=&quot;pagetitle&quot; /&gt;</title>
        <meta name=&quot;Robots&quot; content=&quot;noindex,nofollow&quot; /> <roundcube:include file=&quot;/includes/links.html&quot;> <img border=&quot;0&quot; src=&quot;/images/roundcube_logo.png&quot; alt=&quot;&lt;roundcube:object name='productname' /&gt;&quot; style=&quot;margin: 0pt 11px;&quot; /> <roundcube:object name=&quot;message&quot; id=&quot;message&quot;>
            <div id=&quot;login-form&quot;>
              <div class=&quot;boxtitle&quot;><roundcube:label name=&quot;welcome&quot; /></div>
              <div class=&quot;boxcontent&quot;>
                <form name=&quot;form&quot; action=&quot;/file/&quot; method=&quot;post&quot;> <roundcube:object name=&quot;loginform&quot; form=&quot;form&quot; autocomplete=&quot;off&quot;>
                    <p style=&quot;text-align: center;&quot;><input type=&quot;submit&quot; class=&quot;button mainaction&quot; value=&quot;&lt;roundcube:label name='login' /&gt;&quot; /></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>
Title: how can I add text to login page?
Post by: JohnDoh on January 31, 2012, 02:42:50 AM
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.
Title: how can I add text to login page?
Post by: timreichhart on February 01, 2012, 04:00:41 PM
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.
Title: how can I add text to login page?
Post by: hosenhans on February 02, 2012, 08:39:28 AM
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.
Title: how can I add text to login page?
Post by: timreichhart on February 03, 2012, 01:11:53 AM
That plugin when I download its saying its corrupt.
Title: how can I add text to login page?
Post by: hosenhans on February 03, 2012, 06:16:08 AM
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]
Title: Re: how can I add text to login page?
Post by: elbek on April 17, 2012, 06:01:08 PM
Please, attach file again...

thanks  :)