Element index for package plugins
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ z ]
[ _ ]
_
- _mime_types
- in file class.phpmailer.php, method PHPMailer::_mime_types()
Gets the mime type of the embedded or inline image
- __construct
- in file class.smtp.php, method SMTP::__construct()
Initialize the class so that the data is in a known state.
- __construct
- in file class.pop3.php, method POP3::__construct()
Constructor, sets the initial values
a
- addPoint
- in file google_maps.php, function addPoint()
Adds a geoPoint after first insuring it uses periods for the decimal separator
- auto_backup
- in file auto_backup.php, method auto_backup::auto_backup()
class instantiation function
- auto_backup
- in file auto_backup.php, class auto_backup
Option handler class
- auto_backup_timer_handler
- in file auto_backup.php, function auto_backup_timer_handler()
Handles the periodic start of the backup/restore utility to backup the database
- auto_backup.php
- procedural page auto_backup.php
- $AltBody
- in file class.phpmailer.php, variable PHPMailer::$AltBody
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
- AddAddress
- in file class.phpmailer.php, method PHPMailer::AddAddress()
Adds a "To" address.
- AddAttachment
- in file class.phpmailer.php, method PHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem.
- AddBCC
- in file class.phpmailer.php, method PHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCC
- in file class.phpmailer.php, method PHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCustomHeader
- in file class.phpmailer.php, method PHPMailer::AddCustomHeader()
Adds a custom header.
- AddEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::AddEmbeddedImage()
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
- AddrAppend
- in file class.phpmailer.php, method PHPMailer::AddrAppend()
Creates recipient headers.
- AddReplyTo
- in file class.phpmailer.php, method PHPMailer::AddReplyTo()
Adds a "Reply-to" address.
- AddrFormat
- in file class.phpmailer.php, method PHPMailer::AddrFormat()
Formats an address correctly.
- AddStringAttachment
- in file class.phpmailer.php, method PHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- AttachAll
- in file class.phpmailer.php, method PHPMailer::AttachAll()
Attaches all fs, string, and binary attachments to the message.
- Authenticate
- in file class.smtp.php, method SMTP::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
- Authorise
- in file class.pop3.php, method POP3::Authorise()
Combination of public events - connect, login, disconnect
- addComment
- in file zenpage-class-page.php, method ZenpagePage::addComment()
Adds a comment to the page assumes data is coming straight from GET or POST
- addComment
- in file zenpage-class-news.php, method ZenpageNews::addComment()
Adds a comment to the news article assumes data is coming straight from GET or POST
b
- $Body
- in file class.phpmailer.php, variable PHPMailer::$Body
Sets the Body of the message. This can be either an HTML or text body.
- Base64EncodeWrapMB
- in file class.phpmailer.php, method PHPMailer::Base64EncodeWrapMB()
Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
c
- $counter
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$counter
- $crop
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$crop
- $currentciel
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$currentciel
- $currentfloor
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$currentfloor
- $currentimgnr
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$currentimgnr
- $currentpage
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$currentpage
- checkChosenItemStatus
- in file menu_manager.php, function checkChosenItemStatus()
Checks if the menu item is set visible or not
- checkChosenMenuset
- in file menu_manager.php, function checkChosenMenuset()
Checks which menu set is chosen via $_GET. If none is explicity chosen the "default" one (create initially) is used.
- checkIfAllowedPage
- in file static_html_cache.php, method staticCache::checkIfAllowedPage()
Checks if the current page should be excluded from caching.
- checkIfNew
- in file image_album_statistics.php, function checkIfNew()
A little helper function that checks if an image or album is to be considered 'new' within the time range set in relation to getImageDate()/getAlbumDate() Returns true or false.
- checkRequiredField
- in file contact_form.php, function checkRequiredField()
Helper function that checks if the field is a required one. If it returns '*" to be appended to the field name as an indicator.
- checkSelectedAlbum
- in file print_album_menu.php, function checkSelectedAlbum()
A printAlbumMenu() helper function for the jump menu mode of printAlbumMenu() that only checks which the current album so that the entry in the in the dropdown jump menu can be selected Not for standalone use.
- clearHTMLCache
- in file static_html_cache.php, method staticCache::clearHTMLCache()
Cleans out the cache folder. (Adpated from the zenphoto image cache)
- clearSitemapCache
- in file sitemap-extended.php, function clearSitemapCache()
Cleans out the cache folder.
- comment_form
- in file comment_form.php, method comment_form::comment_form()
class instantiation function
- comment_form
- in file comment_form.php, class comment_form
Provides a unified comment handling facility
- comment_form_comment_post
- in file comment_form.php, function comment_form_comment_post()
Processes the address parts of a comment posst
- comment_form_edit_admin
- in file comment_form.php, function comment_form_edit_admin()
Returns table row(s) for edit of an admin user's custom data
- comment_form_edit_comment
- in file comment_form.php, function comment_form_edit_comment()
Returns table row(s) for edit of a comment's custom data
- comment_form_save_admin
- in file comment_form.php, function comment_form_save_admin()
Saves admin custom data Called when an admin is saved
- comment_form_save_comment
- in file comment_form.php, function comment_form_save_comment()
Returns a processed comment custom data item Called when a comment edit is saved
- contactformOptions
- in file contact_form.php, class contactformOptions
Plugin option handling class
- contactformOptions
- in file contact_form.php, method contactformOptions::contactformOptions()
- createCacheFilepath
- in file static_html_cache.php, method staticCache::createCacheFilepath()
Creates the path and filename of the page to be cached.
- createMenuIfNotExists
- in file menu_manager.php, function createMenuIfNotExists()
Creates a menu set from the items passed. But only if the menu set does not already exist
- class-textobject.php
- procedural page class-textobject.php
- comment_form.php
- procedural page comment_form.php
- contact_form.php
- procedural page contact_form.php
- $CharSet
- in file class.phpmailer.php, variable PHPMailer::$CharSet
Sets the CharSet of the message.
- $ConfirmReadingTo
- in file class.phpmailer.php, variable PHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $ContentType
- in file class.phpmailer.php, variable PHPMailer::$ContentType
Sets the Content-type of the message.
- $CRLF
- in file class.smtp.php, variable SMTP::$CRLF
SMTP reply line ending
- $CRLF
- in file class.pop3.php, variable POP3::$CRLF
POP3 Carriage Return + Line Feed
- ClearAddresses
- in file class.phpmailer.php, method PHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- ClearAllRecipients
- in file class.phpmailer.php, method PHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAttachments
- in file class.phpmailer.php, method PHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- ClearBCCs
- in file class.phpmailer.php, method PHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearCCs
- in file class.phpmailer.php, method PHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCustomHeaders
- in file class.phpmailer.php, method PHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void.
- ClearReplyTos
- in file class.phpmailer.php, method PHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- Close
- in file class.smtp.php, method SMTP::Close()
Closes the socket and cleans up the state of the class.
- Connect
- in file class.smtp.php, method SMTP::Connect()
Connect to the server specified on the port specified.
- Connect
- in file class.pop3.php, method POP3::Connect()
Connect to the POP3 server
- Connected
- in file class.smtp.php, method SMTP::Connected()
Returns true if connected to a server otherwise false
- CreateBody
- in file class.phpmailer.php, method PHPMailer::CreateBody()
Assembles the message body. Returns an empty string on failure.
- CreateHeader
- in file class.phpmailer.php, method PHPMailer::CreateHeader()
Assembles message header.
- class.phpmailer.php
- procedural page class.phpmailer.php
- class.pop3.php
- procedural page class.pop3.php
- class.smtp.php
- procedural page class.smtp.php
- $commentcount
- in file zenpage-class-news.php, variable ZenpageNews::$commentcount
- $commentcount
- in file zenpage-class-page.php, variable ZenpagePage::$commentcount
- $comments
- in file zenpage-class-page.php, variable ZenpagePage::$comments
- $comments
- in file zenpage-class-news.php, variable ZenpageNews::$comments
- checkForPage
- in file zenpage-template-functions.php, function checkForPage()
If the titlelink is valid this will setup for the page Returns true if page is setup and valid, otherwise returns false
- checkNewsAccess
- in file zenpage-template-functions.php, function checkNewsAccess()
Checks if user is allowed access t the news article
- checkNewsCategoryPassword
- in file zenpage-template-functions.php, function checkNewsCategoryPassword()
Checks if user is allowed to access News category
- checkPagePassword
- in file zenpage-template-functions.php, function checkPagePassword()
Checks for allowed access to a page
- countArticles
- in file zenpage-functions.php, function countArticles()
Counts news articles, either all or by category or archive date, published or un-published
- countCombiNews
- in file zenpage-functions.php, function countCombiNews()
CombiNews Feature: Counts all news articles and all images
e
- edit_crop_image
- in file filter-crop_image.php, function edit_crop_image()
- endHTMLCache
- in file static_html_cache.php, method staticCache::endHTMLCache()
Ends the caching: Ends the output buffering and writes the html cache file from the buffer
- endSitemapCache
- in file sitemap-extended.php, function endSitemapCache()
Ends the static RSS caching.
- extractXMP
- in file xmpMetadata.php, function extractXMP()
Finds and returns xmp metadata
- $Encoding
- in file class.phpmailer.php, variable PHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $ErrorInfo
- in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- EncodeFile
- in file class.phpmailer.php, method PHPMailer::EncodeFile()
Encodes attachment in requested format. Returns an empty string on failure.
- EncodeHeader
- in file class.phpmailer.php, method PHPMailer::EncodeHeader()
Encode a header string to best of Q, B, quoted or none.
- EncodeQ
- in file class.phpmailer.php, method PHPMailer::EncodeQ()
Encode string to q encoding.
- EncodeQP
- in file class.phpmailer.php, method PHPMailer::EncodeQP()
Encode string to quoted-printable.
- EncodeString
- in file class.phpmailer.php, method PHPMailer::EncodeString()
Encodes string to requested format. Returns an empty string on failure.
- EndBoundary
- in file class.phpmailer.php, method PHPMailer::EndBoundary()
Returns the end of a message boundary.
- Expand
- in file class.smtp.php, method SMTP::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
f
- filterAccentedCharacters
- in file filter-zenphoto_seo.php, function filterAccentedCharacters()
translates accented characters to unaccented ones
- filterAccentedCharacters_js
- in file filter-zenphoto_seo.php, function filterAccentedCharacters_js()
- filterLocale_load_request
- in file seo_locale.php, function filterLocale_load_request()
- filterMessage
- in file none.php, method SpamFilter::filterMessage()
The function for processing a message to see if it might be SPAM
- filter_zenphoto_seo
- in file filter-zenphoto_seo.php, method filter_zenphoto_seo::filter_zenphoto_seo()
class instantiation function
- filter_zenphoto_seo
- in file filter-zenphoto_seo.php, class filter_zenphoto_seo
Option handler class
- flowplayer3
- in file flowplayer3.php, method flowplayer3::flowplayer3()
- flowplayer3
- in file flowplayer3.php, class flowplayer3
Plugin option handling class
- flowplayer3_playlist
- in file flowplayer3_playlist.php, method flowplayer3_playlist::flowplayer3_playlist()
- flowplayer3_playlist
- in file flowplayer3_playlist.php, class flowplayer3_playlist
Plugin option handling class
- flowplayerPlaylist
- in file flowplayer3_playlist.php, function flowplayerPlaylist()
Show the content of an media album with .flv/.mp4/.mp3 movie/audio files only as a playlist or as separate players with Flowplayer 3 Important: The Flowplayer 3 plugin needs to be activated to use this plugin. This plugin shares all settings with this plugin, too.
- FLOW_PLAYER_MP3_HEIGHT
- in file flowplayer3.php, constant FLOW_PLAYER_MP3_HEIGHT
- filter-crop_image.php
- procedural page filter-crop_image.php
- filter-zenphoto_seo.php
- procedural page filter-zenphoto_seo.php
- flowplayer3.php
- procedural page flowplayer3.php
- flowplayer3_playlist.php
- procedural page flowplayer3_playlist.php
- functions-rating.php
- procedural page functions-rating.php
- $From
- in file class.phpmailer.php, variable PHPMailer::$From
Sets the From email address for the message.
- $FromName
- in file class.phpmailer.php, variable PHPMailer::$FromName
Sets the From name of the message.
g
- getAlbumPlace
- in file deprecated-functions.php, function getAlbumPlace()
Returns the Location of the album.
- getAlbumStatistic
- in file image_album_statistics.php, function getAlbumStatistic()
Retuns a list of album statistic accordingly to $option
- getAllSubalbums
- in file deprecated-functions.php, function getAllSubalbums()
- getAllTagsFromAlbum
- in file tags_from_album.php, function getAllTagsFromAlbum()
Prints a tag cloud list of the tags in one album and optionally its subalbums.
- getAllTagsFromAlbum_multi_unique
- in file tags_from_album.php, function getAllTagsFromAlbum_multi_unique()
Removes duplicate entries in multi dimensional array.
- getBody
- in file class-textobject.php, method TextObject::getBody()
Returns the content of the text file
- getCommentDate
- in file deprecated-functions.php, function getCommentDate()
Retrieves the date of the current comment.
- getCommentErrors
- in file comment_form.php, function getCommentErrors()
returns an error message if a comment possting was not accepted
- getCommentTime
- in file deprecated-functions.php, function getCommentTime()
Retrieves the time of the current comment.
- getCounter
- in file paged_thumbs_nav.php, method pagedThumbsNav::getCounter()
Gets From image x to image y counter values
- getCurrentMenuItem
- in file menu_manager.php, function getCurrentMenuItem()
Returns the sort_order of the current menu item
- getCurrentPageObject
- in file functions-rating.php, function getCurrentPageObject()
returns the $object for the current loaded page
- getCustomImage
- in file class-textobject.php, method TextObject::getCustomImage()
Get a custom sized version of this image based on the parameters.
- getField
- in file contact_form.php, function getField()
Retrieves the post field if it exists
- getFirstImageOfAlbum
- in file print_album_menu.php, function getFirstImageOfAlbum()
Returns the link of the first image in $albumobj
- getHTMLMetaData
- in file html_meta_tags.php, function getHTMLMetaData()
Prints html meta data to be used in the <head> section of a page
- getImageEXIFData
- in file deprecated-functions.php, function getImageEXIFData()
Returns the EXIF infromation from the current image
- getImageStatistic
- in file image_album_statistics.php, function getImageStatistic()
Returns a list of image statistic according to $option
- getItem
- in file menu_manager.php, function getItem()
Gets a menu item by its id
- getItemTitleAndURL
- in file menu_manager.php, function getItemTitleAndURL()
Gets the title, url and name of a menu item
- getMenuFromLink
- in file menu_manager.php, function getMenuFromLink()
Returns the menu item corresponding to $link
- getMenuItems
- in file menu_manager.php, function getMenuItems()
Gets the menu items
- getMenumanagerPredicessor
- in file menu_manager.php, function getMenumanagerPredicessor()
Returns the link to the predicessor of the current menu item
- getMenumanagerSuccessor
- in file menu_manager.php, function getMenumanagerSuccessor()
Returns the successor link of the current menu item
- getMenuVisibility
- in file menu_manager.php, function getMenuVisibility()
Gets the menu visibility
- getMetaAlbumAndImageTags
- in file html_meta_tags.php, function getMetaAlbumAndImageTags()
Helper function to print the album and image tags and/or the news article categorieslist within printMetaKeywords() Shortens the length to the allowed 1000 characters.
- getMetaKeywords
- in file html_meta_tags.php, function getMetaKeywords()
Helper function to list tags/categories as keywords separated by comma.
- getNewsImageTags
- in file deprecated-functions.php, function getNewsImageTags()
CombiNews feature: Returns a list of tags of an image.
- getNextThumbsLink
- in file paged_thumbs_nav.php, method pagedThumbsNav::getNextThumbsLink()
Gets the link for the next page of thumbs
- getNumAllSubalbums
- in file image_album_statistics.php, function getNumAllSubalbums()
Gets the number of all subalbums of all subalbum levels of either the current album or $albumobj
- getNumSubalbums
- in file deprecated-functions.php, function getNumSubalbums()
- getOptionsSupported
- in file paged_thumbs_nav.php, method pagedthumbsOptions::getOptionsSupported()
- getOptionsSupported
- in file PHPMailer.php, method zp_PHPMailer::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file flowplayer3_playlist.php, method flowplayer3_playlist::getOptionsSupported()
- getOptionsSupported
- in file class-textobject.php, method TextObject_Options::getOptionsSupported()
Standard option interface
- getOptionsSupported
- in file google_maps.php, method google_mapsOptions::getOptionsSupported()
- getOptionsSupported
- in file none.php, method SpamFilter::getOptionsSupported()
The admin options interface
- getOptionsSupported
- in file print_album_menu.php, method print_album_menu::getOptionsSupported()
- getOptionsSupported
- in file quota_manager.php, method Quota_management::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file slideshow.php, method slideshowOptions::getOptionsSupported()
- getOptionsSupported
- in file static_html_cache.php, method staticCache::getOptionsSupported()
- getOptionsSupported
- in file sitemap-extended.php, method sitemap::getOptionsSupported()
- getOptionsSupported
- in file register_user.php, method register_user_options::getOptionsSupported()
- getOptionsSupported
- in file rating.php, method jquery_rating::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file flowplayer3.php, method flowplayer3::getOptionsSupported()
- getOptionsSupported
- in file tiny_mce.php, method tinymceOptions::getOptionsSupported()
- getOptionsSupported
- in file xmpMetadata.php, method xmpMetadata_options::getOptionsSupported()
Option interface
- getOptionsSupported
- in file image_upload_limiter.php, method uploadlimit::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file contact_form.php, method contactformOptions::getOptionsSupported()
- getOptionsSupported
- in file auto_backup.php, method auto_backup::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file viewer_size_image.php, method viewer_size_image_options::getOptionsSupported()
- getOptionsSupported
- in file jcarousel_thumb_nav.php, method jcarouselOptions::getOptionsSupported()
- getOptionsSupported
- in file comment_form.php, method comment_form::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file user_login-out.php, method user_logout_options::getOptionsSupported()
- getOptionsSupported
- in file zenpage.php, method zenpagecms::getOptionsSupported()
- getOptionsSupported
- in file filter-zenphoto_seo.php, method filter_zenphoto_seo::getOptionsSupported()
Reports the supported options
- getOptionsSupported
- in file html_meta_tags.php, method htmlmetatags::getOptionsSupported()
- getPlayerConfig
- in file flowplayer3.php, method flowplayer3::getPlayerConfig()
Print the JS configuration of flowplayer
- getPrevThumbsLink
- in file paged_thumbs_nav.php, method pagedThumbsNav::getPrevThumbsLink()
Gets the link to the previous thumbnail page
- getRating
- in file rating.php, function getRating()
Returns the current rating of an object
- getRatingByIP
- in file functions-rating.php, function getRatingByIP()
Returns the last vote rating from an IP or false if no vote on record
- getSizedImage
- in file class-textobject.php, method TextObject::getSizedImage()
- getThumb
- in file class-textobject.php, method TextObject::getThumb()
returns a link to the thumbnail for the text file.
- getThumbImageFile
- in file class-textobject.php, method TextObject::getThumbImageFile()
Returns the image file name for the thumbnail image.
- getThumbs
- in file paged_thumbs_nav.php, method pagedThumbsNav::getThumbs()
Gets the thumbnails and returns them as an array with objects
- getTinyMCEConfigFiles
- in file tiny_mce.php, function getTinyMCEConfigFiles()
- getUploadImagesInAlbum
- in file image_upload_limiter.php, function getUploadImagesInAlbum()
- getUploadLimitedAlbums
- in file image_upload_limiter.php, function getUploadLimitedAlbums()
- getUserInfo
- in file comment_form.php, function getUserInfo()
Processes the post of an address
- getVideoHeigth
- in file flowplayer3.php, method flowplayer3::getVideoHeigth()
Returns the width of the player
- getVideoWidth
- in file flowplayer3.php, method flowplayer3::getVideoWidth()
Returns the height of the player
- getViewerImageSize
- in file viewer_size_image.php, function getViewerImageSize()
returns the current values for the image size or its height & width
- getZenpageHitcounter
- in file deprecated-functions.php, function getZenpageHitcounter()
THIS FUNCTION IS DEPRECATED! Use getHitcounter()! Gets the hitcount of a page, news article or news category
- google_mapsOptions
- in file google_maps.php, class google_mapsOptions
Plugin option handling class
- google_mapsOptions
- in file google_maps.php, method google_mapsOptions::google_mapsOptions()
- google_maps.php
- procedural page google_maps.php
- GetBoundary
- in file class.phpmailer.php, method PHPMailer::GetBoundary()
Returns the start of a message boundary.
- getFile
- in file class.phpmailer.php, method PHPMailer::getFile()
Read a file from a supplied filename and return it.
- GetMailMIME
- in file class.phpmailer.php, method PHPMailer::GetMailMIME()
Returns the message MIME.
- getAllArticleDates
- in file zenpage-functions.php, function getAllArticleDates()
Retrieves a list of all unique years & months
- getAllCategories
- in file zenpage-functions.php, function getAllCategories()
Gets all categories
- getAuthor
- in file zenpage-template-functions.php, function getAuthor()
Wrapper function to get the author of a news article or page: Used by getNewsAuthor() and getPageAuthor().
- getAuthor
- in file zenpage-class-page.php, method ZenpagePage::getAuthor()
Returns the author of the page
- getAuthor
- in file zenpage-class-news.php, method ZenpageNews::getAuthor()
Returns the author of the news article
- getBareNewsAlbumTitle
- in file zenpage-template-functions.php, function getBareNewsAlbumTitle()
CombiNews feature only: returns the raw title of an album if image or movie/audio or false.
- getBareNewsTitle
- in file zenpage-template-functions.php, function getBareNewsTitle()
Returns the raw title of a news article.
- getBarePageTitle
- in file zenpage-template-functions.php, function getBarePageTitle()
Returns the raw title of a page.
- getCategories
- in file zenpage-class-news.php, method ZenpageNews::getCategories()
Gets the categories assigned to an news article
- getCategory
- in file zenpage-functions.php, function getCategory()
Gets a category by id
- getCategoryID
- in file zenpage-functions.php, function getCategoryID()
Gets the id of a category
- getCategoryLink
- in file zenpage-functions.php, function getCategoryLink()
Gets the category link of a category
- getCategoryTitle
- in file zenpage-functions.php, function getCategoryTitle()
Gets the category title of a category
- getCodeblock
- in file zenpage-template-functions.php, function getCodeblock()
Gets the content of a codeblock for a page or news article.
- getCodeblock
- in file zenpage-class-page.php, method ZenpagePage::getCodeblock()
Returns the codeblocks of the page as an serialized array
- getCodeblock
- in file zenpage-class-news.php, method ZenpageNews::getCodeblock()
Returns the codeblocks of the news article as an serialized array
- getCombiNews
- in file zenpage-functions.php, function getCombiNews()
Gets news articles and images of a gallery to show them together on the news section
- getCommentCount
- in file zenpage-class-news.php, method ZenpageNews::getCommentCount()
Returns the count of comments for the current news article. Comments in moderation are not counted
- getCommentCount
- in file zenpage-class-page.php, method ZenpagePage::getCommentCount()
Returns the count of comments for the current page. Comments in moderation are not counted
- getComments
- in file zenpage-class-news.php, method ZenpageNews::getComments()
Returns an array of comments of the current news article
- getComments
- in file zenpage-class-page.php, method ZenpagePage::getComments()
Returns an array of comments of the current page
- getCommentsAllowed
- in file zenpage-class-page.php, method ZenpagePage::getCommentsAllowed()
Returns true of comments are allowed
- getCommentsAllowed
- in file zenpage-class-news.php, method ZenpageNews::getCommentsAllowed()
Returns true of comments are allowed
- getContent
- in file zenpage-class-news.php, method ZenpageNews::getContent()
Returns the content of the news article
- getContent
- in file zenpage-class-page.php, method ZenpagePage::getContent()
Returns the content of the page
- getCurrentAdminNewsPage
- in file zenpage-functions.php, function getCurrentAdminNewsPage()
Get current news page for admin news pagination Addition needed because $_GET['page'] conflict with zenphoto could probably removed now...
- getCurrentNewsArchive
- in file zenpage-template-functions.php, function getCurrentNewsArchive()
Gets the current select news date (year-month) or formatted
- getCurrentNewsCategory
- in file zenpage-template-functions.php, function getCurrentNewsCategory()
Gets the current selected news category
- getCurrentNewsCategoryID
- in file zenpage-template-functions.php, function getCurrentNewsCategoryID()
Gets the id of the current selected news category
- getCurrentNewsPage
- in file zenpage-functions.php, function getCurrentNewsPage()
Gets the current news page number
- getDateTime
- in file zenpage-class-page.php, method ZenpagePage::getDateTime()
Returns the date of the page
- getDateTime
- in file zenpage-class-news.php, method ZenpageNews::getDateTime()
Returns the date of the news article
- getExpireDate
- in file zenpage-class-news.php, method ZenpageNews::getExpireDate()
Returns the expire date of the news article
- getExpireDate
- in file zenpage-class-page.php, method ZenpagePage::getExpireDate()
Returns the expire date of the page
- getExtraContent
- in file zenpage-class-news.php, method ZenpageNews::getExtraContent()
Returns the extra content of the news article
- getExtraContent
- in file zenpage-class-page.php, method ZenpagePage::getExtraContent()
Returns the extra content of the page
- getFullNewsImageURL
- in file zenpage-template-functions.php, function getFullNewsImageURL()
CombiNews feature only: Returns the fullimage link if image or movie/audio or false.
- getHitcounter
- in file zenpage-class-news.php, method ZenpageNews::getHitcounter()
Returns the hitcount of the news article
- getHitcounter
- in file zenpage-class-page.php, method ZenpagePage::getHitcounter()
Returns the hitcount of the page
- getID
- in file zenpage-class-page.php, method ZenpagePage::getID()
Returns the id of the page
- getID
- in file zenpage-class-news.php, method ZenpageNews::getID()
Returns the id of the news article
- getLastchange
- in file zenpage-class-page.php, method ZenpagePage::getLastchange()
Returns the last change date of the page
- getLastchange
- in file zenpage-class-news.php, method ZenpageNews::getLastchange()
Returns the last change date of the news article
- getLastchangeAuthor
- in file zenpage-class-news.php, method ZenpageNews::getLastchangeAuthor()
Returns the last change author of the news article
- getLastchangeAuthor
- in file zenpage-class-page.php, method ZenpagePage::getLastchangeAuthor()
Returns the last change author of the page
- getLatestNews
- in file zenpage-template-functions.php, function getLatestNews()
Gets the latest news either only news articles or with the latest images or albums
- getLatestZenpageComments
- in file zenpage-template-functions.php, function getLatestZenpageComments()
Gets latest comments for news articles and pages
- getLimitAndOffset
- in file zenpage-functions.php, function getLimitAndOffset()
Gets the LIMIT and OFFSET for the MySQL query that gets the news articles
- getLocked
- in file zenpage-class-news.php, method ZenpageNews::getLocked()
Returns the locked status of the news article, "1" if locked (only used on the admin)
- getLocked
- in file zenpage-class-page.php, method ZenpagePage::getLocked()
Returns the locked status of the page (only used on admin)
- getNewsAlbumName
- in file zenpage-template-functions.php, function getNewsAlbumName()
CombiNews feature only: returns the album name (folder) if image or movie/audio or returns false.
- getNewsAlbumTitle
- in file zenpage-template-functions.php, function getNewsAlbumTitle()
CombiNews feature only: returns the album title if image or movie/audio or false.
- getNewsAlbumURL
- in file zenpage-template-functions.php, function getNewsAlbumURL()
CombiNews feature only: returns the url to an album if image or movie/audio or returns false.
- getNewsArchivePath
- in file zenpage-template-functions.php, function getNewsArchivePath()
Returns partial path of news date archive
- getNewsArchivePathNav
- in file zenpage-template-functions.php, function getNewsArchivePathNav()
news archive path only for use in the news article pagination
- getNewsArticles
- in file zenpage-functions.php, function getNewsArticles()
Gets news articles titlelink either all or by category or by archive date.
- getNewsAuthor
- in file zenpage-template-functions.php, function getNewsAuthor()
Gets the author of a news article
- getNewsBaseURL
- in file zenpage-template-functions.php, function getNewsBaseURL()
Returns the base /news or index.php?p=news url
- getNewsCategories
- in file zenpage-template-functions.php, function getNewsCategories()
Gets the categories of the current news article
- getNewsCategoryPath
- in file zenpage-template-functions.php, function getNewsCategoryPath()
Returns partial path of news category
- getNewsCategoryPathNav
- in file zenpage-template-functions.php, function getNewsCategoryPathNav()
News cat path only for use in the news article pagination
- getNewsCategoryURL
- in file zenpage-template-functions.php, function getNewsCategoryURL()
Returns the full path to a news category
- getNewsContent
- in file zenpage-template-functions.php, function getNewsContent()
Gets the content of a news article
- getNewsContentShorten
- in file zenpage-template-functions.php, function getNewsContentShorten()
Helper function for getNewsContent to shorten the news article content or if using Zenpage CombiNews' the image/album description If shorten is disable it sjust returns the string passed.
- getNewsDate
- in file zenpage-template-functions.php, function getNewsDate()
Gets the date of the current news article
- getNewsExtraContent
- in file zenpage-template-functions.php, function getNewsExtraContent()
Gets the extracontent of a news article if in single news articles view or returns FALSE
- getNewsID
- in file zenpage-template-functions.php, function getNewsID()
Gets the id of a news article/item
- getNewsIndexURL
- in file zenpage-template-functions.php, function getNewsIndexURL()
Returns the full path of the news index page (news page 1) or if the "news on zp index" option is set a link to the gallery index.
- getNewsPagePath
- in file zenpage-template-functions.php, function getNewsPagePath()
Returns partial path of a news page number path
- getNewsReadMore
- in file zenpage-template-functions.php, function getNewsReadMore()
Returns the text for the read more link or if using CombiNews feature also the link to the image.php gallery page
- getNewsTitle
- in file zenpage-template-functions.php, function getNewsTitle()
Gets the news article title
- getNewsTitleLink
- in file zenpage-template-functions.php, function getNewsTitleLink()
Returns the titlelink (url name) of the current news article.
- getNewsTitlePath
- in file zenpage-template-functions.php, function getNewsTitlePath()
Returns partial path of news article title
- getNewsType
- in file zenpage-template-functions.php, function getNewsType()
Gets the news type of a news item.
- getNewsURL
- in file zenpage-template-functions.php, function getNewsURL()
Returns the url to a news article
- getNewsVideoContent
- in file zenpage-template-functions.php, function getNewsVideoContent()
Helper function for getNewsContent to get video/audio content if $imageobj is a video/audio object if using Zenpage CombiNews
- getNextNewsPageURL
- in file zenpage-template-functions.php, function getNextNewsPageURL()
Returns the url to the next news page
- getNextNewsURL
- in file zenpage-template-functions.php, function getNextNewsURL()
Returns the title and the titlelink of the next article in single news article pagination as an array Returns false if there is none (or option is empty)
- getNextPrevNews
- in file zenpage-template-functions.php, function getNextPrevNews()
Returns the title and the titlelink of the next or previous article in single news article pagination as an array Returns false if there is none (or option is empty)
- getNumNews
- in file zenpage-template-functions.php, function getNumNews()
Returns the number of news articles.
- getNumPages
- in file zenpage-template-functions.php, function getNumPages()
Returns a count of the pages
- getPageAuthor
- in file zenpage-template-functions.php, function getPageAuthor()
Returns the author of a page
- getPageContent
- in file zenpage-template-functions.php, function getPageContent()
Returns page content either of the current page or if requested by titlelink directly. If not both return false Set the titlelink of a page to call a specific even un-published page ($published = false) as a gallery description or on another custom page for example
- getPageDate
- in file zenpage-template-functions.php, function getPageDate()
Returns the creation date of a page
- getPageExtraContent
- in file zenpage-template-functions.php, function getPageExtraContent()
Returns page extra content either of the current page or if requested by titlelink directly. If not both return false Set the titlelink of a page to call a specific even un-published page ($published = false) as a gallery description or on another custom page for example
- getPageID
- in file zenpage-template-functions.php, function getPageID()
Returns the id of a page
- getPageLastChangeDate
- in file zenpage-template-functions.php, function getPageLastChangeDate()
Returns the last change date of a page if available
- getPageLinkPath
- in file zenpage-template-functions.php, function getPageLinkPath()
Returns path to the pages.php page
- getPageLinkURL
- in file zenpage-template-functions.php, function getPageLinkURL()
Returns full path to a specific page
- getPageParentID
- in file zenpage-template-functions.php, function getPageParentID()
Returns the id of the parent page of a page
- getPages
- in file zenpage-functions.php, function getPages()
Gets the titlelink and sort order for all pages or published ones.
- getPageSortorder
- in file zenpage-template-functions.php, function getPageSortorder()
Returns the sortorder of a page
- getPageTitle
- in file zenpage-template-functions.php, function getPageTitle()
Returns title of a page
- getPageTitleLink
- in file zenpage-template-functions.php, function getPageTitleLink()
Returns titlelink of a page
- getParentID
- in file zenpage-class-page.php, method ZenpagePage::getParentID()
Returns the partent id of the page
- getParentPages
- in file zenpage-functions.php, function getParentPages()
Gets the parent pages recursivly to the page whose parentid is passed
- getPassword
- in file zenpage-class-page.php, method ZenpagePage::getPassword()
Returns the page password
- getPasswordHint
- in file zenpage-class-page.php, method ZenpagePage::getPasswordHint()
Returns the password hint for the page
- getPermalink
- in file zenpage-class-news.php, method ZenpageNews::getPermalink()
Returns the permalink status of the news article, "1" if enabled (only used on the admin)
- getPermalink
- in file zenpage-class-page.php, method ZenpagePage::getPermalink()
Returns the perma link status of the page (only used on admin)
- getPrevNewsPageURL
- in file zenpage-template-functions.php, function getPrevNewsPageURL()
Returns the url to the previous news page
- getPrevNewsURL
- in file zenpage-template-functions.php, function getPrevNewsURL()
Returns the title and the titlelink of the previous article in single news article pagination as an array Returns false if there is none (or option is empty)
- getShow
- in file zenpage-class-news.php, method ZenpageNews::getShow()
Returns the show status of the news article, "1" if published
- getShow
- in file zenpage-class-page.php, method ZenpagePage::getShow()
Returns the show status of the page, "1" if published
- getSortOrder
- in file zenpage-class-news.php, method ZenpageNews::getSortOrder()
Returns the news article title sortorder
- getSortOrder
- in file zenpage-class-page.php, method ZenpagePage::getSortOrder()
Returns the sort order of the page
- getTags
- in file zenpage-class-page.php, method ZenpagePage::getTags()
Returns the tag data of an album
- getTags
- in file zenpage-class-news.php, method ZenpageNews::getTags()
Returns the tag data of an album
- getTitle
- in file zenpage-class-news.php, method ZenpageNews::getTitle()
Returns the title of the news article
- getTitle
- in file zenpage-class-page.php, method ZenpagePage::getTitle()
Returns the title of the page
- getTitlelink
- in file zenpage-class-page.php, method ZenpagePage::getTitlelink()
Returns the titlelink of the page
- getTitlelink
- in file zenpage-class-news.php, method ZenpageNews::getTitlelink()
Returns the titlelink of the news article
- getTotalArticles
- in file zenpage-functions.php, function getTotalArticles()
Returns the articles count
- getTotalNewsPages
- in file zenpage-template-functions.php, function getTotalNewsPages()
- getUser
- in file zenpage-class-page.php, method ZenpagePage::getUser()
Returns the page guest user
- getZenpageRSSHeaderLink
- in file zenpage-template-functions.php, function getZenpageRSSHeaderLink()
Returns the RSS link for use in the HTML HEAD
- getZenpageStatistic
- in file zenpage-template-functions.php, function getZenpageStatistic()
Gets the statistic for pages, news articles or categories as an unordered list
h
- $height
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$height
- handleOption
- in file register_user.php, method register_user_options::handleOption()
- handleOption
- in file sitemap-extended.php, method sitemap::handleOption()
- handleOption
- in file rating.php, method jquery_rating::handleOption()
- handleOption
- in file quota_manager.php, method Quota_management::handleOption()
- handleOption
- in file print_album_menu.php, method print_album_menu::handleOption()
- handleOption
- in file slideshow.php, method slideshowOptions::handleOption()
- handleOption
- in file static_html_cache.php, method staticCache::handleOption()
- handleOption
- in file xmpMetadata.php, method xmpMetadata_options::handleOption()
Custom option handler
- handleOption
- in file zenpage.php, method zenpagecms::handleOption()
- handleOption
- in file viewer_size_image.php, method viewer_size_image_options::handleOption()
- handleOption
- in file user_login-out.php, method user_logout_options::handleOption()
- handleOption
- in file tiny_mce.php, method tinymceOptions::handleOption()
- handleOption
- in file PHPMailer.php, method zp_PHPMailer::handleOption()
Custom opton handler--creates the clear ratings button
- handleOption
- in file auto_backup.php, method auto_backup::handleOption()
- handleOption
- in file filter-zenphoto_seo.php, method filter_zenphoto_seo::handleOption()
- handleOption
- in file google_maps.php, method google_mapsOptions::handleOption()
- handleOption
- in file comment_form.php, method comment_form::handleOption()
- handleOption
- in file image_upload_limiter.php, method uploadlimit::handleOption()
- handleOption
- in file none.php, method SpamFilter::handleOption()
Handles custom formatting of options for Admin
- hasMapData
- in file google_maps.php, function hasMapData()
Returns true if the current image has EXIF location data
- hitcounter
- in file deprecated-functions.php, function hitcounter()
Returns the hitcounter for the page viewed (image.php and album.php only).
- hitcounter_load_script
- in file hitcounter.php, function hitcounter_load_script()
- htmlmetatags
- in file html_meta_tags.php, class htmlmetatags
A plugin to print the most common html meta tags to the head of your site's pages using general existing Zenphoto info like gallery description, tags or Zenpage news categories.
- htmlmetatags
- in file html_meta_tags.php, method htmlmetatags::htmlmetatags()
- hitcounter.php
- procedural page hitcounter.php
- html_meta_tags.php
- procedural page html_meta_tags.php
- $Helo
- in file class.phpmailer.php, variable PHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $Host
- in file class.phpmailer.php, variable PHPMailer::$Host
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
- $host
- in file class.pop3.php, variable POP3::$host
POP3 Mail Server
- $Hostname
- in file class.phpmailer.php, variable PHPMailer::$Hostname
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
- HasMultiBytes
- in file class.phpmailer.php, method PHPMailer::HasMultiBytes()
Checks if a string contains multibyte characters.
- HeaderLine
- in file class.phpmailer.php, method PHPMailer::HeaderLine()
- Hello
- in file class.smtp.php, method SMTP::Hello()
Sends the HELO command to the smtp server.
- Help
- in file class.smtp.php, method SMTP::Help()
Gets help information on the keyword specified. If the keyword
i
- $images
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$images
- $imagesperpage
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$imagesperpage
- inventMenuItem
- in file menu_manager.php, function inventMenuItem()
"invents" a menu item for the current page (for when one does not exist) Adds the item to the current menuset and modifies its "parent" as needed
- is_valid
- in file slideshow.php, function is_valid()
Returns the file extension if the item passed is displayable by the player
- image_album_statistics.php
- procedural page image_album_statistics.php
- image_upload_limiter.php
- procedural page image_upload_limiter.php
- InlineImageExists
- in file class.phpmailer.php, method PHPMailer::InlineImageExists()
Returns true if an inline attachment is present.
- IsError
- in file class.phpmailer.php, method PHPMailer::IsError()
Returns true if an error occurred.
- IsHTML
- in file class.phpmailer.php, method PHPMailer::IsHTML()
Sets message type to HTML.
- IsMail
- in file class.phpmailer.php, method PHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function.
- IsQmail
- in file class.phpmailer.php, method PHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA.
- IsSendmail
- in file class.phpmailer.php, method PHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program.
- IsSMTP
- in file class.phpmailer.php, method PHPMailer::IsSMTP()
Sets Mailer to send message using SMTP.
- inNewsCategory
- in file zenpage-template-functions.php, function inNewsCategory()
Checks if an article is in a category and returns TRUE or FALSE
- inProtectedNewsCategory
- in file zenpage-functions.php, function inProtectedNewsCategory()
Checks if an article (not CombiNews gallery items!) is in a password protected category and returns TRUE or FALSE NOTE: This function does not check if the password has been entered! Use checkNewsAccess() for that.
- isMyNews
- in file zenpage-template-functions.php, function isMyNews()
Checks if user is news author
- isMyPage
- in file zenpage-template-functions.php, function isMyPage()
Checks if user is author of page
- isProtectedNewsCategory
- in file zenpage-functions.php, function isProtectedNewsCategory()
Checks if a category is protected and returns TRUE or FALSE NOTE: This function does only check if a password is set not if it has been entered! Use checkNewsCategoryPassword() for that.
- isProtectedPage
- in file zenpage-functions.php, function isProtectedPage()
Checks if the page is itself password protected or is inheriting protection from a parent pages.
- is_GalleryNewsType
- in file zenpage-template-functions.php, function is_GalleryNewsType()
CombiNews feature: A general wrapper function to check if this is a 'normal' news article (type 'news' or one of the zenphoto news types
- is_News
- in file zenpage-template-functions.php, function is_News()
Checks if the current page is in news context.
- is_NewsArchive
- in file zenpage-template-functions.php, function is_NewsArchive()
Checks if the current page is a news archive page
- is_NewsArticle
- in file zenpage-template-functions.php, function is_NewsArticle()
Checks if the current page is a single news article page
- is_NewsCategory
- in file zenpage-template-functions.php, function is_NewsCategory()
Checks if the current page is a news category page
- is_NewsPage
- in file zenpage-template-functions.php, function is_NewsPage()
Checks if the current page is the news page in general.
- is_NewsType
- in file zenpage-template-functions.php, function is_NewsType()
Checks what type the current news item is (See get NewsType())
- is_Pages
- in file zenpage-template-functions.php, function is_Pages()
Checks if the current page is a zenpage page
l
- limitUploadFiletypes
- in file image_upload_limiter.php, function limitUploadFiletypes()
Removes ZIP from list of upload suffixes
- Login
- in file class.pop3.php, method POP3::Login()
Login to the POP3 server (does not support APOP yet)
m
- menu_tabs
- in file menu_manager.php, function menu_tabs()
Enter description here...
- my_truncate_string
- in file deprecated-functions.php, function my_truncate_string()
Shortens a string to $length
- menu_manager.php
- procedural page menu_manager.php
- $Mailer
- in file class.phpmailer.php, variable PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $MessageID
- in file class.phpmailer.php, variable PHPMailer::$MessageID
Sets the message ID to be used in the Message-Id header.
- Mail
- in file class.smtp.php, method SMTP::Mail()
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
- MailSend
- in file class.phpmailer.php, method PHPMailer::MailSend()
Sends mail using the PHP mail() function.
- MsgHTML
- in file class.phpmailer.php, method PHPMailer::MsgHTML()
Evaluates the message and returns modifications for inline images and backgrounds
n
- $next
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$next
- $nextpageimage
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$nextpageimage
- none.php
- procedural page none.php
- Noop
- in file class.smtp.php, method SMTP::Noop()
Sends the command NOOP to the SMTP server.
- next_news
- in file zenpage-template-functions.php, function next_news()
Returns the next news item on a page.
- next_page
- in file zenpage-template-functions.php, function next_page()
Returns a page from the search list
o
- OFFSET_PATH
- in file filter-crop_image.php, constant OFFSET_PATH
- optionVoteStatus
- in file rating.php, function optionVoteStatus()
Option filter handler for images and albums
- optionVoteStatusSave
- in file rating.php, function optionVoteStatusSave()
Option save handler for the filter
p
- $pagelistlength
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$pagelistlength
- $pagelistprevnext
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$pagelistprevnext
- $placeholders
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$placeholders
- $prev
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$prev
- $prevpageimage
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$prevpageimage
- pagedThumbsNav
- in file paged_thumbs_nav.php, class pagedThumbsNav
- pagedThumbsNav
- in file paged_thumbs_nav.php, method pagedThumbsNav::pagedThumbsNav()
- pagedthumbsOptions
- in file paged_thumbs_nav.php, class pagedthumbsOptions
Plugin option handling class
- pagedthumbsOptions
- in file paged_thumbs_nav.php, method pagedthumbsOptions::pagedthumbsOptions()
- printAlbumMap
- in file google_maps.php, function printAlbumMap()
Causes a Google map to be printed based on the gps data in all the images in the album
- printAlbumMenu
- in file print_album_menu.php, function printAlbumMenu()
Prints a list of all albums context sensitive.
- printAlbumMenuJump
- in file print_album_menu.php, function printAlbumMenuJump()
Prints a dropdown menu of all albums(not context sensitive) Is used by the wrapper function printAlbumMenu() if the options "jump" is choosen. For standalone use, too.
- printAlbumMenuJumpAlbum
- in file print_album_menu.php, function printAlbumMenuJumpAlbum()
Handles a single album level for printAlbumMenuJump
- printAlbumMenuList
- in file print_album_menu.php, function printAlbumMenuList()
Prints a nested html list of all albums context sensitive.
- printAlbumMenuListAlbum
- in file print_album_menu.php, function printAlbumMenuListAlbum()
Handles an album for printAlbumMenuList
- printAlbumPlace
- in file deprecated-functions.php, function printAlbumPlace()
Prints the location of the album and make it editable
- printAlbumRating
- in file deprecated-functions.php, function printAlbumRating()
Prints the album rating information for the current image
- printAlbumStatistic
- in file image_album_statistics.php, function printAlbumStatistic()
Prints album statistic according to $option as an unordered HTML list A css id is attached by default named '$option_album'
- printAlbumStatisticItem
- in file image_album_statistics.php, function printAlbumStatisticItem()
A helper function that only prints a item of the loop within printAlbumStatistic() Not for standalone use.
- printAllTagsFromAlbum
- in file tags_from_album.php, function printAllTagsFromAlbum()
Prints a tag cloud list of the tags in one album and optionally its subalbums.
- printCommentErrors
- in file comment_form.php, function printCommentErrors()
Tool to put an out error message if a comment possting was not accepted
- printCommentForm
- in file comment_form.php, function printCommentForm()
prints a form for posting comments
- printContactForm
- in file contact_form.php, function printContactForm()
Prints the mail contact form, handles checks and the mail sending. It uses Zenphoto's check for valid e-mail address and website URL and also supports CAPTCHA.
- printCounter
- in file paged_thumbs_nav.php, method pagedThumbsNav::printCounter()
Prints the counter
- printCustomMenu
- in file menu_manager.php, function printCustomMenu()
Prints a context sensitive menu of all pages as a unordered html list
- printCustomSizedImageMaxHeight
- in file deprecated-functions.php, function printCustomSizedImageMaxHeight()
This function is considered deprecated.
- printImageEXIFData
- in file deprecated-functions.php, function printImageEXIFData()
Prints image data.
- printImageMap
- in file google_maps.php, function printImageMap()
Causes a Google map to be printed based on the gps data in the current image
- printImageRating
- in file deprecated-functions.php, function printImageRating()
Prints the image rating information for the current image
- printImageStatistic
- in file image_album_statistics.php, function printImageStatistic()
Prints image statistic according to $option as an unordered HTML list A css id is attached by default named accordingly'$option'
- printjCarouselThumbNav
- in file jcarousel_thumb_nav.php, function printjCarouselThumbNav()
Prints the jQuery jCarousel HTML setup to be replaced by JS
- printLanguageSelector
- in file dynamic-locale.php, function printLanguageSelector()
prints a form for selecting a locale
- printLatestAlbums
- in file image_album_statistics.php, function printLatestAlbums()
Prints the latest albums
- printLatestImages
- in file image_album_statistics.php, function printLatestImages()
Prints the latest images by ID (the order zenphoto recognized the images on the filesystem)
- printLatestImagesByDate
- in file image_album_statistics.php, function printLatestImagesByDate()
Prints the latest images by date order (date taken order)
- printLatestImagesByMtime
- in file image_album_statistics.php, function printLatestImagesByMtime()
Prints the latest images by mtime order (date uploaded order)
- printLatestUpdatedAlbums
- in file image_album_statistics.php, function printLatestUpdatedAlbums()
Prints the top voted albums
- printMenuemanagerPageList
- in file menu_manager.php, function printMenuemanagerPageList()
Prints a full page navigation including previous and next page links with a list of all pages in between.
- printMenuemanagerPageListWithNav
- in file menu_manager.php, function printMenuemanagerPageListWithNav()
Prints a list of all pages.
- printMenumanagerBreadcrumb
- in file menu_manager.php, function printMenumanagerBreadcrumb()
Prints the breadcrumbs of the current page
- printMenumanagerNextLink
- in file menu_manager.php, function printMenumanagerNextLink()
Gets the link to the next menu item
- printMenumanagerPrevLink
- in file menu_manager.php, function printMenumanagerPrevLink()
Prints the previous link of the current menu item
- printMostRatedAlbums
- in file image_album_statistics.php, function printMostRatedAlbums()
Prints the most rated albums
- printMostRatedImages
- in file image_album_statistics.php, function printMostRatedImages()
Prints the n most rated images
- printNews
- in file zenphoto_news.php, function printNews()
- printNewsImageTags
- in file deprecated-functions.php, function printNewsImageTags()
CombiNews feature: Prints a list of tags of an image. These tags are not editable.
- printNextThumbsLink
- in file paged_thumbs_nav.php, method pagedThumbsNav::printNextThumbsLink()
Prints the link for the next page of thumbs
- printPagedThumbsNav
- in file paged_thumbs_nav.php, function printPagedThumbsNav()
Prints a paged thumbnail navigation to be used on a theme's image.php, independent of the album.php's thumbs loop
- printPagedThumbsNavPagelink
- in file paged_thumbs_nav.php, method pagedThumbsNav::printPagedThumbsNavPagelink()
- printPagesList
- in file paged_thumbs_nav.php, method pagedThumbsNav::printPagesList()
Prints the pagelist for the thumb pages
- printPlayerConfig
- in file flowplayer3.php, method flowplayer3::printPlayerConfig()
outputs the player configuration HTML
- printPopularAlbums
- in file image_album_statistics.php, function printPopularAlbums()
Prints the most popular albums
- printPopularImages
- in file image_album_statistics.php, function printPopularImages()
Prints the most popular images
- printPrevThumbsLink
- in file paged_thumbs_nav.php, method pagedThumbsNav::printPrevThumbsLink()
Prints the link to the previous thumbnail page
- printRating
- in file rating.php, function printRating()
Prints the rating star form and the current rating Insert this function call in the page script where you want the star ratings to appear.
- printRegistrationForm
- in file register_user.php, function printRegistrationForm()
places the user registration form
- printSitemapAlbumsAndImages
- in file sitemap-extended.php, function printSitemapAlbumsAndImages()
Prints links to all albums incl. pagination and their images
- printSitemapIndexLinks
- in file sitemap-extended.php, function printSitemapIndexLinks()
Prints the links to the index of a Zenphoto gallery incl. pagination
- printSitemapZenpageNewsArticles
- in file sitemap-extended.php, function printSitemapZenpageNewsArticles()
Prints to the Zenpage news articles
- printSitemapZenpageNewsCategories
- in file sitemap-extended.php, function printSitemapZenpageNewsCategories()
Prints links to Zenpage news categories incl. pagination
- printSitemapZenpageNewsIndex
- in file sitemap-extended.php, function printSitemapZenpageNewsIndex()
Prints links to the main Zenpage news index incl. pagination
- printSitemapZenpagePages
- in file sitemap-extended.php, function printSitemapZenpagePages()
Prints links to all Zenpage pages
- printSlideShow
- in file slideshow.php, function printSlideShow()
Prints the slideshow using the jQuery plugin Cycle (http://http://www.malsup.com/jquery/cycle/) or Flash based using Flowplayer http://flowplayer.org if installed
- printSlideShowJS
- in file slideshow.php, function printSlideShowJS()
Prints the path to the slideshow JS and CSS (printed because some values need to be changed dynamically).
- printSlideShowLink
- in file slideshow.php, function printSlideShowLink()
Prints a link to call the slideshow (not shown if there are no images in the album) To be used on album.php and image.php A CSS id names 'slideshowlink' is attached to the link so it can be directly styled.
- printThumbs
- in file paged_thumbs_nav.php, method pagedThumbsNav::printThumbs()
Prints the thumbnails
- printTopRatedAlbums
- in file image_album_statistics.php, function printTopRatedAlbums()
Prints the top voted albums
- printTopRatedImages
- in file image_album_statistics.php, function printTopRatedImages()
Prints the n top rated images
- printUserLogin_out
- in file user_login-out.php, function printUserLogin_out()
Prints the logout link if the user is logged in.
- printUserSizeImage
- in file viewer_size_image.php, function printUserSizeImage()
prints the image according to the size chosen
- printUserSizeSelectior
- in file viewer_size_image.php, function printUserSizeSelectior()
prints the radio button image size selection list
- print_album_menu
- in file print_album_menu.php, class print_album_menu
Plugin option handling class
- paged_thumbs_nav.php
- procedural page paged_thumbs_nav.php
- PHPMailer.php
- procedural page PHPMailer.php
- print_album_menu.php
- procedural page print_album_menu.php
- $Password
- in file class.phpmailer.php, variable PHPMailer::$Password
Sets SMTP password.
- $password
- in file class.pop3.php, variable POP3::$password
POP3 Password
- $PluginDir
- in file class.phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
- $POP3_PORT
- in file class.pop3.php, variable POP3::$POP3_PORT
Default POP3 port
- $POP3_TIMEOUT
- in file class.pop3.php, variable POP3::$POP3_TIMEOUT
Default Timeout
- $Port
- in file class.phpmailer.php, variable PHPMailer::$Port
Sets the default SMTP server port.
- $port
- in file class.pop3.php, variable POP3::$port
POP3 Port
- $Priority
- in file class.phpmailer.php, variable PHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- PHPMailer
- in file class.phpmailer.php, class PHPMailer
PHPMailer - PHP email transport class NOTE: Designed for use with PHP version 5 and up
- POP3
- in file class.pop3.php, class POP3
POP Before SMTP Authentication Class Version 2.1
- printAllNewsCategories
- in file zenpage-template-functions.php, function printAllNewsCategories()
Prints all news categories as a unordered html list
- printCurrentNewsArchive
- in file zenpage-template-functions.php, function printCurrentNewsArchive()
Prints the current select news date (year-month) or formatted
- printCurrentNewsCategory
- in file zenpage-template-functions.php, function printCurrentNewsCategory()
Prints the currently selected news category
- printLatestNews
- in file zenpage-template-functions.php, function printLatestNews()
Prints the latest news either only news articles or with the latest images or albums as a unordered html list
- printLatestZenpageComments
- in file zenpage-template-functions.php, function printLatestZenpageComments()
Prints out latest comments for news articles and pages as a unordered list
- printMostPopularItems
- in file zenpage-template-functions.php, function printMostPopularItems()
Prints the most popular pages, news articles and categories as an unordered list
- printMostRatedItems
- in file zenpage-template-functions.php, function printMostRatedItems()
Prints the most rated pages and news articles as an unordered list
- printNewsArchive
- in file zenpage-template-functions.php, function printNewsArchive()
Prints the monthy news archives sorted by year NOTE: This does only include news articles.
- printNewsAuthor
- in file zenpage-template-functions.php, function printNewsAuthor()
Prints the author of a news article
- printNewsCategories
- in file zenpage-template-functions.php, function printNewsCategories()
Prints the categories of current article as a unordered html list
- printNewsCategoryURL
- in file zenpage-template-functions.php, function printNewsCategoryURL()
Prints the full link to a news category
- printNewsContent
- in file zenpage-template-functions.php, function printNewsContent()
Prints the news article content. Note: TinyMCE used by Zenpage for news articles may already add a surrounding <p></p> to the content.
- printNewsDate
- in file zenpage-template-functions.php, function printNewsDate()
Prints the date of the current news article
- printNewsExtraContent
- in file zenpage-template-functions.php, function printNewsExtraContent()
Prints the extracontent of a news article if in single news articles view
- printNewsIndexURL
- in file zenpage-template-functions.php, function printNewsIndexURL()
Prints the full link of the news index page (news page 1)
- printNewsPageList
- in file zenpage-template-functions.php, function printNewsPageList()
Prints the page number list for news page navigation
- printNewsPageListWithNav
- in file zenpage-template-functions.php, function printNewsPageListWithNav()
Prints the full news page navigation with prev/next links and the page number list
- printNewsReadMoreLink
- in file zenpage-template-functions.php, function printNewsReadMoreLink()
Prints the read more link or if using CombiNews feature also the link to the image.php gallery page as a full html link
- printNewsTitle
- in file zenpage-template-functions.php, function printNewsTitle()
prints the news article title
- printNewsTitleLink
- in file zenpage-template-functions.php, function printNewsTitleLink()
Prints the titlelin of a news article as a full html link
- printNewsURL
- in file zenpage-template-functions.php, function printNewsURL()
Prints the url to a news article
- printNextNewsLink
- in file zenpage-template-functions.php, function printNextNewsLink()
Prints the link of the next article in single news article pagination if available
- printNextNewsPageLink
- in file zenpage-template-functions.php, function printNextNewsPageLink()
Prints the link to the next news page
- printPageAuthor
- in file zenpage-template-functions.php, function printPageAuthor()
Prints the author of a page
- printPageContent
- in file zenpage-template-functions.php, function printPageContent()
Print page content either of the current page or if requested by titlelink directly. If not both return false Set the titlelink of a page to call a specific even un-published page ($published = false) as a gallery description or on another custom page for example
- printPageDate
- in file zenpage-template-functions.php, function printPageDate()
Prints the creation date of a page
- printPageExtraContent
- in file zenpage-template-functions.php, function printPageExtraContent()
Prints page extra content if on a page either of the current page or if requested by titlelink directly. If not both return false Set the titlelink of a page to call a specific even un-published page ($published = false) as a gallery description or on another custom page for example
- printPageID
- in file zenpage-template-functions.php, function printPageID()
Prints the id of a page
- printPageLastChangeDate
- in file zenpage-template-functions.php, function printPageLastChangeDate()
Prints the last change date of a page
- printPageLinkURL
- in file zenpage-template-functions.php, function printPageLinkURL()
Prints full path to a specific page
- printPageMenu
- in file zenpage-template-functions.php, function printPageMenu()
Prints a context sensitive menu of all pages as a unordered html list
- printPageTitle
- in file zenpage-template-functions.php, function printPageTitle()
Prints the title of a page
- printPageTitleLink
- in file zenpage-template-functions.php, function printPageTitleLink()
Prints titlelink of a page
- printParentPagesBreadcrumb
- in file zenpage-template-functions.php, function printParentPagesBreadcrumb()
Prints the parent pages breadcrumb navigation for the current page
- printPrevNewsLink
- in file zenpage-template-functions.php, function printPrevNewsLink()
Prints the link of the previous article in single news article pagination if available
- printPrevNewsPageLink
- in file zenpage-template-functions.php, function printPrevNewsPageLink()
Prints the link to the previous news page
- printSubPagesExcerpts
- in file zenpage-template-functions.php, function printSubPagesExcerpts()
Prints excerpts of the direct subpages (1 level) of a page for a kind of overview. The setup is:
- printTopRatedItems
- in file zenpage-template-functions.php, function printTopRatedItems()
Prints the top rated pages and news articles as an unordered list
- printZenpageRSSHeaderLink
- in file zenpage-template-functions.php, function printZenpageRSSHeaderLink()
Prints the RSS link for use in the HTML HEAD
- printZenpageRSSLink
- in file zenpage-template-functions.php, function printZenpageRSSLink()
Prints a RSS link
- printZenpageStatistic
- in file zenpage-template-functions.php, function printZenpageStatistic()
Prints the statistics Zenpage items as an unordered list
- processExpired
- in file zenpage-functions.php, function processExpired()
Un-publishes pages/news whose expiration date has been reached
q
- quota_admin_list
- in file quota_manager.php, function quota_admin_list()
Returns an option list of administrators who do not have ADMIN_RIGHTS or MANAGE_ALL_ALBUM_RIGHTS
- quota_checkQuota
- in file quota_manager.php, function quota_checkQuota()
Checks if upload should be allowed
- quota_edit_admin
- in file quota_manager.php, function quota_edit_admin()
Returns table row(s) for edit of an admin user's custom data
- quota_edit_album
- in file quota_manager.php, function quota_edit_album()
Returns a table entry for image assignment
- quota_edit_image
- in file quota_manager.php, function quota_edit_image()
Returns table row(s) for the edit of an image custom data field
- quota_getCurrentUse
- in file quota_manager.php, function quota_getCurrentUse()
Returns curren image useage
- quota_getUploadLimit
- in file quota_manager.php, function quota_getUploadLimit()
Returns the upload limit
- quota_getUploadQuota
- in file quota_manager.php, function quota_getUploadQuota()
Returns the user's quota
- quota_get_header
- in file quota_manager.php, function quota_get_header()
Returns quota text for header, etc.
- quota_image_refresh
- in file quota_manager.php, function quota_image_refresh()
checks to see if the filesize is set and sets it if not
- Quota_management
- in file quota_manager.php, class Quota_management
Option handler class
- Quota_management
- in file quota_manager.php, method Quota_management::Quota_management()
class instantiation function
- quota_new_image
- in file quota_manager.php, function quota_new_image()
Assigns owner to new image
- quota_save_admin
- in file quota_manager.php, function quota_save_admin()
Saves admin custom data Called when an admin is saved
- quota_save_album
- in file quota_manager.php, function quota_save_album()
Assigns images within the album to an owner.
- quota_save_image
- in file quota_manager.php, function quota_save_image()
Option save handler for the filter
- quota_upload_filetypes
- in file quota_manager.php, function quota_upload_filetypes()
Removes ZIP from list of upload suffixes
- quota_upload_helper_js
- in file quota_manager.php, function quota_upload_helper_js()
Returns Javascript needed to support quota system
- quota_manager.php
- procedural page quota_manager.php
- Quit
- in file class.smtp.php, method SMTP::Quit()
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
r
- $ratingstate
- in file rating.php, variable jquery_rating::$ratingstate
- rating_purgebutton
- in file rating.php, function rating_purgebutton()
- rationalNum
- in file xmpMetadata.php, function rationalNum()
convert a fractional representation to something more user friendly
- register_user_options
- in file register_user.php, class register_user_options
Plugin option handling class
- register_user_options
- in file register_user.php, method register_user_options::register_user_options()
- register_user_options
- in file print_album_menu.php, method print_album_menu::register_user_options()
- rewrite_path_zenpage
- in file deprecated-functions.php, function rewrite_path_zenpage()
Same as zenphoto's rewrite_path() except it's without WEBPATH, needed for some partial urls
- rating.php
- procedural page rating.php
- register_user.php
- procedural page register_user.php
- Recipient
- in file class.smtp.php, method SMTP::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- Reset
- in file class.smtp.php, method SMTP::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
- RSS_Channel
- in file rsslib.php, function RSS_Channel()
- RSS_Display
- in file rsslib.php, function RSS_Display()
- RSS_Retrieve
- in file rsslib.php, function RSS_Retrieve()
- RSS_Tags
- in file rsslib.php, function RSS_Tags()
- rsslib.php
- procedural page rsslib.php
s
- $searchimages
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$searchimages
- $showpagelist
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$showpagelist
- $startmtime
- in file sitemap-extended.php, variable sitemap::$startmtime
- $startmtime
- in file static_html_cache.php, variable staticCache::$startmtime
- setupAllowedMaps
- in file google_maps.php, function setupAllowedMaps()
- showOrNotShowField
- in file contact_form.php, function showOrNotShowField()
Helper function that checks if a field should be shown ("required" or "show") or omitted ("ommitt").
- sitemap
- in file sitemap-extended.php, class sitemap
Plugin option handling class
- sitemap
- in file sitemap-extended.php, method sitemap::sitemap()
- sitemap_cache_purgebutton
- in file sitemap-extended.php, function sitemap_cache_purgebutton()
creates the Utilities button to purge the static sitemap cache
- sitemap_echonl
- in file sitemap-extended.php, function sitemap_echonl()
Simple helper function which simply outputs a string and ends it of with a new-line.
- sitemap_getChangefreq
- in file sitemap-extended.php, function sitemap_getChangefreq()
Checks the changefreq value if entered manually and makes sure it is only one of the supported regarding sitemap.org
- sitemap_getDateformat
- in file sitemap-extended.php, function sitemap_getDateformat()
Gets the dateformat for images and albums only.
- sitemap_getISO8601Date
- in file sitemap-extended.php, function sitemap_getISO8601Date()
Returns an ISO-8601 compliant date/time string for the given date/time.
- sitemap_multilingual
- in file sitemap-extended.php, function sitemap_multilingual()
Returns true if the site is set to "multilingual" and mod_rewrite and and the seo_locale plugin are enabled.
- slideshowOptions
- in file slideshow.php, class slideshowOptions
Plugin option handling class
- slideshowOptions
- in file slideshow.php, method slideshowOptions::slideshowOptions()
- SpamFilter
- in file none.php, class SpamFilter
This implements the standard SpamFilter class for the none spam filter.
- SpamFilter
- in file none.php, method SpamFilter::SpamFilter()
The SpamFilter class instantiation function.
- startHTMLCache
- in file static_html_cache.php, method staticCache::startHTMLCache()
Starts the caching: Gets either an already cached file if existing or starts the output buffering.
- startSitemapCache
- in file sitemap-extended.php, function startSitemapCache()
Starts static sitemap caching
- staticCache
- in file static_html_cache.php, class staticCache
Plugin option handling class
- staticCache
- in file static_html_cache.php, method staticCache::staticCache()
- STATIC_CACHE_FOLDER
- in file static_html_cache.php, constant STATIC_CACHE_FOLDER
- static_cache_html_disable_cache
- in file static_html_cache.php, function static_cache_html_disable_cache()
call to disable caching a page
- static_cache_html_purgebutton
- in file static_html_cache.php, function static_cache_html_purgebutton()
creates the Utilities button to purge the static html cache
- submenuOf
- in file menu_manager.php, function submenuOf()
Returns true if the current menu item is a sub item of $link
- seo_locale.php
- procedural page seo_locale.php
- sitemap-extended.php
- procedural page sitemap-extended.php
- slideshow.php
- procedural page slideshow.php
- simple.php
- procedural page simple.php
- static_html_cache.php
- procedural page static_html_cache.php
- $Sender
- in file class.phpmailer.php, variable PHPMailer::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $Sendmail
- in file class.phpmailer.php, variable PHPMailer::$Sendmail
Sets the path of the sendmail program.
- $SingleTo
- in file class.phpmailer.php, variable PHPMailer::$SingleTo
Provides the ability to have the TO field process individual
- $SMTPAuth
- in file class.phpmailer.php, variable PHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $SMTPDebug
- in file class.phpmailer.php, variable PHPMailer::$SMTPDebug
Sets SMTP class debugging on or off.
- $SMTPKeepAlive
- in file class.phpmailer.php, variable PHPMailer::$SMTPKeepAlive
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
- $SMTPSecure
- in file class.phpmailer.php, variable PHPMailer::$SMTPSecure
Sets connection prefix.
- $SMTP_PORT
- in file class.smtp.php, variable SMTP::$SMTP_PORT
SMTP server port
- $Subject
- in file class.phpmailer.php, variable PHPMailer::$Subject
Sets the Subject of the message.
- SecureHeader
- in file class.phpmailer.php, method PHPMailer::SecureHeader()
Strips newlines to prevent header injection.
- Send
- in file class.smtp.php, method SMTP::Send()
Starts a mail transaction from the email address specified in
- Send
- in file class.phpmailer.php, method PHPMailer::Send()
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
- SendAndMail
- in file class.smtp.php, method SMTP::SendAndMail()
Starts a mail transaction from the email address specified in
- SendmailSend
- in file class.phpmailer.php, method PHPMailer::SendmailSend()
Sends mail using the $Sendmail program.
- SendOrMail
- in file class.smtp.php, method SMTP::SendOrMail()
Starts a mail transaction from the email address specified in
- set
- in file class.phpmailer.php, method PHPMailer::set()
Set (or reset) Class Objects (variables)
- SetLanguage
- in file class.phpmailer.php, method PHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- SetMessageType
- in file class.phpmailer.php, method PHPMailer::SetMessageType()
Sets the message type.
- SetWordWrap
- in file class.phpmailer.php, method PHPMailer::SetWordWrap()
Set the body wrapping.
- Sign
- in file class.phpmailer.php, method PHPMailer::Sign()
Set the private key file and password to sign the message.
- SMTP
- in file class.smtp.php, class SMTP
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
- SmtpClose
- in file class.phpmailer.php, method PHPMailer::SmtpClose()
Closes the active SMTP session if one exists.
- SmtpConnect
- in file class.phpmailer.php, method PHPMailer::SmtpConnect()
Initiates a connection to an SMTP server. Returns false if the operation failed.
- SmtpSend
- in file class.phpmailer.php, method PHPMailer::SmtpSend()
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
- StartTLS
- in file class.smtp.php, method SMTP::StartTLS()
Initiate a TSL communication with the server.
- setPassword
- in file zenpage-class-page.php, method ZenpagePage::setPassword()
Sets the encrypted page password
- setPasswordHint
- in file zenpage-class-page.php, method ZenpagePage::setPasswordHint()
Sets the page password hint
- setTags
- in file zenpage-class-news.php, method ZenpageNews::setTags()
Stores tag information of an album
- setTags
- in file zenpage-class-page.php, method ZenpagePage::setTags()
Stores tag information of an album
- setUser
- in file zenpage-class-page.php, method ZenpagePage::setUser()
Sets the album guest user
t
- $totalimages
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$totalimages
- $totalpages
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$totalpages
- TextObject
- in file class-textobject.php, method TextObject::TextObject()
creates a textobject (image standin)
- TextObject
- in file class-textobject.php, class TextObject
handles 'picture' images
- TextObject_Options
- in file class-textobject.php, class TextObject_Options
Option class for textobjects objects
- tinymceConfigJS
- in file tiny_mce.php, function tinymceConfigJS()
- tinymceOptions
- in file tiny_mce.php, method tinymceOptions::tinymceOptions()
- tinymceOptions
- in file tiny_mce.php, class tinymceOptions
Plugin option handling class
- toolbox_crop_image
- in file filter-crop_image.php, function toolbox_crop_image()
- tags_from_album.php
- procedural page tags_from_album.php
- tag_suggest.php
- procedural page tag_suggest.php
- tiny_mce.php
- procedural page tiny_mce.php
- $Timeout
- in file class.phpmailer.php, variable PHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $tval
- in file class.pop3.php, variable POP3::$tval
POP3 Timeout Value
- TextLine
- in file class.phpmailer.php, method PHPMailer::TextLine()
Returns a formatted mail line.
- Turn
- in file class.smtp.php, method SMTP::Turn()
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
u
- updateDimensions
- in file class-textobject.php, method TextObject::updateDimensions()
- uploadlimit
- in file image_upload_limiter.php, method uploadlimit::uploadlimit()
class instantiation function
- uploadlimit
- in file image_upload_limiter.php, class uploadlimit
Option handler class
- uploadLimiterHeaderMessage
- in file image_upload_limiter.php, function uploadLimiterHeaderMessage()
- uploadLimiterJS
- in file image_upload_limiter.php, function uploadLimiterJS()
Prints the jQuery JS setup for the upload limiting
- user_groups_admin_alterrights
- in file user_groups.php, function user_groups_admin_alterrights()
- user_groups_admin_tabs
- in file user_groups.php, function user_groups_admin_tabs()
- user_groups_edit_admin
- in file user_groups.php, function user_groups_edit_admin()
Returns table row(s) for edit of an admin user's custom data
- user_groups_save_admin
- in file user_groups.php, function user_groups_save_admin()
Saves admin custom data Called when an admin is saved
- user_logout_options
- in file user_login-out.php, method user_logout_options::user_logout_options()
- user_logout_options
- in file user_login-out.php, class user_logout_options
Plugin option handling class
- user_groups.php
- procedural page user_groups.php
- user_login-out.php
- procedural page user_login-out.php
- $Username
- in file class.phpmailer.php, variable PHPMailer::$Username
Sets SMTP username.
- $username
- in file class.pop3.php, variable POP3::$username
POP3 Username
- UTF8CharBoundary
- in file class.phpmailer.php, method PHPMailer::UTF8CharBoundary()
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
w
- $width
- in file paged_thumbs_nav.php, variable pagedThumbsNav::$width
- $WordWrap
- in file class.phpmailer.php, variable PHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- WrapText
- in file class.phpmailer.php, method PHPMailer::WrapText()
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
z
- zenpageCheckForGuest
- in file zenpage.php, function zenpageCheckForGuest()
Handles password checks
- zenpagecms
- in file zenpage.php, class zenpagecms
Zenpage CMS plugin
- zenpagecms
- in file zenpage.php, method zenpagecms::zenpagecms()
- zenpageHitcounter
- in file deprecated-functions.php, function zenpageHitcounter()
THIS FUNCTION IS DEPRECATED! Use getHitcounter()!
- zenpageIsMyItem
- in file zenpage.php, function zenpageIsMyItem()
Handles item ownership
- zenphoto_PHPMailer
- in file PHPMailer.php, function zenphoto_PHPMailer()
- zenphoto_sendmail
- in file zenphoto_sendmail.php, function zenphoto_sendmail()
- zenpage.php
- procedural page zenpage.php
- zenphoto_news.php
- procedural page zenphoto_news.php
- zenphoto_sendmail.php
- procedural page zenphoto_sendmail.php
- zp_PHPMailer
- in file PHPMailer.php, class zp_PHPMailer
Option handler class
- zp_PHPMailer
- in file PHPMailer.php, method zp_PHPMailer::zp_PHPMailer()
class instantiation function
- zenpageAlbumImage
- in file zenpage-template-functions.php, function zenpageAlbumImage()
support to show an image from an album The imagename is optional. If absent the album thumb image will be used and the link will be to the album. If present the link will be to the image.
- ZenpageNews
- in file zenpage-class-news.php, method ZenpageNews::ZenpageNews()
- ZenpageNews
- in file zenpage-class-news.php, class ZenpageNews
zenpage news class
- zenpageOpenedForComments
- in file zenpage-template-functions.php, function zenpageOpenedForComments()
Returns if comments are open for this news article or page (TRUE or FALSE)
- ZenpagePage
- in file zenpage-class-page.php, method ZenpagePage::ZenpagePage()
- ZenpagePage
- in file zenpage-class-page.php, class ZenpagePage
zenpage page class
- zenpage_setup_page
- in file zenpage-template-functions.php, function zenpage_setup_page()
Sets all the required items to make the titlelink the current pages page
- zenpage-class-news.php
- procedural page zenpage-class-news.php
- zenpage-class-page.php
- procedural page zenpage-class-page.php
- zenpage-functions.php
- procedural page zenpage-functions.php
- zenpage-template-functions.php
- procedural page zenpage-template-functions.php
|
|