vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - FlashChat Combo-Module v1.2 for vBadvanced (https://vborg.vbsupport.ru/showthread.php?t=171756)

yotsume 09-20-2008 06:31 AM

Quote:

Originally Posted by ArnyVee (Post 1625859)
yotsume (or anyone else for that matter),

I'd like to use this mod (which I've been using for quite some time now) and combine it with the "online users" module that vBadvanced comes with. Any ideas on how I could do that?

Any help would be appreciated.

Why would you want to combine these two together exactly? You see my mod separate allows for greater permission control for one. If you combine the two together you remove a bunch of the permission control from one block to the other. Meaning my block separate can have permissions independently set. There is a way to edit the who's online block and enter my mod's code into it but... I HIGHLY SUGGEST NEVER DOING THIS!

THE "NEAR" FUTURE: :D
The only next steps I am working on is making my mod updated so it will be compatible with FlashChat 5x. I will also be make my mod into a product/plugin format with all the needed settings editable from within vBulletin's AdminCP. The current required template edits will no longer be necessary. They will happen automatically when you enter in your urls within the admin area. Besides these enhancements and major updates, I plan to have direct room entering as a feature. Where you see a user listed you can click that room and join directly. After these happen there will be a chat invitation system next. Maybe ajax based? or maybe private message based. I am sure Paul M. is reading this and getting ideas. I need his help here to get this mod updated to where it "COULD" be.

So I am sorry but I am not going to be posting how to add my block inside another critical block. I would consider that a separate mod in and of itself. Someone else could attempt this so long as they don't rip off my mod. :up:

ArnyVee 09-22-2008 11:02 AM

I wanted it mainly to combine two modules into one and for them to sit on my homepage neatly rather than two small modules that won't look exactly right on the page. :(

Oh well, I guess there's no way to do this without causing some issues, so I'll see what I can do.

yotsume 09-22-2008 04:30 PM

Quote:

Originally Posted by ArnyVee (Post 1627645)
I wanted it mainly to combine two modules into one and for them to sit on my homepage neatly rather than two small modules that won't look exactly right on the page. :(

Oh well, I guess there's no way to do this without causing some issues, so I'll see what I can do.

You have stretched your theme and broke your layout. To fix what you have done already your "WDB Construction" block needs to be in the center not in the right column or you will need to decrease the size of the photo. Then you will need to fix your "WDB Friends" block. The thumbs are also stretching your page off to the right. It needs to be coded so your thumbs in that block show on two rows not just one or you will need to decrease the amount of thumbs that show to prevent breaking your page layout.

My block on the left is one of the few that actually shows nicely on your page already. :up: I also suggest you edit the FlashChat files to name your chat correctly in the new window to match your WDB Chat link name.

camomouse 09-30-2008 11:46 PM

I'm having no luck! I have tried a few things but I can not get it to work.

Any Help?

Code:

Warning: include(INC_DIRget_config.php) [function.include]: failed to open stream: No such file or directory in [path]\chat\inc\config.php on line 5

Warning: include() [function.include]: Failed opening 'INC_DIRget_config.php' for inclusion (include_path='.;\xampp\php\pear\') in [path]\chat\inc\config.php on line 5

Warning: require_once(INC_DIRclasses/db.php) [function.require-once]: failed to open stream: No such file or directory in [path]\chat\inc\config.php on line 11

Fatal error: require_once() [function.require]: Failed opening required 'INC_DIRclasses/db.php' (include_path='.;\xampp\php\pear\') in C:\xampp\htdocs\forums\chat\inc\config.php on line 11


yotsume 10-01-2008 08:42 PM

Quote:

Originally Posted by camomouse (Post 1634317)
I'm having no luck! I have tried a few things but I can not get it to work.

Any Help?

What version of FlashChat do you have installed? For me to be able to help you, I need more info. Usually any problems are with how URLs are entered into the code. My mod works up to FlashChat 4x. FlashChat 5x integration is not designed yet but in the works.

tldagent 10-01-2008 09:28 PM

Actually, I've sent a PM to yotsume that I did in fact get this to work with Flaschat 5 and how I did it was create a new template module and use some of the information in Paul's Module. So far have not heard anything back. Everything works perfectly on my site with the exception of linking to the users profile but I believe this will be worked out when the forum URL is converted to integrate fully into vbadvanced. It can even display the rooms in the template module I've set up on my forum.

Hopefully someone will get this working with Flashchat 5 completely. I'm close and sent all the details to Yotsume so hopefully we'll get this resolved soon. This module really isn't all that complicated... but then again, I'm far from being a coder.

yotsume 10-01-2008 09:35 PM

Yes got your PM. However, what you did is jerry rig the code and break your theme. Sorry but its not going to work that way. I hear patience is a virtue. I am working on a 5x version that is correctly coded.

When an update for my mod is ready it will of course be released here!

tldagent 10-01-2008 11:04 PM

Great. Yes, patience is a virtue. The theme in my solution isn't actually broken so long as I remove some of the code. It actually works rather well. The only thing is clicking on the members name and being directed to the forum home/member/membername. So actually with Mosh's code it does work as a template module.

Thank you for working on this much needed modification.

ArnyVee 10-03-2008 01:04 PM

Quote:

Originally Posted by yotsume (Post 1627850)
You have stretched your theme and broke your layout. To fix what you have done already your "WDB Construction" block needs to be in the center not in the right column or you will need to decrease the size of the photo. Then you will need to fix your "WDB Friends" block. The thumbs are also stretching your page off to the right. It needs to be coded so your thumbs in that block show on two rows not just one or you will need to decrease the amount of thumbs that show to prevent breaking your page layout.

My block on the left is one of the few that actually shows nicely on your page already. :up: I also suggest you edit the FlashChat files to name your chat correctly in the new window to match your WDB Chat link name.

Thank you so much for your advice! :D

I'm actually working towards eliminating the left hand column altogether to try and fix things up a little better.

That's why I originally wanted to combine your mod with the 'online users' in one block to put it next to each other horizontally and put it in one of the two columns.

I haven't had a chance to look specifically at these issues for the last week and a half because I'm launching a social networking site for Disney fans and I've been busy with that one :)

Thanks again for taking the time for the advice though...I appreciate it! :D

Cocko 10-07-2008 06:57 PM

Any news on this add-on with vB 3.7.x

yotsume 10-07-2008 07:05 PM

Quote:

Originally Posted by Cocko (Post 1639651)
Any news on this add-on with vB 3.7.x

My mod works perfect on vb 3.7x which is clearly stated here!

Remember it is not yet compatible with Flashchat 5x.

Cocko 10-07-2008 07:33 PM

Sorry - my fault.
Any news with Flashchat 5.x ;)

yotsume 10-07-2008 08:44 PM

Quote:

Originally Posted by Cocko (Post 1639691)
Sorry - my fault.
Any news with Flashchat 5.x ;)

Trust me... when my mod goes 5x I am sure you all will get a nice update email! LOL

Saint_I_Am 10-24-2008 04:47 AM

Any updates on the progress of this?

yotsume 10-24-2008 04:58 AM

Quote:

Originally Posted by Saint_I_Am (Post 1651577)
Any updates on the progress of this?

Please read my above post very carefully. Trust me when I get the help that I need to update my mod for Flashchat 5x the first place I post will be right here.

I have asked Paul M. a number of times to assist me in the update. When he gets the time this will get done. I believe coders are also very busy with vb3.8x as well.

cherylferraro 10-31-2008 02:16 PM

This mod is just what I'm looking for. I will install it as soon as it's updated to work with flashchat 5.

I'm also hoping that the invitation system you are working on for version 2.0 will be available soon.

Thank you for working on this. :)

dt-pain 12-23-2008 07:19 PM

All I get is a nice white blank page on my main VBA page.. but i guess this does not work with version 5.0.10?


All times are GMT. The time now is 01:27 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.01187 seconds
  • Memory Usage 1,767KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (17)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