Roundcube Community Forum

 

None of the links are working in 1.0.0

Started by stib, April 09, 2014, 09:40:01 AM

Previous topic - Next topic

stib

I just upgraded to 1.0.0 and the new interface doesn't seem to be functioning. If I hover over say, a mail folder I see in firefoxe's status bar thing the correct url - eg http://myserver.com/roundcube/?_task=mail&_mbox=INBOX.mailfolder but the mouse doesn't act as though it were a link. If I look at the element in the developer tools I see this:
<a rel="INBOX.dlf" onclick="return rcmail.command('list','INBOX.mailfolder',this)" href="./?_task=mail&_mbox=INBOX.mailfolder">
    mailfolder
</a>

I can right-click and open the link in a new tab, however no email messages are displayed in any of my mailboxes.

SKaero


stib

Thanks, I checked my config and by a process of elimination found it was 'message_highlight' that was causing the problem.