b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evocore ] [ index: evocore ] [ all elements ]

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
Includes
require_once (dirname(__FILE__).'/_class_blogcache.php') [line 16]

Includes:

[ Top ]


Functions
bloginfo  [line 261]

void bloginfo( [ $show = ''], [ $format = 'raw'], [ $display = true], [ $this_blogparams = '']  )

bloginfo(-)

Template tag

Parameters:
   $show: 
   $format: 
   $display: 
   $this_blogparams: 

API Tags:
Deprecated:  deprecated by Blog:disp()


[ Top ]
blog_create  [line 26]

void blog_create( $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 = 0], [ $blog_UID = ''], [ $blog_allowtrackbacks = 1], [ $blog_allowpingbacks = 0], [ $blog_pingb2evonet = 0], [ $blog_pingtechnorati = 0], [ $blog_pingweblogs = 1], [ $blog_pingblodotgs = 0], [ $blog_disp_bloglist = 1], [ $blog_in_bloglist = 1]  )

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]

void Blog_get_by_ID( integer $blog_ID  )

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]

void blog_list_iteminfo( $what, [ $show = 'raw']  )
Parameters:
   $what: 
   $show: 


[ Top ]
blog_list_next  [line 305]

void blog_list_next( [ $need = '']  )

Next blog iteration

blog_list_next(-)

Parameters:
   $need: 


[ Top ]
blog_list_start  [line 278]

void blog_list_start( [ $need = '']  )

Start blog iterator

blog_list_start(-)

Parameters:
   $need: 


[ Top ]
blog_load_cache  [line 231]

void blog_load_cache( )


[ Top ]
blog_update_user_perms  [line 91]

void blog_update_user_perms( int $blog  )

Update the user permissions for edited blog

Parameters:
int   $blog:  Blog ID


[ Top ]
get_bloginfo  [line 158]

void get_bloginfo( [ $show = ''], [ $this_blogparams = '']  )

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]

void get_blogparams_by_ID( integer $blog_ID  )

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 ]


Documentation generated on Tue, 20 May 2008 01:54:34 +0200 by phpDocumentor 1.4.2