vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - Dream's Chatbox (https://vborg.vbsupport.ru/showthread.php?t=131002)

Dream 06-03-2007 10:40 PM

no problem good night

achilies.biz 06-04-2007 06:19 AM

Quote:

Originally Posted by Dream (Post 1260640)
no problem good night

Hello!

I just want to ask you one little stupid question:

where i can change title of window, i want to change everywehre 'Chatbox' to 'Chat' ?

thanks advance

Sofia 06-04-2007 10:30 AM

Hello Dream :)

It's ok. I post the french translation of your Chatbox. You can put it in downloads.

Regards, Sofia.

Omega409 06-04-2007 12:26 PM

Top Hack!

Quote:

Originally Posted by Mark.B (Post 1247210)
You can change the default text size quite easily by editing chatbox.php.

Please, what for code must i chance?

TrIn@dOr 06-04-2007 01:06 PM

Dream, i still can't have moderators!

TrIn@dOr 06-04-2007 01:09 PM

Quote:

Originally Posted by TrIn@dOr (Post 1260986)
Dream, i still can't have moderators!

I know what is it.

If a user belongs to more than 1 usergroup, u need to put both or all usergroups to work.

TrIn@dOr 06-04-2007 01:31 PM

Quote:

Originally Posted by TrIn@dOr (Post 1260988)
I know what is it.

If a user belongs to more than 1 usergroup, u need to put both or all usergroups to work.

Is not this, usergropup need to be primary to work!

Dream 06-04-2007 07:09 PM

Quote:

Originally Posted by achilies.biz (Post 1260842)
Hello!

I just want to ask you one little stupid question:

where i can change title of window, i want to change everywehre 'Chatbox' to 'Chat' ?

thanks advance

Just change the GLOBAL phrase chatbox_chatbox. Also please mark as installed if you use this mod :)

Dream 06-04-2007 07:11 PM

Quote:

Originally Posted by Sofia (Post 1260926)
Hello Dream :)

It's ok. I post the french translation of your Chatbox. You can put it in downloads.

Regards, Sofia.

Thank you :)

Also I love your avatar =^_^=

Dream 06-04-2007 07:13 PM

Quote:

Originally Posted by Omega409 (Post 1260972)
Top Hack!



Please, what for code must i chance?

Try changing this

echo '<div class="smallfont" id="shoutsDiv" align="left">';

for this

echo '<div id="shoutsDiv" align="left">';

In chatbox.php

Dream 06-04-2007 07:14 PM

Quote:

Originally Posted by TrIn@dOr (Post 1260986)
Dream, i still can't have moderators!

I'll look into fixing the secondary user groups for you.

TrIn@dOr 06-04-2007 07:16 PM

Quote:

Originally Posted by Dream (Post 1261231)
I'll look into fixing the secondary user groups for you.

Thanks a lot!

Dream 06-04-2007 07:36 PM

Quote:

Originally Posted by TrIn@dOr (Post 1261235)
Thanks a lot!

Download the 1.9 zip file again and try the new chatbox.php please.

ForeverForums 06-05-2007 05:05 AM

anyone know of a deceny shout box that will work for 3.5.2 ? or will this one work with that ?

Dream 06-05-2007 05:32 AM

This one *should* work with 3.5, try using the 3.5 product file.

achilies.biz 06-05-2007 06:57 AM

Quote:

Originally Posted by Dream (Post 1261226)
Just change the GLOBAL phrase chatbox_chatbox. Also please mark as installed if you use this mod :)

All is OK, thanks ;)

If you want you can see your product for russian customers here: www.fliz.ru ;)

p.s. where i can mark it like installed ?

Dream 06-05-2007 07:02 AM

Awesome :) glad it worked for you, cheers

Don't forget to tell your users about the /me code :P

Dream 06-05-2007 07:10 AM

Oh guys leave your live demos in this thread for me to use in the first post :) if your forum webpage isn't a secret and you have your chatbox visible to guests of course

ForeverForums 06-05-2007 03:57 PM

working indeed in 3.5.2 thanks alot for this one. my members are going to love it.

Omega409 06-05-2007 04:19 PM

Quote:

Originally Posted by Dream (Post 1261229)
Try changing this

echo '<div class="smallfont" id="shoutsDiv" align="left">';

for this

echo '<div id="shoutsDiv" align="left">';

In chatbox.php

Fine! This fix works! Thanks!

Dream 06-06-2007 12:32 AM

Glad it worked :) let me know if your users like the chatbox and how you use it.

fpattberg 06-06-2007 05:47 AM

Hi Dream.

I have installed the chatbox at:

www.sustainabilityforum.com/forum

If you want to use it as a demo. :)


Fabian

TrIn@dOr 06-06-2007 11:11 AM

Quote:

Originally Posted by Dream (Post 1261253)
Download the 1.9 zip file again and try the new chatbox.php please.

:up: working like a charm!, thanks!!

Flow Fusion 06-06-2007 10:14 PM

I wish we had a 'thanks' button--

Nice work Dream!

tycity 06-07-2007 01:33 AM

Love it thanks! Installed and Voted! - http://www.VirtualOrbit.com. Feel free to use as demo, we are really loving it!

Dream 06-07-2007 01:56 AM

Thank you glad you are :)

ssandgirls 06-07-2007 08:47 PM

Installed and looking excellent, Members havent found it yet though.......hehe

Mupetz 06-07-2007 09:02 PM

Dream, you are the best

Dream 06-07-2007 10:45 PM

I know https://vborg.vbsupport.ru/

Mupetz I like your forum style a lot, good job.

agsguar 06-09-2007 06:53 AM

Quote:

Originally Posted by Dream (Post 1260102)
Change this code

while( $smilie = $db->fetch_array( $result ) ) {
echo '<td class="alt1" align="center">' . chatbox_make_smilie_link($smilie) . "</td>\n";
$i++;
if ($i >= $smiliecolumns) {
echo "</tr><tr>\n";
$i = 0;
}
}

for

while( $smilie = $db->fetch_array( $result ) ) {
if ($smilie[smiliepath] == '/images/smilies/general') {
echo '<td class="alt1" align="center">' . chatbox_make_smilie_link($smilie) . "</td>\n";
$i++;
if ($i >= $smiliecolumns) {
echo "</tr><tr>\n";
$i = 0;
}
}
}

If that doesnt work, try using '/images/smilies/general/' or 'images/smilies/general' or 'images/smilies/general/'

Also don't forget to redo the code change I told you about before.

Hi Dream.

I do this but not work
I try with:
'/images/smilies/general/'
'/images/smilies/general'
'images/smilies/general'
'images/smilies/general/'

but not appear any smilie.. do you have another idea??

Thank you in advance..

note: i made this changes in a fresh copy of 1.9 version.

:confused:

agsguar 06-09-2007 07:09 AM

This is an example to my site..

The smile are too big.

see you!

Dream 06-09-2007 07:37 AM

try

if (substr_count($smilie[smiliepath], 'images/smilies/general') > 0) {

instead

if ($smilie[smiliepath] == '/images/smilies/general') {

Mark.B 06-09-2007 07:46 AM

Dream you're very welcome to use my site as a live demo, however mine isn't *completely* standard as I added in dates by the shouts and also my shout input box and button is hidden to guests completely rather than just disabled (though I may put that back to default when I get chance to do the upgrade).

Also I haven't upgraded yet, I'm two versions behind, but that'll be sorted this coming week if I get time.

Thanks for you nice comments in the upgrade post BTW! :D

http://www.bowlandcentral.com/forum

Dream 06-09-2007 07:49 AM

Ok thanks Mark :)

haytham 06-09-2007 01:21 PM

I installed but isn't there like a guide to codes? I don't understand the me/ and html tags around the name.
By the way..mine is an Arabic forum but the chat is on the main page>>if you'd like I can give you a link.

Dream 06-09-2007 02:37 PM

Hi, from what I know this shouldnt work with arabic... so that's news to me.

The /me code you just use in front of messages to emote an action in the chatbox.

The html around user names is an optional html tag you can place around user names in the chatbox. Dont worry about it if you dont know what it is.

haytham 06-09-2007 04:53 PM

Hi,
You know what? I downloaded and installed the 1.3 version first and it worked fine but for the time that didn't wanna go away. But after I read on I found the latest version 1.9 and installed..and till this minute all is great..not 1 problem. I was using VBshout which was a disaster..it crippled my site but this chat is great and made me feel good again Jf you'd like to take a look you can see it here:
http://farazdk.com/353/

Thanks

agsguar 06-09-2007 05:47 PM

Quote:

Originally Posted by Dream (Post 1264634)
try

if (substr_count($smilie[smiliepath], 'images/smilies/general') > 0) {

instead

if ($smilie[smiliepath] == '/images/smilies/general') {



Sorry Dream but doesnt work.. no appear any smilie.

Or I can write mannualy the 20 (url) smilies that I whant?

Thank you for your help.

haytham 06-09-2007 08:26 PM

Hey Dream..I have 1 problem...I can't write full sentences..only 4 or 5 words then I get strange numbers instead of words. Is there something I can do to make sentences longer..?

Rented 06-09-2007 09:05 PM

installed perfectly using instructions etc

Just wondering if i was to make the chatbox appaear at the TOP of the page rather then the bottom how would i go about it please? :)


All times are GMT. The time now is 09:01 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.01997 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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