Roundcube Community Forum

 

how can I add text to login page?

Started by timreichhart, June 08, 2009, 01:20:21 PM

Previous topic - Next topic

timreichhart

Hi Guys
I just wanted to know how I can add text to the login page of my roundcube?

rosali

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 ...
Regards,
Rosali

timreichhart

#2
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/

SKaero

Edit /skins/default/templates/login.html

timreichhart

#4
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>

JohnDoh

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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

timreichhart

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.

hosenhans

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 I am using it myself to announce updates on my roundcube login page.

timreichhart

That plugin when I download its saying its corrupt.

hosenhans

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]

elbek

Please, attach file again...

thanks  :)