vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   BB Code Enhancements - dBox (aka Download Box) (https://vborg.vbsupport.ru/showthread.php?t=232094)

demgel 01-03-2010 10:00 PM

dBox (aka Download Box)
 
1 Attachment(s)
dBox BBCode for vBulletin 3.x/4.x

https://vborg.vbsupport.ru/external/2010/01/68.png

This BBCode was previously called Download Box, now dBox it's updated and it works in theory with any version of vBulletin (Forum & Suite).

To install dBox BBCode, follow these instructions:
  1. Upload both dbox.gif and dbox-button.png images to your /images/misc directory.
    (You can find them in the upload folder)
  2. Go to Admin CP > Custom BB Codes > Add New BB Code and fill the following fields:
  3. In Title field, write whatever you want (Download Box or something).
  4. In BB Code Tag Name you can algo use the code tag you want, I suggest dbox.
  5. In Example field, copy:
    Code:

    [dbox]http://www.somewebsite.com/some/path/file.zip[/dbox]
    (Change [dbox] tag in case you decided to use a different one)
  6. In Replacement field, copy the following code:
    HTML Code:

    <span style="border: 1px solid #5a7f97; background: #7394a9; display: inline-block; text-align: left">
            <div style="float: right; width: 39px; height: 34px; background: url(images/misc/dbox.gif) top right; margin: -1px -1px 0px 0px;"></div>
            <div style="width: 120px; height: 34px; background: url(images/misc/dbox.gif); margin: -1px 0px 0px -1px;"></div>
            <div style="border: 1px solid #F0F; margin: 5px 10px 0px 10px; padding: 2px; border: 1px solid #5a7f97; background: #fff;">
                    <div style="font: 12px Verdana, Geneva, sans-serif; color: #666; padding: 3px;">{param}</div>
            </div>
            <div style="float: right; width: 10px; height: 10px; background: url(images/misc/dbox.gif) bottom right; margin: 0px -1px -1px 0px;"></div>
            <div style="width:10px; height: 10px; background: url(images/misc/dbox.gif) bottom left; margin: 0px 0px -1px -1px;"></div>
    </span>

  7. In Description field, I suggest you copy this:
    Code:

    Put your links in a very nice vBulletin 4.0 Style box.
  8. In Button Image (Optional) field copy this:
    Code:

    images/misc/dbox-button.png
  9. Leave the rest by default and click Save.

Changes in v1.01
- {CODE, 05-JAN-2010}: Updated to work when center tag is used (added text-align style value to main div).
- {INSTRUCTIONS, 05-JAN-2010}: Forgot to include the instruction to add the button (step 8).

If you have my old Download Box mod, you just have to copy the new replacement code and upload the images. No need to delete the old one ;).

I also included the PSD file so you can change the colors/text/icon and match your current style (in case you change colors make sure to edit also the colors in the Replacement code).

demgel 01-04-2010 12:14 AM

Special thanks to Sworm who made a donation.

zonaenlinea 01-04-2010 12:53 AM

Thank prefect

Hasann 01-04-2010 01:59 AM

I really love your graphic mods

elwachiman 01-04-2010 05:37 AM

1 Attachment(s)
install it but sometimes distorted leaves and sometimes not, because I do not understand this problem. thanks
I also placed some screenshots about
forgive my poor English

MrKramer 01-04-2010 06:05 AM

Just what i needed,
thanks man!

1 question:
What font did you use for the "Download" text?

masons 01-04-2010 07:35 AM

Great mod.. thank you.
But as these are all links we add in there, can you change this so that the link we put in are actual links.... I mean, clickable.?

ryacine 01-04-2010 11:09 AM

Great and very useful mod. Thank you.
Quote:

But as these are all links we add in there, can you change this so that the link we put in are actual links.... I mean, clickable.?
All you have to do is inside the [dbox] tags, use the usual [url] bbcode, found by default in the editor.

masons 01-04-2010 03:21 PM

Quote:

Originally Posted by ryacine (Post 1946800)
Great and very useful mod. Thank you.

All you have to do is inside the [dbox] tags, use the usual [url] bbcode, found by default in the editor.

I understand that, but I am sure for a fairly technical person, unlike myself, it would be easy to write this one in such a way that it does so for us, as all we place within these BB codes will actually be links, it makes sense anyway you look at it.

elwachiman 01-04-2010 03:28 PM

1 Attachment(s)
dbox viewed from different browsers, ie8, mozilla and google crome ff3.5 two firefox and chrome look good but ie8 is elongated

demgel 01-04-2010 03:45 PM

Quote:

Originally Posted by elwachiman (Post 1946648)
install it but sometimes distorted leaves and sometimes not, because I do not understand this problem. thanks
I also placed some screenshots about
forgive my poor English

Didn't understand you either, sorry. Can you be more specific?

Quote:

Originally Posted by MrKramer (Post 1946664)
Just what i needed,
thanks man!

1 question:
What font did you use for the "Download" text?

It's called Delicious.

Quote:

Originally Posted by masons (Post 1946694)
Great mod.. thank you.
But as these are all links we add in there, can you change this so that the link we put in are actual links.... I mean, clickable.?

It doesn't matter if you post links with/without this BBCode, just make sure to mark "Automatically parse links in text" in Additional Options when posting.

Quote:

Originally Posted by elwachiman (Post 1946985)
dbox viewed from different browsers, ie8, mozilla and google crome ff3.5 two firefox and chrome look good but ie8 is elongated

Do you have that compatibility view thing active?

dtommy79 01-04-2010 04:05 PM

Thanks for the mod.

My only problem is that it parses the URLs into links automatically so I have to use it along with the code tag to disable clicking.

Dr.osamA 01-05-2010 02:23 AM

1 Attachment(s)
installed

plzzz chek attachment

thanxxx
________
STARCRAFT 2 RELAY

demgel 01-05-2010 11:01 AM

Quote:

Originally Posted by Dr.osamA (Post 1947477)
installed

plzzz chek attachment

thanxxx

It's fixed now, check the main post for the new code (just added text-align style value for main div). Just replace your current replacement code with the new one.

Cloud_Strife 01-09-2010 09:36 AM

Quote:

Originally Posted by Dr.osamA (Post 1947477)
installed

plzzz chek attachment

thanxxx

ADD:
<span style="border: 1px solid #5a7f97; background: #7394a9 none repeat scroll 0% 0%; width: 100%; display: inline-block; text-align: left;">

evildon 01-09-2010 10:35 AM

Really a great one..perfectly match my needs..

Can you please also help me to insert a tag inline with the BBcode so that i need not put the code everytime i post a link...

Thanks

Cloud_Strife 01-10-2010 12:43 PM

Quote:

Originally Posted by evildon (Post 1951043)
Really a great one..perfectly match my needs..

Can you please also help me to insert a tag inline with the BBcode so that i need not put the code everytime i post a link...

Thanks

The Code will Look like this:
Code:

<div class="bbcode_container" style="border: 1px solid #F0F; margin: 5px 10px 0px 10px; padding: 2px; text-align: left; margin: 5px 10px 0px 10px; padding: 2px; border: 1px solid #535353; background: #414141;">
        <div class="bbcode_description" style="padding-left: 25px;">
{vb:rawphrase code}:
</div>
<div style="font: 12px Verdana, Geneva, sans-serif; color: #666; padding: 3px;  text-align: left;">
        <pre style="padding-top: 5px; padding-bottom: 15px; padding-left: 5px; padding-right: 5px; font: 12px Verdana, Geneva, sans-serif; text-align: left; margin: 5px 10px 10px 10px; overflow:auto; color: #666; background: #EFEFEF; border: 1px solid #535353;">{vb:raw code}</pre></div>
</div>

You can change The colors, message...etc...

CheeSie 01-12-2010 05:28 PM

I've experienced what if you do not supply a linebreak right after the dbox tag the first url wont be parsed automatically.. is there a way to fix this?

darkdevilz 02-09-2010 12:26 PM

1 Attachment(s)
Hello,

I have a problem. it is showed attachement. İf ı add a short link my table is short and it is seem bad.. How can ı set a standart table weight..

NTT 03-13-2010 01:09 PM

1 Attachment(s)
how to fix this bug ?
see Attach Files

LordVader 08-14-2010 04:38 AM

Thanks It Works Perfectly :)

But, i was wondering if the following is possible ?

And if so could somebody please tell me how to do it ?

I have the hide hack installed on my forum & quite often i paste in my links & then i click the "down" image & then i click the "hide" image on the text editor, therefore hiding my links inside the download box.

Is there any way i can have BOTH Tags added at the same time with just the click of one image ?

For instance, clicking the "down" image would wrap both tags around my links like the example below.


[dbox][hide]
http://Example-Test-Link-Test-Link
http://Example-Test-Link-Test-Link
http://Example-Test-Link-Test-Link
[/hide][/dbox]

Any help with this will be really appreciated

Thanks for reading

Will. :)

steve1966 08-14-2010 08:27 AM

thanks great

cengizer 10-17-2010 02:35 PM

thank you

YankForum 10-17-2010 05:38 PM

excellent idea , tnx 4 sharing

Ichigo88 06-27-2011 09:55 AM

any upgrade for vb 4.1.4?? please

Nirjonadda 03-17-2012 06:18 PM

please update for 4.1.10


All times are GMT. The time now is 05:23 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.01222 seconds
  • Memory Usage 1,797KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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