Back to vBulletin 3.0 Add-Ons

Settings Custom BB Code v1.0.0
Mod Version: 1.00, by LNTT

This modification is in the archives.
vB Version: 3.0.8 Rating: (0 vote - 0 average) Installs: 0
Released: 10 Aug 2005 Last Update: Never Downloads: 3
Not Supported DB Changes Code Changes  

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= 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/vbrecycle_install.php

==================================
[Step 3][File Modification]
==================================
includes/functions_editor.php
-----------------------
Find
-----------------------
PHP Code:
eval('$vBeditTemplate[\'clientscript\'] = "' fetch_template('editor_clientscript') . '";'); 
-----------------------
Add Below
-----------------------
PHP Code:
//////////////////////////////////////
// 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! ^_^
::::::::::::::::::::::::::::::::::::::::

Download

This modification is archived and cannot be downloaded.

Screenshots

     


vblts.ru supports vBulletin®, 2022-2024