0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
pn_bbcode
/
pndocs
/
[
Home
]
File: manual.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>pn_bbcode Manual</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <ol> <p>pn_bbcode<br> User's Manual<br> Author: Jim Hadfield and Frank Schummertz<br> A simple Hook for integration of pn_bbcode.<br> Written for the pnforum but might be used everywhere ;) </p> <p>document revision date: 10/31/2004</p> </ol> <hr> <p>1. Module Installation<br> 2. Module Configuration<br> 3. Sample Code</p> <hr> <p>1. Module Installation </p> <blockquote> <p>Upload pn_bbcode to your website's /modules directory.<br> "Initialize" and "Activate" as with any other PN Module.<br> If you want to use this with any modules (exampler: pnForum) you will have to click "Edit" for that module when you<br> are in "Administration/Modules" and check to hook pn_bbcode.</p> </blockquote> <p>2. Module Configuration</p> <blockquote> <p>The only configuration is the code that you may want to put into the boxes to define an 'effect' for either code <br> entry or quoting of a previous message.</p> </blockquote> <p> 3. Sample Code (the db has been pre-populated with this)</p> <blockquote> <p>a. There are four areas for entering in " Configuration [code][/code]", the following examples will show a nice border around the code with a color in the background. If you use 'fieldset' and 'legend'as we did here, make sure that you are allowing it in the PN Settings. </p> <blockquote> <p>"Start of Code Header" <br> sample code:<br> <fieldset style="border: 1px solid black; background-color: #eeffee; text-align: left; padding-left: 5px; padding-right: 5px;"><legend style="font-weight: bold;"></p> <p>"End of Code Header"<br> sample code:<br> </legend></p> <p>"Start of Code Body" <br> sample code:<br> <pre></p> <p>"End of Code Body"<br> sample code:<br> </pre></fieldset></p> </blockquote> <p>b. There are four areas for entering in " Configuration [quote][/quote]", the following examples will show a nice border around the code with a color in the background. If you use 'fieldset' and 'legend' as we did here, make sure that you are allowing it in the PN Settings. </p> <blockquote> <p>"Start of Quote Header" <br> sample code:<br> <fieldset style="border: 1px solid black; background-color: #eeffee; text-align: left; padding-left: 5px; padding-right: 5px;"><legend style="font-weight: bold;"></p> <p>"End of Quote Header"<br> sample code:<br> </legend></p> <p>"Start of Quote Body" <br> sample code:</p> <p>"End of Quote Body"<br> sample code:<br> </fieldset></p> </blockquote> </blockquote> </body> </html>