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)

360junkie 01-17-2008 08:15 PM

Quote:

Originally Posted by M4H (Post 1419358)
Is there a way to ban a usergroup and not just a user?

Only on pro

logicuk 01-17-2008 10:13 PM

just installed on vb 3.6.8 and works great thanks :D

harlita 01-18-2008 05:37 AM

yeap, 3.6.8 and install is flawless.

I like that I can choose which themes I have it active on, as well as the fact it announces when new threads are made.

XD

love it.

LCN2007 01-18-2008 02:09 PM

Quote:

The following license grants its owner the right to run one (1) instance of Inferno vBShout Pro. For more information please visit this page.
Inferno, i saw on your site it makes the statment above i have a couple of questions.
what is the american dollar price and where is the order page.
also it says only 1 instance does this mean we can't put on mutiple pages or only on one forum.

I know these questions are kinda dumb but could you help clarify for me thank you.

majorj0nny 01-20-2008 05:30 PM

very nice clean shoutbox ..

majorj0nny 01-20-2008 05:39 PM

Quote:

Originally Posted by 360junkie (Post 1423322)
Only on pro

if you add it to a vba module and remove it from the forums, you can just grant/deny permissions to that module as you would any other.

worked for me ..

yet the advanced features of the pro version are a definate attraction.

360junkie 01-21-2008 04:45 AM

select s.*, u.username, u.displaygroupid, u.usergroupid, u.userid, o.*
from infernoshout s
left join user u on (u.userid = s.s_user)
left join infernoshoutusers o on (o.s_user = s.s_user)
where
(
(s.s_private = -1)
OR
(s.s_private = '1')
OR
(s.s_private <> -1 AND s.s_user = '1')
)
and u.userid not in (-1)
and
(
o.s_silenced = '0'
OR
(o.s_silenced <> '0' AND u.userid = '1')
)

order by s.s_time desc limit 20;

MySQL Error : Unknown column 's.s_private' in 'where clause'
Error Number : 1054
Date : Monday, January 21st 2008 @ 12:44:52 AM
Script : http://www.hatedbybungie.org/forum/infernoshout.php
Referrer : http://www.hatedbybungie.org/forum/index.php
IP Address :
Username : 360Junkie
Classname : vb_database
MySQL Version : 4.1.22-standard

majorj0nny 01-21-2008 07:37 AM

what does 'active users' actually signify ? i have my idle timepout set to 10 minutes currently - but the active users knocks people off after a few seconds? is that just whos typing in the shoutbox ?

360junkie 01-22-2008 03:32 AM

OMG help me

se_p800 01-22-2008 06:16 PM

I added "forumdisplay.php?f=67" to the page deployment bit but it isnt showing up. Did i write the script wrong?


All times are GMT. The time now is 11:48 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.01980 seconds
  • Memory Usage 1,735KB
  • 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_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