Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Alert Box Details »»
Alert Box
Version: 4.00, by ti07shadow ti07shadow is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.7.x Rating:
Released: 05-30-2008 Last Update: 02-19-2009 Installs: 186
 
No support by the author.

NEW ALERT BBC v3.5 RELEASED!
These create different types of alert boxes in the forum, its a good way to display your rules or warns to the members within a post.

(Optional)To make this a staff only bb code, please refer to this modification.
Advanced BBCode Permissions

Screenshots:






PLEASE REPORT ANY BUGS IN THIS THREAD

PLEASE MARK AS INSTALLED!

PLEASE NOMINATE FOR MOTM

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 06-11-2008, 02:35 PM
Darkstarproject Darkstarproject is offline
 
Join Date: May 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Installed* - Thanks!
Reply With Quote
  #23  
Old 06-13-2008, 11:27 PM
kj_202 kj_202 is offline
 
Join Date: Dec 2007
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

Are you allowed to host images on imageshack and then use them on your own vb site
(curious to know, because the buttons bb code, says about imageshack)
Reply With Quote
  #24  
Old 06-14-2008, 10:44 PM
James Desalus James Desalus is offline
 
Join Date: Jul 2006
Location: Boston, MA
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could these be used in conjunction with the vB 3.7 Notice feature?
Reply With Quote
  #25  
Old 06-16-2008, 12:23 AM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kj_202 View Post
Hello

Are you allowed to host images on imageshack and then use them on your own vb site
(curious to know, because the buttons bb code, says about imageshack)


Yes they were hosted on imageshack, I can however so peopel can change their images if they want,im gonna release a new version with the images and instructions with those images.
Reply With Quote
  #26  
Old 06-16-2008, 03:34 AM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There has been a updated package, please refer to the "Alert BB Codes v2.0 Full Package (HTML Readme Included!)" for everything, it includes a upload folder whic hcintains the bbc buton images, the bbc images in the code, and a html readme I created that should ofer plenty of assistance.

As always pelase let me know of any bugs or issues.
Reply With Quote
  #27  
Old 06-17-2008, 09:33 PM
Scout24 Scout24 is offline
 
Join Date: May 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a really nice one thx
Reply With Quote
  #28  
Old 06-19-2008, 06:26 PM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Attention! I have had to fix a litle issue for those with a http://www.example.com/forums/.. directory so now theres a vers 2.1 (fix) for download. If you have yoyr vb in the root dir of your site dont worry then. I have also added a new BB code in that fix and seperatly as well, its claled Attention, I have added a screenshot for it and the downloads enjoy!

Well everything seems good now, if theres any more addons ill just uplaod those seperatre from the package and let you know..
Reply With Quote
  #29  
Old 06-19-2008, 06:39 PM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To all of those who donot wsh to use the <style> tag things in the bb codes, follow these directions I have provided on how to use the bb codes and not have to add the <style> tages in each one.

First in the replacement section of the instructions, scroll down till you see the <div> Tags. Copy that entire section and put that in the replacement. then go to the following area

Admin Panel > Style Manager > Main CSS > Additional CSS Definitions >

and in that second box add..

Code:
.information-box
{
	color: #000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	background-color: #FCF8C7;
	padding: 6px;
	text-align:left;
}

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

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

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

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

.warning-box h6,
.information-box h6
{

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

.warning-box
{
	background-color: #FFCCCC;
}

.warning-box ul
{
	margin-left: 30px;
}
.codemain {
	BORDER-RIGHT: #000 1px dotted; PADDING-RIGHT: 2px; BORDER-TOP: #000 1px dotted; PADDING-LEFT: 2px; BACKGROUND: #fafcfe; PADDING-BOTTOM: 2px; MARGIN: 0px auto; BORDER-LEFT: #000 1px dotted; COLOR: #465584; PADDING-TOP: 2px; BORDER-BOTTOM: #000 1px dotted; FONT-FAMILY: Courier, Courier New, Verdana, Arial

then walla you have the bb codes going off the main css.
Reply With Quote
  #30  
Old 07-09-2008, 04:18 AM
Angels1928 Angels1928 is offline
 
Join Date: Apr 2007
Location: The best place on Earth
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod!

I can't even begin to express how useful these will be in writing tutorials, they'll definitely help point out key points/advice! Perfect mod
Reply With Quote
  #31  
Old 07-10-2008, 02:43 AM
donal donal is offline
 
Join Date: Oct 2005
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we make this alert message to appear after evey xx minutes ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04475 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete