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)

jedrus 01-01-2008 06:07 PM

hi,
can anyone tell me how can I change the length of history display messages? Users write on my shoutbox very fast and i need min 30 messages history.

And how can I change height of shoutbox?

Akuma2000 01-02-2008 05:40 PM

Is there an option to remove selected messages?

cc8balla 01-03-2008 12:26 AM

Still just sits there and says loading. Works on my test site with default style, but doesn't work on live site with custom style. There shouldnt be a difference right?

Running 3.7 on both sites.

ssslippy 01-03-2008 10:36 AM

Quote:

Originally Posted by jedrus (Post 1413299)
hi,
can anyone tell me how can I change the length of history display messages? Users write on my shoutbox very fast and i need min 30 messages history.

And how can I change height of shoutbox?

You need to go through the code and look for these variables.

Quote:

Originally Posted by Akuma2000 (Post 1413990)
Is there an option to remove selected messages?

Double clicking a msg while its in the shoutbox will allow u to edit or delete

Quote:

Originally Posted by cc8balla (Post 1414260)
Still just sits there and says loading. Works on my test site with default style, but doesn't work on live site with custom style. There shouldnt be a difference right?

Running 3.7 on both sites.

No your custom style needs to be updated, your custom style probally gives tons of errors. You should do a template comparison and update it.

Meghwar 01-04-2008 02:10 AM

Quote:

Originally Posted by ssslippy (Post 1413166)
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.

hi I would like to know what you meant by that!

Setting from within DB or some where on Inferno vBshout Pro!!!

Thank you

Regards

dai-kun 01-04-2008 05:25 AM

Thanks alot for the post Meghwar, I've updated my settings like you said and it works perfect.

Meghwar 01-04-2008 12:33 PM

Quote:

Originally Posted by dai-kun (Post 1415137)
Thanks alot for the post Meghwar, I've updated my settings like you said and it works perfect.


HI

the credit goes to ssslippy not me :)

I ask a technical Question where is the setting >>>> ? and just if some one can help or explaine exactly more how to go with the process ssslippy said.

thank you

ssslippy 01-04-2008 03:51 PM

Its in the database. If you have phpmyadmin you can edit the database from there.

Settings is the name of the table.

Meghwar 01-04-2008 04:31 PM

So you meant by that go to my phpDB/setting/ then search for inferno_shoutbox then add/edit the Mods you mention earlier.

Right?

After i open setting I search for: inferno_shoutbox i got the below error:

SQL query: Documentation

SELECT *
FROM `setting`
WHERE inferno_shoutbox
LIMIT 0 , 30

MySQL said: Documentation
#1054 - Unknown column 'inferno_shoutbox' in 'where clause'

Regards

Abe

dai-kun 01-04-2008 06:40 PM

You got it wrong, you have to type it in "grouptitle" FIELDS not "Add search conditions (body of the "where" clause):"

You can find it a little further down. Type it into the same row, to the right of the word "LIKE" in the "value" box.

and thanks ssslippy for the temp fix.


All times are GMT. The time now is 06:33 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.02117 seconds
  • Memory Usage 1,743KB
  • 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
  • (5)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