PDA

View Full Version : Settings Custom BB Code v1.0.0


LNTT
08-09-2005, 10:00 PM
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= Settings Custom BB Code
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= Version : 1.0.0 {Unstable}
=-=-=-=-=-=-=
-= Author: LNTT *REMOVED on Authors Request*
-= Website & Demo: *REMOVED on Authors Request*
=-=-=-=-=-=-=
-= Installation Level: Easy.
=-=-=-=-=-=-=
-= Installation Time: 2 Minutes.
=-=-=-=-=-=-=
-= For vBulletin: 3.0.x
-= SCBBC 1.0.0 tested on vBulletin 3.0.7 & 3.0.8.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

::::::::::::::::::::::::::::::::::::::::
::::FEATURES
::::::::::::::::::::::::::::::::::::::::

Allow Custom BB Code to be used in signatures, private messages, events and user note?

::::::::::::::::::::::::::::::::::::::::
::::INSTALL
::::::::::::::::::::::::::::::::::::::::

==================================
[Step 1][Upload Files]
==================================
Copy file to their respective location:
admincp/scbbc_install.php

==================================
[Step 2][Run the Install Script]
==================================
Run the install script to http://www.yoursite.com/admincp/scbbc_install.php (http://www.yoursite.com/admincp/vbrecycle_install.php)

==================================
[Step 3][File Modification]
==================================
includes/functions_editor.php
-----------------------
Find
-----------------------
eval('$vBeditTemplate[\'clientscript\'] = "' . fetch_template('editor_clientscript') . '";');
-----------------------
Add Below
-----------------------
//////////////////////////////////////
// Settings Custom BB Code v1.0.0 //
////////////////////////////////////
// by LNTT(*REMOVED on Authors Request* //
//////////////////////////////////
// http://*REMOVED on Authors Request* //
////////////////////////////////
// Start //
//////////////////////////////
if (empty($forumid))
{
$forumid = 'nonforum';
}
switch($forumid)
{
case 'privatemessage':
if ($vboptions['scbbc_pm']==0) {
$vBeditTemplate['extrabuttons'] = '';
}
break;
case 'usernote':
if ($vboptions['scbbc_un']==0) {
$vBeditTemplate['extrabuttons'] = '';
}
break;
case 'calendar':
if ($vboptions['scbbc_ev']==0) {
$vBeditTemplate['extrabuttons'] = '';
}
break;
case 'nonforum':
if ($vboptions['scbbc_sig']==0) {
$vBeditTemplate['extrabuttons'] = '';
}
break;
}
//////////////////////////////////////
// Settings Custom BB Code v1.0.0 //
////////////////////////////////////
// by LNTT(*REMOVED on Authors Request* //
//////////////////////////////////
// http://*REMOVED on Authors Request* //
////////////////////////////////
// End //
//////////////////////////////
==================================
[Installation Completed]
==================================


::::::::::::::::::::::::::::::::::::::::
::::PLANS FOR FUTURE VERSIONS
::::::::::::::::::::::::::::::::::::::::
- Auto Uninstall.
- If bugs aren't found, i finish one's mod.
-- Next Version: 1.x.x


::::::::::::::::::::::::::::::::::::::::
::::HISTORY
::::::::::::::::::::::::::::::::::::::::
== Version 1.0.0
- Initial release.

::::::::::::::::::::::::::::::::::::::::
::::HAVE FUN! ^_^
::::::::::::::::::::::::::::::::::::::::