Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Download Box BBCode Details »»
Download Box BBCode
Version: 1.00, by demgel demgel is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.6.8 Rating:
Released: 01-23-2008 Last Update: Never Installs: 157
Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Download Box BBCode

There are thousands of forums where we can find thousands of links. I saw this hack in a website, but wasn't vBulletin , that's why I've created this. You put your links and the bbcode add a nice links box. Just take a look to the screenshot

This is my first mod, so... any suggestions will be great!

Install Instructions

1. Download the zip, extract it and upload the images to "images/misc/" folder in your forum.
2. Go to AdminCP ? Custom BB Codes ? Add New BB Code

Quote:
Title: Download Box
Tag: down
Replacement:
HTML Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td height="39" colspan="3">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td width="113" background="images/misc/down1.gif" height="39">
				&nbsp;</td>
				<td background="images/misc/down2.gif">&nbsp;</td>
				<td width="48" background="images/misc/down3.gif" height="39">
				&nbsp;</td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td bgcolor="#C0DDFF" width="10">&nbsp;</td>
		<td bgcolor="#C0DDFF">
		<table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #007FD8" bgcolor="#FFFFFF">
			<tr>
				<td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
				<p style="margin: 5px">{param}</td>
			</tr>
		</table>
		</td>
		<td bgcolor="#C0DDFF" width="10">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td background="images/misc/down4.gif" height="11" width="11">
				<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
				<td bgcolor="#C0DDFF" height="11">
				<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
				<td background="images/misc/down5.gif" height="11" width="11">
				<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
			</tr>
		</table>
		</td>
	</tr>
</table>
Example: [down]http://www.your-link.com[/down]
Description: Put your link(s) in a custom box.
Use {option}: No
Button Image: images/misc/down-button.gif
3. That's all!

NOTE: If you want this mod in other colors, just ask for them.

Mark as Installed

Show Your Support

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

Comments
  #32  
Old 02-29-2008, 08:26 PM
rapidphim rapidphim is offline
 
Join Date: Feb 2007
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

boofo... you are talking to noncoders here. Please be kind to explain a bit more. Thanks.
Reply With Quote
  #33  
Old 02-29-2008, 08:31 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the Additional Options at the bottom of the new post, there is an "Automatically parse links in text" checkbox. Just make sure that is unchecked. No code knowledge needed.
Reply With Quote
  #34  
Old 03-30-2008, 06:48 PM
mystic10 mystic10 is offline
 
Join Date: Sep 2007
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would this be possible to make the download box in black and red...
Reply With Quote
  #35  
Old 04-01-2008, 07:04 PM
msamm msamm is offline
 
Join Date: Nov 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i do it in arabic way

HTML Code:
<html dir="ltr">

<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td height="39" colspan="3">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td width="48" background="images/misc/down3.gif" height="39">
				&nbsp;</td>
				<td background="images/misc/down2.gif">&nbsp;</td>
				<td width="113" background="images/misc/down1.gif" height="39">
				&nbsp;</td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td bgcolor="#C0DDFF" width="10">&nbsp;</td>
		<td bgcolor="#C0DDFF">
		<table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #007FD8" bgcolor="#FFFFFF">
			<tr>
				<td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
				<p style="margin: 5px">{param}</td>
			</tr>
		</table>
		</td>
		<td bgcolor="#C0DDFF" width="10">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td background="images/misc/down5.gif" height="11" width="11">
				<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
				<td bgcolor="#C0DDFF" height="11">
				<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
				<td background="images/misc/down4.gif" height="11" width="11">
				<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
			</tr>
		</table>
		</td>
	</tr>
</table>
Reply With Quote
  #36  
Old 04-05-2008, 10:29 PM
cafenetland cafenetland is offline
 
Join Date: Jan 2008
Location: Sweden
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx

installed
Reply With Quote
  #37  
Old 04-13-2008, 12:00 PM
cafenetland cafenetland is offline
 
Join Date: Jan 2008
Location: Sweden
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx installed.

i also needed a rar pass box

so i used ur mod and made some changes

so here is it.

upload attached image to /images/misc/

add new bb code
name : rar pass
tag : rar
code :
PHP Code:
<table border="0" cellspacing="0" cellpadding="0">
    <
tr>
        <
td height="39" colspan="3">
        <
table border="0" width="100%" cellspacing="0" cellpadding="0">
            <
tr>
                <
td width="113" background="images/misc/rarpass.gif" height="39">
                &
nbsp;</td>
                <
td background="images/misc/down2.gif">&nbsp;</td>
                <
td width="48" background="images/misc/down3.gif" height="39">
                &
nbsp;</td>
            </
tr>
        </
table>
        </
td>
    </
tr>
    <
tr>
        <
td bgcolor="#C0DDFF" width="10">&nbsp;</td>
        <
td bgcolor="#C0DDFF">
        <
table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #007FD8" bgcolor="#FFFFFF">
            <
tr>
                <
td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
                <
p style="margin: 5px">{param}</td>
            </
tr>
        </
table>
        </
td>
        <
td bgcolor="#C0DDFF" width="10">&nbsp;</td>
    </
tr>
    <
tr>
        <
td colspan="3">
        <
table border="0" width="100%" cellspacing="0" cellpadding="0">
            <
tr>
                <
td background="images/misc/down4.gif" height="11" width="11">
                <
img border="0" src="images/misc/space.gif" width="1" height="1"></td>
                <
td bgcolor="#C0DDFF" height="11">
                <
img border="0" src="images/misc/space.gif" width="1" height="1"></td>
                <
td background="images/misc/down5.gif" height="11" width="11">
                <
img border="0" src="images/misc/space.gif" width="1" height="1"></td>
            </
tr>
        </
table>
        </
td>
    </
tr>
</
table
Example :
PHP Code:
[rar]http://www.your-link.com[/rar] 
Description :
PHP Code:
Put your link(sin a custom box
Use {option} :
PHP Code:
 no 
credits to demgel

Reply With Quote
  #38  
Old 04-13-2008, 12:41 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why not just make it a Password box instead as ZIP files can have passwords, too.
Reply With Quote
  #39  
Old 04-13-2008, 12:46 PM
cafenetland cafenetland is offline
 
Join Date: Jan 2008
Location: Sweden
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Why not just make it a Password box instead as ZIP files can have passwords, too.
rar pass the one what i was needed

thats why i could not think about zip or all the other archive formats

but u can just edit the image file in "paint" and delete "rar"
Reply With Quote
  #40  
Old 04-13-2008, 01:51 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't use it. It was just a suggestion for others who might want it.
Reply With Quote
  #41  
Old 04-14-2008, 07:39 PM
rizelim's Avatar
rizelim rizelim is offline
 
Join Date: Nov 2006
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
Reply

Thread Tools

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 11:46 AM.


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.05626 seconds
  • Memory Usage 2,353KB
  • 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
  • (2)bbcode_html
  • (4)bbcode_php
  • (2)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