Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: Halligalli on September 29, 2006, 02:48:16 PM

Title: Coding Extensions
Post by: Halligalli on September 29, 2006, 02:48:16 PM
Deleted!
Title: Re: Coding Extensions
Post by: bpat1434 on September 29, 2006, 10:21:57 PM
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.
Title: Re: Coding Extensions
Post by: bpat1434 on September 30, 2006, 06:29:59 AM
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.