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.