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)

KarateKid 09-12-2005 04:19 AM

does anyone know, why the smilies in my shout box are not displayed? Yes, I activated them in the vbShout Settings in ACP...? www.kampfkunst-board.info/forum/index.php :hurt:

BlackRabbit1971 09-12-2005 09:13 AM

Quote:

Originally Posted by KuRi
one problem with that... the font faces dont show... so i put back "$Text = $Selection;" and when you hover over a color you get the #code for the color and font faces show:) maybe you have a better solution??


How strange.. let me see if I have a fix....brb

Vizionz 09-12-2005 10:18 AM

Quote:

Originally Posted by Boofo
Is anyone even supporting this anymore?

i am sure he is supporting it but as in any free hack you have to wait for the hacker to have spair time. if ya dont know zt scott is running inferno and since thats got paid members who want new features and stuff like that i am sure most of his time is going into the new version of that. when he has time i am sure he will get to any bugs hes missed in the meantime.

BlackRabbit1971 09-12-2005 10:19 AM

Ok... I got it...... From the orginal try this..


Open "Plugin System" > "Plugin Manager" > "vBShout [Template Alteration]"

Find this section >>
Quote:

if (preg_match("#^\#([a-z0-9]+)$#i", $Selection))
{
$Extra = ' style="color:'.$Selection.';"';
}
else
{
$Extra = '';
}

if ($Selection == 'Default')
{
$Text = (($Menu == 'color_selector') ? 'Color' : 'Font Face') . ' [Default]';
}
else
{
$Text = $Selection;
}

$DropDowns[$Menu] .= '<option value="'.$Selection.'"'.$Extra.'>'.$Text.'</option>' . "\n";
Replace it with >>>
Quote:

if (preg_match("#^\#([a-z0-9]+)$#i", $Selection))
{
$Extra = ' style="color:'.$Selection.';background:'.$Selectio n.'"';
$Text = '';
}
else
{
$Extra = '';
$Text = $Selection;
}

if ($Selection == 'Default')
{
$Text = (($Menu == 'color_selector') ? 'Color' : 'Font Face') . ' [Default]';
}

$DropDowns[$Menu] .= '<option value="'.$Selection.'"'.$Extra.'>'.$Text.'</option>' . "\n";
That should do it... :)

KuRi 09-12-2005 04:01 PM

:):) that done it.... thanx

Abe1 09-13-2005 01:44 AM

For all you guys that want vBShout on all your forums pages, I bring you this: vBShout on all pages!

It's a hack that hacks a hack :)

Brandon Sheley 09-13-2005 03:48 AM

ty for this vbshout,, installed easily, i think back and remember the day when i had ot edit files. to add mods/hacks.. this is way better :))
ty *installs*

ps.. thank you blackrabbit,, my members wouldn't of had the slightest idea what the numbers where..lol

-LM

Wordplay 09-13-2005 07:42 AM

is it possible to have this shoutbox displayed the way mine is on http://www.sex-is-zero.com (in the left menu) and only when clicked display a complete shoutbox?

EdQ 09-13-2005 08:32 AM

Quote:

Originally Posted by Abe1
For all you guys that want vBShout on all your forums pages, I bring you this: vBShout on all pages!

It's a hack that hacks a hack :)

I just want it on one forum.

Boofo 09-13-2005 08:37 AM

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. ;)


All times are GMT. The time now is 03: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.03246 seconds
  • Memory Usage 1,745KB
  • 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