Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cyb - ChatBox Details »»
Cyb - ChatBox
Version: 2.3, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.7.x Rating:
Released: 04-29-2008 Last Update: 09-21-2008 Installs: 1598
DB Changes Uses Plugins Auto-Templates
 
No support by the author.

Info:
Powerful AJAX-based ChatBox for vBulletin.

Main Features:
-One step installation (no file uploads, no manual template modifications required)
-Put ChatBox on any forum page by setting script name and adding variable to desired template
-"ChatBox Full" (always available on separate page)
-"Messages Archive" (available on separate page, with options to edit/delete messages)
-"ChatBox Search"
-Option to block usergroups from viewing ChatBox
-Option to delete messages older than x hours automatically
-"ChatBox Statistics" (new messages since last visit, messages in last x hours, total messages, top x chatters,...)
-View users active in ChatBox (available in CBFull and Archive)
-Text formatting options (color, weight, style, decoration,...)
-Advanced Smiliebox
-Smiliebox options: total smilies available, smilies per row, smilie clipping, disable smilies...
-A lot of customizable stuff, including: set new/old status icons, time/date format, box height, message order, auto-refresh intervals,...
-One-click actions: View all messages posted by user X, Delete all messages posted by user x, Ban/unban user from ChatBox, View last message posted by user X, View your last message, View first unread message
-"/me" action (used when you want to refer to yourself in the "third person")
...and more...

See screenshots for more details.

Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL (custom placement on forum page)
Open desired template and put "$cybchatbox" to desired line.

To set options:
Go to: AdminCP > vBulletin Options > Cyb - ChatBox

To have ChatBox enabled on desired page:
1. THIS_SCRIPT must be defined in php file (by default all important vBulletin files has this)
2. Hack options - You must add THIS_SCRIPT value for target page to "Show ChatBox on" setting field
3. Main template called on target page must contain "$cybchatbox" variable

To have ChatBox enabled on vBa CMPS:
1. Hack options - Add "adv_index" to "Show ChatBox on" setting field (values in this field should be separated by commas) > Save
2. vBa CMPS Default Settings - add "cybchatbox" to "Portal Output Global Variables" field (values in this field should be separated by carriage return) > Save
3. [Optional] Template "adv_portal" - add "$cybchatbox" to line where you want ChatBox to appear (for example below "$navbar") > Save

Versions:
v1.0 - Sep 15. 2007.
-First version
v1.1-v1.6 - Sep/Oct 2007.
-Bug fixes, improvements, several new options added,...
v1.7 - Oct 07. 2007.
-Released at vB.org
v1.8 - Oct 11. 2007.
-Fixed bug where moderators can not delete messages
-New: Set auto-refresh interval for messages
-New: Set auto-refresh interval for active users
-New: Option to enable auto-refresh for guests
-New: Option to reverse message order (newest at bottom)
v1.8.1 - Oct 11. 2007.
-Fixed bug where colspan in Archive is not set correctly for moderators
-Added ability to disable date in mesages (simply leave date field blank)
-Added option to have ChatBox always collapsed by default (ChatBox Full not affected)
v1.8.2 - Oct 12. 2007.
-Fixed bug (reversed message order gives wrong results)
-New: Set timecut in minutes for active users listing
-New: Automatically parse links in messages (can be disabled)
v1.8.3 - Oct 13. 2007.
-Auto-prune setting field restored
-Fixed bug where some users are logged-out after posting message
-Improved detection and listing of active users
-If user is active in ChatBox it will be shown in profile and wol list
v1.9 - Oct 15. 2007.
-New: Not all smilies are loaded on startup. Set how many of them you want to show before user clicks "More".
-New: "/me" user action ("/me" in submitted message will be replaced by author's username, and message appears in color you set)
-Minor bug fixes
v1.9.1 - Oct 15. 2007.
-Fixed bug from previous version where message area height not follows your settings properly
v1.9.2 - Nov 06. 2007.
-New option in user menu: View messages posted by user
-Option to allow users to delete their own messages
-Fixed bug where admin with primary usergroup different than 6 is not able to delete all messages
-Fixed bug where links to member profiles in messages are broken at "/member.php"
-"Delete Selected" moved to phrases
v1.9.3 - Nov 20. 2007.
-New: Set groups able to view Chatbox but not post messages
-New: Set groups able to edit/delete all messages, and ban/unban users from ChatBox
-New: Customize color list in message posting interface
-New: Ban list
-Fixed default text color
-Fixed some compatibility issues for "/me" action
-Fixed bug where some users get db error when importing product
-Fixed bug where you need to refresh page after "Busy" message to continue chatting
-Minor bug fixes
v1.9.4 - Nov 21. 2007.
-Fixed bug with changing colors in IE
-Some code optimization done
v1.9.5 - Nov 26. 2007.
-Fixed bugs with stripping html tags and "/me" action
v1.9.6 - Nov 29. 2007.
-New: ChatBox Search
-New: Click on message icon in main box to open message for editing/deletion
-Fixed bug with page navigation
-Minor bug fixes/code improvements
v1.9.7 - Dec 01. 2007.
-New: Find first unread message
-New: Find your last message
-New: Find last message by user X
v1.9.8 - Dec 05. 2007.
-New: Ban certain BB tags from being used in the ChatBox
-New feature in user messages view: "Locate this message in Archive"
-New: Message icons in Main box now opens Archive where requested message is highlighted
-New in "Top Chatters": Click on number to view chatter messages
-New in "My Messages": Click on number to view your own messages
-Fixed bug where space after username is lost in "/me" action message
v1.9.9 - Dec 06. 2007.
-New: Users with post count less than X can not view ChatBox
-New: Log/view/resolve IP addresses in CB messages
-Fixed bug with searching last message by user X
v2.0 - Apr 30. 2008.
-New: "Locate message in Archive" option in search results
-CSRF protection added
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
v2.1 - Jun 24. 2008.
-Fixed bug (users always shown using their primary group display parameters)
-Fixed bug (if there are whitespaces in banned tags setting it will not work properly)
-You can now choose which usergroups are able to moderate ChatBox (not just switch between 5/6/7)
-"Below Forums" added to auto-insert locations (ForumHome only)
-New: Option to disable parsing of manually entered smilie codes
-New: Disable message time in ChatBox (Archive not affected)
-New: Submit button added
-New: Option to change text size (display)
-New: Option to set width of [code], [php] and [html] BB code blocks in ChatBox
-New: Limit message lenght
-Several minor bug fixes/code improvements
v2.2 - Jul 10. 2008.
-New: auto-hiding Status bar to inform you about ChatBox activities
-Improved ChatBox performance
-Improved char counter compatibility/look
v2.3 - Sep 22. 2008.
-Fixed XSS vulnerability in ChatBox Search
-Improved Tags Banning feature
-Fixed bug (user can add forbidden tags by editing already posted message)
-Fixed bug (user blocked by low post count can access ChatBox on separate page if url is known)
-Fixed bug (page shifting on refresh in IE)
-Fixed bug (Smilies menu breaks row on expand in Opera)
-Minor bug fixes

MARK AS INSTALLED to get support and updates.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Dr.Haitham, lange, luckyline

Comments
  #352  
Old 07-18-2008, 10:42 AM
XiZa XiZa is offline
 
Join Date: Aug 2006
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will make a new update of the changed template sometime soon as there is a new version there is no point in giving the old template.

It would be nice if you could integrate both styles of the chatbox and let users choose which to use.
Reply With Quote
  #353  
Old 07-18-2008, 06:26 PM
Forgott3n Forgott3n is offline
 
Join Date: Oct 2007
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great! I'm writing custom rewrite rules for it now (vbSEO!)
Reply With Quote
  #354  
Old 07-18-2008, 06:59 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If all suggestions got put in place, the mod would be so big the forum take 20 secs to load
Reply With Quote
  #355  
Old 07-19-2008, 04:25 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cybernetec View Post
Kitmitsu, option will be available in next version.

PoetJA, I don't have modified version you are searching for.
Thanx for responding - I do like the idea of implementing both styles so Admins can choose.
Thanx,

Jacquii.

Quote:
Originally Posted by XiZa View Post
I will make a new update of the changed template sometime soon as there is a new version there is no point in giving the old template.

It would be nice if you could integrate both styles of the chatbox and let users choose which to use.
Yay! Will look forward to your post - Hopefully CYBERNETEC will implement both styles in the next update though so we can choose.

Thanx,

Jacquii.
Reply With Quote
  #356  
Old 07-19-2008, 01:35 PM
kotlt99 kotlt99 is offline
 
Join Date: Aug 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have set the minimum post requirement to see the chat box to 60.
But some of members with post lower than 60 just go to chatbox via the link:
http://link/misc.php?do=cchatbox

Could I do something to prevent that? :-?
It really annoy me
Reply With Quote
  #357  
Old 07-19-2008, 03:15 PM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Cybernetec
i have the same prob. that kotlt99 have it ..
Quote:
have set the minimum post requirement to see the chat box to 60.
But some of members with post lower than 60
plz look for that .


For up and down like:

i replace this template cyb_chatbox with the following
HTML Code:
capy the source of http://qtify.com/vb/misc/cyb_chatbox.txt
and i set :
Message listing area height (ChatBox) : 150
Message listing area height (ChatBox Full) : 450

and i replace this plugin Cyb - ChatBox - IL with the following
PHP Code:
if ($vbulletin->options['cybchatbox_enable_product'])
        {
            if (
$vbulletin->options['cybchatbox_script_locs']!='')
            {
                eval(
'$cybcb_locs = in_array(THIS_SCRIPT, array(misc,' $vbulletin->options['cybchatbox_script_locs'] . '));');
            }
            else
            {
                eval(
'$cybcb_locs = !in_array(THIS_SCRIPT, array(cybchatbox));');
            }

            function 
Ccb_userExcluded($cybcb_user)
            {
                return (
Ccb_checkExcluded($cybcb_user['userid'], 'cybchatbox_excluded_users') || Ccb_checkExcluded($cybcb_user['usergroupid'], 'cybchatbox_excluded_groups'));    
            }

            function 
Ccb_checkExcluded($cybcb_exc1$cybcb_exc2)
            {
                global 
$vbulletin;
                return 
in_array($cybcb_exc1iif($vbulletin->options[$cybcb_exc2], explode(','$vbulletin->options[$cybcb_exc2]), array()));
            }

            
$cybcb_hasenoughposts true;
            if ((
$vbulletin->userinfo['posts'] < $vbulletin->options['cybchatbox_excluded_pc']) AND !can_moderate())
            {
                
$cybcb_hasenoughposts false;
            }

            if (
in_array(THIS_SCRIPT, array($cybcb_locs)) AND !Ccb_userExcluded($vbulletin->userinfo) AND empty($vbulletin->userinfo['infractiongroupids']) AND $cybcb_hasenoughposts)
            {
                
$cybcb_canmod false;
                if (
is_member_of($vbulletin->userinfosplit(','$vbulletin->options['cybchatbox_can_mod'])))
                {
                    
$cybcb_canmod true;
                }

                if (
$vbulletin->options['cybchatbox_canviewonly']!='')
                {
                    
$cybchatbox_cantpost '1,'.$vbulletin->options['cybchatbox_canviewonly'];
                }
                else
                {
                    
$cybchatbox_cantpost '1';
                }
                
$cybcb_cantpost false;
                if (
is_member_of($vbulletin->userinfosplit(','$cybchatbox_cantpost)))
                {
                    
$cybcb_cantpost true;
                }

                if (
$vbulletin->options['cybchatbox_smiliestotal']!=0)
                {
                    
$db->hide_errors();
                    
$cybcb_get_smilies $vbulletin->db->query_read_slave("
                        SELECT smilieid, smilietext, smiliepath, smilie.title, imagecategory.title AS category
                        FROM " 
TABLE_PREFIX "smilie AS smilie
                        LEFT JOIN " 
TABLE_PREFIX "imagecategory AS imagecategory USING(imagecategoryid)
                        ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder
                        LIMIT 0, "
.$vbulletin->options['cybchatbox_smiliesinit']."
                    "
);
                    
$cybcb_smilies_total $vbulletin->db->num_rows($cybcb_get_smilies);
                    
$vbulletin->db->data_seek($cybcb_get_smilies0);
                    
$cybcb_i 0;
                    
$cybcb_smilie_bit = array();
                    while (
$cybcb_smilie $vbulletin->db->fetch_array($cybcb_get_smilies) AND ($cybcb_i++ < $cybcb_smilies_total))
                    {
                        
$cybcb_smilie_id += 1;
                        
exec_switch_bg();

                        if (
$cybcb_smilie_id==1)
                        {
                            
$cybcb_smilie_first $cybcb_smilie['smiliepath'];
                        }

                        
$cybcb_smilie_html '<a style="display:block;margin:2px;overflow:hidden;width:'.$vbulletin->options['cybchatbox_smiliesclip'].'px;height:'.$vbulletin->options['cybchatbox_smiliesclip'].'px;" href="javascript:void(0);" onclick="return Ccb_insertSmilie(\''.str_replace("'""\'"$cybcb_smilie['smilietext']).'\')"><img onmouseover="return Ccb_updateSmiliePreview(this.src);" src="'.$cybcb_smilie['smiliepath'].'" alt="'.$cybcb_smilie['title'].'" border="0" /></a>';
                        
$cybcb_smilie_bit[] = '<td class="'.$bgclass.'">'.$cybcb_smilie_html.'</td>';
                        if (
sizeof($cybcb_smilie_bit) == $vbulletin->options['cybchatbox_smiliesperrow'])
                        {
                            
$cybcb_smilie_cell implode(''$cybcb_smilie_bit);
                            
$cybcb_smilie_bits .= '<tr align="center">'.$cybcb_smilie_cell.'</tr>';
                            
$cybcb_smilie_bit = array();
                        }
                    }
                    
$cybcb_smilies_remaining sizeof($cybcb_smilie_bit);
                    if (
$cybcb_smilies_remaining 0)
                    {
                        
$cybcb_smilies_colrem $vbulletin->options['cybchatbox_smiliesperrow'] - $cybcb_smilies_remaining;
                        
$cybcb_smilie_bit[] = '<td colspan="'.$cybcb_smilies_colrem.'">&nbsp;</td>';
                        
$cybcb_smilie_cell implode(''$cybcb_smilie_bit);
                        
$cybcb_smilie_bits .= '<tr align="center" valign="bottom">'.$cybcb_smilie_cell.'</tr>';
                    }
                    
$db->show_errors();
                    unset(
$cybcb_get_smilies$cybcb_smilie);
                    
$cybcb_smilies_init '<table cellpadding="2" cellspacing="0" border="0" align="center">'.$cybcb_smilie_bits.'</table>';
                }

                if (
$_REQUEST['do']!='cchatbox')
                {
                    
$cybcb_height_messarea $vbulletin->options['cybchatbox_height'].'px';
                    
$cybcb_height_input = ($vbulletin->options['cybchatbox_height']-100).'px';
                    
$cybcb_height_smblock = ($cybcb_height_input-12).'px';
                }
                else
                {
                    
$cybcb_height_messarea $vbulletin->options['cybchatbox_height_full'].'px';
                    
$cybcb_height_input = ($vbulletin->options['cybchatbox_height_full']-400).'px';
                    
$cybcb_height_smblock = ($cybcb_height_input-12).'px';
                }
                
$cybcb_height_input_wstatus = ($cybcb_height_input 20).'px';

                
$db->hide_errors();
                
$cybcb_get_newstat $vbulletin->db->query_read("
                    SELECT id
                    FROM " 
TABLE_PREFIX "cyb_chatbox AS cyb_chatbox
                    WHERE dateline > '"
.$vbulletin->userinfo['lastvisit']."'
                "
);
                
$db->show_errors();
                if (
$db->num_rows($cybcb_get_newstat)>0)
                {
                    
$cybcb_newstat construct_phrase($vbphrase['cybcb_x_new_messages'], $db->num_rows($cybcb_get_newstat));
                }
                else
                {
                    
$cybcb_newstat $vbphrase['cybcb_no_new_messages'];
                }

                
$cybcb_colorlist explode(',',str_replace(' '''$vbulletin->options['cybchatbox_textcolors']));
                foreach (
$cybcb_colorlist AS $cybcb_color)
                {
                    
$cybcb_colors .= '<option style="background-color:'.$cybcb_color.';color:'.$cybcb_color.';" value="'.$cybcb_color.'">&nbsp;</option>'."\n";
                }

                
$vbulletin->input->clean_gpc('c''ccb_m_size'TYPE_UINT);
                
$cybcb_textsize $vbulletin->GPC['ccb_m_size'];
                if (!
$cybcb_textsize)
                {
                    
$cybcb_textsize 11;
                }

                
$cybcb_sizelist explode(',',str_replace(' '''$vbulletin->options['cybchatbox_textsizes']));
                foreach (
$cybcb_sizelist AS $cybcb_size)
                {
                    eval(
'$cybcb_sizes .= " <option value="'.$cybcb_size.'" " . iif($cybcb_textsize==$cybcb_size," selected="selected"","").">'.$cybcb_size.'px</option> "."\n";');
                }
                
$cybcb_textsize .= 'px';

                
$cybcb_sectok $vbulletin->userinfo['securitytoken'];
                if (!
$cybcb_sectok)
                {
                    
$cybcb_sectok 'none';
                }

                eval(
'$cybchatbox = "' $vbulletin->templatecache['cyb_chatbox'] . '";');

                if (
$vbulletin->options['cybchatbox_page_loc']>0)
                {
                    if ((
THIS_SCRIPT!='misc') AND ($vbulletin->options['cybchatbox_page_loc']==1))
                    {
                        
$vbulletin->templatecache['navbar'] = $vbulletin->templatecache['navbar'].'$cybchatbox <br />';
                    }
                    if ((
THIS_SCRIPT!='misc') AND ($vbulletin->options['cybchatbox_page_loc']==2))
                    {
                        
$vbulletin->templatecache['footer'] = '<br /> $cybchatbox'.$vbulletin->templatecache['footer'];
                    }
                    if ((
THIS_SCRIPT!='misc') AND ($vbulletin->options['cybchatbox_page_loc']==3))
                    {
                        
$vbulletin->templatecache['FORUMHOME'] = str_replace('$ad_location[ad_forumhome_afterforums]''$ad_location[ad_forumhome_afterforums] $cybchatbox'$vbulletin->templatecache['FORUMHOME']);
                    }
                }

                if ((
$vbulletin->options['cybchatbox_auto_prune']>0) AND $vbulletin->userinfo['userid'])
                {
                    
$cybcb_prunetime TIMENOW - ($vbulletin->options['cybchatbox_auto_prune'] * 3600);
                    
$db->hide_errors();
                    
$vbulletin->db->query_write(" DELETE FROM " TABLE_PREFIX "cyb_chatbox WHERE dateline < '".$cybcb_prunetime."' ");
                    
$db->show_errors();
                }
            }

            if (!
Ccb_userExcluded($vbulletin->userinfo) AND empty($vbulletin->userinfo['infractiongroupids']) AND !$cybcb_cantpost)
            {
                
$cybcb_navbarlink "<a href="misc.php?do=cchatbox">".$vbphrase['cybcb_chatbox_full']."</a>";

                if (
$vbulletin->options['cybchatbox_autoinsertlink'])
                {
                    
$vbulletin->templatecache['navbar'] = str_replace('vbphrase[faq]</a></td>','vbphrase[faq]</a></td><td class="vbmenu_control">$cybcb_navbarlink</td>',$vbulletin->templatecache['navbar']);
                }
            }
        } 
this is what i do , not professional but it is done ..


Cybernetec ,
may you add this features in next version ,
Users with post count less than X can not post messages
Reply With Quote
  #358  
Old 07-19-2008, 09:54 PM
Valter Valter is offline
 
Join Date: Aug 2005
Location: Sarajevo
Posts: 2,432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will be fixed in next version.
Reply With Quote
  #359  
Old 07-20-2008, 09:51 PM
WildSoftCat WildSoftCat is offline
 
Join Date: Mar 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To use Favorite Smilies : https://vborg.vbsupport.ru/showthread.php?t=123116

Replace this

PHP Code:
                    $cybcb_get_smilies $vbulletin->db->query_read_slave("
                        SELECT smilieid, smilietext, smiliepath, smilie.title, imagecategory.title AS category
                        FROM " 
TABLE_PREFIX "smilie AS smilie
                        LEFT JOIN " 
TABLE_PREFIX "imagecategory AS imagecategory USING(imagecategoryid)
                        ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder
                        LIMIT 0, "
.$vbulletin->options['cybchatbox_smiliesinit']."
                    "
);        


$cybcb_smilies_total $vbulletin->db->num_rows($cybcb_get_smilies); 
with this

PHP Code:
############### FAVORITE SMILIES #################
                  
global $permissions;
                  if ((
$vbulletin->userinfo['favsmilies']) AND ($vbulletin->options['favsmiliesactive']) AND ($permissions['favsmiliepermissions'] & $vbulletin->bf_ugp_favsmiliepermissions['canusefavsmilies'])) {
                
$show['favsmilies'] = true;
                
$favsmilies str_replace(" "", "$vbulletin->userinfo['favsmilies']);
                
$cybcb_get_smilies $vbulletin->db->query_read_slave("
                    SELECT smilieid, smilietext, smiliepath, smilie.title,
                        imagecategory.title AS category
                    FROM " 
TABLE_PREFIX "smilie AS smilie
                    LEFT JOIN " 
TABLE_PREFIX "imagecategory AS imagecategory USING(imagecategoryid)
                    WHERE smilieid IN (
$favsmilies)
                    ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder
                "
);
                
$favsmtotal $vbulletin->db->num_rows($cybcb_get_smilies);
                
$smilietotal $vbulletin->db->query_first("SELECT COUNT(*) as total FROM " TABLE_PREFIX "smilie");
                
$cybcb_smilies_total $smilietotal['total'];
            }
            else {
                
$cybcb_get_smilies $vbulletin->db->query_read_slave("
                    SELECT smilieid, smilietext, smiliepath, smilie.title,
                        imagecategory.title AS category
                    FROM " 
TABLE_PREFIX "smilie AS smilie
                    LEFT JOIN " 
TABLE_PREFIX "imagecategory AS imagecategory USING(imagecategoryid)
                    ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder
                "
);
                
$cybcb_smilies_total $vbulletin->db->num_rows($cybcb_get_smilies);
            }
############### /FAVORITE SMILIES ################ 
Reply With Quote
  #360  
Old 07-21-2008, 06:14 PM
SA_TGAZ SA_TGAZ is offline
 
Join Date: Aug 2007
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

we have been running vbshout for a couple years now and just started using this chat box today; so far so good!
Reply With Quote
  #361  
Old 07-21-2008, 08:12 PM
Subah's Avatar
Subah Subah is offline
 
Join Date: Feb 2006
Location: KUWAIT
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to let the chat box shows only in one forum and not on the forumhome ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14147 seconds
  • Memory Usage 2,480KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (3)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete