This Forum is now unlocked. Post something please

For all things to build the brown sound

Moderators: VelvetGeorge, RACKSYSTEMS

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Wed Feb 19, 2014 10:26 am

I think I got it. I didn't use

Code: Select all

 from above though. I used [URL] from above with the "BBCode (message boards & forums)" link from the site. Set the photo to "Large Thumbnail".
12000 Metro Kit

vh junkie
Senior Member
Posts: 1288
Joined: Tue Jan 13, 2009 7:07 pm

Re: This Forum is now unlocked. Post something please

Post by vh junkie » Wed Feb 19, 2014 4:56 pm

If you do it this way... you can show a larger picture when it is clicked on:

Code: Select all

[URL=http://imgur.com/1KC01Qn.jpg][IMG]http://i.imgur.com/1KC01Qnl.jpg[/IMG][/URL]
1KC01Qn.jpg is the original that you get when you click.
1KC01Qnl.jpg is the large thumbnail that is displayed.
Image
"With all due respect, sir, you're beginning to bore the hell out of me."
- Gunny Highway

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Thu Feb 20, 2014 1:28 am

So you put 2 links between the [URL]?
12000 Metro Kit

vh junkie
Senior Member
Posts: 1288
Joined: Tue Jan 13, 2009 7:07 pm

Re: This Forum is now unlocked. Post something please

Post by vh junkie » Thu Feb 20, 2014 3:39 am

What is really happening is that the IMG is nested inside the URL start tag and the /URL end tag.
Here we have text nested inside the URL tag instead of the IMG. WHen you click on the text you are taken to imgur to see the large picture. SO... the URL tag surrounds what is clicked on, and takes you to a given location when you click on it.

Code: Select all

[URL=http://imgur.com/1KC01Qn.jpg]Click Here![/URL]
Click Here!

The image that is displayed is inside the IMG start tag and /IMG end tag. We could just put this on the page, and we would have an image that does nothing when you click on it.

Code: Select all

[IMG]http://i.imgur.com/1KC01Qnl.jpg[/IMG]
But, if we put the IMG tag inside the URL tag, the IMG becomes clickable.

Code: Select all

[URL=http://imgur.com/1KC01Qn.jpg][IMG]http://i.imgur.com/1KC01Qnl.jpg[/IMG][/URL]
"With all due respect, sir, you're beginning to bore the hell out of me."
- Gunny Highway

User avatar
neikeel
Senior Member
Posts: 7231
Joined: Tue Dec 06, 2005 8:31 am
Location: Suffolk, England

Re: This Forum is now unlocked. Post something please

Post by neikeel » Thu Feb 20, 2014 6:01 am

Should be a sticky 8)
Neil

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Thu Feb 20, 2014 7:07 am

12000 Metro Kit

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Thu Feb 20, 2014 7:16 am

12000 Metro Kit

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Thu Feb 20, 2014 7:24 am

I have no idea how you are getting that to set up that way.

Why is nobody else trying this? :lol:
12000 Metro Kit

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Thu Feb 20, 2014 9:25 am

12000 Metro Kit

User avatar
vanhalen5150
Senior Member
Posts: 7307
Joined: Wed Sep 10, 2008 3:13 pm
Just the numbers in order: 7
Location: Halifax, Canada

Re: This Forum is now unlocked. Post something please

Post by vanhalen5150 » Thu Feb 20, 2014 9:34 am

Ok, basically select your image from the site. Select "large Thumb". Click and save the "Linked BB" (not the other one). Directly paste to your post. Adding "click me" to go to the original image.

My mistake was using the above {Img] and [URL] provided in the above boxes when you start a post. No need to use those at all.

:thumbsup:
12000 Metro Kit

Post Reply