vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Shoutbox 1.0 (https://vborg.vbsupport.ru/showthread.php?t=38698)

derb 01-08-2003 07:43 PM

thanx bram ! gonna dig it out :)

derb 01-08-2003 08:04 PM

a pitty they only offer a developer version for php 2.4.0. it's called 'CVS version 2.4.0-dev'...

Raven 01-08-2003 10:10 PM

Quote:

Originally posted by jbear6
Great Hack! I love it!
I have one question though, when I bring up shoutbox.php, under the test shout I made, I have a "tr>" typed in like I made a mistake copy pasting something somewhere. Anyone have any idea where I could have made this mistake, like in which template (I hate to totally reinstall due to my carelessness)?

Thanks
Jbear6

I Got the same problem and i can find the end <tr>

Raven 01-09-2003 07:30 AM

Sorry i have found the problem
it was my own mistake

( Buy the way i also thinks this one here are one of the real good hacks )

so i real hope you will make a lot more out of this one here

Brahm 01-09-2003 02:05 PM

Quote:

Originally posted by derb
a pitty they only offer a developer version for php 2.4.0. it's called 'CVS version 2.4.0-dev'...
I don't see where it even specifies what version you are using. Just whether or not you have .php or .php3 extensions.


Here is Firefly's SQL Hack you may want to use: (edited out)


Okay don't do that. Instead use JamesUS' Hack here:
https://vborg.vbsupport.ru/showthrea...hlight=JamesUS

derb 01-09-2003 03:55 PM

heja brahm,

my host gave me the needed stuff and i finaly managed to put the hack in... just the smilies aren't working.

thanx a lot for your help !

Brahm 01-09-2003 05:52 PM

How are the smilies not working, do you get an error message popup?

derb 01-09-2003 07:14 PM

they just don't appear... instead just the ': )' appears...

i tried everything posted in this thread but can't resolve it :(

another detail: where can i change the timeformat displaid on shoutbox.php ? on the forum itself the time is right now...

derb 01-13-2003 08:27 AM

hello everybody,

could somebody please tell me why the smilies aren't working on my page ? and yes i red the whole thread 10x now...

thanx !

please take a look here:
http://www.klangforschungost.org/forum/shoutbox.php?s=

derb 01-17-2003 06:12 AM

bump !

ga.net 01-31-2003 01:18 PM

Quote:

Originally posted by derb
hello everybody,

could somebody please tell me why the smilies aren't working on my page ? and yes i red the whole thread 10x now...

thanx !

please take a look here:
http://www.klangforschungost.org/forum/shoutbox.php?s=

Me too

Aaron1 01-31-2003 02:34 PM

I might have an idea why it won't work for you guys.
Did you perhaps install, the "vBcode and smilie user interface improvement" Hack? Well i did, and after modifying (or you could uninstall it) the smilies worked again.

I guess the modified Vbcode.js causes the problem...

My 2 euro cents :)

ga.net 02-01-2003 05:45 AM

Quote:

Originally posted by Aaron1
I might have an idea why it won't work for you guys.
Did you perhaps install, the "vBcode and smilie user interface improvement" Hack? Well i did, and after modifying (or you could uninstall it) the smilies worked again.

I guess the modified Vbcode.js causes the problem...

My 2 euro cents :)


I didnt install such hack.

WebMasterAJ 02-01-2003 07:20 PM

I did... and I'm now having the problem :( I'm trying to find a way to fix it... but since I'm not a real PHP guru... someone can probably find the problem sooner...

ga.net 02-02-2003 06:05 AM

I tried e-mailing the author but no reply

Floris 02-13-2003 11:45 AM

The smilies are not parsed here either on vb229 for some reason.

ga.net 02-13-2003 09:20 PM

Quote:

Originally posted by xiphoid
The smilies are not parsed here either on vb229 for some reason.
Is there a way to fix it?

DarkDraco07 02-14-2003 08:31 PM

is there a way to ban individual members from posting in shoutbox?

im getting tired of people posting html codes to make the forum home either not work, or redirect to another page

Xanthine 02-17-2003 08:19 PM

that was answered already in this thread

Kars10 02-26-2003 04:02 PM

I have the "Randomsmilies-Hack" installed.
Now i found a way to display the order of the smilies like on that hack. :)

Just replace:
PHP Code:

$smilies $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY smilieid ASC LIMIT $smilie_limit"); 

with

PHP Code:

$smilies $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY RAND() ASC LIMIT $smilie_limit"); 

Have fun! ;)

ga.net 02-26-2003 09:01 PM

Quote:

Originally posted by Kars10
I have the "Randomsmilies-Hack" installed.
Now i found a way to display the order of the smilies like on that hack. :)

Just replace:
PHP Code:

$smilies $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY smilieid ASC LIMIT $smilie_limit"); 

with

PHP Code:

$smilies $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY RAND() ASC LIMIT $smilie_limit"); 

Have fun! ;)

What's this hack for? Will it fix the problem of the smilies not being displayed properly in the shoutbox? Btw what php is this to edit?

Kars10 02-27-2003 06:13 AM

No the "Randomsmilies-Hack" shows your clickable smilies randomly (when you refresh the page). You find this code in shoutbox.php. :)

ga.net 02-27-2003 10:03 AM

Quote:

Originally posted by Kars10
No the "Randomsmilies-Hack" shows your clickable smilies randomly (when you refresh the page). You find this code in shoutbox.php. :)
Ok! But do you have any idea why my smilies dont work in my shoutbox?

www.greenarcher.net/forums/shoutbox.php

Kars10 02-27-2003 10:32 AM

Have you "Smilies in Signatures" (vBulletin Options) turned off? That could be a reason! ;)

BTW: Why is your header and footer not displayed?

iceman11111 02-28-2003 03:59 PM

I don't understand the first instruction

"Run this query on your database:"

Could someone please explain how I do this?

thanks
iceman

Kars10 03-01-2003 10:47 AM

Quote:

Originally posted by iceman11111
I don't understand the first instruction

"Run this query on your database:"

Could someone please explain how I do this?

thanks
iceman

Search for "how to run querys".
Thats basic to install a hack!! ;)

ga.net 03-02-2003 04:55 AM

Is there a way to limit the number of characters in the shoutbox???

Kars10 03-02-2003 07:00 AM

Quote:

Originally posted by ga.net
Is there a way to limit the number of characters in the shoutbox???
I just searched this thread and found this: ;)

https://vborg.vbsupport.ru/showthrea...793#post325793

ga.net 03-02-2003 11:43 AM

Thanks a lot! :)

Kars10 03-02-2003 12:36 PM

No Problem! ;)

sabret00the 03-02-2003 04:25 PM

is there anyway to ban certain vB code from the shoutbox like the [img] tags and the [swf] tags

cirisme 03-14-2003 11:00 PM

This has to be my favorite hack. :D

superman 03-15-2003 02:31 PM

One question that is probably on a loto fpeoples mind, does it work with 2.3.0.

cirisme 03-15-2003 11:53 PM

I don't see why not, but I'm not sure.

BarHopper 03-22-2003 11:46 PM

im getting a error when i try to post on the shoutbox it goes back to the main page of my website what do i do?

ateam 03-23-2003 10:06 PM

Total quality :)

+d-cipher 03-24-2003 05:25 AM

not sure what the deal is with this hack but, the first test post loaded 3 pages of the same shout...and took down the server. After it came back up, I doubled checked everything, and it was all according to the install text. Upon a second test post, it again posted the same thing about 25 times, and again took down the server.

cirisme 03-27-2003 05:18 PM

I would like to force a break in my shoutbox. IE, if you type to many charecters without a space or a newline, it will automagically insert a break so that my front page isn't thrown out of whack. Is there a way I can do that?

PiotrasG 04-07-2003 04:47 AM

it works in 2.30 perfectly no errors, does anyone know if its possible to show more than one shoutout on forum home

Mickie D 04-10-2003 05:37 PM

how many queries does this hack add to your forums main page... is it 3 ?????

also @ barhopper

find this piece of code in your template shoutbox_postshout

<form action="/shoutbox.php" method="post" name="vbform">

change it 2

<form action="./shoutbox.php" method="post" name="vbform">

hope this helps m8

please i think 3 queries is alot or am i wrong ????


All times are GMT. The time now is 11:18 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.01956 seconds
  • Memory Usage 1,818KB
  • 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
  • (4)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete