• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Integration with Plone/Zope

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Only a question: is there a possibility to integrate JForum with Plone/Zope(CMS)? Anyone can help me?
Thanks a lot

[originally posted on jforum.net by ruby]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont see for why it shouldnt.

It's integrated within a frame. So all you need to do is setting up the frame to load the forum in (using the target attribute) ...

If you wish SSO integration this should work too.

Or do you have other integration in mind?
[originally posted on jforum.net by Sid]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your answer..
actually I haven't any integration in mind.. I need this information because I have a Plone site and I would like to know if I can do a single authentication login to access to the site and to JForum without problems..

It's integrated within a frame. So all you need to do is setting up the frame to load the forum in (using the target attribute) ...

Could you please explain me best?
How much time does this operation need?

I'm sorry but I'm very ingnorant about this topic.. (and I'm sorry for my English too).
Thanks
[originally posted on jforum.net by ruby]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SSO mechanisms are described in various topics already in the forum, and there's a documentation page too for SSO.

The way how I run the forum inside my "portal" for instance is loading it in the iframe ... passing along the informatin of username, timestamp, cipher, ... and on the jforum site I check if the cipher is correct, if the timestamp is within the allowed time range... and then use the username for logging the user onto the jforum ...

Same could be done with integration into plone for instance ^^
Or you could work with cookies or whatever suits you best.

If you use my form of integration with cipher and timestamp ... finding / writing the cipher algorithm may be the most time consuming part... simply look for blowfish algorithm for instance , encrypt the query string on jforum side too and mach both encrypted ciphers ...

The effort depends on your programming skills... as you have to write the jforum SSO implementation ... that's the toughest part about it ^^
[originally posted on jforum.net by Sid]
 
If tomatoes are a fruit, then ketchup must be a jam. Taste this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic