Function List
From PunBB Resource Wiki
This will be a reference of all of PunBB's built in functions for use when creating a mod, when adding pages please use a previous page (preferably is_valid_email()) as a template, also feel free to extend any of the current documentation
[edit]
email.php
- is_valid_email()
- is_banned_email()
- pun_mail()
- Additional Functions (not used in scripts):
[edit]
functions.php
- generate_navlinks()
- generate_profile_menu()
- update_forum()
- delete_topic()
- delete_post()
- censor_words()
- get_title()
- paginate()
- message()
- format_time()
- confirm_referrer()
- random_pass()
- pun_hash()
- pun_htmlspecialchars()
- pun_strlen()
- pun_linebreaks()
- pun_trim()
- maintenance_message()
- redirect()
- error()
- Additional Functions (not used in scripts)
- Debug Functions
[edit]

