• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

HI Rafael, a question about Moderated Forums

 
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'm exploring JForum usage.
If I post a topic as a normal user in a moderated forum, the application displays a msg, it says that the forum is moderated and that the msg I'm posting is in queue waiting for a moderator to see it.
Then I cannot see the msg anywhere.
I tried to access the application with a moderator profile, tried to go to the moderator panel, but I couldn't find any msg in queue.

now the question is: where is that msg?

I'm sure I'm doing something wrong, I hope you can help me.

thank you,
Paolo
[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
It is in the Admin Panel, "Message Approving" link.

I know that it isn't exactly the expected, because this is the first version of the feature. In next versions I want to improve it, allowing all moderators to see pending messages, and without being necessary to use the Admin Panel.

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

I have another question:

I'm trying to change the main title "JForum - Powering Communities", I saw in the systemGlobal.properties and I found the variables that store these values :
forum.name
forum.page.title
Now, I changed the values, but reloading the main page the title remained the same. What should I do? Recompile one or more java classes as JForum.java, SystemGlobal.java?

Paolo
[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
No, you don't need to recompile at all. Take a look in the file "jforum-custom.conf". This file is processed AFTER SystemGlobals.properties and, if there are some key with the same name that there is into SystemGlobals, JForum will use it. So, much probably "forum.name' and "forum.page.title" are there, with the old values.

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
ok, the problem is solved....
(thanx again)

"forum.page.title" stays in "jforum-custom.conf" and "sytemGlobal.properties" both.

bye, see you
[originally posted on jforum.net by Anonymous]
 
I love a good mentalist. And so does this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic