Roundcube Community Forum

 

Custom login page

Started by furman12, February 08, 2010, 11:20:57 AM

Previous topic - Next topic

SKaero

My mistake you'll want to switch out the roundcube:include object for a script object:
<script type="text/javascript" src="/includes/custom-login.js"></script>

Tomasci

Hello again.

That's great. The script now loads and is visible in source code.
But placeholders are not yet visible.

So I wonder if there must be some extra line of code to execute the script?

Many thanks

SKaero

The problem is the script to load the placeholder text is using jQuery and jQuery hasn't been loaded when you include the script. Move the <script> tag to the bottom of the file and it should work.

Tomasci

Great! That indeed solved it.
Many many thanks.  ;D :D