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)

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.


All times are GMT. The time now is 01:56 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.02471 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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