Namespaces | Enumerations | Functions | Variables

cms/modules/forum/bbparser.php File Reference

Go to the source code of this file.

Namespaces

namespace  pragyan
 

Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom.


Enumerations

enum  IMAGES

Functions

 phpentities ($text)
 parsesmileys ($message)
 parsenewline ($text)
 displaysmileys ($textarea)
 parseubb ($text)
 descript ($text, $striptags=true)
 censorwords ($text)
 makepagenav ($start, $count, $total, $range=0, $link="")

Variables

global $urlRequestRoot
global $sourceFolder
global $moduleFolder
global $cmsFolder
 $imgpath = "/forum/images/smileys"

Enumeration Type Documentation

enum IMAGES

Definition at line 26 of file bbparser.php.


Function Documentation

censorwords ( text  ) 

Definition at line 138 of file bbparser.php.

descript ( text,
striptags = true 
)

Definition at line 98 of file bbparser.php.

displaysmileys ( textarea  ) 

Definition at line 49 of file bbparser.php.

makepagenav ( start,
count,
total,
range = 0,
link = "" 
)

Definition at line 150 of file bbparser.php.

parsenewline ( text  ) 

Definition at line 43 of file bbparser.php.

parsesmileys ( message  ) 

Definition at line 27 of file bbparser.php.

parseubb ( text  ) 

Definition at line 67 of file bbparser.php.

phpentities ( text  ) 

Definition at line 17 of file bbparser.php.


Variable Documentation

global $cmsFolder

Definition at line 24 of file bbparser.php.

$imgpath = "/forum/images/smileys"

Definition at line 25 of file bbparser.php.

global $moduleFolder

Definition at line 24 of file bbparser.php.

global $sourceFolder

Definition at line 24 of file bbparser.php.

global $urlRequestRoot

Definition at line 24 of file bbparser.php.