View Single Post
  #8  
Old 05-21-2006, 05:39 PM
davelacey davelacey is offline
 
Join Date: Mar 2006
Location: UK
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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="javascriptopUp('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

===================================
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01129 seconds
  • Memory Usage 1,777KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete