Hi,
Just a quick and simple trick if you want to remove index.php from your breadcrumbs homepage link.
1. Open global.php
2. Find
3. And just delete "index.php"
4. Refresh your forum page and annoying index.php in your homepage url is removed.
Good luck!
Just a quick and simple trick if you want to remove index.php from your breadcrumbs homepage link.
1. Open global.php
2. Find
PHP Code:
$navbits[0]['url'] = $mybb->settings['bburl'].'/index.php';
3. And just delete "index.php"
4. Refresh your forum page and annoying index.php in your homepage url is removed.
Good luck!