vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - [ITech] [AJAX] Inferno vBShout Lite 2.5.0 (https://vborg.vbsupport.ru/showthread.php?t=147346)

cc8balla 12-30-2007 03:29 PM

The shoutbox just sits there, saying loading...

It dosen't do anything other than that. What can I do about this?

EuroPk 12-30-2007 07:22 PM

Hey Inferno I've got your Inferno Shout VB Lite , and i dunno why , but the check boxes wont stay checked for the prune options for admins , i was wondering if you might know why?

Tikibird 12-31-2007 06:42 AM

Is this an upgrade from VBShout 2.0? I am trying to find something which is less server intensive and am looking at several options. Would this lite version do the trick?

Tikibird 12-31-2007 10:27 AM

What is the difference between Lite and Pro versions?

Shazz 12-31-2007 01:24 PM

Quote:

Originally Posted by Tikibird (Post 1412531)
What is the difference between Lite and Pro versions?

BBcodes smilies tab etc.

Tikibird 12-31-2007 01:32 PM

Thanks Shazz. Does the Pro version have an archive? The lite version I can do VB code smiles as in :smiliename: so not a problem. Is the Pro version bandwidth friendly?

EuroPk 12-31-2007 04:33 PM

Inferno , I'd Like to try and help you track down that bug , can you tell me what files are loaded in the admincp..

Shazz 12-31-2007 04:51 PM

Quote:

Originally Posted by Tikibird (Post 1412636)
Thanks Shazz. Does the Pro version have an archive? The lite version I can do VB code smiles as in :smiliename: so not a problem. Is the Pro version bandwidth friendly?

Both the free and paid should have the archive, bandwidth should be the same as the lite...

Confined 12-31-2007 09:46 PM

wow this dude is goin on my forums ;)

ssslippy 01-01-2008 12:32 PM

If you are using version 3.7 this is a fix. I applied to to the pro version but the following should apply to lite.


Make sure your shoutbox is set to on before doing the following.
If you go into the "settings" table and sort by product. You will find a product called _inferno_shoutbox. Int he column called "value" you will find the words array. They dont belong there. You will need to replacement them with their proper #'s.
For editor tools use the following #'s. Add them up to get the total value # you need to put in depending on what options you want on. I use 127.
Code:

  1 => 'Bold',
  2 => 'Underline',
  4 => 'Italic',
  8 => 'Colours',
  16 => 'Fonts',
  32 => 'Clear',
  64 => 'Smilies',

For bbcode use the following #'s. Add them up to get the total value # you need to put in depending on what options you want on. I use 639.
Code:

  1 => 'Allow Basic BBCode',
  2 => 'Allow Color BBCode',
  4 => 'Allow Size BBCode',
  8 => 'Allow Font BBCode',
  16 => 'Allow Alignment BBCode',
  32 => 'Allow List BBCode',
  64 => 'Allow Link BBCode',
  128 => 'Allow Code BBCode',
  256 => 'Allow PHP BBCode',
  512 => 'Allow HTML BBCode'

You will also need to manually input your usergroups. Here you put in the usergroup #'s seperated by the usergroups. Example
Code:

4,8,195,1,3
Now go into your vbulletin admin CP > vbulletin options > vbulletin options > backup / restore settings. Please note this is not on the drop down menu its to the left of it.
Now export your vbshout settings and then reimport them. This is how we fixed it our board. I can not guarentee this will work for you but feel free to ask questions.


All times are GMT. The time now is 02:17 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.02255 seconds
  • Memory Usage 1,742KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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