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 02:37 AM

Updated, version 1.9

- Added option to disable auto refreshing for guests. This can save resources if you have a low refresh rate.

Dream 06-03-2007 03:04 AM

Quote:

Originally Posted by arco (Post 1259476)
Yeah perfect!! Everything as it should be now. Thanks for fixing it so soon. Simply excellent! :up: :)

If I can just make one last suggestion... :)
When you hover the mouse over the X, it shows the time as when hovering over the username. Could that be changed to perhaps "Delete"?

I made so the mouse over just shows over the user name, the Delete mouse over could be easily done editing chatbox.php, adding a title="" or an alt="" not sure which now.

I don't plan on updating this mod anymore, it now has all the features I think it should have.

Dream 06-03-2007 03:08 AM

Quote:

Originally Posted by agsguar (Post 1256859)
I preffer only show the general folder. or could be show in random mode with all folders?? jeje

Thank you!

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.

Sofia 06-03-2007 09:47 AM

Thank you for the Dream's Chatbox :) There are many interesting options.

arco 06-03-2007 01:29 PM

Quote:

Originally Posted by Dream (Post 1260096)
I made so the mouse over just shows over the user name, the Delete mouse over could be easily done editing chatbox.php, adding a title="" or an alt="" not sure which now.

I don't plan on updating this mod anymore, it now has all the features I think it should have.

Thanks again. :)

Mupetz 06-03-2007 08:24 PM

Thanks for the update Dream ;)

Dream 06-03-2007 09:59 PM

No problem :)

Quote:

Originally Posted by Sofia (Post 1260231)
Thank you for the Dream's Chatbox :) There are many interesting options.

You are welcome. The version you guys have at vbulletin resources is an old one, be sure to update it for I think some people might want to use a more simple chatbox than one too full of stuff (some people might). This chatbox is aimed to be simple for people that don't need too many stuff.

Sofia 06-03-2007 10:20 PM

Quote:

Originally Posted by Dream (Post 1260626)
No problem :)



You are welcome. The version you guys have at vbulletin resources is an old one, be sure to update it for I think some people might want to use a more simple chatbox than one too full of stuff (some people might). This chatbox is aimed to be simple for people that don't need too many stuff.

Hi Dream. Yes, i will update your Chatbox on vbulletin-ressources because it's your first version. Yes, there are many interesting options and the Chatbox is simple. It's a good thing. Your Chatbox is one of Chatbox which I prefer for vBulletin. :) If a coder of vb-r had not created a chatbox, I shall have voted for you ;) (you're my second vote).

I tested it, and it works perfectly ;) I will translate it soon. If you want, i can post here the french language of the chatbox.

Regards, Sofia.

Dream 06-03-2007 10:25 PM

Sure, if you post it I'll put it in the downloads. Also if VBDev wants to use any option in this chatbox in MGC Chatbox he has my permission.

Sofia 06-03-2007 10:32 PM

Quote:

Originally Posted by Dream (Post 1260633)
Sure, if you post it I'll put it in the downloads. Also if VBDev wants to use any option in this chatbox in MGC Chatbox he has my permission.

Thank a lot for all. And ok for the translation. I'll post it tomorrow ;) I love your hacks :)

I'm going to go to bed. Good night :D


All times are GMT. The time now is 05:04 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.01752 seconds
  • Memory Usage 1,743KB
  • 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
  • (6)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