• 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

Integrating a jforum into an existing website

 
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 am trying to integrate a jforum into my existing website and am getting a few errors.
The forum is supposed to be part of a larger website.

In the config/SystemGlobals.properties file, should the forum link and the honmepagelink be the same?
For example, I have my forum.link = http://www.mywebsite.com/forum
Should the homepage.link also be = http://www.mywebsite.com/forum?
My web site's main page (www.mywebsite.com) has links to the forum and other stuff.

Thanks
Stu
[originally posted on jforum.net by sturodgers]
 
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

sturodgers wrote:I am trying to integrate a jforum into my existing website and am getting a few errors.
The forum is supposed to be part of a larger website.

In the config/SystemGlobals.properties file, should the forum link and the honmepagelink be the same?
For example, I have my forum.link = http://www.mywebsite.com/forum
Should the homepage.link also be = http://www.mywebsite.com/forum?
My web site's main page (www.mywebsite.com) has links to the forum and other stuff.

Thanks
Stu


Your homepage.link should be http://www.mywebsite.com if you want the Home page link to go to your primary web site instead of the forum.

[originally posted on jforum.net by GatorBait3]
 
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. That makes sense....
[originally posted on jforum.net by sturodgers]
 
Eat that pie! EAT IT! Now read this tiny ad. READ IT!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic