MyBB Community Forums

Full Version: http
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when you click on the next button you see http, is it possible to put there some other tekst?

that button is used for URL code hence starts with http://
if we use something else there then its purpose will not be served...
Is it possible to set a new icon with a other tekst?
If you really want to, you can change the text in the URL box to whatever you want.

1. Open the ./jscripts/editor.js file in a text editor.

2. Find:

url = prompt(this.options.lang.enter_url, "http://");

3. Change http:// to whatever you want (e.g. https://, ftp://).