![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I want make my own login page, I found only this in skins/default/templates/login.html, but it isn't normal form. Can u help me with creating login page? I want to delete server form and add my own PHP Code:
|
|
#2
|
||||
|
||||
|
RoundCube generates the login forum, you should be able to fully edit it useing css, if you want to create a forum to login to RoundCube from else where try using the Autologin plugin Plugin_Repository ? Roundcube Webmail
__________________
SKaero.com |
|
#3
|
|||
|
|||
|
I found this:
PHP Code:
|
|
#4
|
|||
|
|||
|
are you trying to make a select box for the imap server? this can be done from the config ([rc root]/config/main.inc.php)
Quote:
Quote:
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more… Last edited by JohnDoh; 02-27-2010 at 11:10 AM. |
|
#5
|
|||
|
|||
|
I have next question. I must write in login usermame@host.com, and select the same host. I want do write only username
|
|
#6
|
|||
|
|||
|
I want somethink else
Login = username@host.com <input(...) name="1"> value = username <select name="2"> option = host.com Login = $_POST['1']."@".$_POST['2']; and host = $_POST['2']; |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|