vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   BB Code Enhancements - Bug BB (https://vborg.vbsupport.ru/showthread.php?t=205940)

ti07shadow 02-18-2009 10:00 PM

Bug BB
 
1 Attachment(s)
Well this is just a simple bb code I did, its fairly self explanatory (not really) so ill display a screen shot

basically create a new bb code and call it bug, thin the tag area put bug

in replacement add
Code:

<div style="border-style: solid; border-color: silver; border-width: 1px 0px; margin: 1em; padding: 2px 5px;">
<div style="font-weight: bold; color: rgb(153, 0, 0); float: left;"><a href="/wiki/Image:Bug.png" class="image" title="Bug"><img alt="Bug" src="http://i44.tinypic.com/2myya8k.png" width="18" border="0" height="18"></a> Bug.</div>
<div style="margin-left: 5em;">{param}</div>
</div>

Here's the screen shot you've been wanting to see

https://vborg.vbsupport.ru/external/2009/02/42.png

the width is determined on how wide your posts cna be normally.

Vaupell 02-19-2009 09:43 PM

gonna share the img, rather than external linking it ;)

love it btw. :D :up:

ragtek 02-19-2009 09:52 PM

instead of, linking to the image, just use the img tag^^ don't see the sense of linkint to the img

ti07shadow 02-19-2009 10:17 PM

the accual pouint of linking was for inside the coe besideds the button, if you want save and upload that.

Vaupell 02-19-2009 10:18 PM

1 Attachment(s)
i donot have this icon.. wiki/Image:Bug.png

EDIT attaching the bug icon..

Attachment 95198Attachment 95198Attachment 95198Attachment 95198

EagleNick 02-19-2009 10:55 PM

1 Attachment(s)
Here's another bug image if anybody is interested.

nibb 02-20-2009 05:48 AM

Wow thanks. I actually this did with another mod, but this is more nicer to report bugs.

cheat-master30 12-26-2009 08:51 PM

I fixed it to work with proper CSS:

Add this to the All Style Options additional CSS:

Code:

.Bug1{
border-style: solid;
border-color: silver;
border-width: 1px 0px;
margin: 1em;
padding: 2px 5px;
}
.Bug2{
font-weight: bold;
color: rgb(153, 0, 0);
float: left;
}
.Bug3{
margin-left: 5em;
}

Change main part to:

<div class="Bug1">
<div class="Bug2"><img alt="Bug" src="images/bug.png" width="18" border="0" height="18"></a> Bug.</div>
<div class="Bug3">This is a program bug or error</div>
</div>


All times are GMT. The time now is 02:36 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.01092 seconds
  • Memory Usage 1,724KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete