Author Topic: Coding Extensions  (Read 4296 times)

Halligalli

  • Guest
Coding Extensions
« on: September 29, 2006, 02:48:16 PM »
Deleted!

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Coding Extensions
« Reply #1 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.
 
  

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Coding Extensions
« Reply #2 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.