Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-21-2006, 05:03 PM
davelacey davelacey is offline
 
Join Date: Mar 2006
Location: UK
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Does anyone know the location of.......

......these?
Having purchased a "smilie generator" for my site - the instructions tell me to, amongst other things, copy the following files from the site "includes" folder.

functions_bbcodeparse.php
functions_forumlist.php
functions_reputation.php
sessions.php
db_mysql.php

Except they're not there.
I've searched every single folder and cannot find these files.
Suggestions, anyone?
Thanks in advance.
Reply With Quote
  #2  
Old 05-21-2006, 05:06 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those are all 3.0 files, not 3.5. Not sure what the "smilie generator" is though.
Reply With Quote
  #3  
Old 05-21-2006, 05:12 PM
davelacey davelacey is offline
 
Join Date: Mar 2006
Location: UK
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for replying. They don't tell you that. Hmpf.
I hope it's ok to post this link - this is the generator concerned.
Reply With Quote
  #4  
Old 05-21-2006, 05:22 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps you can take a look at this one

Smilie Maker and its free and for vb 3.5x
Reply With Quote
  #5  
Old 05-21-2006, 05:27 PM
davelacey davelacey is offline
 
Join Date: Mar 2006
Location: UK
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many thanks.
Reply With Quote
  #6  
Old 05-21-2006, 05:29 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No worries....glad i could help
Reply With Quote
  #7  
Old 05-21-2006, 05:30 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the future, ask them why they are marketing vBulletin (vB) products for versatile bulletin board (vBB)
Reply With Quote
  #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
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05819 seconds
  • Memory Usage 2,227KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete