ehh, how to post picture directly & show in forum instead of the URL?
		
		
	 
you need some skillz
on flickr, go to all size (you need to login and then see your photo and on top there are icons, click on magnifying glass). Select the size you want. I choose medium 375 x 500
	
	
	
		Code:
	
	
		<a href="http://www.flickr.com/photos/aryanto/3138460634/" title="P9273627e by aryanto, on Flickr"><img src="http://farm4.static.flickr.com/3266/3138460634_7906dd9408.jpg" width="375" height="500" alt="P9273627e" /></a>
	 
 
Then you have to pick the URL to the page and the URL to the image:
The part below is thrown away
	
	
The part below here is the URL to link to the page, if you don't flickr will hate you.
	
	
	
		Code:
	
	
		http://www.flickr.com/photos/aryanto/3138460634/
	 
 The part below is thrown away
	
	
	
		Code:
	
	
		" title="P9273627e by aryanto, on Flickr"><img src="
	 
 The part below here is the URL to link to the image, you need this in the image.
	
	
	
		Code:
	
	
		http://farm4.static.flickr.com/3266/3138460634_7906dd9408.jpg
	 
 The part below is thrown away
	
	
	
		Code:
	
	
		" width="375" height="500" alt="P9273627e" /></a>
	 
 
Then you have to click on the globe with chain when posting, or if you like coding simply whack this
	
	
	
		Code:
	
	
		 [ url=<cut and paste your page link URL here> ] a [/ url]
	 
 
so as above example 
	
	
	
		Code:
	
	
		http://www.flickr.com/photos/aryanto/3138460634/
	 
  will become
	
	
	
		Code:
	
	
		[ url=http://www.flickr.com/photos/aryanto/3138460634/]a[/ url]
	 
 
Just remove the spaces. I have to put them there or else it will not show the code.
The you see the "a" there. Replace that with
	
	
	
		Code:
	
	
		 [ img=<cut and paste your image URL link here> ] a [/ img]
	 
 
And finally you will have, as for example:
	
	
	
		Code:
	
	
		[ url=http://www.flickr.com/photos/aryanto/3138460634/][ img]http://farm4.static.flickr.com/3266/3138460634_7906dd9408.jpg[/ img][/ url]
	 
 
Again just remove the spaces. I have to put them there or else it will not show the code.
And when the spaces are removed, you get this:

Click on the image and you will go to my flickr page having that image.