You are here

Files in Extensible BBCode 6

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 2008-12-26 - 1.1.1-r326 - Fixed a bug that broke [quote] tags. - Fixed a bug that broke multiple-argument tags. - Set 0 instead of NULL defaults throughout the tables. - Codestyle fixes. 2008-11-16 - 1.1.0-r314 - XBBCode is now compatible with…
COMMITS.txt COMMITS.txt ------------------------------------------------------------------------ r320 | arancaytar | 2008-12-26 04:36:45 -0800 (Fri, 26 Dec 2008) | 1 line Changed paths: M /modules/xbbcode/trunk/xbbcode/xbbcode.inc Avoid notices with isset; wrong variable…
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim…
README.txt README.txt Here's a brief description of the API hook that XBBCode provides. It will eventually become a proper documentation page. To provide custom BBCode tags, your module should implement a function similar to this: --------- function…
xbbcode.admin.inc xbbcode.admin.inc
xbbcode.filter.inc xbbcode.filter.inc
xbbcode.inc xbbcode.inc
xbbcode.info xbbcode.info name = XBBCode description = Extensible BBCode filter, allowing custom tags. package = XBBCode core = 6.x
xbbcode.install xbbcode.install
xbbcode.module xbbcode.module
xbbcode_basic.css xbbcode_basic/xbbcode_basic.css .codeblock{ padding:5px; border:1px solid #CCC; background-color:#EEE; white-space:pre; font-family:monospace; } /*blockquote { padding-left:30px; }*/
xbbcode_basic.info xbbcode_basic/xbbcode_basic.info name = Basic Tags description = A package of the standard tags for XBBCode package = XBBCode dependencies[] = xbbcode core = 6.x version = 6.x-1.0
xbbcode_basic.module xbbcode_basic/xbbcode_basic.module
xbbcode_highlighter.info xbbcode_highlighter/xbbcode_highlighter.info name = XBBCode Highlighter description = Provides BBcode tags for syntax-colored code. package = XBBCode dependencies[] = xbbcode dependencies[] = highlighter core = 6.x
xbbcode_highlighter.module xbbcode_highlighter/xbbcode_highlighter.module
xbbcode_list.css xbbcode_list/xbbcode_list.css ol.sectioned { counter-reset: section; list-style-type:none; } ol.sectioned li:before { counter-increment: section; content: counters(section, ".") ": "; } ol.upper-alpha…
xbbcode_list.info xbbcode_list/xbbcode_list.info name = Lists description = An XBBCode handler that processes lists. dependencies[] = xbbcode package = XBBCode core = 6.x
xbbcode_list.module xbbcode_list/xbbcode_list.module
xbbcode_table.info xbbcode_table/xbbcode_table.info name = Tables description = Formats a themed table for BBCode dependencies[] = xbbcode package = XBBCode core = 6.x
xbbcode_table.module xbbcode_table/xbbcode_table.module

Other projects