Search found 9 matches
- 31 Mar 2010, 19:03
- Forum: BBCode Support
- Topic: Linkbox problem
- Replies: 7
- Views: 5180
Re: Linkbox problem
well, that works to some aspect. however, if you make a break after the first URL line and add the text then, it looks like this: [Download]http://www.phpbb3bbcodes.com/file1 http://www.phpbb3bbcodes.com/file2 http://www.phpbb3bbcodes.com/file3 http://www.phpbb3bbcodes.com/file4 http://www ...
- 31 Mar 2010, 01:06
- Forum: BBCode Support
- Topic: Linkbox problem
- Replies: 7
- Views: 5180
Re: Linkbox problem
Hey, that looks nice. Since the first link gets forced via the URL tag, no more broken first link *yay* I modified the code a little to allow for 2 links, the one before needed 3 links or the code would break. [Downloads]{URL} {TEXT}[/Downloads] <table><tr><td><img src="/images/download.png"></td ...
- 30 Mar 2010, 23:34
- Forum: BBCode Support
- Topic: Linkbox problem
- Replies: 7
- Views: 5180
Re: Linkbox problem
this bbcode only works for one link.Fire-Fox » 30 Mar 2010, 23:15 wrote:Look here : viewtopic.php?f=4&t=325
And the link not turning into hyperlink problem is there, too.
- 30 Mar 2010, 23:14
- Forum: BBCode Support
- Topic: Linkbox problem
- Replies: 7
- Views: 5180
Re: Linkbox problem
hmm, tried to add a new line via br, but it's not helping. <table><tr><td><img src="/images/download.png"></a></td><td width=100%><div class="codetitle"><b>Download Link:</b></div><div class="codecontent">.<br> {TEXT}</div></td></tr></table> It creates a new line at the beginning in the box, but the ...
- 30 Mar 2010, 22:54
- Forum: BBCode Support
- Topic: Linkbox problem
- Replies: 7
- Views: 5180
Linkbox problem
I have a little problem on my forum where the first link in a bbcode box doesn't get hyperlinked. The ones after that work. Every box that contains links (Quote, Spoiler and others) have this problem. Basically it's this: http://dl.dropbox.com/u/604847/bbprob1.png But when the first line of the box ...
- 30 Mar 2010, 18:03
- Forum: BBCode Support
- Topic: Imagelink with extra hostname
- Replies: 5
- Views: 3331
Re: Imagelink with extra hostname
thanks, that would be greatbut, i can try to see what i can come up with!
- 29 Mar 2010, 23:32
- Forum: BBCode Support
- Topic: Imagelink with extra hostname
- Replies: 5
- Views: 3331
Re: Imagelink with extra hostname
<r>hmm, perhaps the youtube tag can help with this (even if it does the reverse, it adds something to the link at the end)<br/> <br/> {TEXT}watch?v={TEXT1}<br/> and<br/> {TEXT}v/{TEXT1}&rel=en&fs=1<br/> <br/> could this be javascript based?<br/> perhaps this could work in reverse somehow and delete ...
- 29 Mar 2010, 23:17
- Forum: BBCode Support
- Topic: Imagelink with extra hostname
- Replies: 5
- Views: 3331
Re: Imagelink with extra hostname
thanks for the tip, somehow i didn't think of that. But this would require people to write a ",hostername" after the address, i don't think they would get it all. And if they forget the ",hostername" after the address, the bbcode refuses to work. Is there a way to split the inputted address via the ...
- 29 Mar 2010, 21:18
- Forum: BBCode Support
- Topic: Imagelink with extra hostname
- Replies: 5
- Views: 3331
Imagelink with extra hostname
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] http://www.phpbb3bbcodes.com/images/smilies/icon_question ...