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 Chatbox 1.2.4 (https://vborg.vbsupport.ru/showthread.php?t=42725)

eggz 12-06-2002 07:15 PM

Sauron, I share your pain.

The options are all there in admin, and I did everything I was told to :cool: BUT still no ShoutBox on the main page at all.... I've checked my templates and $shoutbox is there in all its glory :ermm:

@ Sauron - If anyone has given you an answer by PM or email I'd appreciate it if you could forward it to me.

Everyone else... Heelp us PLEASEEEEE!

Erwin 12-06-2002 10:51 PM

You are positive all the templates have been added.

And that you have added the code to your index.php

eggz 12-07-2002 07:11 PM

Yup

Triple Checked.

p0s3id0n 12-07-2002 09:48 PM

are you absolutely sure you put the last part in the index.php
just before le last call to the gettemplate function...
Because if you put the chatbox function after, it would
not appaer as it would not be parsed before the page
is echoed.

Just another try ;)...

ThoughtDiver 12-09-2002 06:29 AM

Great add-on!

There are a couple French phrases in the templates and code that English speakers might want to translate.

I found this site useful:

http://www.freetranslation.com/

Also, if you want the date format on the shout timestamps to read Month/Day instead of Day/Month, then search the shout code added to shoutbox.php and root/index.php for:

Code:

$date = date("Y")."-".substr($date,4,2)."-".substr($date,1,2)." ".substr($date,7,2).":".substr($date,10,2);
$date = date("[d/m|H:i]",strtotime($date)+(($bbuserinfo['timezoneoffset']+5)*3600));

Change to:
Code:

$date = date("Y")."-".substr($date,1,2)."-".substr($date,4,2)." ".substr($date,7,2).":".substr($date,10,2);
$date = date("[m/d|H:i]",strtotime($date)+(($bbuserinfo['timezoneoffset']+5)*3600));

Change any other "d/m" to "m/d" also.
:-)

Thanks again to p0s3id0n - and Erwin for add-ons!

Scott

Taco 12-12-2002 04:05 AM

ok, i got this error and i cant figure out what it wants me to do? If you have an error message about a chmod() function having failed, go to your admin folder and chmod manually the shoutbox_config.php to 777.

i got that error and now dont know what to do. I finished the rest of the installation. Help please..

lol, tried again and got everything installed but that chmod thingy, just gave the summary page one big blank page. Is that only cuz the chmod and that everything else was installed right?

eggz 12-14-2002 02:43 PM

Thanks Erwin & Posidon for all your help - it (seemingly) works at last!

One problem - our site uses frames.
When a user selects minimise, the forums break out of the frames, and the navigation is lost.. any suggestions?

whilst I'm at it, is there an easy way to change the 'grey' colour around the box, maybe even centre the box on the page?

And how do you set the time to UK if your server is in a different country?

Regards,
Oliver

eggz 12-14-2002 03:34 PM

OK I've got the time sorted, but still need help with the other two problems!

eggz 12-14-2002 08:08 PM

Got rid of the grey as well, but have found another problem...

When the site has a message box on new pm, viewing it in the current window opens it in the shoubox I-Frame if it has focus, so you end up with a 'site inside site' scenario... any ideas?

eggz 12-15-2002 08:47 AM

We've got this as well!!!:

Quote:

Originally posted by Anitah
There is this little bug.

Members who log and first check the shoutbox find their "view new posts" turns up blank.

Any fixes for this?

Also, I never did get an answer to my question about making shoutbox available for guests to post. Is there a security issue involved?

Thanks.



All times are GMT. The time now is 01:53 PM.

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.01329 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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