my code version problem

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
FlingeR
BBCoder I
BBCoder I
Posts: 2
Joined: 23 Jul 2010, 01:39
Contact:

my code version problem

Post by FlingeR »

Hi, I'm having this problem:

I want to use this code to make a text frame (without links in it, like

Code: Select all

):
[code]<div style="margin-bottom: 10px; background: #000000; padding: 6px; height:auto; border: 2px solid #8C8984; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;color:#bbbbbb;font-family:Courier New">{TEXT}</div>
The problem is that phpbb3 turns de dirrections "http://www...." to a link automatically.
So i check de Code BB tag y i find the <code></code> HTML tag:
Example of code BB tag:

Code: Select all

<code>http://www.opentz.com.ar http://www.opentz.com.ar</code>
I use the same thing in my bbcode:

Code: Select all

<div style="margin-bottom: 10px; background: #000000; padding: 6px; height:auto; border: 2px solid #8C8984; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;color:#bbbbbb;font-family:Courier New"><code>{TEXT}</code></div>
Now, for some reason that i dont understand:

Code: Select all

<code>http://www.opentz.com.ar <!-- m --><a class="postlink" href="http://www.opentz.com.ar">http://www.opentz.com.ar</a><!-- m --></code>
Like you can see, the first direction is OK, but the second it's modified, WHY?

Thanks for the help, and sorry if I'm not clear.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: my code version problem

Post by cisco007 »

you have already asked that here!

Re: Alternative

Code: Select all

 BBCode (Post by FlingeR #5737)[/url]

no need to open another topic!

this one will be locked!
Locked