vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Does anyone know the location of....... (https://vborg.vbsupport.ru/showthread.php?t=116290)

davelacey 05-21-2006 05:03 PM

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.

Zachery 05-21-2006 05:06 PM

Those are all 3.0 files, not 3.5. Not sure what the "smilie generator" is though.

davelacey 05-21-2006 05:12 PM

Thanks for replying. They don't tell you that. Hmpf.
I hope it's ok to post this link - this is the generator concerned.

bashy 05-21-2006 05:22 PM

Perhaps you can take a look at this one :)

Smilie Maker and its free and for vb 3.5x :)

davelacey 05-21-2006 05:27 PM

Many thanks. :)

bashy 05-21-2006 05:29 PM

No worries....glad i could help :)

Zachery 05-21-2006 05:30 PM

In the future, ask them why they are marketing vBulletin (vB) products for versatile bulletin board (vBB)

davelacey 05-21-2006 05:39 PM

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:popUp('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

===================================


All times are GMT. The time now is 01:14 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.05266 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete