• 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

forum reputation

 
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 have plans to setup our own JForum as a message board for a game alliance. I downloaded the source code already and I'm going to add a few things to it myself (being a java programmer for 5 years now, I hope I can manage it).

But I was wondering.. The ranking that is implemented can it be modified as forum reputation? By that I mean that people can spread reputation to others so the bar grows longer the more reputation someone gets.. I know it's a feature of vBulletin, but I rather have my own implementation..

Anybody every done something like this?

Greetz
[originally posted on jforum.net by qwickkertje]
 
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
Looks like you will have to work on that. JForum's karma system wasn't made to be plugable.

You think you can work on that? We can provide any help you may need.

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 Steil wrote:Looks like you will have to work on that. JForum's karma system wasn't made to be plugable.

You think you can work on that? We can provide any help you may need.

Rafael



Hey

Well I already started making some minor modifications by adding an extra field in the user table (And so far everything still works :p)

So now I would like to start implementing the reputation and activity for the forums.. I'll do some research first, I also don't have that much time, but I'll keep you all informed if I have some form of break through

Thank you!
[originally posted on jforum.net by qwickkertje]
 
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
Great. Let me know. I might give you access to the cvs!

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
Please let me know .. how is the project coming along.. and if anyhelp is required...
[originally posted on jforum.net by incricket]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic