Roundcube Community Forum

 

Change implementation of roundcube:object

Started by ihkawiss, July 15, 2013, 05:29:38 AM

Previous topic - Next topic

ihkawiss

Hello everyone

I'm currently trying to change the return value of mailboxlist
<roundcube:object name="mailboxlist" id="mailboxlist" class="listing" folder_filter="mail" unreadwrap="%s" />

which returns by default a listing like

<ul
<li id="rcmliSU5CT1guRHJhZnRz" class="mailbox drafts"><a href="./?_task=mail&amp;_mbox=INBOX.Drafts" onclick="return rcmail.command('list','INBOX.Drafts',this)" rel="INBOX.Drafts">Entwürfe</a>
</ul>


I want to have a other structure, so I might have to change the "template" wich is used.

So my question, does anybody know where or how this can be done ? I've searched within the source files, but haven't found yet.

Best Regards

SKaero

The ul is build in <RC root>/program/include/rcmail.php in the folder_list() function but I don't see why you'd need to modify it.

ihkawiss

Hello SKaero

Thanks for you're reply. I've made my changes.

Well, we have a screendesign which is already done by HTML/CSS - so I didn't want to change the base HTML/CSS.

Best regards ihkawiss