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)

dieselpowered 08-26-2005 02:22 PM

I would still like to know why it causes the page to continuously refresh. Thanks!

Glovebox 08-26-2005 03:06 PM

Hello, the "shoutbox" text to click to edit isnt hyperlinked. Not sure what i've done. Uninstalled and reinstalled but no joy.

Adam

john1744 08-26-2005 03:39 PM

Yeah I have the issue with smilies, looks like I might have to disable them.

monstergamer 08-26-2005 03:49 PM

Quote:

Originally Posted by xtremeoff-road
But I am confused at why it is refreshing...

it refreshes like that so when some one shouts you can see it in real time....that way you dont have to refresh to see new shouts

Extreme John 08-26-2005 04:14 PM

tried installing it and i get this mysql error:

Database error in vBulletin 3.5.0 Release Candidate 2:

Invalid SQL:

SELECT plugin.*,
IF(product.productid IS NULL, 0, 1) AS foundproduct,
IF(plugin.product = 'vbulletin', 1, product.active) AS productactive
FROM plugin AS plugin
LEFT JOIN product AS product ON(product.productid = plugin.product)
WHERE plugin.active = 1
AND plugin.htmlcode <> '';

MySQL Error : Unknown column 'plugin.htmlcode' in 'where clause'
Error Number : 1054

pls help :(

thc34 08-26-2005 06:19 PM

Quote:

Originally Posted by cclaerhout
Here is the french translation of the xml file for the version 2.0

Edit : here is a small translation of the php file too ; usefull for the navbits.

merci beaucoup

dieselpowered 08-26-2005 06:35 PM

Sorry if I missed this, however, is there a place where we can alter permissions on who can use shout and who cannot?

I see there is an option for banned users...but what about others?

Valter 08-27-2005 01:46 AM

Thanks ZT, nice upgrade ;)

lierduh 08-27-2005 08:09 AM

Looks like the page navigation disappers after the shouts reaches 1000 stored.

lierduh 08-27-2005 08:52 AM

Quote:

Originally Posted by lierduh
Looks like the page navigation disappers after the shouts reaches 1000 stored.

Ok, a quick fix. With vbshout.php, around line 63, find:
$TS = vb_number_format($TS['ts']);

Replace it with:
$TS = $TS['ts'];

lierduh 08-27-2005 09:02 AM

Ok, while I am at it.

The following two queries do not seem do anything.

$T4 = $DB->query_first("select count(*) as `T4` from " . TABLE_PREFIX . "shout where s_time > " . (TIMENOW - (60 * 60 * 24)));
$T4 = vb_number_format($T4['T4']);

$TY = $DB->query_first("select count(*) as `TY` from " . TABLE_PREFIX . "shout where s_by = '{$vbulletin->userinfo['userid']}'");
$TY = vb_number_format($TY['TY']);

I have removed them.

Also adding an index to `s_by` should improve performance.

KuRi 08-27-2005 09:52 AM

Quote:

Originally Posted by monstergamer
you have to revert those forumhome_vbshout & forumhome_vbshout_shout if you customize it..then you will see the difference

yes i know that but i dont want to revert, i just want to know what other changes there are in this template, Because i spent ages modifying this template to get it how i want it

lierduh 08-27-2005 01:52 PM

Quote:

Originally Posted by KuRi
yes i know that but i dont want to revert, i just want to know what other changes there are in this template, Because i spent ages modifying this template to get it how i want it

I think that archive link was the only thing changed.

Bahawolf2 08-27-2005 04:07 PM

Would it be possible to have a link to the archive on the shoutbox?

TTG 08-27-2005 05:23 PM

Quote:

Originally Posted by Bahawolf2
Would it be possible to have a link to the archive on the shoutbox?

There already is !
Click on "Shoutbox" on the shoutbox :)

Glovebox 08-27-2005 05:37 PM

The word shoutbox is not clickable on the version I just downloaded.

Bahawolf2 08-27-2005 06:22 PM

Try reverting the forumhome_vbshout template and forumhome_vbshout_post template if you modified them before the upgrade.

And thank you TTG.. :)

Glovebox 08-27-2005 07:07 PM

They havent been modified.

Zero Tolerance 08-27-2005 09:44 PM

Revert the templates anyway, also uploaded a new zip with the pagination bug fixed :)

- Zero Tolerance

evilzedar 08-27-2005 10:00 PM

This is awesome, thanks alot :D

Glovebox 08-28-2005 08:06 AM

There is no option to revert the templates as they havent been modified.

Snort_2005 08-29-2005 12:25 AM

Question.

I would love to have this system as a global thing that shows up on any page on the forum. :) Is there a way to do so?

DeMiNe0 08-29-2005 01:23 AM

Quote:

Originally Posted by Snort_2005
Question.

I would love to have this system as a global thing that shows up on any page on the forum. :) Is there a way to do so?

I've been trying to get this anwsered for the last 3 weeks. Good luck.

lierduh 08-29-2005 01:45 AM

A even better way is to have different Topics under different parent forums and display all the shouts at the main page.

I also suggest to change the `s_shout` and `s_data` field type from 'text' to 'CHAR 255'. It could become a problem if something has one of the keyboard keys stuck.

Snort_2005 08-29-2005 09:11 AM

Quote:

Originally Posted by DeMiNe0
I've been trying to get this anwsered for the last 3 weeks. Good luck.

*hounds ZT via MSN Messenger*

https://vborg.vbsupport.ru/

Cyricx 08-29-2005 12:10 PM

Is the censor still not working for this?

As far as getting it to show up on every page.

Not sure if there is a way to do it globally, I made some edits to add it to the forumdisplay page. I'll try to post what hook I used later.

DeMiNe0 08-29-2005 02:25 PM

Quote:

Originally Posted by Snort_2005

Lol, i was hounding him by his own shoutbox on his site :)

Snort_2005 08-29-2005 10:41 PM

Quote:

Originally Posted by DeMiNe0
Lol, i was hounding him by his own shoutbox on his site :)

Dacado on ZT's Site said ZT Said something about global on here... But I just read the entire thread and didn't see anything. I would love to have this show up on every single page of my forum along with on vbadvanced since it is my homepage. :) (I would do this myself, but I suck with php. -_-')

Valter 08-29-2005 11:29 PM

I banned usergroup 1 (Unregistered) from ShoutBox and here is what is shown for them:

Quote:

Warning: Invalid argument supplied for foreach() in /vbshout.php on line 288
How to solve this?

EDIT: I changed options to not show Shoutbox for banned usergroups and it is ok now for me.


EDIT2: Another problem - I think Shoutbox slows down opening forum index :ermm:

lierduh 08-30-2005 12:20 AM

If you want to have shoutbox on all forumdisplay pages:

1) Change the hook location for 'vBShout [Template Alteration]' to: forumdisplay_complete

2) Edit the plugin code for 'vBShout [Template Alteration]'

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

Replace it with:

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

This is a quick and dirty hack. The shoutbox will only show up under navbar!

3) If you want the shoutbox to show up only in certain forums:

a. add
if ($forumid ==13)
{

In the beginning of the above plugin. 13 is the forum ID you want the shoutbox to show.

b. add
}

in the end of the code.

Valter 08-30-2005 12:39 AM

I suggest you to change Shoutbox look. I would like to see something like this in the next version:

https://vborg.vbsupport.ru/

What do you think about this guys?

P.S.: This picture was Photoshop-ed.

Snort_2005 08-30-2005 01:33 AM

Quote:

Originally Posted by Cybernetec
I suggest you to change Shoutbox look. I would like to see something like this in the next version:

https://vborg.vbsupport.ru/

What do you think about this guys?

P.S.: This picture was Photoshop-ed.

=o THAT LOOKS AWESOME!!!! I WOULD ABSOLUTELY LOVE THAT LAYOUT!!! <3

monstergamer 08-30-2005 02:54 PM

Quote:

Originally Posted by Cybernetec
I suggest you to change Shoutbox look. I would like to see something like this in the next version:

https://vborg.vbsupport.ru/

What do you think about this guys?

P.S.: This picture was Photoshop-ed.

that does look real nice DROOLS

Gizmo5h1t3 08-31-2005 06:07 AM

yep, looks good, but what happens when u use smilies that are waay bigger than the ones shown in the pic?
it`d start to get real ugly..

ihave hundreds of smilies that are bigger than those shown....

Dream 08-31-2005 06:56 AM

Quote:

Originally Posted by Gizmo5h1t3
yep, looks good, but what happens when u use smilies that are waay bigger than the ones shown in the pic?
it`d start to get real ugly..

ihave hundreds of smilies that are bigger than those shown....

make the shoutbox height bigger

Valter 08-31-2005 09:57 AM

Quote:

Originally Posted by Dream
make the shoutbox height bigger

Yep. You need it heighter anyway to show big smilies in shouts list.

Gizmo5h1t3 08-31-2005 01:04 PM

Quote:

Originally Posted by Dream
make the shoutbox height bigger

doh...i KNOW that, but then things start gettin a bit ugly, is all i was saying..

Martin CX 08-31-2005 05:33 PM

Thanks for your work Zero Tolerance; it seems to be working beautifully.

I was wondering, is there a way to make the script check wether new shouts have been posted, before reloading a new batch? I would like to keep the load on the server down to a minimum.

Cheers,
Martin

twitch 08-31-2005 11:18 PM

Quote:

Originally Posted by Cybernetec
I suggest you to change Shoutbox look. I would like to see something like this in the next version:

https://vborg.vbsupport.ru/

What do you think about this guys?

P.S.: This picture was Photoshop-ed.

yeah that would be nice!

Fj?rgyn 09-01-2005 12:34 AM

Nice hack :)

It will be possible the Shoutbox show alone on an own page in bigger size, if the user klick a button on the normal Shoutbox?


All times are GMT. The time now is 01:36 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.03230 seconds
  • Memory Usage 1,824KB
  • 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
  • (17)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