vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Download button link (https://vborg.vbsupport.ru/showthread.php?t=138449)

anywares 03-06-2007 03:10 PM

Glad you like them :D

smoovie 03-15-2007 04:21 AM

I'm new here and I really like this mod ... but. There's always a but, huh? When in use on the forums the image has a link hilight box around it. Is there any way to remove/hide that? It's like underlined for text links but it wraps around the image.

Thanks

anywares 03-15-2007 05:59 PM

lolz ive encountered this problem with firefox. they think its leet or smtin to link the immages like that. im not sure at all if this will work but its worth a try eh?

use this code:
HTML Code:

<table border="0">
<tr>
<td>
<a href="{param}" target="_new"><img src="http://img186.imageshack.us/img186/9572/downloadzc4.png" /></a>
</td>
</tr>
</table>


smoovie 03-16-2007 05:07 AM

Thanks anywares, valiant effort but it had no effect on the image. I have the image uploaded to my server but it still shows the "link" outine.

darkman 03-17-2007 08:52 PM

You have to put border=0 in the code to remove the ugly box:
Code:

<a href="{param}" target="_new"><img src="http://img186.imageshack.us/img186/9572/downloadzc4.png" border=0/></a>
Nice mod - thanks :)

darkman 03-18-2007 01:43 AM

...also, if you are hosting the file in your forums/images/misc directory you need to put a forward slash before forums:
Code:

<a href="http://" target="_new"><img src=/forums/images/misc/downloadzc4.png border=0/></a>
Here's a cool little png file to use as a button image:

harlita 03-18-2007 09:48 AM

I freaking love it!! Especially for what my forums are for - this is totally useful. *clicked installed*

anywares 03-18-2007 09:54 AM

Quote:

Originally Posted by darkman (Post 1205846)
You have to put border=0 in the code to remove the ugly box:
Code:

<a href="{param}" target="_new"><img src="http://img186.imageshack.us/img186/9572/downloadzc4.png" border=0/></a>
Nice mod - thanks :)

lol glad you like it but he doesnt mean that border, he means the border that Firefox 2+ puts around a hyperlinked immage

iHostile 03-18-2007 12:45 PM

Hmm where do you put the other <a> tag? Cant seem to work it out :S

<a href="{param}" target="_new"><img src="http://img186.imageshack.us/img186/9572/downloadzc4.png" /></a>

Theres no <a> :S

anywares 03-18-2007 01:07 PM

no need.

HTML Code:

<a href="
is the begining of the <a> tag ;]

and
HTML Code:

</a>
is the end if the <a> tag ;]


All times are GMT. The time now is 01:59 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.01113 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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