[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/ -> functions_archive.php (summary)

MyBB 1.6 Copyright 2010 MyBB Group, All Rights Reserved Website: http://mybb.com License: http://mybb.com/about/license

File Size: 275 lines (7 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  archive_header()
  archive_navigation()
  archive_multipage()
  archive_footer()
  archive_error()
  archive_error_no_permission()
  check_forum_password_archive()

Functions
Functions that are not part of a class:

archive_header($title="", $fulltitle="", $fullurl="")   X-Ref
Output the archive page header.

param: string The page title.
param: string The full page title.
param: string The full page URL.

archive_navigation()   X-Ref
Build the archive navigation.

return: string The build navigation

archive_multipage($count, $perpage, $page, $url)   X-Ref
Output multipage navigation.

param: int The total number of items.
param: int The items per page.
param: int The current page.
param: string The URL base.

archive_footer()   X-Ref
Output the archive footer.


archive_error($error)   X-Ref
Output an archive error.

param: string The error language string identifier.

archive_error_no_permission()   X-Ref
Ouput a "no permission"page.


check_forum_password_archive($fid, $pid=0)   X-Ref
Check the password given on a certain forum for validity

param: int The forum ID
param: boolean The Parent ID



Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1