Horde menu broken
Status: Beta
Brought to you by:
myplacedk
I have the script installed and working, however we use
horde on linux and it seems to break alot of it. The
css seems a bit scrambled, the tree menu on the left
doesnt fully work. So somehow it seems to be effecting
the css and javascript side of things. I wouldnt have
thought it would since its just redirecting traffic.
(Reported by a user.)
Logged In: YES
user_id=73409
This problem reported by another user is probably related:
Just a couple of questions per cpanelproxy. I have installed
it and works about 98% of the time. The issue is that when I
run Horde, the Inbox does not expand properly and I cannot
see all of the subfolders.
Logged In: NO
The problem is not with cPanelProxy, but with Horde. Horde
does use relative urls, but there are several files with
port 2095 at the end of those relative urls. Just
grep /usr/local/cpanel/base/horde. I am not sure how the
files that I found are used with horde and would not
recommend making any changes.
Logged In: NO
Replacing
$frombrowser .= substr($a,5)
with
$frombrowser .= str_replace("_","-",substr($a,5))
seems to fix the issue