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)
-   -   Integration with vBulletin - Official AddonChat Product (https://vborg.vbsupport.ru/showthread.php?t=233009)

beatyourtruck 01-14-2011 09:50 PM

Quote:

Originally Posted by worried (Post 2148894)
For several upgrades your plugin isn't lining up with the rest of the What's Going On section. It's to the left of everything else and the text is wrapping. Can you upgrade your plug-in now vB has moved to 4.1?


I ran into the same thing. Toss this in your additional.css file and adjust to your liking. I am sure there is a better way but this shoves the Whos Chatting over to the right and then adjusts the online users back to the left. **sigh** Seems silly but it is the only way I could get it to work. Someone else may have a better fix without having to push the online forum members back over? This works though! :)

PHP Code:

/*  left margin push for whos chatting and then push member list back over */
#wgo_onlineusers.wgo_subblock {
margin-left18px;
margin-bottom4px;
}

#wgo_onlineusers.wgo_subblock.section {
margin-left: -3px;
}

#wgo_onlineusers.wgo_subblock h3 {
font-weightbold;
margin-left: -5px;
}
/*  end whos chatting on forum home tweak */ 


worried 01-14-2011 09:58 PM

Thanks for sharing that fix.

beatyourtruck 01-14-2011 11:04 PM

No problem! It was a pain (for me anyway) to get things shifted around......no need for you to suffer also. ;) You may have to tweak some of the margins a little for your forum.

zelgadis 01-15-2011 08:59 AM

Quote:

Originally Posted by beatyourtruck (Post 2149161)
I ran into the same thing. Toss this in your additional.css file and adjust to your liking. I am sure there is a better way but this shoves the Whos Chatting over to the right and then adjusts the online users back to the left. **sigh** Seems silly but it is the only way I could get it to work. Someone else may have a better fix without having to push the online forum members back over? This works though! :)

PHP Code:

/*  left margin push for whos chatting and then push member list back over */
#wgo_onlineusers.wgo_subblock {
margin-left18px;
margin-bottom4px;
}

#wgo_onlineusers.wgo_subblock.section {
margin-left: -3px;
}

#wgo_onlineusers.wgo_subblock h3 {
font-weightbold;
margin-left: -5px;
}
/*  end whos chatting on forum home tweak */ 



You can find the fix for the WGO problem in the official addonchat forums.
The fix is here.

pulsionpleinair 01-25-2011 01:21 PM

Hello,

I am having difficulty installing the addonchat.
I can see it in Plugins &product, but I do not see the application Addonchat in my admincp? can youhelp me?

I have the version Vbulletin 4.1.1 and i am not advanced users.

I did fallow thos steps:
************************************
Installation (Not so Advanced Users)
************************************

1. Copy the contents within the upload/ folder to your main vBulletin
folder using an FTP client or similar. This folder is often called
forums/ or forum/.

a. The following files will be in your main forum folder:
addonchat.php
addonchat_auth.php
addonchat_close.php
addonchat_func.php

b. The following files will be in your includes/ folder:
functions_addonchat.php

c. The following files will be in your includes/cron/ folder:
addonchat_dbmaint.php
addonchat_who.php

d. The following files will be in your includes/xml/ folder:
bitfield_addonchat.xml
cpnav_addonchat.xml

e. The following files will be in your admincp/ folder
addonchat.php

e. The following files will be in your images/addonchat/ folder
wgo.png

2. Login to your vBulletin AdminCP and install the product-addonchat.xml product:

a. Login to your vBulletin AdminCP
(e.g., http://www.mysite.com/forums/admincp/)

b. Expand the Plugins & Products menu shown in the left hand side frame

c. Click 'Manage Products'

d. Click '[Add/Import Product]' from the Plugin & Products System page

e. In the 'Import Product' box, click the 'Browse...' button.

f. Select the product-addonchat.xml file and click 'Open' (or similar)

g. Click the 'Import' button to begin installation.


Thanks

Pierre

Chrissy_Ratbag 02-16-2011 09:30 PM

pulsionpleinair - It appears at the top of the admincp navigation panel.

I've installed, added etc but I can't see it on my forum page anywhere? Where am I suppose to look?

Saviour 03-02-2011 01:37 PM

1 Attachment(s)
I apologize if this has been covered before.

I'm using vb 4.1.2.

Everything seems to be working perfectly except for two things...

1. I've checked usergroup settings and have allowed guests to chat but not create rooms. If I logout of my board and visit the chat, the icon to add a room is still there and I'm able to add a room.

2. Who's Chatting display does not align with the rest of What's Going On? See attachment.

Is there a way to fix the above two items?

Thanks, in advance.

Saviour 03-02-2011 09:08 PM

1 Attachment(s)
I did my own fix for the above post:

Edit template addonchat_who
Just delete what's in that template and replace it with the following;
Code:

<vb:if condition="$addonchat['enabled'] == 1">
  <vb:if condition="$addonchat['user_count'] > 0">
      <div id="wgo_onlineusers" class="wgo_subblock section">
      <h3 class="blocksubhead"><img src="images/addonchat/wgo.png"

alt="{vb:rawphrase addonchat_whos_chatting}" />{vb:rawphrase

addonchat_whos_chatting}</h3>
        <div>
                <p>
                  {vb:rawphrase addonchat_users_online,

{vb:raw addonchat.user_count}}
                </p>
                <ol class="commalist" id="wgo_addonchat_list">
                        {vb:raw addonchat_activeusers}
                </ol>
          </div>
      </div>
  </vb:if>
</vb:if>

Now mine looks like the included attachment...

attroll 04-01-2011 07:21 PM

I know this was brought up before and I cannot not see where it has been answered.
Is there a way to create a widget that displays who is in chat?

BF777 04-06-2011 05:55 PM

A few questions.

1. Is there any way to adjust the setting so that user stats are picked up a little faster? Yesterday I was testing out the chatroom with a few members and the "Who's Chatting" box didn't update for at least 5 minutes. Same goes for the navbar "Chat Room (4)."

2. This looks great in FireFox. However, the same cannot be said of Explorer. When I open up the Chatroom in Explorer, the chat box is smaller and there's a big white block with vbseo (SEO mod I have installed) copyright information. Is there way to prevent the footer copyright info from being picked up like that in Explorer? This is not an issue in FireFox as the footer copyright info doesn't even show up in that browser.

Thank you for your assistance.


All times are GMT. The time now is 09:12 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.01434 seconds
  • Memory Usage 1,762KB
  • 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
  • (2)bbcode_php_printable
  • (2)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