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)

monstergamer 07-31-2005 12:48 AM

Quote:

Originally Posted by Boofo
What did you do to fix it? ;)

find this in forumhome_vbshout
Quote:

Shouts.innerHTML = '<table cellpadding="1" cellspacing="3" border="0" width="98%" align="left">' + ShoutRequest.
and change the 98% to 95%

Zero Tolerance 07-31-2005 12:49 AM

Well with the one you posted earlier, i'd assume this should work to keep the time/username wrapped:
HTML Code:

<tr>
        <td width="100%" align="left" valign="top"><span style='white-space:nowrap;float:left'>[{$Shout['time']}] <b>{$Shout['username']}</b> --</span> {$Shout['s_shout']}
        </td>
</tr>

And sure, i'll go PM you now =P

- Zero Tolerance

Boofo 07-31-2005 12:52 AM

Quote:

Originally Posted by monstergamer
find this in forumhome_vbshout
and change the 98% to 95%

Perfect, fixed it. ;)

Now, is there a way to have the shout wrap but not go all the way to the lift under the time and username without have them all line up like the do now (according to the longest username). I like the shout right after the username. ;)

kwopper 07-31-2005 12:58 AM

@ Zero Tolerance...any chance of adding the position "above forums". I know the "below Navagation Bar" is there but I am using the Welcome box hack and the shout box will not show when you select the "below nav bar". I would suspect it is because the welcome ox modifies the nav bar. If its not much hasle that would be great if it is dont fuss with it. You have done a nice job here. Also on an earlier question...anyone know how to add this to CMPS portal?

Zero Tolerance 07-31-2005 01:01 AM

Take the span end tag and put it before the TD ends, however this would cause a scroll bar along the bottom, which i'm guessing you don't want, just want to make my life difficult =P

Here:
HTML Code:

<tr>
        <td width="100%" align="left" valign="top">
                <div style='width:100%;'>
                        <div style='float:left'>
                                <span style='white-space:nowrap;float:left'>[{$Shout['time']}] <b>{$Shout['username']}</b> -- </span>
                        </div>
                        <div style='float:left'>
                                &nbsp;{$Shout['s_shout']}
                        </div>
                </div>
        </td>
</tr>

:p

@ kwopper - Reinstall the welcome panel and the shoutbox should then be ontop, for now, i'll make a direct option to place 'exactly' above the forums to resolve this for future versions :)

- Zero Tolerance

monstergamer 07-31-2005 01:11 AM

Quote:

Originally Posted by Zero Tolerance
just want to make my life difficult =P

so it is working *evil plan*

i just want to thank you, but i got mine the way i want it....looks good
and happy to say INSTALLED

Boofo 07-31-2005 01:25 AM

Quote:

Originally Posted by Zero Tolerance
Take the span end tag and put it before the TD ends, however this would cause a scroll bar along the bottom, which i'm guessing you don't want, just want to make my life difficult =P

Here:
HTML Code:

<tr>
        <td width="100%" align="left" valign="top">
                <div style='width:100%;'>
                        <div style='float:left'>
                                <span style='white-space:nowrap;float:left'>[{$Shout['time']}] <b>{$Shout['username']}</b> -- </span>
                        </div>
                        <div style='float:left'>
                                &nbsp;{$Shout['s_shout']}
                        </div>
                </div>
        </td>
</tr>

:p

@ kwopper - Reinstall the welcome panel and the shoutbox should then be ontop, for now, i'll make a direct option to place 'exactly' above the forums to resolve this for future versions :)

- Zero Tolerance

That did the trick! Thank you, sir. ;)

And no scrollbar at the bottom with the changing 98% to 95% as suggested a few posts up. ;)

Before you release it, can we get the Today/Yesterday time if that's what we use on our forums, BUDDY? ;)

kwopper 07-31-2005 01:32 AM

Quote:

@ kwopper - Reinstall the welcome panel and the shoutbox should then be ontop, for now, i'll make a direct option to place 'exactly' above the forums to resolve this for future versions

worked perfectly. Thanks.

Zero Tolerance 07-31-2005 01:34 AM

Quote:

Originally Posted by Boofo
That did the trick! Thank you, sir. ;)

And no scrollbar at the bottom with the changing 98% to 95% as suggested a few posts up. ;)

Before you release it, can we get the Today/Yesterday time if that's what we use on our forums, BUDDY? ;)

Done, the time display is now fully intergrated with the default vB option for time display :)

- Zero Tolerance

Boofo 07-31-2005 01:54 AM

Ok, buddy, let's get it released. I'm gettin' ansy over here. ;)

monstergamer 07-31-2005 02:36 AM

any plans on having it where we can edit/ban people?
i like it being simple and i know that makes it complected..but it comes in handy.

thanks for your hard work

derekivey 07-31-2005 03:03 AM

Where is it? Theres no place to download it.

Protoman 07-31-2005 03:19 AM

it discapeared! O_o

Zero Tolerance 07-31-2005 03:23 AM

v1.4 released, be sure to read the upgrade instructions, they arn't the same as last time (due to vb's dodgy product system)

Enjoy =)

- Zero Tolerance

ThePimp 07-31-2005 04:00 AM

Anyone? Looking to get the shoutbox on ForumDisplay... any help is appreciated. Thanks

derekivey 07-31-2005 04:17 AM

I installed it, it works fine. Great mod Zero Tolerance! :)

monstergamer 07-31-2005 05:06 AM

install, but lost all shouts...oh well
could i have it where the smilies pop up like in th epost reply

Zero Tolerance 07-31-2005 05:21 AM

Quote:

Originally Posted by monstergamer
install, but lost all shouts...oh well
could i have it where the smilies pop up like in th epost reply

A new design for smilies display has already been completed in v1.5, it won't be a pop up however, simply because:
A) I hate pop-up's just like any normal person browsing the net :p
B) Thew new way looks cooler :p

As for the deletion of shouts, that will occur every time you upgrade, however i don't see it as a major loss myself, shoutbox's are pretty much full of random stuff people stick in :p

- Zero Tolerance

monstergamer 07-31-2005 05:24 AM

Quote:

Originally Posted by Zero Tolerance
A) I hate pop-up's just like any normal person browsing the net
B) Thew new way looks cooler

ok, i can understand that :)
is it going to load all the smile images every time you refresh?

Zero Tolerance 07-31-2005 05:25 AM

Quote:

Originally Posted by monstergamer
ok, i can understand that :)
is it going to load all the smile images every time you refresh?

Yeah it will, but the images will be hidden by default anyway, i'll probably make it a feature only to show X random emoticons or all anyway :)

- Zero Tolerance

monstergamer 07-31-2005 05:29 AM

Quote:

Originally Posted by Zero Tolerance
i'll probably make it a feature only to show X random emoticons or all anyway

that would be more like it :)

cuphongle 07-31-2005 05:58 AM

very nice...loving it

Metro Man 07-31-2005 06:04 AM

good work

Alzeimer 07-31-2005 07:01 AM

Thanks for your work!!!

kaihawaii 07-31-2005 07:20 AM

is anywhere a livedomo to view this box?

Zero Tolerance 07-31-2005 07:27 AM

Quote:

Originally Posted by kaihawaii
is anywhere a livedomo to view this box?

Previews just arn't good enough these days are there? :p

If you don't like it .. just uninstall the product, lol.

- Zero Tolerance

Loki12 07-31-2005 08:20 AM

Installed, working really great.

Metro Man 07-31-2005 08:21 AM

It is possible those bbcodes to change in such a way which one not the complete line formatted separates only one word e.g.

Loki12 07-31-2005 09:49 AM

I'd like to make the font smaller... where should I modify this?

Neal-UK 07-31-2005 10:30 AM

Quote:

Originally Posted by Loki12
I'd like to make the font smaller... where should I modify this?

my members and me love this hack, amazing stuff. Think the RPG will be next bud when it's available for the forum

Boofo 07-31-2005 10:32 AM

He's working on that now, I think. ;)

kwopper 07-31-2005 12:31 PM

works great. Thanks

b6gm6n 07-31-2005 01:02 PM

1.4 is Nice, but because of the amount of smilies i have the forum home page dies a little while the shoutbox loads them up...

-b6

Metro Man 07-31-2005 02:56 PM

<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vb-treffen.de&charset=%28detect+automatically%29&doct ype=%28detect+automatically%29" target="_blank">http://validator.w3.org/check?uri=ht...tomatically%29</a>

2 errors on xhtml 1.0 in your templates

cclaerhout 07-31-2005 03:09 PM

Even if i think a 1.5 version will release soon, here is the 1.4 xml file with french translation ;-)

The 1.4 version is great ! Thank you Zero Tolerance.

Edit : file erased (reason : update 1.5)

pepel13 07-31-2005 07:03 PM

Amazing

Wonderful Hack thank's !

(Hack of the month :P ?)

* Clicks Install *

Sovereign 07-31-2005 08:18 PM

How to use the prune? /pruneshout [time]? If so, it doesn't work....

Metro Man 07-31-2005 08:57 PM

There the Shoutbox somehow the starting side changed lands all bots on shoutbox however the no more on the index, is it possible shoutbox for guests only to deactivate but completely remove?

kaihawaii 07-31-2005 09:37 PM

Quote:

Originally Posted by Metro Man
There the Shoutbox somehow the starting side changed lands all bots on shoutbox however the no more on the index, is it possible shoutbox for guests only to deactivate but completely remove?

admincp > vbulletin options > end of the list > VbShout Options > Banned Permissions

Metro Man 07-31-2005 09:41 PM

rear, that I have made however the box am still there and the search machines to land always still on index


All times are GMT. The time now is 03:50 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.04128 seconds
  • Memory Usage 1,829KB
  • 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_html_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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