Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: ovidole91 on December 08, 2016, 02:25:56 AM

Title: Delete text ( - Index) from the website title in tab browser tab
Post by: ovidole91 on December 08, 2016, 02:25:56 AM
Hi there
i want to delete  text ( - Index) from the website  title in tab browser tab
as you can see in this picture

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Ffs5.directupload.net%2Fimages%2F161208%2Fej7ijj9t.jpg&hash=b5098013cb761bc81f59c4953d4aa8d06c07f2f6)

i want to delete  this text : - Index and to remain only Farming Simulator Romania
Please tell me from where can i do this thing ?
Thank's
Title: Re: Delete text ( - Index) from the website title in tab browser tab
Post by: br360 on December 08, 2016, 02:37:16 AM
What version of SMF are you actually using?

Take a look at this mod- http://custom.simplemachines.org/mods/index.php?mod=2704

Title: Re: Delete text ( - Index) from the website title in tab browser tab
Post by: Sir Osis of Liver on December 08, 2016, 04:20:12 PM
index.english.php -



$txt['forum_index'] = '%1$s - Index';



Just delete what you don't want.  This should do it -



$txt['forum_index'] = '%1$s';