Package DE_EPAGES::Forum::API::Constants
Constants for the Forum cartridge
@EXPORT_OK |
Functions
- BLOGPOST_ADDREPLY_THRESHOLD
- FORUMPOST_ADDREPLY_THRESHOLD
- FORUM_ADDTHREAD_THRESHOLD
- GUESTBOOK_ADDTHREAD_THRESHOLD
POST_DELAY (integer)
Sets the time in seconds, that the user has to wait to post
again.
BLOGPOST_ADDREPLY_THRESHOLD
Gets formsubmit timeframe configuration from configuration file for AddReply changeAction on BlogPost class
Syntax |
my $BlogPostValues = BLOGPOST_ADDREPLY_THRESHOLD(); |
Return |
|
FORUMPOST_ADDREPLY_THRESHOLD
Gets formsubmit timeframe configuration from configuration file for AddReply changeAction on ForumPost class
Syntax |
my $ForumPostValues = FORUMPOST_ADDREPLY_THRESHOLD(); |
Return |
|
FORUM_ADDTHREAD_THRESHOLD
Gets formsubmit timeframe configuration from configuration file for AddThread changeAction on Forum class
Syntax |
my $ForumValues = FORUM_ADDTHREAD_THRESHOLD(); |
Return |
|
GUESTBOOK_ADDTHREAD_THRESHOLD
Gets formsubmit timeframe configuration from configuration file for AddThread changeAction on GuestBook class
Syntax |
my $GuestBookValues = GUESTBOOK_ADDTHREAD_THRESHOLD(); |
Return |
|