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
  #82  
Old 01-10-2009, 06:04 PM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello? *knockknock* Someone? Anyone? Noone??`??? *grml*
Reply With Quote
  #83  
Old 01-10-2009, 06:33 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mA|tRiX View Post
Hello,

ive installed this mod but it doesnt work right in my forum. Can someone help me?
It looks like you haven't entered the modifications properly! here's mine http://www.thecodecage.com/forumz/ge...tml#post131270

i can post the css exactly as it is in my alternative css if you wish?
Reply With Quote
  #84  
Old 01-10-2009, 07:02 PM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sry guys havent been on here in a bit, yea loks like you installed it incorrectly, which version did you use? 2 or 3?
Reply With Quote
  #85  
Old 01-11-2009, 09:36 AM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive installed the version Alert BBC v3.5 (Fix).

The CSS-Code is integrated.

Oh. My forumversion is 3.8.0

@ Simon.

sure
Reply With Quote
  #86  
Old 01-13-2009, 05:40 AM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Help?
Reply With Quote
  #87  
Old 01-13-2009, 02:46 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Put this in your second additional css definitions box, remember its case sensitive so the images you uploaded case must be the same as those here!
PHP Code:
.warning-box,
.
attention-box,
.
notice-box,
.
help-box,
.
Information-box
{
    
color#000;
    
border1px solid #000;
    
-moz-border-radius5px;
    
background-color#FCF8C7;
    
padding6px;
    
text-align:left;
}

.
warning-box img,
.
attention-box img,
.
help-box img,
.
notice-box img,
.
information-box img
{
    
float:left;
    
margin-top10px;
    
margin-right5px;
    
vertical-align:middle;
    
border0px;
}

.
warning-box h2,
.
warning-box p,
.
notice-box h2,
.
notice-box p,
.
attention-box h2,
.
attention-box p,
.
help-box h2,
.
help-box p,
.
Information-box h2,
.
Information-box p
{
    
padding0px;
    
margin:  0px;
    
margin-left60px;
}

.
warning-box h2,
.
attention-box h2,
.
notice-box h2,
.
help-box h2,
.
Information-box h2
{
    
padding-bottom4px;
    
font-size14px;
    
border-bottom1px solid #000;
}

.
warning-box h1,
.
attention-box h1,
.
notice-box h1,
.
help-box h1,
.
Information-box h1
{
    
padding0px;
    
margin:  0px;
    
margin-left60px;
    
font-size12px;
        
font-weight:normal;
}

.
warning-box h6,
.
attention-box h6,
.
notice-box h6,
.
help-box h6,
.
Information-box h6
{

    
margin:  20px;
    
padding0px;
    
margin-left60px;
    
font-size12px;
        
font-weight:normal;
}

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

.
help-box
{
    
background-color#d5eeb6;
}

.
warning-box ul,
.
attention-box ul,
.
notice-box ul,
.
help-box ul,
.
Information-box ul
{
    
margin-left30px;

Quote:
Originally Posted by mA|tRiX View Post
Ive installed the version Alert BBC v3.5 (Fix).

The CSS-Code is integrated.

Oh. My forumversion is 3.8.0

@ Simon.

sure
Reply With Quote
  #88  
Old 01-13-2009, 08:55 PM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there we go, thnx whoever posted that, ill look into another method to make the bbcodes easier to install.
Reply With Quote
  #89  
Old 01-14-2009, 05:24 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ti, to be honest, this was the first ever mod i added and my first ever use of Vbulletin and PHP or HTML, it really couldn't be easier unless you create a pluging product!
Quote:
Originally Posted by ti07shadow View Post
there we go, thnx whoever posted that, ill look into another method to make the bbcodes easier to install.
Reply With Quote
  #90  
Old 01-15-2009, 05:45 AM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello and Thanks.

Sorry but i have found the bug. I ve installed something that is not compatible with this mod.

http://vbulletin-germany.org/showthread.php?t=5235
Reply With Quote
  #91  
Old 01-19-2009, 06:56 PM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is just a standard bbcode, it should not have any issues with a modification, unless you used something that has similar css class names. Its possible something in the mod's css is countering a css class in the bbcode
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 08:46 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.04794 seconds
  • Memory Usage 2,332KB
  • 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_php
  • (3)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
  • (3)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