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 - VSa - ChatBox (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=235271)

innova 05-26-2011 06:18 PM

New install of 4.1.3 + latest VSA. Everything working fine, but had to change VB Cookie Domain to .example.com to fix a login loop occurring when accessed from http://example.com vs http://www.example.com.

Now, everything still works except for VSA is stuck in Loading when the site is accessed via http://example.com.

I've read the forums a few times and can't find this specific issue.

Thanks in advance,

-innova

crazymilk 05-26-2011 06:42 PM

Sorry if this has been answered, but can you have this on the vbadvanced

hackeruk 05-26-2011 08:35 PM

how do i change the colour for the post to start with to white insted of black

crazymilk 05-27-2011 01:24 PM

This didn't work for me?

Originally Posted by gothicuser View Post

Works in vBA out-the-box m8
All I did was create a new template 'adv_portal_shout' with content as
Code:

{vb:raw vsachatbox}

then in vBA admincp created a new template module, using the above template and turning 'Module Wrapper Template' off.
In chatbox CP I set 'Show chatbox on pages' to
Code:

adv_index

and 'Show ChatBox in templates' to
Code:

adv_portal_shout

and set 'Position on Page' to 'Disabled'

leejohn02 05-27-2011 02:26 PM

does anyone know how to set the mod delete to more than just admin, only my admin can delete all the messages to help keep our CPU lower, is there a way we can set it for other groups as well cheers when i do the settings in the acp they can delete 1 page only at a time

innova 05-27-2011 05:08 PM

bump.

Quote:

Originally Posted by innova (Post 2200284)
New install of 4.1.3 + latest VSA. Everything working fine, but had to change VB Cookie Domain to .example.com to fix a login loop occurring when accessed from http://example.com vs http://www.example.com.

Now, everything still works except for VSA is stuck in Loading when the site is accessed via http://example.com.

I've read the forums a few times and can't find this specific issue.

Thanks in advance,

-innova


Videx 05-27-2011 06:01 PM

Quote:

Originally Posted by innova (Post 2200642)
bump.

If I do a "search this mod" for "Loading" I get a lot of hits. Some say it's a browser issue, some say it just started working on it's own. Have you tried it in all 4-5 browsers?

innova 05-27-2011 06:36 PM

Quote:

Originally Posted by Videx (Post 2200650)
If I do a "search this mod" for "Loading" I get a lot of hits. Some say it's a browser issue, some say it just started working on it's own. Have you tried it in all 4-5 browsers?

Thanks for the reply, much appreciated.

Seems to be the same on FF/Safari/Chrome/Mobile Safari. Strange it's only when I access it through example.com vs www.example.com. Not a coder by any means, but can't seem to find where it might be when going through it. Been trying to think of a workaround but no way to distinguish a user coming in on www vs nonWWW.

-innova

Ozymandyus 05-27-2011 06:46 PM

I don't think that's a problem with ChatBox per se, but sounds like the global cookie setting for your vBulletin installation might be misconfigured. You might play around under Options, Cookies and HTTP Header Options, Cookie Domain. Sometimes modifying that setting can help with situations like this.

innova 05-27-2011 06:47 PM

Quote:

Originally Posted by innova (Post 2200658)
Thanks for the reply, much appreciated.

Seems to be the same on FF/Safari/Chrome/Mobile Safari. Strange it's only when I access it through example.com vs www.example.com. Not a coder by any means, but can't seem to find where it might be when going through it. Been trying to think of a workaround but no way to distinguish a user coming in on www vs nonWWW.

-innova

Just found a good workaround, and it keeps with SEO best practices as well, figured I'd share since too many people figure out their problems and don't post the fix.

Using .htaccess to redirect nonWWW to www.

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]


Too many people figure out their problems and don't post the fix, so thanks again for the replies.

Source of fix


-innova


All times are GMT. The time now is 06:15 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.03674 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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