Author: HAMMER663
Extension Description: Transform of internal url to link name before posting
Extension Version: 0.3.0
Requirements: phpBB 3.1.2 or later
Features:
1) Will transform the internal links of type http://your_board/viewtopic(forum).php?f=1&t=1 to the links
[url=viewtopic(forum).php?f=1&t=1]Topic(Forum) title[/url]
2) Will transform the FAQ Url of type http://your_board/faq.php#(num) to the links
[url=http://your_board/faq.php#(num)]FAQ num XX.XX[/url]
3) Will transform the wiki-links of type http://wiki.wikiurl.com/Main_Page to the links
[url=http://wiki.wikiurl.com/Wiki_page]Wiki page[/url]
4) Will transform the Board Rules Url of type http://your_board/rules/?#rule(num) to the links
[url=http://your_board/rules/?#rule(num)]Board Rule (num)[/url]
This ext is a ADD-ON and will require the Board Rules by Nekstati (http://www.phpbbguru.net/community/topic42373.html) to be installed before it will work.
5) Will transform the Youtube-url to bbCode [youtube][/youtube]
6)Will transform the internal links of type TopicTitle-tYY.html to the links
[url=http://your_board/TopicTitle-tYY(ForumName-fYY).html]Title(Forum) title[/url]
. Ext phpBB SEO Ultimate SEO URL by dcz.7) ACP settings
8) If the type Url 'p' (ie, link to a specific post), the link text to supplement the information about the author and number post : [DEV] Convert Local Url To Link Name ( Post HAMMER663 #13824231 )
Development repository: https://github.com/HAMMER663/ConvertLocalUrlToLinkName
Extension Download: Download button named "Download ZIP" can be found at the development repository page.
Installation: Extension files should be extracted to
/ext/hammer663/ConvertLocalUrlToLinkName/
folder. Then the extension should be enabled in ACP as usually.Precaution: As the ext is still in development, major changes still can be applied which could require full extension purging and reinstallation, so use it on your own risk. DO NOT install it on production boards. For testing purposes only.