Thankyou also.
Quote:
Originally Posted by Zachery
In the future, ask them why they are marketing vBulletin (vB) products for versatile bulletin board (vBB)
|
Here's the installation instructions. Is there anyway you know of that these can be adapted?
README AND INTRUCTIONS FOR VBulletin integration.
For integration with VBulletin, with user authentication, you'll need to copy a few files into the signgenerator folder.
Unfortunately, clickable code insert is not available with VBB at this time.
If anyone has a workaround for that, I'd appreciate hearing from you!
===================================
copy from your forum root, into the signgenerator folder:
global.php
copy from your forums includes/ folder the folowing files and Place these in the signgenerator/includes folder:
config.php
db_mysql.php
functions.php
functions_bbcodeparse.php
functions_forumlist.php
functions_reputation.php
index.html
init.php
sessions.php
===================================
Select the $board option at the top of signgenerator/index.php
It should look like this to supply the proper codes for VBB use:
//SELECT ONE OF THESE BOARD OPTIONS!
$board = 'VBB'; //For VBulletin integration - SEE VBB_README.TXT !
#$board = 'IPB'; //For INVISION integration - SEE IPB_README.TXT !
#$board = ''; //FOR OPEN WEBSITE DISPLAY
===================================
Set up the new custom BBcode in your forums admin panel.
TITLE: SmileySigns
TAG: smileysign
EXAMPLE: [smileysign]?text=&smiley=bleh&fontcolor=000000&ss=1&shadowcol or=&signcolor=&ext=.gif
DESCRIPTION: Dynamic Animated Smiley Signs
BUTTON IMAGE: *NOT USED*
===================================
A PSD file is supplied for the popup button or you can make your own.
20x20 is a little too small to show any detail so we use the supplied "sign.gif" for now.
Locate your post area in the templates manager.
all style options/editor templates
fIND:
<td><div class="imagebutton" id="cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" alt="$vbphrase[wrap_quote_tags]" width="21" height="20" /></div></td>
ADD AFTER
<td><A HREF="javascript

opUp('smileysigns/index.php')"><img src="smileysigns/sign.gif" border="0"/></A></td>
(You'll need to do this for each editor in use on your forum. (3?))
Locate header_includes in the templates manager.
FIND:
</head>
Add Above:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=1,width=450,height=480,left = 287,top = 159');");
}
// End -->
</script>
===================================
CHMOD the smileysigns/temp folder to 0777
===================================