Code: Select all
[url=./aze.html]aze[/url]
aze dont work alsoopoqol5 wrote:I'm not sure if I understand you but, you should make it like thisCode: Select all
[url=./aze.html]aze[/url]
Try making a Custom BBCode, for example this:bardosoft wrote:aze dont work alsoopoqol5 wrote:I'm not sure if I understand you but, you should make it like thisCode: Select all
[url=./aze.html]aze[/url]
you can try
Code: Select all
[localurl]{simpletext}[/localurl]
Code: Select all
<a href="./{simpletext}</a>
Code: Select all
[localurl]file.php[/localurl]
No it's notbardosoft wrote:It's a big error from phpBB developer
jimdunn wrote:No it's notbardosoft wrote:It's a big error from phpBB developer
The examples you gave were using the BBcode wrongly.
Ddraiggoch06 offered a solution - have you tried it yet ?
Could you elaborate - I'm tired, so I'm probably missing what you mean there ?the URL bbcode may work with static and relative link
not with static link only
BBcode usage:i need using this link format : Help
Code: Select all
[localurl={TEXT1}]{TEXT2}[/localurl]
Code: Select all
<a href="http://www.jim.com/{TEXT1}">{TEXT2}</a>
Code: Select all
[localurl=forum/adm]Admin Controls[/localurl]
Because it doesn't. The URL code is for URLs, and a URL is counted as http://www.domain.com, not page.php. Use the Custom BBCode jimdunn gave you, and you will be able to do it fine.bardosoft wrote:why URL bbcode don't accept relative link ?
Relative links are relative to phpBB only and so work differently:bardosoft wrote:why URL bbcode don't accept relative link ?
I think the OP just misunderstood how bbcode works for url posting in phpBB3.all the bases are covered, as far as I can see.
Code: Select all
<a href="http://www.jim.com/{TEXT1}">{TEXT2}</a>