• 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

Separate jforums for separate users

 
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,

We are trying to integrate jforum with our existing application. When a user logs in and goes to jforum, we want the user to be able to see just his categories, forums etc.. If you have attempted to implement this, we would appreciate any information you can offer us. We assume this would involve changing the database table schema to include an additional column that distinguishes between different users' forums/categories. Is there a way to add code changes to JForum so the changes are easy to maintain? For example, if we put in extensive code changes and if there are bugfixes or new releases at your end, we want to be able to preserve our changes even after "getting" your new code. Thanks!

-Mallika
[originally posted on jforum.net by Anonymous]
 
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
Well, let's start from the beginning: do you want to allow users to create its own forums and categories, or do you want to restrict him access to only certain forums and categories?

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
Rafael,

We would like to have users create their own forums and categories. Also, I have misplaced my password for the jforum forums and am unable to log in. I did not get an email with instructions to reset my password. Could you please help me with that? Thanks.

-Mallika
[originally posted on jforum.net by Anonymous]
 
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
Rafael,

To be more specific. When the user logs in to our application, he can see one or more course tabs. Clicking on each tab goes to each course. We want each to course to have their categories and forums. Some users will have the ability to create these and some will not. In either case, the categories and forums for a single logged in user will be different for each course (similar to having a separate Jforum instance per course). Thank you.

-Mallika
[originally posted on jforum.net by Anonymous]
 
This cake looks terrible, but it tastes great! Now take a bite out of 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