NoPic eZine
  
Home
Impressum/Imprint
Datenschutz/Policies
 
1.Issue 2006.06/1
 1.1.phpWebSite 1.0.0RC1 released
 1.2.Installing pWS 1.0.0rc1
 1.3.Running thru install
 1.4.First anonymous touch
 1.5.Exploring fallout surface inside
 1.6.Module substitution
 1.7.Directory Tree
 1.8.Database Tables
 1.9.ReadMe summary
   Access.txt
   bbcode.txt
   Cache_Lite.txt
   Categories.txt
   Clipboard.txt
   ControlPanel.txt
   Converting_Modules.txt
   Cookie.txt
   CREDITS.txt
   Database_Class.txt
   DB_Pager.txt
   Demographics.txt
   devdoc.modlayout.txt
   Developer_Rules.txt
   Editor.txt
   Forms.txt
   INSTALL.doc.txt
   Key.txt
   Known_Errors.txt
   Language.txt
   LICENSE.txt
   MiniAdmin.txt
   Mod_Rewrite.txt
   Module_Development.txt
   My_Page.txt
   README.doc.txt
   README.txt
   Related.txt
   Search.txt
   Settings_Class.txt
   SmartTags.txt
   Style_Format.txt
   template.txt
   Theme_Creation.txt
   Using_Javascript.txt
   Version.txt
   WYSIWYG.txt
 1.10.Using module WebPages
 1.11.Using module MenuManager
 1.12.Using webPages Editor
 1.13.Styling and Themes

    en

bbcode.txt

BBcode in phpWebsite
by Matthew McNaney
------------------------------

In most cases, phpWebSite modules parse anonymous and registered
user-submitted data for html tags. To allow those users to express
themselves, phpWebSite uses BBcodes. These are special characters that
allow html markup without the use of html tags. For example:
[b]text[/b] = Bold text
[i]text[/i] = Italicized text
[url="http://www.google.com"] = Clickable link to Google

The developers of phpBB have a great FAQ here:
http://www.phpbb.com/phpBB/faq.php?mode=bbcode


Smilies
-----------------------------------------
phpWebsite ships with basic 'smilie' support.

You may want to expand upon your collection. Here is an excellent
source of graphics:
http://sourceforge.net/project/shownotes.php?release_id=282009

To add your smilies:
1) copy the graphics into images/core/smilies/
2) edit/copy over your config/core/smiles.pak file

The release linked to above contains its own smiles.pak file. If you
want to allow the use of all the smilies, just drop it into the
config/core/ directory. If you want to add a config line the format
is below. _Ignore the newlines_. They are inserted for
clarity.

name_of_image.ext
=+:
Title of Image
=+:
shortcutWord

For example, look at the smilies for Very Happy

icon.biggrin.gif
=+:
Very Happy
=+:
:D


All together this looks like this:

icon_biggrin.gif=+:Very Happy=+::D

So then, if I typed
:D

in a comment, I would get the icon_biggrin.gif graphic instead.

    en

Copyright © 2006, VbID Verlagsbüro GmbH
pWS modules dcP, dcT, dc4db, Copyright © 2006, VbID Verlagsbüro GmbH
This Site is powered by phpWebSite © The Web Technology Group, Appalachian State University