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)

davew 11-22-2005 04:58 AM

I love this :)

It has really increased user activity, and thank you very much!

Couple of questions though...

As it doesn't seem to work with vbGallery (Just shows Loading.....) how can I exclude it from showing there?

And also, I'd like only registered users to be able to see the shoutbox, is that possible please?

unknowngiver 11-25-2005 04:25 PM

hey is it possible to have it on all pages but ABOVE THE FORUMS..

kafi 11-25-2005 04:51 PM

Hi everybody I have this problem:

admin edits are saved and showing correctly
Do not know whether this is issue of vbshout or this hack, but:

Admin edits of shouts are saved properly and shown on shoutbox properly, but

users edits have two mistakes:
1. edit is not shown on vbshout, only in archive
2. edited text is visible only in archive, but due coding issues it is showing anything else but letters.

I persume, that this has someting with permisions features. Does anybody has any idea where the problem could be solved?

kdh344 11-30-2005 04:09 PM

where is the ENTIRE list of hacks available and the hack for version 3.0.3?

Wachtmeister 12-03-2005 11:26 AM

Does anybody here nows, how i can have the Shoutbox on a custom page?

I've setup a custom page, displaying my webcam (like i read on vb.org tutorial somewhere). Now i just want the shoutbox into this page. Does anybody know, which code i can include into my template?

I don't want the SB on every page. Just on one specific webcam.php that uses vb3.5 header, navbar, footer, template.

lisquid 12-03-2005 11:55 AM

Quote:

Originally Posted by Wachtmeister
Does anybody here nows, how i can have the Shoutbox on a custom page?

I've setup a custom page, displaying my webcam (like i read on vb.org tutorial somewhere). Now i just want the shoutbox into this page. Does anybody know, which code i can include into my template?

I don't want the SB on every page. Just on one specific webcam.php that uses vb3.5 header, navbar, footer, template.

I have never replied to a VB.org post this is my first time ever here is my problem:


When I install this it works GREAT.....on the default skin it seems to take away the shoutbox completly on ALL other skins any fix?

Abe1 12-03-2005 10:33 PM

Quote:

Originally Posted by lisquid
I have never replied to a VB.org post this is my first time ever here is my problem:


When I install this it works GREAT.....on the default skin it seems to take away the shoutbox completly on ALL other skins any fix?

you have to do the template edit on all skins.

lisquid 12-10-2005 03:44 AM

Mabe im not sucha noob coder afterall anyways if your running navbar2 do this

$Position = 'navbar2';
$vbulletin->templatecache['navbar'] = str_replace($Position, $Position . '<br /> $Shoutbox', $vbulletin->templatecache['navbar']);

yxboom 12-19-2005 11:42 PM

Quote:

Originally Posted by Abe1
you have to do the template edit on all skins.

what template edit?

I am having the same issue as the above posters where the shoutbox is only showing up in the default skin.

Thanks.

Abe1 12-20-2005 11:45 AM

Quote:

Originally Posted by yxboom
what template edit?

I am having the same issue as the above posters where the shoutbox is only showing up in the default skin.

Thanks.

How about make sure you have this:
PHP Code:

<!-- / nav buttons bar --> 

in every navbar template. If you dont, put it where you want the shoutbox.

yxboom 12-20-2005 12:46 PM

Quote:

Originally Posted by Abe1
How about make sure you have this:
PHP Code:

<!-- / nav buttons bar --> 

in every navbar template. If you dont, put it where you want the shoutbox.

thanks a lot. that got it working properly.

davew 12-20-2005 10:47 PM

Quote:

Originally Posted by davew
I love this :)

It has really increased user activity, and thank you very much!

Couple of questions though...

As it doesn't seem to work with vbGallery (Just shows Loading.....) how can I exclude it from showing there?

And also, I'd like only registered users to be able to see the shoutbox, is that possible please?

Any clues on the vbGallery problem please?

And any progress on the Banning problems?

I turned the shoutbox off on my forums and I think they were starting to organise a lynch party!! Definitely very popular with users, thank you!

liljimmy 12-23-2005 01:21 AM

I've followed the instructions. It works, however the shoutbox shows up on every page but the main index page. Any ideas why?

icemann 12-25-2005 02:56 AM

Worked fine for me after changing the vbshout options for banned users to:

Can view shoutbox, but not messages


Thanks..... *install* :)

lewisbee 12-30-2005 08:19 AM

I get 2 shoutboxes now on the forum home...1 below the other...what caused this, and how could i fix it?
I followed the instructions, correctly...

lewisbee 12-30-2005 08:29 AM

never mind, i just deleted the 2 extra plugins :)

mbader71 01-05-2006 06:01 AM

I did all the steps but nothing happened

the shoutbox only appears in the forum home

DF-inside 01-05-2006 12:19 PM

This shoutbox is not compatible with FireFox1.06 in it's current state.

Error brief:
Shout box will show up but keeps showing loading......

samu2 01-05-2006 05:17 PM

How do I delete code? ive high lighted the text,pressed delete and backspace,but It doesn't let me delete it?

da420 01-07-2006 01:34 AM

id love to install this but i have the shout on the bottom of the forum. I know you said you were working on it, but do you have an estimated time you are going to get to this?

Thank you.

samu2 01-07-2006 12:12 PM

bUMP ;) really want this :)

NemoTech 01-07-2006 01:30 PM

Great now I dont have the shoutbox showing up anywhere.

70age 01-07-2006 01:47 PM

Quote:

Originally Posted by DF-inside
This shoutbox is not compatible with FireFox1.06 in it's current state.

Error brief:
Shout box will show up but keeps showing loading......

I have the same problem

V3.51

NemoTech 01-07-2006 02:09 PM

Quote:

Originally Posted by NemoTech
Great now I dont have the shoutbox showing up anywhere.


Looks like it has something to do with my template.

Works for the default vb skin, i'll mess around with it and try to get it working for my custom skin.

NemoTech 01-07-2006 02:14 PM

Quote:

Originally Posted by Abe1
How about make sure you have this:
PHP Code:

<!-- / nav buttons bar --> 

in every navbar template. If you dont, put it where you want the shoutbox.


You are a very intelligent man. Thank You.

Warlockmatized 01-09-2006 12:52 AM

i have a vb playsite, something to play with before i catually go public. this thing works great. clicked install :)

da420 01-10-2006 11:57 PM

Quote:

Originally Posted by da420
id love to install this but i have the shout on the bottom of the forum. I know you said you were working on it, but do you have an estimated time you are going to get to this?

Thank you.

I'd love this to happen...

ChErAbOo 01-17-2006 01:51 AM

Thanks works good nice feature

*clicks Install

QueenBee 01-17-2006 06:29 AM

ugh, its still disapperaing when i add this mod, could someone please tell me where this goes:

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()));
}

in the template alteration. so i can uninstall it!

please someone

QueenBee 01-17-2006 07:42 AM

anyone ? pweeeeeze:)

QueenBee 01-17-2006 02:22 PM

hellooooo??

QueenBee 01-17-2006 03:48 PM

omg i just need the code, anyone with a shoutbox please!! not ajax tho

Renada 01-24-2006 09:53 PM

Quote:

Originally Posted by QueenBee
ugh, its still disapperaing when i add this mod, could someone please tell me where this goes:

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()));
}


in the template alteration. so i can uninstall it!

please someone

It goes above this code
Code:

if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
Or you could just import the plugin again and check the "can overwrite" box

Hope this helps,
Renada

DWard 01-25-2006 01:19 PM

PHP5 Issue:

I am getting:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1064) : eval()'d code on line 5

on user profile pages.... when I disable shoutbox it doesnt appear. Help please.

bashy 01-25-2006 04:30 PM

Hi

Doing this edit Knackerd up my forums...

The hacks i had in the navbar dissapeared...
The shoutbox dissapeared.

Had no end of DB errors, such as...

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
SELECT COUNT(*) AS num FROM post AS post LEFT JOIN thread AS thread on post.threadid=thread.threadid LEFT JOIN forum AS forum on thread.forumid=forum.forumid WHERE ((forum.options&4096))AND(post.userid=250)AND(post.dateline>=);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 Error Number : 1064
Date        : Wednesday, January 25th 2006 @ 06:22:13 PM
Script      : http://www.bashys-place.com/forums/showthread.php?p=3213
Referrer    : http://www.bashys-place.com/forums/member.php?find=lastposter&t=956


I have now reverted it back to as it was, great idea but it dont work, and beleive me, i tried it about 6 times as this is something i really need :(

Telegon80 01-26-2006 01:39 AM

i have no idea how to do this:

2) Edit plugin "vBShout [Template Alteration]" and make the following changes: do i have to edit the vbshout.php file?? or is it in the edit templates? i cant find any file that says vbshout template alteration anywhere.

Telegon80 01-26-2006 06:30 PM

seriously can anyone help me here?

S@NL - BlackBik 01-26-2006 07:05 PM

It's in your plugin manager on your admincp
You don't have to edit the php file, just edit the code in the plugin/

bashy 01-26-2006 07:08 PM

Hi peeps

Any advance my wee issue?

Telegon80 01-27-2006 09:50 AM

went ahead with the install...

Fatal error: Call to undefined function: isbanned() in /home/.geesha/********/*******/forums/global.php(357) : eval()'d code on line 113

edit: read the thread and it looks like i have to skip option 2b???? :ermm:


All times are GMT. The time now is 04:09 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.01450 seconds
  • Memory Usage 1,825KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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