• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Tired of the awful Horde skin?

albans

Regular Pleskian
So, get the WPS Sober theme/skin for Horde which is really nice and more into the "XP" style.
WPS Sober Theme for Horde

To install it:
- extract all the files of the archive to the /usr/share/psa-horde/ directory (! Exctract files directly to that dir, not to /usr/share/psa-horde/wps_sober !)
- if you want your users to use this theme by default, edit the file /etc/psa-horde/horde/prefs.php and check for the line 299 -> put 'wps_sober' in replacement of 'bluewhite'.

That's it! You got a really better-looking skin that won't scare your users.

__________________
Internet Services - Plesk Hosting
Plesk Administration: Guides (fr)
 
Nice idea, but since I can't get beyond the main page, I don't think I'll be using it.
The page you are trying to access does not exist.
Please select a page from the main menu.
 
edit file /usr/share/psa-horde/templates/portal/sidebar.inc

go to line 102 and comment it out

/**
if (window.NewsFeeds) {
window.NFopen = (readCookie('plesk_newsfeed_visible') == 'false') ? false : true;
document.write('<div id="NFcontent" class="sidebarPanel ' + (NFopen ? 'NFopen' : 'NFclose') +'">');
document.write('<table cellspacing="0" cellpadding="" width="100%" border="0" class="sidebarHeader"><tbody>');
document.write('<tr>');
document.write('<td class="headerTitle"><?php echo _('Top News'); ?></td>');
document.write('<td class="headerButtons"><a href="javascript:NFgetList();" class="btn-refresh" title="<?php echo _('Refresh'); ?$
document.write('</tr>');
document.write('</tbody></table>');
document.write('<div id="newsFeeds"></div>');
document.write('</div>');
if (window.NFopen && readCookie('horde_sidebar_expanded') != 'false')
NFgetList();
}
**/
 
Hey, thx for fast answer.

And where I have to change if i just want to change that feed to a german newsservice for example?
 
Originally posted by Discogalaxy
Hey, thx for fast answer.

And where I have to change if i just want to change that feed to a german newsservice for example?

If you want to just disable selective news feeds, look for something like:


<!-- newsfeeds -->
<script language="javascript" type="text/javascript">
document.write('<script language="javascript" type="text/javascript" src="http://'
+ location.hostname + ':8880/javascript/newsfeeds.js.php"></' + 'script>\n');
</script>

And put HTML comment tags around <script></script> as such:
<!-- newsfeeds -->
<!--
<script language="javascript" type="text/javascript">
document.write('<script language="javascript" type="text/javascript" src="http://'
+ location.hostname + ':8880/javascript/newsfeeds.js.php"></' + 'script>\n');
</script>
-->
 
Be aware that the wps_sober.tar file has inside a wps_sober folder.

so you need to extract the wps_sober folder content to the horde root.

So, this is wrong:
/usr/share/psa-horde/wps_sober/
 
translation problem?

when i change the webmails interface language to german, the "inbox", "new message" etc. icons on the top are missing. but, when i go to settings|webmail (in the tree) i can see them. when i change the language back to engish, everything is fine.

what could this be? a "length of words" problem?

PAT
 
"wps_sober" Theme

Hello,

Any one can let me know on which PATH I need to Unzip
this "wps_sober" folder on Plesk 8.3 Centos5 Server?

I have read the above thread and all are saying to copy
/usr/share/psa-horde/All Folders inside "wps_sober"

But when I tried it do this, I found similare folders already inside /usr/share/psa-horde/

i.e.: 1.>

/usr/share/psa-horde/themes/wps_sober
# ls
gollem imp jonah kronolith mnemo nuvola_graphics.txt sam thor turba hermes ingo klutz license.txt nag README.txt themes trean whups


i.e.: 2.>

# /usr/share/psa-horde
# ls
admin docs index.php js lib login.php mnemo pear rpc.php services templates themes util config imp ingo kronolith locale mimp passwd po scripts signup.php test.php turba

Suggest where to copy the folders/files inside "wps_sober" or copy full folder "wps_sober" to some place?

Step by Steps Instructions Required..
 
Back
Top