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)

Luggruff 02-12-2006 03:56 PM

Quote:

Originally Posted by Aftermath
And where do I place that exactly?

adminCP -> styles and templates -> style manager -> edit templates -> forumhome templates -> forumhome_vBshout

Find:

PHP Code:

<input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' /> 

replace with:

PHP Code:

<!-- <input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' /> --> 

now the smilies button is invisible

Snake 02-12-2006 04:46 PM

Wow thank you.

cuphongle 02-13-2006 12:36 AM

Quote:

Warning: array_reverse(): The argument should be an array in /vbshout.php on line 282

Warning: Invalid argument supplied for foreach() in /vbshout.php on line 288

that's what i get when puttin in usergroup that cant view the shothbox, help?

cuphongle 02-13-2006 12:38 AM

nm, got it

GCA-Shawn 02-13-2006 02:58 PM

I'm working on a Safari fix. Currently, I have it fixed but need to work out some bugs with the fix. I'll update tomorrow with the fix, probably.

/fixxy fixxy fixxy


EDIT:

Okay, I had some extra time on my hands and I have my board up and running with it fine (http://forums.advancedmn.com/index.php)


Here's how to fix it.

In your Admin panel
Styles & Templates -> Style Manager ->Click the drop down menu next to your style -> Select 'Main CSS" and click Go

At the very bottom, you'll see a box for "Additional CSS Definitions." Paste the following code in there:
Code:

/* *****Safari Fix****/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/****** End Safari Fix ****/

Now, go to your Style Manager and find the forumhome_vbshout template. Open it up, and find the line...

Code:

<div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;">

</div>

Just before that segment, place this...

Code:

<div class="clearfix">
and just after that segment, put...

Code:

</div>
Should work fine for Safari users now.

SnickersTK 02-13-2006 06:20 PM

ok, this just confuses me, I have version 3.5.3 and installed it yesterday.

Installed this one 2 minutes ago and did exactly as guide told me.

It is not showing up on my site, doesn't matter where I look for it, even if I check source, there is no sign of it being there.

HELP ME!

Ragnarok 02-13-2006 11:42 PM

I downloaded it from the attachment, but apparently it's only version 1.6?

I noticed something wasn't working when I tried to add on the "vBShout on all pages!" plugin and everything broke, and looking around it seems version 1.6 is what I've got

Ohiosweetheart 02-14-2006 03:39 AM

Quote:

Originally Posted by Ragnarok
I downloaded it from the attachment, but apparently it's only version 1.6?

I noticed something wasn't working when I tried to add on the "vBShout on all pages!" plugin and everything broke, and looking around it seems version 1.6 is what I've got

I took off the "vb shout on all pages". it's very buggy. Broke my shoutbox and had my entire forum all discombobulated. Once I removed it, everything was fine.

Ohiosweetheart 02-14-2006 03:43 AM

Is there a way to hide the sb from guests... anyone except registered users?

gtsch 02-14-2006 06:20 AM

I'm not so great with this stuff, I'm not sure what I'm doing wrong.

I uploaded the file to my forum's directory, and no matter what I do VB can' find it. Am I just an idiot, or am I missing something here?


All times are GMT. The time now is 10:06 AM.

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.03422 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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