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 - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

DementedMindz 06-01-2007 06:55 PM

ok no problem at all Im just trying to get it to show up now for members turned it on under usergroup options but its not showing to them for some reason or mods.

DementedMindz 06-01-2007 06:56 PM

never mind figured it out lol Minimum number of posts required to use the Chatbox

DementedMindz 06-01-2007 07:04 PM

going to try and clean some of these html errors up cause it gave me Failed validation, 41 errors from http://validator.w3.org

VBDev 06-01-2007 07:12 PM

I must say that I forgot to do the validation ;)

I'll do it for the v1.2, shame on me :D

DementedMindz 06-01-2007 07:16 PM

yeah alot are very easy for example everyone of the smilies is missing a alt so if you have 15 smilies then you have 15 errors. If you want I been saving my changes so far I can send them to you or post them when Im done. Im down to 15 errors now :)

VBDev 06-01-2007 07:43 PM

Quote:

Originally Posted by DementedMindz (Post 1259324)
yeah alot are very easy for example everyone of the smilies is missing a alt so if you have 15 smilies then you have 15 errors. If you want I been saving my changes so far I can send them to you or post them when Im done. Im down to 15 errors now :)

I prefer if you send me by pm :)

Thanks

DementedMindz 06-01-2007 07:45 PM

ok no problem at all there is a few im having a bit of trouble with but im sure you will be able to figure them out but ill make a note of where they are for you.

Endurer 06-01-2007 09:07 PM

It's displaying the day as 'yesterday' for shouts posted today. For instance, shouts posted on 2nd June (today) displays the following date: 06-01-2007

Is there a way to fix it?

VBDev 06-01-2007 09:19 PM

The date in the chatbox are linked to the date on your forum.

So if you have not set the options to show today/yesterday on your forum, this won't be active in the chatbox either.

Endurer 06-01-2007 09:27 PM

The date on my forum is 2nd of june and I have the yesterday/today option enabled. It still says yesterday for shouts posted today.

VBDev 06-01-2007 09:44 PM

Hum ok, I am sorry I didn't understand your first post ;)

Does this problem of date appears only in the chatbox ? I mean, if you post a message on your forum you don't have this problem ?

Endurer 06-01-2007 09:46 PM

No problems :)

Yes, the problem exists only in the chatbox.

VBDev 06-01-2007 10:10 PM

This seems really strange because I insert the date in unixtime in the database with the TIMENOW php function of vbulletin.

And then I parse the date with the date building functions of vbulletin with the date so I don't see where it could come from. And as you say that it works perfectly with the rest of th vbulletin functionnalities this is really strange.

Anyway I am too tired now it's late hereby so I will take a look at it tomorrow, it may come from the options I use in the vbdate function, I'll check that.

Endurer 06-01-2007 10:16 PM

Yes, it's strange actually. I double checked my server time, vbulletin time (ACP) and usercp's time zone. Everything is on its right place and members from different parts of the world are complaining about the same problem.

Sure, you may take your time. :)

DementedMindz 06-02-2007 01:32 AM

Did a complete redesign of my shout box so far :) ever since I started changing the html to making it fully XHTML 1.0 Transitional here is what I have so far and hopefully this will become a new look to it also. All the inputs such as bbcode, smiley's and help are fully functional via admincp options where they can be turned on or off..

Attachment 65082

would be nice to see a few options on what you can control on the bbcode such as options to shut off font size or even shut of another color

VBDev 06-02-2007 05:59 AM

Quote:

Originally Posted by DementedMindz (Post 1259516)
Did a complete redesign of my shout box so far :) ever since I started changing the html to making it fully XHTML 1.0 Transitional here is what I have so far and hopefully this will become a new look to it also. All the inputs such as bbcode, smiley's and help are fully functional via admincp options where they can be turned on or off..

Attachment 65082

would be nice to see a few options on what you can control on the bbcode such as options to shut off font size or even shut of another color

That's nice man :)

For the size, yes I'll made something to allow to choose the max size and also a finer selection of which basic bbcode can be used.


I was thinking of how I would show the whosonline in the chatbox. What do you think of a new button above the others which would open kind of a whosonline channel ?

da420 06-02-2007 06:09 AM

Quote:

Originally Posted by VBDev (Post 1259607)
What do you think of a new button above the others which would open kind of a whosonline channel ?

Sounds like a great idea. Would love to see something like that.

DementedMindz 06-02-2007 06:40 AM

Thanks man yeah I was messing with it for awhile also as for that tbody we were talking about that may have to be wrapped in a <if> this way it will pass cause its the only one i wasn't able to get so far without trying a <if> cause of the way it is. But I was thinking it should have been wrapped cause the tbody below it is wrapped in one. So maybe have it where it can be turned on or off that way this way it all uses the tbody and you can just do a <else />.

What kinda button you thinking of for the whos online? a javascript popup? or have it just show how many are using it with out there names?

VBDev 06-02-2007 07:08 AM

Quote:

Originally Posted by DementedMindz (Post 1259621)
Thanks man yeah I was messing with it for awhile also as for that tbody we were talking about that may have to be wrapped in a <if> this way it will pass cause its the only one i wasn't able to get so far without trying a <if> cause of the way it is. But I was thinking it should have been wrapped cause the tbody below it is wrapped in one. So maybe have it where it can be turned on or off that way this way it all uses the tbody and you can just do a <else />.

I don't understand exactly what you mean. This part is not in the if above cause it fakes the collapse system.

The other <if> is used to show the collapsed chatbox (a set number of post is shown) or the expanded one (where you can chat) depending of the state you left it last time.

Quote:

Originally Posted by DementedMindz (Post 1259621)
What kinda button you thinking of for the whos online? a javascript popup? or have it just show how many are using it with out there names?

No not a popup, this would be a button like the one that apper when you set on the /team command.

When user clicks on the button, it then shows in the chatbox the user online instead of the chat and the number of user online in the chatbox.

DementedMindz 06-02-2007 07:12 AM

Ill send you a pm this way you see what code I mean rather then posting it all on here. also Ill send you the text of the edits I have done its a nice size list lol.

As for the the button that would be a nice feature but would it add more queries or slow things down?

VBDev 06-02-2007 07:36 AM

The thing would be like that :

1. the user is in the normal channel
2. it clicks on the button to see whosonline in the chatbox
3. his request is managed through ajax and the refresh is disable
4. once the request has been managed by ajax, the whosonline is shown (1 query only when user clicks on the whosonline button to retrieve the list of online users)

So that's not a big one I think :)

DementedMindz 06-02-2007 07:46 AM

ahh that would be pretty nice. yeah last night before I called it quits at looking at html code I made it so it was on my vbadvanced page just have to fix a few things cause of the way vbadvanced is coded now but should have that done today.

crazycajun 06-02-2007 01:01 PM

VBDev,

Would like to start out with saying great job!

I would like to know if this can be intergraded with vbAdvanced CMPS and the PhotPost Gallery? If so, how would I go about doing it.

Thank you in advance!

VBDev 06-02-2007 01:31 PM

Quote:

Originally Posted by crazycajun (Post 1259748)
VBDev,

Would like to start out with saying great job!

I would like to know if this can be intergraded with vbAdvanced CMPS and the PhotPost Gallery? If so, how would I go about doing it.

Thank you in advance!

For the vbadvanced part it is planned that I do it.

About photopost gallery, as I am planning to make it possible to show on every page, this might help you figure that part :)

crazycajun 06-02-2007 02:48 PM

Thank you I'll keep and eye out for the next version!

Roflstilzchen 06-02-2007 04:28 PM

hi, how can i open the smilies in the usual smilie popup instead of the collapsable solution?

DementedMindz 06-02-2007 04:47 PM

right now you cant unless you edit the code yourself I think for the next version you maybe able to.

Endurer 06-02-2007 08:15 PM

Vbdev, have you found a solution for the date error? :)

snake-boy 06-02-2007 08:29 PM

Installed. But....

This shoutbox has some great features, but the features I'm looking for don't seem to be possible? A code hack or future version maybe? This is my wish list:

- Allow the input field to be below the chat window, not at the top.

- Allow the order of the chats to be changed. I need to have the most recent chat at the bottom and the oldest at the top.

I hope this is possible.

Toggle of the time/date stamp's would be useful too... There just doesn't seem to be a chatbox that can do everything I need :(


-snake

da420 06-02-2007 08:31 PM

Those suggestions have been requested several times, and if you look at vBDev's 'ToDo' list in the first post you will see they are planned for future versions. :)

DementedMindz 06-02-2007 08:34 PM

moving the input field to be below the chat window is not hard at all if you look at the html code you will see it is very easy to move and have done it on my own already :) take a look at my post and you will see https://vborg.vbsupport.ru/showpost....&postcount=135

snake-boy 06-02-2007 08:59 PM

Thanks. Yours looks great, that's exactly what I want to do. I'm no coder, but will take a look at the .html myself and see if I can figure it out.

Now if only I could get the shouts to order the opposite way they are being displayed now..

ie Most recent shout at the bottom... Anyone got that right yet?

-snake

DementedMindz 06-02-2007 09:03 PM

no I haven't changed that on mine cause I want the newest on top cause if not then they will have to scroll down to see the newest one.

snake-boy 06-03-2007 12:02 AM

Well, the way we normally read is from the top-down, not from the bottom upward.

Think about it: If you were writing a story, one sentence per hour. Where would you expect to find the most recent sentence of your story? At the bottom of the most recent page obviously... :)

People like to read the shoutbox from the top-down, and now I'm being inundated with requests to change it...

Maybe VBDev can help - ?

-snake

DementedMindz 06-03-2007 01:35 AM

yeah I would never use it that way to be honest maybe he will include a option in his next update but dont expect it to happen overnight.

VBDev 06-03-2007 07:28 AM

Quote:

Originally Posted by Roflstilzchen (Post 1259850)
hi, how can i open the smilies in the usual smilie popup instead of the collapsable solution?

Yep this is on the next version todo list :)

Quote:

Originally Posted by Endurer (Post 1259915)
Vbdev, have you found a solution for the date error? :)

No sorry, I was with my girlfriend yesterday and today so I'll check that tonight

Quote:

Originally Posted by snake-boy (Post 1259919)
Installed. But....

This shoutbox has some great features, but the features I'm looking for don't seem to be possible? A code hack or future version maybe? This is my wish list:

- Allow the input field to be below the chat window, not at the top.

- Allow the order of the chats to be changed. I need to have the most recent chat at the bottom and the oldest at the top.

I hope this is possible.

Toggle of the time/date stamp's would be useful too... There just doesn't seem to be a chatbox that can do everything I need :(
-snake

For the first two this is planned, the last one is strange, why don't you want to use the timestamp used everywhere else on the board ?

VBDev 06-03-2007 07:29 AM

Quote:

Originally Posted by snake-boy (Post 1260025)
Well, the way we normally read is from the top-down, not from the bottom upward.

Think about it: If you were writing a story, one sentence per hour. Where would you expect to find the most recent sentence of your story? At the bottom of the most recent page obviously... :)

People like to read the shoutbox from the top-down, and now I'm being inundated with requests to change it...

Maybe VBDev can help - ?

-snake

I have started working on the new version, there is lots of things on the todo list, tell you user It will come soon (1 or 2 weeks max.).

I unfortunately doesn't code vbulletin all the day ;)

da420 06-03-2007 02:44 PM

Quote:

Originally Posted by VBDev (Post 1260182)
I unfortunately doesn't code vbulletin all the day ;)

Very unfortunate ;)

chuchukuttie 06-03-2007 02:49 PM

Quote:

Originally Posted by VBDev (Post 1260182)
I have started working on the new version, there is lots of things on the todo list, tell you user It will come soon (1 or 2 weeks max.)

Can you please PM me once your done the updates on your todo list :) Thank you.

P.S - I have voted for you, on the HOTM ;)

VBDev 06-03-2007 02:59 PM

I'll send a version update notification through the vborg Send Update function once it'll be ok.

I'll update regularly the TODO list with the state of actual work :)

Thx for the vote ;)


All times are GMT. The time now is 02:43 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.02818 seconds
  • Memory Usage 1,832KB
  • 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
  • (12)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
  • (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