ePages 7.47.0 - DE_EPAGES/Forum/API/Constants.pm

Package DE_EPAGES::Forum::API::Constants

Constants for the Forum cartridge

@EXPORT_OK
POST_DELAY
MAX_PREVIEW_BLOGPOSTS
BLOGPOST_ADDREPLY_THRESHOLD
FORUM_ADDTHREAD_THRESHOLD
FORUMPOST_ADDREPLY_THRESHOLD
GUESTBOOK_ADDTHREAD_THRESHOLD

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
ref.hash.boolean
  • IsActive (Integer </>
)
boolean </>
  • Min | Integer </>
  • Max
  • FORUMPOST_ADDREPLY_THRESHOLD

    Gets formsubmit timeframe configuration from configuration file for AddReply changeAction on ForumPost class

    Syntax
      my $ForumPostValues = FORUMPOST_ADDREPLY_THRESHOLD();
    Return
    ref.hash.boolean
    • IsActive (Integer </>
    )
    boolean </>
  • Min | Integer </>
  • Max
  • FORUM_ADDTHREAD_THRESHOLD

    Gets formsubmit timeframe configuration from configuration file for AddThread changeAction on Forum class

    Syntax
      my $ForumValues = FORUM_ADDTHREAD_THRESHOLD();
    Return
    ref.hash.boolean
    • IsActive (Integer </>
    )
    boolean </>
  • Min | Integer </>
  • Max
  • GUESTBOOK_ADDTHREAD_THRESHOLD

    Gets formsubmit timeframe configuration from configuration file for AddThread changeAction on GuestBook class

    Syntax
      my $GuestBookValues = GUESTBOOK_ADDTHREAD_THRESHOLD();
    Return
    ref.hash.boolean
    • IsActive (Integer </>
    )
    boolean </>
  • Min | Integer </>
  • Max