vBulletin Mods

The Official vBulletin Modifications Site
http://www.vbulletin.org/forum/showthread.php?t=235271

Stuck in Loading
by innova
26 May 2011 19:18

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 26 May 2011 19:42

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

hackeruk 26 May 2011 21:35

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

crazymilk 27 May 2011 14:24

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 27 May 2011 15:26

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 27 May 2011 18:08

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 27 May 2011 19:01

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 27 May 2011 19:36

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 27 May 2011 19:46

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 27 May 2011 19:47

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

Mikevet1984 28 May 2011 08:30

Is it possible the admin to add a sticky message in this chatbox ?

ghaleon7 28 May 2011 09:32

Why am I getting this message: Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: Display_Visitors_User in [path]/includes/functions.php on line 4097 ?

Valter 28 May 2011 13:40

"Display_Visitors_User" is not part of this product.

dany_danay 28 May 2011 19:22

wrong post

leejohn02 28 May 2011 20:45

right since i got bumped can someone please tell me how i can make the mod delete for all moderators and not admins only or does no one actually no


All times are GMT. The time now is 07:46.

Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2001 - , vbulletin.org. All rights reserved.