• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How Do I change the Top News Frame in Horde?

It's simple

1.comment line 102 in
/usr/share/psa-horde/templates/portal/sidebar.inc
2. in usr/share/psa-horde/services/portal/sidebar.php
add this line :
include HORDE_TEMPLATES . '/portal/news.php';
3.news.php is a simple rss news scroller php script :p
 
Back
Top