Custom URL Romanization

Custom URL Romanization 2.0.2 Nulled

No permission to download
Compatible XF Versions
  1. 2.0
This add-on will romanize URL character for XF2.
  • Works everywhere (forums, threads, etc.), with minimal conflict.
For those who have similar demands regarding url romanization simply modify it to your own need by modifying the src/addons/TurkishFriendlyLink/listener.php file.

Note: Testing showed that you need to disable the "Romanize url" option in order to make use of this add-on. It would be kind of unnecessary otherwise.

xenforo_com_community_attachments_1511985968688_png_162808__.png



As you see below, username characters is not romanization before this add-on.


xenforo_com_community_attachments_1511986812303_png_162809__.png




xenforo_com_community_attachments_1511987248449_png_162812__.png



After the instalation,


xenforo_com_community_attachments_1511987337651_png_162813__.png



For those who have similar demands regarding url romanization simply modify it to your own need by modifying the src/addons/Turkish Friendly Link/listener.php file

PHP:
static $mapLower = array(
			'o' => array('ö'),
			'c' => array('ç'),
			'g' => array('ğ'),
			's' => array('ş'),
			'u' => array('ü'),
			'a' => array('â'),
			'e' => array('ê'),
			'i' => array('ı', 'î', 'é'),
		);

		static $mapUpper = array(
			'O' => array('Ö'),
			'c' => array('Ç'),
			'g' => array('Ğ'),
			's' => array('Ş'),
			'u' => array('Ü'),
			'a' => array('Â'),
			'e' => array('Ê'),
			'i' => array('I', 'Î', 'Ê'),
		);
The first arrays are for lowercase letters (mapLower ) and the second set are for uppercase letters (mapUpper )
Write the letters you want to be Romanized to the right like you see above.

Special thanks to xfrocks.
This add-on was created with reference to Vietnamese Friendly Link.
Author
AnimeHaxor
Size
2.5 KB
Extension
zip
Downloads
6
Views
1,148
First release
Last update

More resources from AnimeHaxor

Latest updates

  1. Fixed all bugs.

    Fixed all bugs.
  2. Changed Listener.php

    Listener.php file has been changed.
  3. Fixed a bug

    - Fixed bug and added new hashes.json

Similar resources

Customize your 404 error page, keep track of missing URLs and redirect them to new pages.
0.00 star(s) 0 ratings
Downloads
31
Updated
This addon allows you to set permissions for Custom Fields:
0.00 star(s) 0 ratings
Downloads
6
Updated
Custom Fields Permissions AnimeHaxor
Set input/output permissions for Custom User/Thread Fields
0.00 star(s) 0 ratings
Downloads
26
Updated
Allows set additional HTTP headers via 'src/config.php'
0.00 star(s) 0 ratings
Downloads
3
Updated
Create custom PHP pages with or without the XF layout.
0.00 star(s) 0 ratings
Downloads
4
Updated