Page 1 of 1

[URL] button could insert [url=][/url] when posting a reply in this forum

Posted: 03 Feb 2015 20:55
by mederi
A suggestion so that users will not write the equal sign "=" manually there. Thanks.

Re: [URL] button could insert [url=][/url] when posting a reply in this forum

Posted: 04 Feb 2015 11:30
by Jean-Baptiste Kempf
It's hardcoded.

Re: [URL] button could insert [url=][/url] when posting a reply in this forum

Posted: 05 Feb 2015 13:29
by mederi
I think I have found it in "phpBB-3.1.3.zip" package:

Code: Select all

---------- H:\PHPBB3\ADM\STYLE\ACP_POSTING_BUTTONS.HTML [6] var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
','
  • ','
','
  • ','
','[img]','[/img]','','','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);

---------- H:\PHPBB3\STYLES\PROSILVER\TEMPLATE\POSTING_BUTTONS.HTML
[11] var bbtags = new Array('','','','','','','[quote]','[/quote]','

Code: Select all

','
','
  • ','
','
  • ','
','[img]','[/img]','','','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
[/code]
Please can you try to insert the equal sign into '[url]' there?