<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0">

    <channel>

        <title>Change background image of login screen</title>
        <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen</link>
        <description></description>

        <generator>basesyndication</generator>

        <image>
            <title>Change background image of login screen</title>
            <url>http://www.cynapse.com/community/logo.jpg</url>
            <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen</link>
        </image>

        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1345018962</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1345018962</link>
                <description>Is there any more up-to-date information on image changing? &lt;br /&gt;&lt;br /&gt;We'd like to change a few of the images, things like banner-business-team.png, which displays on the first screen after login. I think I've found this one, for example, in portal_skins/images, and I can click the 'Customise' button and seemingly replace (or override, not sure?) it - is that the correct way of changing images?</description>
                <author>Toby Mathews</author>


                <pubDate>Wed, 15 Aug 2012 08:22:45 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title>Change background image of login screen</title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen</link>
                <description>
&lt;h2&gt;How to change background image of the login screen&lt;/h2&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;img class="image-inline image-inline" src="/community/home/cyn.in-users/Screenshot.png" alt="Login Screen" /&gt;&lt;/div&gt;
&lt;div class="attention"&gt;You need to be a &lt;strong&gt;Site Admin&lt;/strong&gt; to perform this operations&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; Navigate to&amp;nbsp;http://Your-Cyn.in-Site/&lt;span class="Apple-style-span"&gt;portal_skins/portal_skins/ubify_cyninv2theme_styles/manage_workspace"&amp;gt;ubify_cyninv2theme_styles/banners.css&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;2.&lt;/strong&gt;&amp;nbsp;Click on customize&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; Copy the below code block and add it to the bottom of your customized banners.css&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;body.template-login_form
&lt;p class="discreet"&gt;,body.template-login_failed
,body.template-mail_password_form
,body.template-admin-contact-info
,body.template-send_feedback_confirm_admin
,body.template-mail_password_response
,body.template-logged_out
,body.template-pwreset_form
,body.template-pwreset_invalid
,body.template-pwreset_finish
,body.template-join_form
,body.template-getlicense
{
background: &amp;amp;dtml-cigray2; url("&amp;amp;dtml-portal_url;/&lt;strong&gt;login-bg-team.gif&lt;/strong&gt;") no-repeat right bottom;
padding:0;
}&lt;/p&gt;
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt;&amp;nbsp;Navigate to&amp;nbsp;http://Your-Cyn.in-Site/&lt;span class="Apple-style-span"&gt;portal_skins/custom&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;5. &lt;/strong&gt;From dropdown select "Image" and Click "&lt;strong&gt;Add&lt;/strong&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;6.&lt;/strong&gt;&amp;nbsp;Fill in the details and choose an image from your machine.&lt;/span&gt;&lt;/p&gt;
&lt;div class="warning"&gt;&lt;strong&gt;Keep in mind to update the banners.css with name of your newly uploaded image&amp;nbsp;&lt;/strong&gt;&lt;/div&gt;
&lt;p&gt;The current image dimension is width : 2000 x height : 303. This is to accommodate&amp;nbsp;wide screen high resolution displays.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit 2011-01-26:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I made it the easy way...&lt;/p&gt;
&lt;p&gt;Here is how I made it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To change the Background-Image of the login-screen&lt;/p&gt;
&lt;p&gt;--&amp;gt; /home/cynin/buildout/src/ubify.cyninv2theme/ubify/cyninv2theme/skins/images&lt;/p&gt;
&lt;p&gt;- replace the file &lt;strong&gt;login-bg-team.gif&lt;/strong&gt; with one of you pictures&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To change the favicon for your browser&lt;/p&gt;
&lt;p&gt;--&amp;gt; /home/cynin/buildout/src/ubify.cyninv2theme/ubify/cyninv2theme/skins/icons&lt;/p&gt;
&lt;p&gt;- replace the file &lt;strong&gt;favicon.ico&lt;/strong&gt; with one of your icons&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think this is much easier to do than to hack in css-files.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
                <author>Viraf Sarkari</author>

                
                    <category>customize</category>
                
                
                    <category>screen</category>
                
                
                    <category>howto</category>
                
                
                    <category>background</category>
                
                
                    <category>login</category>
                
                
                    <category>image</category>
                

                <pubDate>Wed, 15 Aug 2012 08:22:43 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1318115778</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1318115778</link>
                <description>Sorry made a mistake in my explanation.&lt;br /&gt;If you do not change the banner.css, the default file for the login-screen background image is login-bg-team.gif. So you have to override that one to get your custom login background-image.</description>
                <author>Tino Matysiak</author>


                <pubDate>Sat, 08 Oct 2011 23:16:19 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1318026461</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1318026461</link>
                <description>And this only changes the images on the home page and not the login screen. I've had no success with changing that. I now these are noob questions but Hey I'm a Noob!</description>
                <author>Alonzo Brown</author>


                <pubDate>Fri, 07 Oct 2011 22:27:41 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1318026362</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1318026362</link>
                <description>I've done this as well. The issue is where is the &amp;quot;collaboration&amp;quot; verbiage kept??? Also what is the css selector so I can adjust the image size? </description>
                <author>Alonzo Brown</author>


                <pubDate>Fri, 07 Oct 2011 22:26:03 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1317980108</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1317980108</link>
                <description>I've simply changed the background image via the following stepes:&lt;br /&gt;&lt;br /&gt;go to --&amp;gt; /home/cynin/buildout/src/ubify.cyninv2theme/ubify/cyninv2theme/skins/images&lt;br /&gt;&lt;br /&gt;and overwrite the file &amp;quot;login-bg-team.png&amp;quot;</description>
                <author>Tino Matysiak</author>


                <pubDate>Fri, 07 Oct 2011 09:35:08 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1317941094</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1317941094</link>
                <description>I've attempted both methods and still have the default image. There has to be something i'm missing. Ive followed the instructions for both to the T. With editing the banner.css the changes never get saved, I've cleared my browser cache as well as restarted the server still no change. Please help what am I missing???</description>
                <author>Alonzo Brown</author>


                <pubDate>Thu, 06 Oct 2011 22:44:57 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1295995112</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1295995112</link>
                <description>Can someone please update this entry that knows how to do this?  It's really confusing, and again makes a seemingly simple task unnecessarily complex (my biggest complaint with Cyn.in).&lt;br /&gt;</description>
                <author>Seth Daniels</author>


                <pubDate>Tue, 25 Jan 2011 22:38:34 +0000</pubDate>

                
            </item>
        
        
            <item>
                <title></title>
                <guid>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1268741150</guid>
                <link>http://www.cynapse.com/community/home/cyn.in-users/change-background-image-of-login-screen/view/#1268741150</link>
                <description>Hmm... this wiki page needs an update. If we're to use the &amp;amp;dtml-cigray2 codes as is, then banners.css needs some extra stuff at the top and the bottom:&lt;br /&gt;TOP======&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br /&gt;/* &amp;lt;dtml-with base_properties&amp;gt; (do not remove this :) */&lt;br /&gt;/* &amp;lt;dtml-call &amp;quot;REQUEST.set('portal_url', portal_url())&amp;quot;&amp;gt; (not this either :) */&lt;br /&gt;&lt;br /&gt;.... whatever code is in between, here.....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/* &amp;lt;/dtml-with&amp;gt; */&lt;br /&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;=====BOTTOM====</description>
                <author>Dhiraj Gupta</author>


                <pubDate>Tue, 16 Mar 2010 12:05:51 +0000</pubDate>

                
            </item>
        

    </channel>
</rss>
