vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBShout on all pages! (https://vborg.vbsupport.ru/showthread.php?t=96158)

karlm 07-16-2006 03:16 AM

I clicked it!!! I clicked it!!! :D I did, I did! :banana:

I had a really cheap (well, free actually) and nasty (well, crap actually) shoutbox from my phpbb board, but this kicks ass over it. I especially am glad it is member limited too, in that it restricts spambots and such like. Good stuff!

karlm 07-16-2006 03:20 AM

In response to some of the above posts, regarding it not working on vb3.5.4, my forum is running 3.5.4 and this shoutbox worked 1st time without a single glitch or error for me.

However, as I'm new to vb in general and have only been a user of it for a couple or so weeks, my board is virtually untouched aside from a couple of google ads thrown in through my own editing of the templates as well as some code given by the vbulletin team on the .com brother site to here. The only single other mod i have is an autogreet for new sign-ups, so my plugin's are empty aside from one.

I can only assume this is the issue for some of the more experienced users amongst this thread, that other plugins - especially for those that are heavily modified - are creating the reported issues.

ashley53680 07-16-2006 04:40 AM

Okay, so yours works without many modifications. That makes it narrowed down to being affected by mods. So what in THIS mod would keep all other mods working, but totally blank out vbshout? I am not a coder, so I am just trying my best to pinpoint the problem...

GNDI 07-16-2006 06:36 AM

Quote:

Originally Posted by ashley53680
Okay, so yours works without many modifications. That makes it narrowed down to being affected by mods. So what in THIS mod would keep all other mods working, but totally blank out vbshout? I am not a coder, so I am just trying my best to pinpoint the problem...

agree, it was a very good information we was given there, >>Working on a NON modified board".

But I'm not a coder my self, but I'll hope these info, will help solve the problem

dietcokebf2 07-16-2006 07:37 AM

Is there a way to get this at the top of the vbadvanced header as well? I noticed it wont show on header on the vbadvanced main page...

Thanks.

GNDI 07-16-2006 07:56 AM

Quote:

Originally Posted by dietcokebf2
Is there a way to get this at the top of the vbadvanced header as well? I noticed it wont show on header on the vbadvanced main page...

Thanks.

If you go to the vbshoutbox thread there is a link there to this hach your request

dietcokebf2 07-16-2006 07:58 AM

Quote:

Originally Posted by GNDI
If you go to the vbshoutbox thread there is a link there to this hach your request

Could you please link me to the hack? Like the direct link to the post to help me. I am lazy. :) Thanks bud.

GNDI 07-16-2006 10:42 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=93097" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=93097</a>

karlm 07-16-2006 05:46 PM

Quote:

Originally Posted by ashley53680
Okay, so yours works without many modifications. That makes it narrowed down to being affected by mods. So what in THIS mod would keep all other mods working, but totally blank out vbshout? I am not a coder, so I am just trying my best to pinpoint the problem...

Unfortunately, I don't know coding well enough to even hazard a guess. I used to program in +3 BASIC when I was a teenager, so although I can 'roughly follow' what I see in the code, I dont' have enough php nor mysql experience to comprehend the full workings of it. I would assume, logically, that there is a table or variable collision. For example, it could be that this MOD (purely example purposes so don't quote me on this) uses a variable called $somestuff and you have another MOD that also uses the same variable $somestuff.
For this moment, that's all I can think of, sorry. Perhaps you could attemp to disable all MODs except this (shout). Then re-enable your other MODs one by one. Although it might take a good bit of tedious fiddling within your admincp, it would guarantee a confirmation of which other MOD is clashing with the shout-MOD.
Once narrowed down, you could manually locate the clashing variable and then manually edit it (eg use $something-b in place of $something).

I do hope a resolve is found in the near future for your problems, but the shout does work well.
:D

GNDI 07-16-2006 06:21 PM

When I look at the script:

Code:

function isBanned($user)
{
    return (isBanned_Check($user['userid'], 'shout_banned_users') || isBanned_Check($user['usergroupid'], 'shout_banned_usergroups'));   
}

function isBanned_Check($bash, $against)
{
    global $vbulletin;
    return in_array($bash, iif($vbulletin->options[$against], explode(',', $vbulletin->options[$against]), array()));
}

then I'll see a if whit two I's that might be the problem, any one who have tried to mess whit this one?


All times are GMT. The time now is 03:05 AM.

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.01254 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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