Roundcube Community Forum

 

Coding Extensions

Started by Halligalli, September 29, 2006, 02:48:16 PM

Previous topic - Next topic

Halligalli


bpat1434

Hmm.... not sure what you're asking. Including the PHP page is as simple as using an SSI in (x)HTML. As for getting use of the session data and all that, you'd have to do some modifications to actually publicize this information (which isn't recommended).

You said bookmark, like Browser Bookmark? As far as I know, it's not possible. What you could do is maybe code an extension so that if the user tries to go to message X then the login page would allow the user to be automatically redirected to message view AFTER proper authentication.
 
 

bpat1434

currently there is no API for this type of thing, so you're really on your own. As for including everything, there is no "header" and "footer". It's all done in the template files and the CSS files. You'd have to do digging and find what you need.