PDA

View Full Version : Show Thread Enhancements - [CM] Fancy Admin Notice [BBCODE] (Animated + CSS3)


ChiNa
10-29-2012, 11:00 PM
Updated 31-OKT-2012 to Version 2.00 - 7 New BBCODES & Colors Added
Version 2.00 comes with 10 different BBCODES & COLORS

Please notice, This is a BETA Version 2 - Not Fully Finished
Brought to you byhttps://vborg.vbsupport.ru/external/2012/10/1.gif



After I was done making this ADDON, I realised that Internet Explorer does not support CSS3, So it will sadly not work on Internet Explorer!

Works almost on any vBulletin Version

Chrome Browser: Supports CSS3 / Works
Firefox Browser: Supports CSS3 / Works
Opera Browser: Supports CSS3 / Works
Internet Explorer: No CSS3 Support / Not working

Credits for the Source: Tympanus.net


Fancy Admin Notice BBCODDES

https://vborg.vbsupport.ru/external/2012/10/2.gif

The Addon comes with 10 Different BBCODES & 10 Different COLORS

Lets Start

I will add all 10 different BBCODES with 10 Different Colors below eachother, Starting with Purple BBCODE Notice!

1) Download the "Upload.zip" file from the attachments below, and upload the folder called "cmain" to your forum root! Thats it for the file-upload!

Ps, I have added and Extra TXT File with all the Codes Inside.

2) Go to ADMINCP and scroll down till you see Custom BBCODE Section
Click on Add New BBCODE. And follow the steps below for the "Purple BBCODE Notice"!

Purple Notice (BBCODE)

https://vborg.vbsupport.ru/external/2012/10/5.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="cmain/modernizr.custom.39460.js"></script>
<div class="cmain">
<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-3">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>
Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png

Important Notice: If you put use a "Button Image" then everyone is going to see the NOTICE TAG in your forum Text-Editor!

Else, I have Attached an IMAGE below for the Button for your Notice Tage, simply upload the "notice.png" to your forums images/buttons folder..


If you like to have it secret and only use it within admins, then keep it between the admins and mods..! Thats it, and below in the Optional Section you will find rest of the BBCODES Colors! Green & Yellow!

Dont forget to CLICK on INSTALLED if you use this, thank you!



Rest of the 9BBCODES


Green Notice (BBCODE)


https://vborg.vbsupport.ru/external/2012/10/6.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-2">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png

Thats it, this was the Green Notice BBCODE! Below you will find the YELLOW BBCODE!



Yellow Notice (BBCODE)

https://vborg.vbsupport.ru/external/2012/10/7.png

Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-1">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png





Brown Notice (BBCODE)

https://vborg.vbsupport.ru/external/2012/10/8.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-4">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png




DarkCyan Notice (BBCODE)


https://vborg.vbsupport.ru/external/2012/10/9.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-5">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png





Dark-Gray Notice (BBCODE)


https://vborg.vbsupport.ru/external/2012/10/10.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-6">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png


Bordeaux Notice (BBCODE)


https://vborg.vbsupport.ru/external/2012/10/11.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-7">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png



Orange Notice (BBCODE)

https://vborg.vbsupport.ru/external/2012/10/12.png



Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-8">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png




Crimson Notice (BBCODE)

https://vborg.vbsupport.ru/external/2012/10/13.png



Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-9">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>

Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png




Green Notice (BBCODE)


https://vborg.vbsupport.ru/external/2012/10/14.png


Title: Notice

BB Code Tag Name: notice

Replacement:
<link rel="stylesheet" type="text/css" href="cmain/cmain.css" />
<link rel="stylesheet" type="text/css" href="cmain/style.css" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">

<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="Color-Box Color-0">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>

Example: Type your notice here

Description: Allows members to add a notice box with time limit!

Button Image: images/buttons/notice.png

SwollenCranium
10-30-2012, 11:04 PM
Sweet !!

Thanks!

leejohn02
10-31-2012, 07:57 AM
so does this only show to certain groups or everyone, if its admin is there a way to set the group numbers

megabink
10-31-2012, 09:04 AM
I have tested this on my test site and it looks very promising except from the colors which i don't like and don't fit in my site's layout.
Sorry mate don't want to be crude here,but if it was in dark red i would definitely use it on my live site.
Thanks anyway buddy keep up the good work.

ChiNa
10-31-2012, 11:44 AM
so does this only show to certain groups or everyone, if its admin is there a way to set the group numbers

@leejohn02 If you dont put a "BUTTON IMAGE" then nobody will know except you!
But if you do put an image, then it will be visible! Just remember the Tags Message , simple

If you only want the Notice to be visible for certain groups then put the following 2 lines in the "Replacement Code":

Add this line as the first line, at VERY TOP:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">And add this at very bottom:
</vb:if>Now this will protect the CODE and ADMIN NOTICE to be showen only to the USEGROUPS typed in RED color.. The numbers 1,2,3 in red is the USERGROUP ID, which means only the USERGROUPs typed will see the "Admin Notice"! So no matter who uses it, it will still be visible for the usegroups 1,2,3! But if you want to keep it secret, I def suggest that you do NOT put a BUTTON IMAGE!

GOOD LUCK Mate, Feel free to ask if anything!


I have tested this on my test site and it looks very promising except from the colors which i don't like and don't fit in my site's layout.
Sorry mate don't want to be crude here,but if it was in dark red i would definitely use it on my live site.

Thanks anyway buddy keep up the good work.

@megabink Thank you for your honest comment, really appreciate some one that can stand up with a honest comment! I have added 7 Extra Colors now, Hopefully you can use it......

megabink
10-31-2012, 06:47 PM
Thank you for your honest comment, really appreciate some one that can stand up with a honest comment! I have added 7 Extra Colors now, Hopefully you can use it......

Now we are talking here,there are 3 colors that will fit in my forum style.
Thanks for the upgrade and the effort my friend.
Mark installed and nominated.:up:

ChiNa
11-01-2012, 01:26 PM
Now we are talking here,there are 3 colors that will fit in my forum style.
Thanks for the upgrade and the effort my friend.
Mark installed and nominated.:up:

Thank you very much for your own kindness to Report back and for the nomination, and again you came back to answer the thread! This is what makes me keep going! Well my efforts means nothing but to make others happy! And a simple THANKS is what keeps me going on.. This is my passion... Good luck and feel free to ask if anything...

PS- I cant even like your post :D Becuase it asks me to like another post befor! and i did thta too, Still not working :D Paul.M and his addons are very effective!

megabink
11-01-2012, 02:03 PM
PS- I cant even like your post :D Becuase it asks me to like another post befor! and i did thta too, Still not working :D Paul.M and his addons are very effective!

Same problem here mate,but now we know we both clicked the like button lol.
Thanks again for this great mod.

ChiNa
11-01-2012, 02:40 PM
Same problem here mate,but now we know we both clicked the like button lol.
Thanks again for this great mod.


loool, Thanks bud, I have a few more options left about the LIKE button. I can at least give you a THUMBS UP HERE https://vborg.vbsupport.ru/external/2012/11/40.png ........ Thanks again buddy!

Disco_Stu
11-02-2012, 04:42 PM
Another great mod! Very nice! This will come in handy.

Thanks. .

TheSupportForum
11-02-2012, 05:24 PM
@ChiNa-Man

heres an idea

BBCode : NOTICE

replacement


<link rel="stylesheet" type="text/css" href="{vb:cssfile notices-cmain.css}" />
<link rel="stylesheet" type="text/css" href="{vb:cssfile notices-style.css}" />
<link rel="stylesheet" type="text/css" href="{vb:cssfile notices-normalize.css}" />
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.39460.js"></script>

<div class="cmain">
<input type="checkbox" class="fire-check" />
<button class="fire">Admin Notice</button>

<section>

<div class="ColorBox Color-9">
<p>{param}</p>
<div class="tn-progress"></div>
</div>

</section>
</div>that way


this message is viewable by admins only

this way minimal upload, no need to upload 3 css files just create them as templates
for example using my idea


notices-style.css
notices-cmain.css
notices-normalize.css


then you would do this


<link rel="stylesheet" type="text/css" href="{vb:cssfile notices-cmain.css}" />
<link rel="stylesheet" type="text/css" href="{vb:cssfile notices-normalize.css}" />
<link rel="stylesheet" type="text/css" href="{vb:cssfile notices-style.css}" />

ChiNa
11-02-2012, 08:55 PM
Simonhind, Mr TheSupportForums,,

First of all thanks for your help "THUMBS UP".. I guess that no one knows your politics out of vBulletin.org!