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)

Abe1 09-13-2005 10:07 AM

Quote:

Originally Posted by EdQ
I just want it on one forum.

You. But look around at the posts here. It's requested to be placed on all pages a bunch of times.

BlackRabbit1971 09-13-2005 12:39 PM

Quote:

Originally Posted by Boofo
Exceent work, blackrabbit. Can you get the fonts to show up in thier own style the same way? That would show them what the font would look like before they chose it. ;)


Hmmmm that would eb quite nice, wouldn't it... let me have a play.. :)

BR ;)

EdQ 09-13-2005 03:56 PM

Quote:

Originally Posted by Abe1
You. But look around at the posts here. It's requested to be placed on all pages a bunch of times.

Huh?? I just want it on one page

EdQ 09-13-2005 03:57 PM

Quote:

Originally Posted by lierduh
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.

The conditional doesn't work for me.

Where exactly do I need to put it??

Zelda-King 09-13-2005 09:53 PM

Thought I'd show you how this looks on my forum. Well anyway my main issue is the table width. Maybe it just shows because I'm testing on 800x600 screen resolution or something?

Valter 09-13-2005 10:11 PM

Quote:

Originally Posted by Zelda-King
Thought I'd show you how this looks on my forum. Well anyway my main issue is the table width. Maybe it just shows because I'm testing on 800x600 screen resolution or something?

Hmm, I'm going to need to move it further down what with my welcome panel and all.

I have the same problem (in Firefox).

eNforce 09-13-2005 11:06 PM

How would I go about changing the background color and text color in the area where you type?

cuphongle 09-14-2005 08:11 AM

when installing...

mysql error: unknown table "shout"

BlackRabbit1971 09-14-2005 01:20 PM

Quote:

Originally Posted by BlackRabbit1971
Hmmmm that would eb quite nice, wouldn't it... let me have a play.. :)

BR ;)


Nope its not going to happen.. it would have to be a nonstandard options box and that would mess with different explorers... not good idea..

oh hum...

BR :(

Zelda-King 09-14-2005 04:01 PM

Another thing: how would I move the shoutbox near the bottom of the page?


All times are GMT. The time now is 11:33 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.04283 seconds
  • Memory Usage 1,738KB
  • 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
  • (6)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