Imagelink with extra hostname
Posted: 29 Mar 2010, 21:18
Hello, i'm new here, so hello guys
I've tried to make a custom bbcode for a few weeks now, but i can't get it finished because it's a little over my head.
Then i stumbled over your site here.
I want to make something like this:
[center]
Hoster: phpbb3bbcodes
[/center]
A clickable image that links to a page/file and a little description underneath it where the file is hosted.
(the name between www. and .com/.net)
Sadly i only came up with the linkable image bbcode:
and i tried all sorts of things to get the hostername out of the link and write it beneath the icon.
i tried various combinations of
is it possible to make the link in the image file work and display only the hostername as a readable text beneath it?
Or am i trying some things that can't work?
If anyone could help me in this case, thank you very much.
I've tried to make a custom bbcode for a few weeks now, but i can't get it finished because it's a little over my head.
Then i stumbled over your site here.
I want to make something like this:
[center]
Hoster: phpbb3bbcodes
[/center]
A clickable image that links to a page/file and a little description underneath it where the file is hosted.
(the name between www. and .com/.net)
Sadly i only came up with the linkable image bbcode:
Code: Select all
[Examplelink]{URL}[/Examplelink]
Code: Select all
<div align="center"><a href="{URL}" target="_blank"><img src="http://www.phpbb3bbcodes.com/images/smilies/icon_question.gif" /></a></div>
i tried various combinations of
Code: Select all
{TEXT}, {SIMPLETEXT} and a few others that i came across instead of {URL}
Or am i trying some things that can't work?
If anyone could help me in this case, thank you very much.