vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - Envolve Chat Integration Module (https://vborg.vbsupport.ru/showthread.php?t=255443)

Bonjax 07-24-2011 01:46 PM

Andrew, you have people on your website that are listed as using your chat system but they are no longer use it. You list Lacuna Expanse on your home page as using envolve but when I go to your site they aren't using your product.

Then when checking out your blog where you have an article on how Envolve has been upgraded for vBulletin you have StarHawkCenter who tried out your system but when I go to their site they aren't using envolve.

Another concern is that there are no links to vBulletin installations on your vBulletin blog article.

In fact, I can't find any successful forum installations on your web page. Perhaps you have been busy and haven't updated your web page but I'd be interested to see links to successful vBulletin instllations.

Btw, we are migrating to vBulletin are interested in purchasing the product but would like to see installations that have been working and have some longevity. I don't want to be adding and subtracting features to the site as they isn't fair to our members. I want to find something that works and stay with it.

Thank You

andrew.lee 07-24-2011 02:31 PM

Bonjax - the majority of our customers use our chat inside their login walls, so you won't see the chat unless you have an account (in many cases for vBulletin, you not only need an account, but you have to be in certain user groups to have it active).

Both the sites you listed actually are still using it and are quite happy. Here are some examples:
1) http://www.gatheringstatic.com/forums/ (does not require login)
2) Lacuna Expanse: http://us1.lacunaexpanse.com/ (does not require login)
3) StarHawkCenter: http://www.starhawkcenter.net/ (requires login)
4) http://www.benzoexodus.com/forum/ (requires login)
5) http://forums.phoenixrising.me/ (requires login)

You can take a look at many of the forums in people from this thread as well, as a good chunk of them are using it on their sites.

Bonjax 07-24-2011 05:21 PM

Andrew, thanks for the reply on your user base.

You may want to update your website to reflect that information as it looks like you are touting users that you either don't have or have tried your product and left. Just a thought..

I'm surprised that folks are using Envolve behind a user wall. What is the thinking and or the positives in not letting guests see the chat? It seems like one of the best features of your product is that folks can see it and when they want to join in they have to register on your site which results in new members.

I'm interested to hear your feedback as well as anyone who is using the product in that manner.

Keep up the good work Andrew, I look forward to ordering your product soon for our launch on August 1.

BirdOPrey5 07-24-2011 07:21 PM

Quote:

Originally Posted by Bonjax (Post 2224409)
Andrew, thanks for the reply on your user base.

You may want to update your website to reflect that information as it looks like you are touting users that you either don't have or have tried your product and left. Just a thought..

I'm surprised that folks are using Envolve behind a user wall. What is the thinking and or the positives in not letting guests see the chat? It seems like one of the best features of your product is that folks can see it and when they want to join in they have to register on your site which results in new members.

I'm interested to hear your feedback as well as anyone who is using the product in that manner.

Keep up the good work Andrew, I look forward to ordering your product soon for our launch on August 1.


We use envolve as an "opt-in" system from the User CP- the reason being many members complain any chat software on the site will get the whole site blocked at their jobs that have firewalls in to detect and block real-time chat sites.

Bonjax 07-24-2011 09:25 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2224451)
We use envolve as an "opt-in" system from the User CP- the reason being many members complain any chat software on the site will get the whole site blocked at their jobs that have firewalls in to detect and block real-time chat sites.

Thanks for that feedback, wasn't aware of that. That would be a concern although I wonder how many new members are gained by having an open system. Would they more than offset the current users that can't access the site?

If the chat box is enabled for everybody some now may be blocked at work but many have cellphones and they can access the forum when not at work.

Wish I had more data to make the call, guess it would be trial and error.

How do you make it an "opt-in" system? is there a page where people can click on something to "opt in"? Or do you use another method?

Appreciate your feedback.

BirdOPrey5 07-24-2011 10:03 PM

Quote:

Originally Posted by Bonjax (Post 2224495)
Thanks for that feedback, wasn't aware of that. That would be a concern although I wonder how many new members are gained by having an open system. Would they more than offset the current users that can't access the site?

If the chat box is enabled for everybody some now may be blocked at work but many have cellphones and they can access the forum when not at work.

Wish I had more data to make the call, guess it would be trial and error.

How do you make it an "opt-in" system? is there a page where people can click on something to "opt in"? Or do you use another method?

Appreciate your feedback.

I made a custom user profile field in the Admin CP, User Profile Field Manager.

Make a single selection radio box.

Options:
Yes
No

Not required.

Then edit this plugin in Plugin Manager...

Put the ENTIRE code of the plugin inside a conditional like:

Code:

if ($vbulletin->userinfo['field5'] == "Yes")
{

  // all original code here

}

where "field5" is whatever field number vbulletin assigns to your new field:
field5, field6, field7, whatever...

Note: Check carefully because the field number is not always the same as the display order- you don't care about the display order, just the field number.

Bonjax 07-24-2011 10:50 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2224504)
I made a custom user profile field in the Admin CP, User Profile Field Manager.

Make a single selection radio box.

Options:
Yes
No

Not required.

Then edit this plugin in Plugin Manager...

Put the ENTIRE code of the plugin inside a conditional like:

Code:

if ($vbulletin->userinfo['field5'] == "Yes")
{

  // all original code here

}

where "field5" is whatever field number vbulletin assigns to your new field:
field5, field6, field7, whatever...

Note: Check carefully because the field number is not always the same as the display order- you don't care about the display order, just the field number.

BOP, thanks for the feedback! Is it easy to turn Envolve off and on? Looking at the user panel I can't see where there's an on/off button. Is there another way? What would probably work for me is to have it on before 8 AM and after 6 PM. That is when 95% of folks are at work in offices and are in front of computers.

Thanks again for your great feedback.

BirdOPrey5 07-24-2011 11:26 PM

Quote:

Originally Posted by Bonjax (Post 2224532)
BOP, thanks for the feedback! Is it easy to turn Envolve off and on? Looking at the user panel I can't see where there's an on/off button. Is there another way? What would probably work for me is to have it on before 8 AM and after 6 PM. That is when 95% of folks are at work in offices and are in front of computers.

Thanks again for your great feedback.

The Single Selection Radio Box, you name the options. I use "Yes" and "No" because my question is: Enable Real-time chat?

But if you want to ask "Turn chat on or off" you could name your options on and off.

All the work turning it on and off is done by the conditional in the plugin code. That chat only uses 1 plugin so it's just 1 edit to turn it on and off.

Doing it by time would be a lot harder (relatively speaking) plus you'd have to account for timezones- assuming you have users all around the country or even the world.

Much better IMO to let users turn it on or off. Plus many might be on home/school networks who don't care.

Bonjax 07-25-2011 11:50 AM

Thanks for the input, BOP. I've decided keep the chat up all day long. For those folks who have sites with chat on them blocked at work, that is what cellphones are for. :D

Speaking of cellphones, does Envolve work with the vBulletin Apps or TapaTalk?

andrew.lee 07-26-2011 12:39 AM

Thanks so much BirdOfPrey for all the info. Bonjax, you might also want to try adding this to the footer of your page:

<script type="text/javascript">
envoOptions={defaultToOff: true};
</script>

This will turn it off by default as well, but allow your users an easy way to turn it back on (it'll put a little button in the corner.

Unfortunately I'm not familiar with TapaTalk, but please do give it a shot and let us know how it goes!


All times are GMT. The time now is 03: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.01180 seconds
  • Memory Usage 1,759KB
  • 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
  • (5)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
  • (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