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)
-   -   Add-On Releases - Official AddonChat Product (https://vborg.vbsupport.ru/showthread.php?t=179346)

Boofo 05-18-2008 02:55 PM

Well, my cookies are set and they don't work. The reason I reported it here is because the hack was released here. I already have 1 support ticket that isn't being answered.

Grim77 05-18-2008 03:04 PM

Boofo -- Techs are off on the weekends -- Your open ticket was responded to at 3:55pm yesterday and you acknowledged it today at 11:08am -- that is the only ticket we have on record from you. Simply respond to the last eMail sent from our tech, Anthony, and ask that your ticket be assigned to Chris and we'll take care of you.

codershark 05-18-2008 03:08 PM

I want do zhe manuell edits for my self please. Can you help or not ?

Grim77 05-18-2008 05:57 PM

Quote:

Originally Posted by codershark (Post 1523640)
I want do zhe manuell edits for my self please. Can you help or not ?

You haven't given me much to go on, so I'm going to assume your templates are either out of date or you're using a custom template that isn't respecting the VB template hooks.

If you want to do it yourself, I'd use the addonchat nav template as a guide, possibly manually paste it into your main navbar template in the location you'd like it. You may have to edit it to match any customizations to your navbar table. I really can't help much more without actually seeing the problem. The script as-is should automatically integrate itself into the menu provided you're using a VB 3.7 compatible template.

hobbybox 05-20-2008 10:04 PM

Chris,

Id like to create a box in vBadvanced for this chat...I dont want a link on my Navbar...

What code can I use to call the names of those in the chat room into a box (i know the code for the box and what not) so they are listed 1 after another (with a scroll bar if needed)

Grim77 05-20-2008 10:21 PM

Quote:

Originally Posted by hobbybox (Post 1526195)
Chris,

Id like to create a box in vBadvanced for this chat...I dont want a link on my Navbar...

What code can I use to call the names of those in the chat room into a box (i know the code for the box and what not) so they are listed 1 after another (with a scroll bar if needed)

If I understand correctly, you want to show a list of Who's Chatting in a box -- not the chat room itself?

For a who's chatting box, you'd basically just have to query the addonchat_who table (note that the vBulletin table prefix is not used) then parse the data for display -- usually you'd use a template and a cached template bit to display the content.

Here is a generic example of echoing the usernames using VB commands...
PHP Code:

$result "";
$query "SELECT id,username,subroom,hidden,uid,admin FROM addonchat_who";
$addonchat_who_list $db->query_read($query);
while(
$addonchat_who $db->fetch_array($addonchat_who_list) {
   
/* This is where you'd build your template guts (using a bit if needed) */
   
$result .= $addonchat_who['username'] . "<br>\n";
}
/* This is where you'd display your template */
print $result


hobbybox 05-20-2008 10:37 PM

More complicated then in the past - im not sure how to do this...

In the past I was able to use iframe command and it would pull it that way. I appreciate the response but I have no clue on how to do a template and cached template.

Grim77 05-20-2008 11:38 PM

Quote:

Originally Posted by hobbybox (Post 1526227)
More complicated then in the past - im not sure how to do this...

In the past I was able to use iframe command and it would pull it that way. I appreciate the response but I have no clue on how to do a template and cached template.

Ah, I see -- you're referring to our stock Who's Chatting link code; I thought you were looking for something more VB specific. While I don't recommend it for very popular boards (because it can cause lag) you can still use the same who's chatting link code, or create a new code from your AddonChat control panel in the Settings -> Site Integration -> Who's Chatting section. From that page, set it up how you'd like it to display, then click the button on the bottom of the page to view a sample and get the HTML code.

carsafety 05-21-2008 03:27 AM

Been an Enterprise Plus user for well over a year now. Just upgraded to 3.7 and the AddonChat integration updates and improvements are great. Thanks!

One thing I would like in the future now that you have individual usergroup permissions. For those usergroups that cannot access the chat room, can you add another option or make it so the "Chat" section of the Navbar is invisible so they don't even see that option?

Grim77 05-21-2008 11:15 AM

Quote:

Originally Posted by carsafety (Post 1526399)
Been an Enterprise Plus user for well over a year now. Just upgraded to 3.7 and the AddonChat integration updates and improvements are great. Thanks!

One thing I would like in the future now that you have individual usergroup permissions. For those usergroups that cannot access the chat room, can you add another option or make it so the "Chat" section of the Navbar is invisible so they don't even see that option?

We're going to add a "User is Banned from Chat Room" item or similar to the usergroup settings in the next minor update which will override all other settings. I'll also add your suggestion to our development to-do list :) Thank you.


All times are GMT. The time now is 03:32 AM.

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.01394 seconds
  • Memory Usage 1,751KB
  • 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_php_printable
  • (4)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