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

Reply
 
Thread Tools
GCBOS Widget for vb Suite Gold! Details »»
GCBOS Widget for vb Suite Gold!
Version: 1.00, by min0taur min0taur is offline
Developer Last Online: Jun 2012 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.0.x Rating:
Released: 12-27-2009 Last Update: Never Installs: 31
Template Edits
Re-useable Code Translations  
No support by the author.

I made this Widget Because I Want to Add Shout Box at the Main Page Side Bar of My Site.

THIS Instruction Assumes that You Already Installed the GCBOS Shout Box
Instructions:

Admin CP > Styles & Templates > Style Manager > YOUR TEMPLATE > Add New Template



Code:
<div class="cms_widget"><div class="block"><div class="cms_widget_header"><h3>ShoutBox</h3></div><div class="cms_widget_content"><!-- GCBOS --><div class="forumrowdata"><p class="subforumdescription" id="gcbos_notice"></p></div></div><ol id="c_gcbos" class="childforum"><li id="gcbos3" class="forumbit_post L2"><div class="forumrow table"><div  id="gcbos_console" style="height: 400px; overflow: auto;width:100%">Loading...</div><vb:if condition="$show['member']"><input type="text" id="gcbos_input" style="width: 92%; height: 19px; margin: 1px;float:left;" autocomplete="off" /><button type="button" onclick="gcbos.sendInput();" style="width: 0%; height: 0px; margin: 0px; float: right;"></button><vb:else /><center>You Need to <a href="register.php">Register</a> to be Able Shout</center></vb:if><script type="text/javascript">
gcbos = new gcbos_engine();
YAHOO.util.Event.onDOMReady(gcbos.init, gcbos, gcbos);
</script><!-- /GCBOS --></div></div></div>
then Go to Admin CP > vBulletin CMS > Widgets > Create New Widget






Click Save Add The Widget to Your Layout....

Live Screenshot:


You Can Improve this Tool If you Want

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-04-2010, 10:18 AM
SLY LS1's Avatar
SLY LS1 SLY LS1 is offline
 
Join Date: May 2007
Location: Melbourne Australia
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by min0taur View Post
No It Ignores that and only use the template I tested it and works

So what do you run it as, PHP, HTML or Text ?
Reply With Quote
  #23  
Old 01-07-2010, 11:03 AM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I modified the above code a bit to prevent the chat from attempting to load if the user is a guest.

Code:
<vb:if condition="$bbuserinfo['userid']">
<div class="cms_widget"><div class="block"><div class="cms_widget_header"><h3>Shout Box</h3></div><div class="cms_widget_content"><!-- GCBOS --><div class="forumrowdata"><p class="subforumdescription" id="gcbos_notice"></p></div></div><ol id="c_gcbos" class="childforum"><li id="gcbos3" class="forumbit_post L2"><div class="forumrow table"><div  id="gcbos_console" style="height: 130px; overflow: auto;width:100%">Loading...</div><vb:if condition="$show['member']"><input type="text" id="gcbos_input" style="width: 90%; height: 19px; margin: 1px;float:left;" autocomplete="off" /><button type="button" onclick="gcbos.sendInput();" style="width: 9%; height: 22px; margin: 0px; float: right;">Submit!</button><vb:else /><center>You Need to <a href="register.php">Register</a> to be able Shout</center></vb:if><script type="text/javascript">
gcbos = new gcbos_engine();
YAHOO.util.Event.onDOMReady(gcbos.init, gcbos, gcbos);
</script><!-- /GCBOS --></div></div></div>
<vb:else />
<div class="cms_widget"><div class="block"><div class="cms_widget_header"><h3>Shout Box</h3></div><div class="cms_widget_content">
<center>You Need to <a href="login.php">login</a> to be able Shout</center>
</div></div></div>
</vb:if>
Reply With Quote
  #24  
Old 01-25-2010, 10:45 PM
J105C J105C is offline
 
Join Date: Mar 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by min0taur View Post
Simply add forum block Check this screenshot:
Nothing is showing up on my sidebar when I do this! Any idea why?
Reply With Quote
  #25  
Old 01-25-2010, 11:00 PM
J105C J105C is offline
 
Join Date: Mar 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another question, how many shouts before it prunes? I dont want a massive DB because of this shoutbox!
Reply With Quote
  #26  
Old 02-14-2010, 06:54 AM
redhawk89 redhawk89 is offline
 
Join Date: Dec 2008
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

are there any complete instructions as to how to install this f4rom the ground up?

What about as the sidebar mentioned earlier?
Reply With Quote
  #27  
Old 02-20-2010, 07:14 PM
ahmedipa ahmedipa is offline
 
Join Date: Feb 2009
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so good brother I will test .
Reply With Quote
  #28  
Old 02-25-2010, 06:22 PM
x626xblack x626xblack is offline
 
Join Date: Oct 2009
Location: Houston Tx.
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! Works great on my site
Reply With Quote
  #29  
Old 03-02-2010, 12:33 PM
vortodox vortodox is offline
 
Join Date: Oct 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One image can't be seen, so I don't know how to finish instalation :S
Reply With Quote
  #30  
Old 03-03-2010, 10:17 AM
boonta boonta is offline
 
Join Date: Jan 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got it working on the main forum part of the site, any idea on how to get it on the SHOWTHREAD and on the rest of a site? like a persistant shoutbox? Looks great so far
Reply With Quote
  #31  
Old 03-05-2010, 07:08 PM
abroad abroad is offline
 
Join Date: Mar 2007
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to switch off the automatic writing of the activities of members?
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 05:34 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.04628 seconds
  • Memory Usage 2,323KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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