phpBB3


Package acp

Class Summary
acp_attachments
acp_ban
acp_bbcodes
acp_board
acp_bots
acp_captcha
acp_database
acp_disallow
acp_email
acp_forums
acp_groups
acp_icons
acp_inactive
acp_jabber
acp_language
acp_logs
acp_main
acp_modules
acp_permission_roles
acp_permissions
acp_php_info
acp_profile
acp_prune
acp_ranks
acp_reasons
acp_search
acp_send_statistics
acp_styles
acp_update
acp_users
acp_words
base_extractor
firebird_extractor
mssql_extractor
mysql_extractor
oracle_extractor
postgres_extractor
sqlite_extractor
Function Summary
add_permission_languageAdd permission language - this will make sure custom files will be included
adm_back_linkGenerate back link for acp pages
adm_page_footerPage footer for acp pages
auto_pruneFunction auto_prune(), this function now relies on passed vars
build_cfg_templateBuild configuration template for acp configuration pages
build_selectBuild select field options in acp pages
cache_moderatorsCache moderators, called whenever permissions are changed via admin_permissions.
copy_forum_permissionsCopies permissions from one forum to others
delete_attachmentsDelete Attachments
delete_postsRemove post(s)
delete_topic_shadowsDeletes shadow topics pointing to a specified forum.
delete_topicsRemove topic(s)
enable_bitfield_column_flagEnables a particular flag in a bitfield column of a given table.
fgetd
fgetd_seekless
filelistGet physical file listing
get_database_sizeGet database size Currently only mysql and mssql are supported
get_forum_branchGet forum branch
get_forum_listObtain authed forums list
get_remote_fileRetrieve contents from remotely stored file
get_usable_memory
group_select_optionsGenerate list of groups (option fields without select)
h_radioBuild radio fields in acp pages
make_forum_selectSimple version of jumpbox, just lists authed forums
move_postsMove post(s)
move_topicsMove topic(s)
obtain_latest_version_infoObtains the latest version information
phpbb_unlinkDelete attached file
prunePrune function
recalc_nested_setsRecalculate Nested Sets
remove_commentsremove_comments will strip the sql comment lines out of an uploaded sql file specifically for mssql and postgres type files in the install....
sanitize_data_generic
sanitize_data_mssql
sanitize_data_oracle
size_select_optionsGenerate size select options
syncAll-encompasing sync functionExaples: sync('topic', 'topic_id', 123); // resync topic #123 sync('topic', 'forum_id', array(2, 3)); // resync topics from forum #2 and #3 sync('topic'); // resync all topics sync('topic', 'range', 'topic_id BETWEEN 1 AND 60'); // resync a range of topics/forums (only available for 'topic' and 'forum' modes) Modes: forum Resync complete forum topic Resync topics topic_moved Removes topic shadows that would be in the same forum as the topic they link to topic_approved Resyncs the topic_approved flag according to the status of the first post post_reported Resyncs the post_reported flag, relying on actual reports topic_reported Resyncs the topic_reported flag, relying on post_reported flags post_attachement Same as post_reported, but with attachment flags - topic_attachement Same as topic_reported, but with attachment flags
tidy_databaseTidy database, doing some maintanance tasks
tidy_warningsTidy Warnings Remove all warnings which have now expired from the database The duration of a warning can be defined by the administrator This only removes the warning and reduces the associated count, it does not remove the user note recording the contents of the warning
update_foesUpdate foes - remove moderators and administrators from foe lists...
update_posted_infoUpdate/Sync posted information for topics
validate_config_varsGoing through a config array and validate values, writing errors to $error.
validate_rangeChecks whatever or not a variable is OK for use in the Database param mixed $value_ary An array of the form array(array('lang' => ..., 'value' => ..., 'column_type' =>))' param mixed $error The error array
view_inactive_usersLists inactive users
view_logView log If $log_count is set to false, we will skip counting all entries in the database.
view_warned_usersLists warned users
Global Summary
IN_PHPBB
MODULE_INCLUDE
TEMPLATE_BITFIELD
phpbb_root_path

phpBB3