Procedural File: _functions_blogs.php
Source Location: /blogs/b2evocore/_functions_blogs.php
Page Details
Blog handling functions
b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html
| Copyright: | (c)2003-2005 by Francois PLANQUE - http://fplanque.net/ |
| Filesource: | Source Code for this file |
Functions
bloginfo [line 261]
|
bloginfo(-)
Template tag
Parameters:| $show: | ||
| $format: | ||
| $display: | ||
| $this_blogparams: |
API Tags:
| Deprecated: | deprecated by Blog:disp() |
[ Top ]
blog_create [line 26]
|
blog_create(-)
Create a new a blog This funtion has to handle all needed DB dependencies!
fplanque: created
Parameters:| $blog_name: | ||
| $blog_shortname: | ||
| $blog_siteurl: | ||
| $blog_stub: | ||
| $blog_staticfilename: | ||
| $blog_tagline: | ||
| $blog_description: | ||
| $blog_longdesc: | ||
| $blog_locale: | ||
| $blog_notes: | ||
| $blog_keywords: | ||
| $blog_links_blog_ID: | ||
| $blog_UID: | ||
| $blog_allowtrackbacks: | ||
| $blog_allowpingbacks: | ||
| $blog_pingb2evonet: | ||
| $blog_pingtechnorati: | ||
| $blog_pingweblogs: | ||
| $blog_pingblodotgs: | ||
| $blog_disp_bloglist: | ||
| $blog_in_bloglist: |
[ Top ]
Blog_get_by_ID [line 212]
|
Get Blog for specified ID
Parameters:| integer | $blog_ID: | ID of Blog we want |
Information Tags:
| Todo: | on a heavy multiblog system, cache them one by one... |
[ Top ]
blog_list_iteminfo [line 333]
blog_list_next [line 305]
|
Next blog iteration
blog_list_next(-)
Parameters:| $need: |
[ Top ]
blog_list_start [line 278]
|
Start blog iterator
blog_list_start(-)
Parameters:| $need: |
[ Top ]
blog_update_user_perms [line 91]
|
Update the user permissions for edited blog
Parameters:| int | $blog: | Blog ID |
[ Top ]
get_bloginfo [line 158]
|
get_bloginfo(-)
Parameters:| $show: | ||
| $this_blogparams: |
API Tags:
| Deprecated: | deprecated by Blog::get() This is now a dirty stub |
[ Top ]
get_blogparams_by_ID [line 189]
|
Get blog params for specified ID
Parameters:| integer | $blog_ID: | Blog ID |
API Tags:
| Deprecated: | deprecated by Blog_get_by_ID() |
Information Tags:
| Todo: | on a heavy multiblog system, cache them one by one... |
[ Top ]
