Rafael Steil wrote:Not hard. Take a look at src/net/jforum/view/forum/PostAction.java, method "watch". You'll have to do the same thing for the forums. Kinda easy.
Rafael
Rafael Steil wrote:Nice, thanks for all good feedback
Really, we want to do our best in JForum.. the main problem currently is that there is insuficient active developers, and almost everything ends in my hands - and so releases gets delayed..
I really appreciate your help
Rafael
conquest wrote:Well perhaps we can help. You could dole out smaller tasks and we could contribute.
Maybe we should all vote on what are the pressing functions we all want and then go from there.
Rafael Steil wrote:Let's go:
1) For instance, forget about insertSave().. that's a whole another thing. Look only for the method "watch()". This method is called when a registered user clicks int he "Watch this topic" link, that you'll find in the lower left corner of this page (you probably will see "Unwatch this topic").
2) That's right
3) Sorry, there isn't any official technical documentation yet. I started writting all docs in our wiki: http://www.jforum.net/confluence/display/doc/Home
But, for now, you'll have to ask, and then we can go updating the main documentation.
4) Yes, you can develop in your laptop and deploy in another machine. However, it probably will be a very slow procedure, because you'll need to transfer files from your laptop to the development server all the time.
One suggestion is to keep all code in the same linux server, but - using samba - mount the remote directory in your machine, and instruct eclipse to use that directory as base for the project.
That way, the development process will be much faster.
Sorry for not presenting you with proper documentation now.
Rafael
iper wrote:Ok, after reading the freemaker documents and I guess I know the code better. I started to write some codes on this today..but here are several issues I would like some of your thoughts (MSNed you but you may be not online...).. Should I try Jabber?
iper wrote:
There could be two ways to implement a "watch the forum" function,
1). Like what I said earlier...add a new table "jforum_forums_watch"..and duplicate related codes in "TopicDAO" into "ForumDAD"...
Where does a nanny get ground to air missles? Protect this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|