vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Better Anouncements (https://vborg.vbsupport.ru/showthread.php?t=191392)

GWLiaR 09-19-2008 10:00 PM

Better Anouncements
 
English:
What Does it?:This hack will add to your FORUMHOME Better Announcements Table

Install:
+Upload Files
+Go to admin Cp
+Plugin System -> Manage Products -> [Add/Import Product] -> Select
+'product-better_announcements' then İmport.

Settings:
vBulletin Options->Better Announcements

Please Click Install:up:

Masiello 09-20-2008 06:53 AM

Hello,
is it XHTML Transitional?

Vackrick 09-20-2008 06:56 AM

off course

Ross L 09-20-2008 07:43 AM

Looks good. It would be great if you could set numerous announcements with this, and each one shows on a day that you indicate. Also an "above navbar" option would be great.

NAZIA 09-20-2008 09:02 AM

Great,,,,
Nice effort..
Thanks.

GWLiaR 09-20-2008 09:20 AM

Thanx Nazia....

Pcwolfx? 09-20-2008 09:24 AM

Thank you install

GWLiaR 09-20-2008 09:32 AM

Thanx Pcwolfx

TilkiBey 09-20-2008 11:08 AM

can we use it for messages or signatures?

GWLiaR 09-20-2008 11:29 AM

Quote:

Originally Posted by TilkiBey (Post 1626248)
can we use it for messages or signatures?

You Can use.


Add Style CSS
Code:

.warning,
.attention,
.notice,
.help,
.information
{
        color: #000;
        border: 1px solid #000;
        -moz-border-radius: 5px;
        background-color: #FCF8C7;
        padding: 6px;
        text-align:left;
}

.warning img,
.attention img,
.help img,
.notice img,
.information img
{
        float:left;
        margin-top: 10px;
        margin-right: 5px;
        vertical-align:middle;
        border: 0px;
}

.warning h2,
.warning p,
.notice h2,
.notice p,
.attention h2,
.attention p,
.help h2,
.help p,
.information h2,
.information p
{
        padding: 0px;
        margin:  0px;
        margin-left: 60px;
}

.warning h2,
.attention h2,
.notice h2,
.help h2,
.information h2
{
        padding-bottom: 4px;
        font-size: 14px;
        border-bottom: 1px solid #000;
}

.warning h1,
.attention h1,
.notice h1,
.help h1,
.information h1
{
        padding: 0px;
        margin:  0px;
        margin-left: 60px;
        font-size: 12px;
        font-weight:normal;
}

.warning h6,
.attention h6,
.notice h6,
.help h6,
.information h6
{

        margin:  20px;
        padding: 0px;
        margin-left: 60px;
        font-size: 12px;
        font-weight:normal;
}

.warning
{
        background-color: #FFCCCC;
}

.help
{
        background-color: #d5eeb6;
}

.warning ul,
.attention ul,
.notice ul,
.help ul,
.information ul
{
        margin-left: 30px;
}

Add BBCode:
Tag:warning (e.g notice,information...)
Code:

<div class='warning(e.g notice,information)'>
 <img src='images/misc/warning(e.g information,notice).gif' alt='image' />
 <h2><strong>Warning</strong></h2>
<h1><font color="#000000">{param}</font></h1>
<br /><br /></div>


TilkiBey 09-20-2008 11:44 AM

Quote:

Originally Posted by GWLiaR (Post 1626259)
You Can use.


Add Style CSS
Code:

.warning,
.attention,
.notice,
.help,
.information
{
    color: #000;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    background-color: #FCF8C7;
    padding: 6px;
    text-align:left;
}

.warning img,
.attention img,
.help img,
.notice img,
.information img
{
    float:left;
    margin-top: 10px;
    margin-right: 5px;
    vertical-align:middle;
    border: 0px;
}

.warning h2,
.warning p,
.notice h2,
.notice p,
.attention h2,
.attention p,
.help h2,
.help p,
.information h2,
.information p
{
    padding: 0px;
    margin:  0px;
    margin-left: 60px;
}

.warning h2,
.attention h2,
.notice h2,
.help h2,
.information h2
{
    padding-bottom: 4px;
    font-size: 14px;
    border-bottom: 1px solid #000;
}

.warning h1,
.attention h1,
.notice h1,
.help h1,
.information h1
{
    padding: 0px;
    margin:  0px;
    margin-left: 60px;
    font-size: 12px;
        font-weight:normal;
}

.warning h6,
.attention h6,
.notice h6,
.help h6,
.information h6
{

    margin:  20px;
    padding: 0px;
    margin-left: 60px;
    font-size: 12px;
        font-weight:normal;
}

.warning
{
    background-color: #FFCCCC;
}

.help
{
    background-color: #d5eeb6;
}

.warning ul,
.attention ul,
.notice ul,
.help ul,
.information ul
{
    margin-left: 30px;
}

Add BBCode:
Tag:warning (e.g notice,information...)
Code:

<div class='warning(e.g notice,information)'>
 <img src='images/misc/warning(e.g information,notice).gif' alt='image' />
 <h2><strong>Warning</strong></h2>
<h1><font color="#000000">{param}</font></h1>
<br /><br /></div>


thx :up:
installed

puertoblack2003 09-20-2008 05:15 PM

this will be great to incorporate it with the alert box hack

EuK 09-20-2008 08:19 PM

thanks

exel 09-20-2008 08:26 PM

thanks *installed*

GWLiaR 09-21-2008 04:35 AM

Thanks Everybody...

GaiLoan 09-21-2008 05:50 PM

this nice thanks

GWLiaR 09-22-2008 03:46 AM

Thanks Gailoan :)

iyihost 09-23-2008 10:12 AM

installed ;)

GWLiaR 09-23-2008 10:14 AM

Thanks iyihost :)

tom212 09-25-2008 07:19 PM

Any suggestion on how you could write a conditional to go with this so that the announcement only appears once per user session?

Thanks!

Tom

punjabi.king 09-25-2008 07:40 PM

nice....

spiegelj 09-26-2008 12:09 AM

looks alot beter than vb notices

GWLiaR 09-26-2008 03:42 AM

Thanks....

petacat 09-26-2008 08:54 PM

Very nice thanks.

3 suggestions.

Make an announcement linking to an existing thread as a thread tool option. This allows a moderator/admin to highlight an important thing without it taking up the whole of forumhome.

As previously suggested, allow more than 1 announcement (maybe configure 3-5 of them)

consider parsing links or allowing the announcement to be generated inline.

GWLiaR 09-27-2008 06:47 PM

Thanks......

FireX 09-27-2008 07:53 PM

Nice Installed ;)

GWLiaR 09-28-2008 05:36 AM

Thanx FireX.....

Chance4Today 09-30-2008 03:05 AM

I installed this and when it shows up there is no image and also the text seems to be so large it appears really ugly. At first it looked good but when I put in my own words on the annoncement it went wacko so I uninstalled

Chance4Today 09-30-2008 03:10 AM

Seems to be working now I am confused

GWLiaR 10-01-2008 03:06 PM

Thanx For Your Reply...

aztecboi2003 10-06-2008 03:32 AM

How do I get the notices to show on other pages besides forum home? I'd like it to show in each individual forum if possible. I am announcing a contest and need every one to get involved. Thanks.

rapidphim 10-20-2008 07:31 PM

Is there away to make it collapse or expand in case some of the users already saw the note and do not want to see it again?

raja811 11-14-2008 08:31 AM

nice

GWLiaR 11-22-2008 07:14 AM

Thanks Everybody...

Krystian 11-30-2008 11:55 AM

I think it would be great to have differend annoucement to each forum.
It is just my dream.
BTW very nice hack, THANK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

GWLiaR 12-20-2008 05:19 AM

Quote:

Originally Posted by Krystian (Post 1675712)
I think it would be great to have differend annoucement to each forum.
It is just my dream.
BTW very nice hack, THANK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thanks :)

christicehurst 12-20-2008 11:12 AM

Can you say more then thanks and reply back to these people?

ndut 12-21-2008 06:11 AM

install...

how, to change the image?? we want to use? :)

limmengwei 12-21-2008 01:27 PM

Hi,
This is nice, thanks for the effort.

Is it possible to make this into a pop up? and users must click to close the box before they can proceed? Advice appreciated.

Thanks.

Forum-Germany 12-22-2008 11:00 PM

Hello.

Please help me with my question.

If I get this add-on installed, but at the normal Ankünigung altered or nothing? So I can continue to create normal and announcements about the "better" or? The add-on changing the original vb or not?


All times are GMT. The time now is 05:49 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.01327 seconds
  • Memory Usage 1,791KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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