• 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

Notify when a reply is posted,I can't find where is notify

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
another question,how to lock forum?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The notify is called "watch topic."

What do you mean by lock a forum? You can lock a thread. Or make a forum read only.
 
xu yongqi
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:The notify is called "watch topic."

What do you mean by lock a forum? You can lock a thread. Or make a forum read only.



I use jforum2.1.8 in my own application,when I check"Notify when a reply is posted" in postForm.htm page,after someone posts it,I can't find where notify is.

"lock a forum" means how to set one forum of category blocked.thks

 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I use jforum2.1.8 in my own application,when I check"Notify when a reply is posted" in postForm.htm page,after someone posts it,I can't find where notify is.


It is an email notification sent to the address in your profile.

"lock a forum" means how to set one forum of category blocked.thks


I still don't understand what blocking means. I can think of "read only" or "private forums." Can you elaborate? LIke a few sentences describing how it would work.
 
xu yongqi
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


"lock a forum" means how to set one forum of category blocked.thks


I still don't understand what blocking means. I can think of "read only" or "private forums." Can you elaborate? LIke a few sentences describing how it would work.



at the bottom of home page,there are three icons,'New Messages','No New Messages','Blocked Forum'.First two I understand,the last 'Blocked Forum',I don't know how to set.

 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ah. That is unused code. Aka an unimplemented feature. I'm going to take it out of our copy since there is no purpose!
reply
    Bookmark Topic Watch Topic
  • New Topic