vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   BB Code Enhancements - Alert Box (https://vborg.vbsupport.ru/showthread.php?t=181058)

Saint_ago 09-04-2008 01:01 PM

Looks like de css and the "<div class=" are all wrong in v.3. All my boxes are like the help box, and the warning one isn't formatted.

ti07shadow 09-04-2008 06:53 PM

Quote:

Originally Posted by Saint_ago (Post 1614384)
Looks like de css and the "<div class=" are all wrong in v.3. All my boxes are like the help box, and the warning one isn't formatted.

Thankyou for your report. I am current updating the issue. I am also straitng out the codes so it be easier to find things incase you want to make changes

ISSUE RESOLVED!

ti07shadow 09-04-2008 07:35 PM

Alert BB Code 2 has been updated to v2.5
  • Fixed a known stylesheet error with the help bb code
  • Arranged each bb code into its own individual class.
  • updated stylesheet to reflect bb codes classes.

Alert BB Code 3 has been updated to v3.5
  • Fixed a known stylesheet error with the help bb code
  • Arranged each bb code into its own individual class.
  • updated stylesheet to reflect bb codes classes.

abouahmed 09-18-2008 10:28 PM

very nice mod

thanx

Sawa Dee SohL 09-19-2008 06:30 PM

I have a question about this Mod:

When a user's post is Reported (ie through Report Post) - I wanted the POSTER who reported the Reported Post - to get a Notification / Message stating the Infraction/ Reporting of the Post once it's been handled

Does this Mod do that? Will it sent an automatic notification/alert to the member who posted the bad post, for them to see? And if so, once they click and view the alert, is there a way to have it disabled so they will ONLY see it UNTIL it's been checked by them? Basically: Once they view the alert, will it go away and not come back until the next Reported Post? (I know this mod does more then that, but that's what I'd be using it for)

Current notification process: Stays up until you take it down or display rules.

Sworm 09-20-2008 07:18 PM

Sorry but i don't wont install another mod (advanced bbcode permission) borned for a previous version of vb.

Simon Lloyd 09-21-2008 06:05 PM

Have installed this and it works a treat except the Information box will not show a background colour or underline? i've tried and tried, copied the code over again to no avail, can anyone help?

ti07shadow 09-27-2008 04:08 AM

Quote:

Originally Posted by Simon Lloyd (Post 1627151)
Have installed this and it works a treat except the Information box will not show a background colour or underline? i've tried and tried, copied the code over again to no avail, can anyone help?

You will need to be more specific, which version are you having issues with? Series 2 or 3? (2.5 or 3.5)



Also people this mod is a BB Code, not a alert modification for the Report thing. This when you use the bb tags and put the information in, comes up with the shown picturews above in a thread/post. thats all. Also its not required to use the bb permissins mod with this, I have placed that because some members wanted to make the bnb code staff only so I found a orking version of that mo, which heck I use that mod for just my staff. and I leave a couple of those alert boxes for my registered members such as information and help.

Simon Lloyd 09-27-2008 06:25 AM

Quote:

Originally Posted by ti07shadow (Post 1631407)
You will need to be more specific, which version are you having issues with? Series 2 or 3? (2.5 or 3.5)......

i downloaded 3.5 and am using VB 3.7.3 PL1 all the other BB works fine but the information box does not have a colour, border or underline, when trying things if i removed information box from the css then the next box at the bottom of the list of boxes showed the same problem, the same also happened if i added a comma after information box (or removed it i cant remember!). It's not too much of a problem as i can just not allow anyone to use it using the permissions hack (which was a nice inclusion thank you :) ).

ti07shadow 09-27-2008 04:52 PM

I have diagnost the situation and have tested uit on both my board again and a test board and I donot see why your having this issue. Please post the exact css style code that you used.

did you place the entire css sheet? Please make sure your not missing the last }

Simon Lloyd 09-27-2008 09:34 PM

Thanks for sticking with this, all i get for the Information box is the Gif and the text formatting, no background colour, border or underline (using ver3.5) here's the code:
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;



ti07shadow 09-28-2008 12:44 AM

hmm thats wierd, why is yours doing that..? Hey does your information box bbc replacement code look like this?

Code:

<div class='information-box'>
 <img src='images/misc/information.gif' alt='information' />
 <h2><strong>Information</strong></h2>
<h1><font color="#000000">{param}</font></h1>
<br /><br /></div>

also did you place the CSS code into the second box? thats where its suppose to be.

Pirat3 09-28-2008 04:16 AM

Advanced BBCode Permissions 3.0 does not work with 3.7.x please make this for staff only :D

Pirat3 09-28-2008 04:26 AM

anyone know how to make only stAFF use bbcode? i am on latest vb adn the advanced vb mod apparently does not work on recent vb

Simon Lloyd 09-28-2008 05:19 AM

Quote:

Originally Posted by ti07shadow (Post 1631946)
hmm thats wierd, why is yours doing that..? Hey does your information box bbc replacement code look like this?

Code:

<div class='information-box'>
 <img src='images/misc/information.gif' alt='information' />
 <h2><strong>Information</strong></h2>
<h1><font color="#000000">{param}</font></h1>
<br /><br /></div>

also did you place the CSS code into the second box? thats where its suppose to be.

Directly from my custom BB:
PHP Code:

<div class='Information-box'>
<
img src='images/misc/information.gif' alt='Information' />
<
h2><strong>Information</strong></h2>
<
h1><font color="#000000">{param}</font></h1>
<
br /><br /></div

and yes the CSS code is in the second box, its strange i have other mods none of which use custom bbcode (i have the permissions mod but this problem was there prior to that), like i said its no real problem as i can deny its use, it's just a little annoying when you have gone to so much trouble to provide something!

Simon Lloyd 09-28-2008 05:25 AM

Haha just sorted it!!!, it seems that the CSS code is case sensitive, .information-box should read .Information-box except for the .information-box img that stays the same!

I now have the information icon in a bordered yellowish box with the underline running through the center!!

Thanks for looking at it anyway, nice mod ;)

ti07shadow 09-28-2008 08:23 PM

wow the simplest thigns seem to be the most annoying to find, good find and thankyou for letting us know how you fixed the problem. Hmm as for the permissions thing, I donot have any issue with it on the latest version of vbulletin, maybe perhaps its because I had the mod installed prior to the last 2 updates... However this bb code does work on all versions of vbulletin along withs seevral different forums, it works with phpbb 2 &3, invision power board, mybb, and several others lol. :p tested on alkl, just have to make minor changes nad thats the {param} thing lol.

yea nad guys thats why I made it in its box, just copy and paste it, if you decided to retype it make sure you get it down to the correct casing! lol. Enjoy. :)

Simon Lloyd 09-28-2008 08:55 PM

Yeah there was another minor typo like that too but i cant remember what it was, it's a great mod and the custom permissions thing worked perfect but also needed a little tweak!

Thanks for sharing!

kiFF 10-01-2008 11:15 PM

I'll install this when there's an option for staff permission only.

I'm not going to install the Advanced BB Permissions mod. It doesn't work well.

Simon Lloyd 10-02-2008 05:03 AM

Quote:

Originally Posted by kiFF (Post 1635141)
I'll install this when there's an option for staff permission only.

I'm not going to install the Advanced BB Permissions mod. It doesn't work well.

I've installed it and it works perfect!, you have to set the permissions for each usergroup otherwise they can't use any BB code but other than that it works perfect, so i have that installed and i have this mod installed and only available to staff!

kiFF 10-04-2008 06:40 PM

Quote:

Originally Posted by Simon Lloyd (Post 1635354)
I've installed it and it works perfect!, you have to set the permissions for each usergroup otherwise they can't use any BB code but other than that it works perfect, so i have that installed and i have this mod installed and only available to staff!

I get an error with the permission mod. You have to manually edit all this weird stuff to get it to work, and it's not worth the trouble.

Simon Lloyd 10-04-2008 07:47 PM

This mod on its own is perfect and easy to install, you can pm me and i'd do it for you! and its available to everyone, you only need the permissions if you want to limit its use, ask for help in the permissions mod thread!

ti07shadow 10-05-2008 12:19 AM

yea guys remember the bbc warning doesnt require the permissions mod, I just posted alink to that mod becuase someone requested a mod that made it so they can make only staff use this bbc.

kiFF 10-08-2008 02:54 AM

Quote:

Originally Posted by ti07shadow (Post 1637478)
yea guys remember the bbc warning doesnt require the permissions mod, I just posted alink to that mod becuase someone requested a mod that made it so they can make only staff use this bbc.

I understand that, but I want only staff to be able to use it. I just don't want to install that mod. It's not worth the trouble.

nightbloom 10-22-2008 06:05 AM

Quote:

Originally Posted by kiFF (Post 1639923)
I understand that, but I want only staff to be able to use it. I just don't want to install that mod. It's not worth the trouble.

This one: https://vborg.vbsupport.ru/showthrea...12#post1650212 does not require a second mod for admin/mod use only, it is built in. It isnt as nice looking but it is simpler to install.

lazydesis 10-23-2008 05:26 AM

very cool :) thanks

ti07shadow 10-24-2008 12:40 AM

Quote:

Originally Posted by nightbloom (Post 1650213)
This one: https://vborg.vbsupport.ru/showthrea...12#post1650212 does not require a second mod for admin/mod use only, it is built in. It isnt as nice looking but it is simpler to install.

the only problem I see wit that mod, it looks like you can only have 1 type of message in it, and when you change it, well it changes all of them..

Scan Cape Cod 10-24-2008 03:23 PM

Quote:

Originally Posted by Spank (Post 1614072)
Would it be possible to have these function for normal members in certain forums, but only for staff in other forums?

These would be good for members to use in articles, but also good for staff to use around the forums.

I too am curious as to whether this can be made forum specific. I have a forum that is supposed to use a form to send notifications. Unfortunately people disregard the rules and post without the form from time to time. Having this available prior to them posting to remind them to use the form would be great, but I don't need it to work in all forums.

Thanks for your efforts!

segwayon 10-25-2008 01:51 AM

Quote:

Originally Posted by Simon Lloyd (Post 1632042)
Haha just sorted it!!!, it seems that the CSS code is case sensitive, .information-box should read .Information-box except for the .information-box img that stays the same!

I now have the information icon in a bordered yellowish box with the underline running through the center!!

Thanks for looking at it anyway, nice mod ;)

My info tag doesn't render at all. I used his latest 3.5 version. What do I need to do?

Also, none of the buttons appear in the editor window, even though I even used the absolute path to the button images.

[Update: My bad. The usergroup permission was turned down for all these tags. That was why the editor buttons weren't showing. Also, I was testing with [info] rather than [information].]

brhoom 10-29-2008 01:34 AM

very nice! cooooool , thank you

DungBeetle 10-30-2008 05:50 PM

I make permission only for admins and mods and when they make a post everything is ok but when we edit users post icons dont show?

3Motions 11-19-2008 07:14 PM

I installed this and created all of the custom BB codes. After that, I went in and turned "Disable BB Code Within This BB Code" on so that when I post links in them, it doesn't allow the link to be clicked, only copy and pasted. Well, when I do that, the first link turns out perfectly fine, however for each additional link, it adds [url] and [/ url] tags to them so they look something like:

Code:

http://link1.com
[url]http://link2.com[ /url]
[url]http://link3.com[ /url]

Any idea how to fix this?

Simon Lloyd 11-19-2008 07:44 PM

You can check mine out here i use the Alert Box with my custom bb inside for a link.

3Motions 11-20-2008 04:17 PM

Well, with yours you actually have the link active. I don't want any of the links active, so I turned on the "Disable BB Code Within This BB Code" so that no links would be active. However the first link that is there shows up just fine with no [url] tag or anything. But for each additional link that gets posted there, it shows up with [url] and [ /url] tags on the outsides of the link. The links aren't active, it just shows those tags. Any idea how to fix that?

Simon Lloyd 11-23-2008 09:42 AM

In vbulletin (usually) when entering a url without tags, to get it to parse you must add http://, http://www.yoursite.com i have been informed that using www. does not parse www.yoursite.com (just trying it for the first time here), however you can turn of LINKS in vbulletin options>bbcode settings.

Hope this helps.

ti07shadow 11-27-2008 11:23 PM

well thnx for the responses hope you all enjoy it as I see alot of installs :)

D_light 11-28-2008 07:53 AM

tnx mate....very nice

macc 12-02-2008 02:48 PM

works fine - thanks

macc

RageRaft 12-06-2008 03:22 PM

Very nice mod. Good Job bruh'. Lol

mA|tRiX 01-10-2009 10:26 AM

Hello,

ive installed this mod but it doesnt work right in my forum. Can someone help me?


All times are GMT. The time now is 01:33 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.01512 seconds
  • Memory Usage 1,866KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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