Go to the source code of this file.
Functions | |
parse_blogger ($page_data) | |
profilemodule_blogger () | |
globalID_blogger ($splitID) | |
blogger_savecategories () | |
Variables | |
$modules_names [] = "BloggerMod2" | |
$mopules_versions [] = "0.1" | |
$modules_descriptions [] = "Category based blogging module - one blog per user, with both global and personal categories" | |
$modules_setup [] = "modulesetup_blogger" | |
$profilemodules [] = "profilemodule_blogger" | |
$modules_globalID [] = "globalID_blogger" | |
$modules [] = "parse_blogger" | |
$page_help ["--- in blog entry"] = "This will cause BloggerMod to cut the entry here when not showing the full entry - it will still be parsed as a horizontal line normally" | |
$page_help ["\blogall(txt1, txt2, txt3)"] = "Will show you a list of blog entries by all users in the system, optionally with the space-delimited category list txt1. If txt2 is present, it is the amount of blog items to show. If txt3 is present, it is the number of items that will be rendered tiny (that is, with only the header)" | |
$page_help ["\blog(txt1, txt2, txt3, txt4)"] = "Will show you a list of blog entries by the user txt1, optionally limited to the categories defined by the space-delimited list txt2. If txt3 is present, it is the amount of blog items to show. If txt4 is present, it is the number of items that will be rendered tiny (that is, with only the header)" | |
$filename = "$setup_folder/modules/blogger/categories.php" |
blogger_savecategories | ( | ) |
Definition at line 268 of file blogger.php.
References $blogcategories, $filename, $setup_folder, and array_export().
globalID_blogger | ( | $ | splitID | ) |
Returns the url that corresponds to the globalID corresponding to a blog item if appropriate
$splitID | The global ID to check |
Definition at line 245 of file blogger.php.
parse_blogger | ( | $ | page_data | ) |
Looks for \blog() \blogall() and \blogfeed()
Definition at line 43 of file blogger.php.
References $meta_headers, $module_folder, $page_id, $page_title, siteURL(), and spotModuleCommand().
profilemodule_blogger | ( | ) |
Definition at line 150 of file blogger.php.
References $meta_headers, $module_folder, $permissionlevels_array, $setup_folder, $tabwidget, $viewUser, globalIDtoURL(), i18n(), and siteURL().
$filename = "$setup_folder/modules/blogger/categories.php" |
Definition at line 283 of file blogger.php.
$modules[] = "parse_blogger" |
$modules_descriptions[] = "Category based blogging module - one blog per user, with both global and personal categories" |
Definition at line 13 of file blogger.php.
$modules_globalID[] = "globalID_blogger" |
Definition at line 22 of file blogger.php.
$modules_names[] = "BloggerMod2" |
BloggerMod2 for Travelsized CMS
Definition at line 11 of file blogger.php.
$modules_setup[] = "modulesetup_blogger" |
Definition at line 16 of file blogger.php.
$mopules_versions[] = "0.1" |
Definition at line 12 of file blogger.php.
$page_help["\blog(txt1, txt2, txt3, txt4)"] = "Will show you a list of blog entries by the user txt1, optionally limited to the categories defined by the space-delimited list txt2. If txt3 is present, it is the amount of blog items to show. If txt4 is present, it is the number of items that will be rendered tiny (that is, with only the header)" |
Definition at line 30 of file blogger.php.
$page_help["\blogall(txt1, txt2, txt3)"] = "Will show you a list of blog entries by all users in the system, optionally with the space-delimited category list txt1. If txt2 is present, it is the amount of blog items to show. If txt3 is present, it is the number of items that will be rendered tiny (that is, with only the header)" |
Definition at line 29 of file blogger.php.
$page_help["--- in blog entry"] = "This will cause BloggerMod to cut the entry here when not showing the full entry - it will still be parsed as a horizontal line normally" |
Definition at line 28 of file blogger.php.
$profilemodules[] = "profilemodule_blogger" |
Definition at line 19 of file blogger.php.