View Full Version : [Release] ClioMail Skin (mail-only)
CyberAlien
03-04-2004, 10:48 AM
Current version: 1.05
Last update: 24 June 2004
DirectAdmin version: 1.22.2
Screenshots: [screenshot 1 (http://www.trushkin.net/images/da_cliomail1.png)] [screenshot 2 (http://www.trushkin.net/images/da_cliomail2.png)]
Features:
- Mail only skin.
- Works only for user. Resellers/Admins cannot use it.
- Domain administration automatically appears if user package has more than 1 domain limit.
- Messaging system is also not removed.
- Easily configurable. You can enable/disable items in config.php
Price:
As of 31 May 2004 this skin is free. See license below for details.
Download (version 1.05): [.tar.gz (http://files.phpbbstyles.com/ca/da_cliomail.105.tar.gz)]
Translations: translations are the same as for Hermes skin, so all download links are here: http://www.directadmin.com/forum/showthread.php?s=&threadid=1078
To use translated version replace contents of directory "lang" in skin with one in translation.
Configuration options (you can change it any time in config.php):
- allow/disallow user to access pop3 page
- allow/disallow user to add/edit pop3 accounts
- allow/disallow user to change catch-all configuration
- allow/disallow user to change filters
- allow/disallow user to add/edit forwarders
- allow/disallow user to add/edit responders
- allow/disallow user to add/edit vacation messages
- allow/disallow user to add/edit mailing lists
- show/hide webmail and squirrelmail links
- show/hide link to messaging system
- show/hide server time
- show/hide login history
- allow/disallow user to change password
- edit number of columns on main page (default is 3)
Mailing list: There is a mailing list for skin updates. Click here (http://trushkin.net/mailman/listinfo/updates_trushkin.net) for details.
License:
- You can use this skin for free on as many servers as you want.
- You cannot use this skin as base for new skin.
- You cannot use any code from this skin in other skins.
Changes:
1.05 - updated to directadmin 1.22.2
1.04 - updated to directadmin 1.22.0/1, changed license to free
1.03 - updated to directadmin 1.21.3
1.02 - removed my copyright on bottom of page
1.01 - updated to directadmin 1.21.2
1.00 - made configurable, fixed few bugs, changed footer
CyberAlien
03-04-2004, 11:03 AM
One small note:
Even though this skin is only for users (because limiting resellers/admins to email-only doesn't make any sense) resellers/admins can still test it - you need to open this url: http://1.2.3.4:2222/HTM_INDEX_USER
l0rdphi1
03-04-2004, 12:20 PM
That looks & works great. Keep up the good work :)
jmccoy
03-04-2004, 12:26 PM
I totally agree. Ive been looking for an email only skin that some keeps up todate. Excellent, i will be buying when its ready.
Justin
CyberAlien
03-04-2004, 12:43 PM
Thanks !!! :)
CyberAlien
03-06-2004, 05:34 AM
Updated to 1.00
Changes:
- skin is now configurable
- added nicer footer
- fixed few bugs
To change skin configuration edit file config.php. That is a small configuration file and has lots of comments to explain what every option does. In default configuration all mail funcitons are enabled.
In config.php you can change:
- allow/disallow user to access pop3 page
- allow/disallow user to add/edit pop3 accounts
- allow/disallow user to change catch-all configuration
- allow/disallow user to change filters
- allow/disallow user to add/edit forwarders
- allow/disallow user to add/edit responders
- allow/disallow user to add/edit vacation messages
- allow/disallow user to add/edit mailing lists
- show/hide webmail and squirrelmail links
- show/hide link to messaging system
- show/hide server time
- show/hide login history
- allow/disallow user to change password
- edit number of columns on main page (default is 3)
CyberAlien
03-09-2004, 04:24 AM
updated to directadmin 1.21.2
Also added mailing list for update notifications. Click here (http://trushkin.net/mailman/listinfo/updates_trushkin.net) for details.
CyberAlien
03-14-2004, 06:11 AM
Updated to 1.02
Changes:
- removed my copyright from bottom of page
I'm now offering web hosting and it would be inappropriate to have link to my website on bottom of directadmin skin, so I removed it and now there is only copyright of directadmin. So your users and resellers don't know who created skin and all they see is link to directadmin.
Eagle1
03-14-2004, 09:50 AM
I think it would be ok for it to show on the admin pages
CyberAlien
03-14-2004, 09:53 AM
Admins know where they got that skin from anyway, so i don't see point. Besides, this skin is user-only and doesn't have admin/reseller panels (if you try to use this skin with admin/reseller all you will see is page to change skins)
Eagle1
03-14-2004, 09:53 AM
Can you tell me? How can I add a text link that shows if support is online. The html is:
<!-- BEGIN Help Center Live Code, © Michael Bird 2004 -->
<div id="HCLInitiate" style="position:absolute; z-index:1; top: 40%; left:40%; visibility: hidden;"><a href="javascript:initiate_accept()"><img src="http://support.deluxetech.com/modules/hcl/inc/skins/default/images/lh/initiate.gif" border="0"></a><br><a href="javascript:initiate_decline()"><img src="http://support.deluxetech.com/modules/hcl/inc/skins/default/images/lh/initiate_close.gif" border="0"></a></div>
<script type="text/javascript" language="javascript" src="http://support.deluxetech.com/modules/hcl/lh/live.php?text=x&department=Support"></script>
<!-- END Help Center Live Code, © Michael Bird 2004 -->
I would like to add this Cliomail and Hermes.
Thanks,
Eagle1
03-14-2004, 09:59 AM
Sorry, on the admin page links, I meant the other two skins.
CyberAlien
03-14-2004, 10:08 AM
Where do you want it to put it?
Eagle1
03-14-2004, 10:53 AM
Under Messaging
CyberAlien
03-14-2004, 11:01 AM
open ca/page_header.php, find this:<a href="/CMD_TICKET_MANAGE"><?php echo $lang['CA_LANG_HDR_TICKETSYSTEM']; ?></a>: <?php echo $lang['CA_LANG_HDR_TICKETSWAITING']; ?><br />
<?php } ?>and put your code after it
then open fm/fm_header.html, find this code (this part is only for Hermes and Persephone, not for ClioMail):<a href="/CMD_TICKET">|CA_LANG_MESSAGESYSTEM|</a>: |CA_LANG_MESSAGESWAITING|<br />and add your code after it
CyberAlien
04-19-2004, 04:53 AM
Updated to DirectAdmin 1.21.3
There aren't any changes in mail part of skin for directadmin 1.21.3, hovewer there are few typos fixed and also in my skins i slightly modified mail filters page.
Language pack was changed, so translation requires update. See changelog.languages for details.
CyberAlien
05-31-2004, 05:19 AM
update
- Pricing changed. As of 31 May 2004 this skin is free. See license on first post in this thread.
Thanks to everyone who purchased this skin. Support level will not be changed - all updates will be available as fast as usual. I desided to make this skin free because only few users buy skins and lots of users want this skin for free (by this time i gave away twice more free licenses than number of purchased licenses), so I think i'd better move all commercial activity to custom solutions and make all my public skins free.
Download: see first post in this thread.
Changes:
- Updated to DirectAdmin 1.22.0
There are changes in language pack. See changelog.languages for details.
Demo is available at http://69.30.209.123:2222/. Login: demo_user, password: demo. Thanks to aushost (http://www.aushost.biz) for providing server for demo.
sander815
06-02-2004, 12:38 PM
good news
thx for your effort in this skin
gasoline
06-21-2004, 04:02 PM
[QUOTE]Originally posted by CyberAlien
[B]Current version: 1.04
Last update: 3 June 2004
DirectAdmin version: 1.22.1
Screenshots: [screenshot 1 (http://www.trushkin.net/images/da_cliomail1.png)] [screenshot 2 (http://www.trushkin.net/images/da_cliomail2.png)]
Features:
- Mail only skin.
- Works only for user. Resellers/Admins cannot use it.
- Domain administration automatically appears if user package has more than 1 domain limit.
- Messaging system is also not removed.
- Easily configurable. You can enable/disable items in config.php
GREAT SKIN. But I miss Webmail function in menu -if someone opens one menu, than on the left site webmail is missing-. Or am I doeing something wrong
CyberAlien
06-22-2004, 01:04 AM
webmail link is on main page with all other icons.
edit (24 June 2004):
update
Skin updated to DirectAdmin 1.22.2
The only change is tokens for help url (http://www.directadmin.com/features.php?id=404) are used by skin. There are no other changes, so if you are using default help urls then there is no need to update. And there are no changes in langauge files.
P.S. sorry for late update - I thought directadmin update would be on 26th of June and noticed update only few hours ago.
Originally posted by CyberAlien
updated to directadmin 1.21.2
Also added mailing list for update notifications. Click here (http://trushkin.net/mailman/listinfo/updates_trushkin.net) for details.
The mailing list doesn't appear onn that link. Can you pm me with the mailing list so I can subscribe?
thanks
Jon
jechilt
12-08-2004, 07:04 AM
i don't know where to start but where can we add SpamAssassin and Backup to the email template, preferably in a new column?
thanks for any help.
sdible
02-27-2005, 11:35 PM
I would also love to see SA added to this skin.
Any chance of this happening?
jlasman
03-01-2005, 07:49 PM
Go for it :).
Jeff
modem
05-06-2005, 02:42 PM
I think there may be a good chance of this happening. ;)
Keanu
04-13-2007, 11:39 AM
I love this skin.. Yet when I go to download it.. Im getting the same page come up without a download >.>;;
http://www.socialmediaworks.com/
Can anyone like.. Rehost this skin or something? It would be greatly apreciated!
-Keanu
jlasman
04-15-2007, 02:34 PM
CyberAlien, who originally did this skin, hasn't posted on these forums for over three years. I suppose it's safe to say someone else would have to take over the skin (depending on the license) to keep it alive).
Does anyone have a copy? Does anyone have a copy of the license?
Jeff
orangesoft
07-10-2007, 10:12 PM
hey. guy.. I found the link:
http://www.phpbbstyles.com/files/ca/da_cliomail.105.tar.gz
David
MXB-Media
09-19-2008, 04:32 AM
Dear DA-users,
Link is dead, can somebody please post a new link?
Best regards,
Jeroen de Vries
MXB-Media Solutions
The Netherlands
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.