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)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

Shazz 02-03-2007 02:28 PM

Quote:

Originally Posted by princeedward (Post 1173603)
try to find if someone ask or reply on this already but can't found it....how do i make such thing...like changing smilies, user legend colors and removing time shout.......please advice and thanks again for any help ....

admincp>vBOptions> The shoutbox option

fosman 02-03-2007 04:22 PM

Hey

How can I move the shoutbox above the navbar?

Thx

burntire 02-04-2007 06:28 PM

Does this archive all the shouts somewhere.
I am just curious about catching spam.

Jorrit787 02-04-2007 06:38 PM

Quote:

Originally Posted by burntire (Post 1174657)
Does this archive all the shouts somewhere.
I am just curious about catching spam.

All shouts are saved until you delete them. You can go to shoutbox.php?do=archive to view them :)

Jorrit787 02-04-2007 06:44 PM

Quote:

Originally Posted by fosman (Post 1173744)
Hey

How can I move the shoutbox above the navbar?

Thx

Edit your navbar template and add $Shoutbox at the very beginning.

You probably also have to remove the following code from the "vBShout [Template Alteration]" plugin (at the very bottom):

Code:

    switch ($vbulletin->options['shout_position'])
    {
        case
1:
           
$Position = '<!-- what\'s going on box -->';
        break;

        case
2:
           
$Position = '<!-- end what\'s going on box -->';
        break;

        case
4:
           
$Position = '<!-- main -->';
        break;

        default:
           
$Position = '$navbar';
        break;
    }

$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);


princeedward 02-05-2007 04:59 AM

Quote:

Originally Posted by Shazz (Post 1173676)
admincp>vBOptions> The shoutbox option

many thanks for the reply...appreciate it....but can't find it on that location....please advice from any...

thanks and best regards to all...

:o

da420 02-05-2007 07:00 AM

I believe it's vBShout Options...

stud 02-05-2007 01:46 PM

Is there any way or hack to keep your shoutbox $TopTen statistics while flushing out the cache of all previous shouts?

dsmoke 02-06-2007 06:26 PM

where can i find a list of the vbshout command line commands?

da420 02-06-2007 06:28 PM

/me
/prune
/prune username

Those are the three I use the most...

dsmoke 02-06-2007 06:35 PM

appreciate it thought there might be a bunch and a list somewhere no?

Shazz 02-06-2007 07:43 PM

Quote:

Originally Posted by dsmoke (Post 1176207)
appreciate it thought there might be a bunch and a list somewhere no?

What else would you want on it?

Mecho 02-06-2007 07:47 PM

Hi ... i upgrade shoutbox to version 3 today ... but i got 20db errors :

Quote:

Database error in vBulletin 3.6.4:

Invalid SQL:

select s.*, u.username, u.usergroupid from shout s
left join user u on (u.userid = s.s_by)
order by s.sid desc limit;

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 3
Error Number : 1064
all errors r same ...


and i have another question :

how can i add some text in the title of shoutbox . i want to add in the left and the right of the box .... like this :
MyText ------------------------------- ShoutBux ------------------------------- MyText

thanks in advance :)

UNRE4L 02-07-2007 11:31 AM

Does anyone know if there is a way to extend the length chatlogs are held for? My site is aimed for young teens and we could do with these longer records to deal with issues.

da420 02-07-2007 03:13 PM

The shout archive should be held until you delete them...

King Sawaryn 02-07-2007 07:03 PM

I'm have a problem. I went to go do the bugfix thing but for some reason I can't find my vbshout.php, would it be named something else?

Shazz 02-07-2007 07:10 PM

Quote:

Originally Posted by King Sawaryn (Post 1176993)
I'm have a problem. I went to go do the bugfix thing but for some reason I can't find my vbshout.php, would it be named something else?

Just re-download it and get only the vbshout.php

PaulSonny 02-09-2007 01:56 AM

is it possible to allow guests to use the shoutbox?

Shazz 02-09-2007 02:48 AM

Quote:

Originally Posted by PaulSonny (Post 1178023)
is it possible to allow guests to use the shoutbox?

Um, You would have to do ALOT of tweaking, since they don't have a profile if you clicked on the username when they post a shout.
Would be kind of werid in many ways :confused:

Neilll 02-09-2007 11:40 AM

I tried to install the shoutbox, I had it working before I upgraded, but due to upgrading to 3.6.4 had touninstall it...

tried to re install and now nothing is coming up at all, not even the shoutbox

any help appreciated

afmarko99 02-11-2007 04:27 AM

Any idea how to get moods to show up in the shoutbox? I have the moodmanager hack installed and it works fine just doesn't show up in the vbshout.

Shazz 02-11-2007 04:45 AM

Mood manager would not show up in vBshout, That would be something nice to put in there though :)
Also would be kind of annyoing to see it over and over again
But shouldn't be too hard inserting the $mood manager thing in there

afmarko99 02-11-2007 04:51 AM

Incorrect, it is done on this site = http://simplegfx.net/forums/forums.php

da420 02-11-2007 05:21 AM

Quote:

Originally Posted by Shazz (Post 1178043)
Um, You would have to do ALOT of tweaking, since they don't have a profile if you clicked on the username when they post a shout.
Would be kind of werid in many ways :confused:

No, not hard at all. Quite simple really.

In all shout templates remove the <if condition="$bbuserinfo[userid] > 0"> conditionals.

Then in vbshout.php remove this snippet..

Code:

$vbulletin->userinfo['userid'] > 0 &&
With it like this guests will show up with a blank username, but one could use an if conditional to say if -> guest output Guest for the username, i guess... I dont know of the conditional and am too tired to start diggin it out,,,

As you can see you can post as a guest on my test set up.

http://www.mindifidoaj.com/dev/forum/index.php

iran.gs 02-11-2007 06:24 PM

Just a Question, my hosting is telling me my shout box is using too source and his server is getting slow, personaly I think he is full of it..... can someone tell me is it true ?

Shazz 02-11-2007 06:31 PM

This shoutbox does always seem slow.
Its your server according to many people in the thread saying"server load"
IMO its the shoutbox

afmarko99 02-11-2007 07:12 PM

I would agree with it being the shoutbox. Mine seems slow at times to update the shout.

gazzak 02-12-2007 07:00 AM

Is there a log kept anywhere of all the shouts? If there is I can't find it, just the last 20 or so shouts. Is there a way to create one? Any help appreciated.

Shazz 02-12-2007 12:26 PM

Click on the shoutbox title and it will take you to the archive

PaulSonny 02-13-2007 12:29 PM

Thanks for the infromation, it worked a treat, if possible could you please provide me the If conditionals for the Guest, I would like to be able to put in a link, so that when they click Guest, it will take to a custom page ive created saying sorry this person does not have a profile

Thanks, Paul

Baron Von Chris 02-15-2007 06:24 AM

Up and running in like 2 seconds, and I'm a n00b. Thanks Man!

letsjoy 02-16-2007 02:08 AM

is it working with 3.6.x

Jorrit787 02-16-2007 03:00 AM

Quote:

Originally Posted by letsjoy (Post 1183582)
is it working with 3.6.x

Works for me on 3.6.4

afmarko99 02-16-2007 03:49 AM

Quote:

Originally Posted by Jorrit787 (Post 1183602)
Works for me on 3.6.4

Works fine for me also.

Mecho 02-16-2007 09:37 AM

fixed version has a problem with those characters ( " & or ... ) .. i was used that fixed vbshout.php file before but after upgrade to fixed version it has problem again .

any idea ?

afmarko99 02-16-2007 01:37 PM

Quote:

Originally Posted by Mecho (Post 1183750)
fixed version has a problem with those characters ( " & or ... ) .. i was used that fixed vbshout.php file before but after upgrade to fixed version it has problem again .

any idea ?

I hadn't heard any complaints about this but I just tried these characters and you are correct they don't work properly.

When & is shouted it actually displays &amp;

When " is shouted it actually displays &quot;

No idea here. Just don't use them?

Mecho 02-16-2007 02:50 PM

Quote:

Originally Posted by EaglezEye (Post 1183887)
I hadn't heard any complaints about this but I just tried these characters and you are correct they don't work properly.

When & is shouted it actually displays &amp;

When " is shouted it actually displays &quot;

No idea here. Just don't use them?

in this biiiiiiiiiiiiig thread one vbshout.php exist that they fixed all kind of characters on it . but i asked about this fixed version . i thought he will fix in in orginal post but still .....

da420 02-16-2007 03:24 PM

Quote:

Originally Posted by EaglezEye (Post 1183887)
I hadn't heard any complaints about this but I just tried these characters and you are correct they don't work properly.

When & is shouted it actually displays &amp;

When " is shouted it actually displays &quot;

No idea here. Just don't use them?

You can try the fixed shout.php file on page 109.

Mecho 02-16-2007 05:52 PM

yea this post :
https://vborg.vbsupport.ru/showpost....postcount=1623

but Brad is edited and remove attachment i think ...

da420 02-16-2007 06:15 PM

<a href="http://www.vbhackers.com" target="_blank">www.vbhackers.com</a>

that should have a fixed shoutbox 2.1 released by Zero Tolerance.


All times are GMT. The time now is 07:46 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.03401 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
  • (14)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
  • (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