This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Some questions...

 
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 looking to use jForum but I have some questions.

1. I want to write external code that automatically posts to the system. Is there an easy way to do this, or will I need to comb my way through the post action handler?

2. Where are the emoticon replacements handled? I would really like to get the RSS feed to output tags for the smileys instead of the raw text. Is this something that can be made with a modification to the templates? If not, where would I find the java code for that?
[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

Anonymous wrote:I am looking to use jForum but I have some questions.

1. I want to write external code that automatically posts to the system. Is there an easy way to do this, or will I need to comb my way through the post action handler?



Some refactorings are needed. There are some ways to do this task, but I guess you should go on your ideas for now.


2. Where are the emoticon replacements handled? I would really like to get the RSS feed to output tags for the smileys instead of the raw text. Is this something that can be made with a modification to the templates? If not, where would I find the java code for that?



Take a look at src/net/jforum/view/forum/common/Post.java#processSmilies(String, List)

Rafael
[originally posted on jforum.net by Rafael Steil]
 
How do they get the deer to cross at the signs? Or to read this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic