• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Documentation of custom integration

 
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!

I'm currently working on Lut�ce (a j2ee portal app) and I'd like to integrate it with JForum.
But the documentation on customization and integration is still in progress.

When will the documentation be available? Can you give me some hints ?

Thanks in advance, and thanks for your work on JForum!
--
G�raud


[originally posted on jforum.net by geraud]
 
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
For customization and integration, the most necessary informations should already be avaiable, and theres many topics in the forum covering this ...

- create a copy of the "default" template and customize the files in the copied directory - this will be your custom layout/design
add the template_dir property to the jforum_custom.conf file to overwrite the setting in the systemglobals.conf (default is set to "default") ... so that your new template folder will be loaded

- to integrate external login informations to jforum, search for SSO - and look up the SSO sample files in the sources of jforum to get a clue on how it's done ...

That's all I needed to integrate JForum into an existing web applicatoin. Not sure if there's (much) more necessary for integrating it into a portal app ...
[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
I just wrote the documentation for code integration, at http://www.jforum.net/doc/ExecutionContext

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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 answers!

--
G�raud
[originally posted on jforum.net by geraud]
reply
    Bookmark Topic Watch Topic
  • New Topic