• 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

Custom mods I've done - clearing house

 
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 grabbed JForum a few days ago when I was looking to add a java Forum feature to one of my sites. I've coded some enhancement for a few things I wanted, and thought it might be a good idea (belatedly) to post details here to ensure I'm not duplicating someone elses work. Also, the changes I've made so far I did not pull from CVS but made to the sources that came with 2.1.4 download.

1) Avatars being located within the webapp bug me, so I've added some properties to SystemGlobals and changed the necessary files to be able to store and pull avatars from outside the webapp

2) I've redone all the graphics to remove the white background anti-aliasing, and modified the CSS to remove the supporing background images.

3) This is just config related, but I've moved the HSQLDB to outside the webapp

4) Added attachment image detection and thumb creation so that posts with image attachments can directly display the thumb as a link to the image.

Most of these changes allow me to develop in Eclipse and build a war file that I can drop in the server without fear of wiping anything out.
[originally posted on jforum.net by TwinFeats]
 
Die Fledermaus does not fear such a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic