Quote:
Originally Posted by dotJoel
The instructions say to insert the code above 3 instances of Insert Link, however there are 4 instances of it in the .js file!
Regards,
Joel
|
That is correct insert the code above all 4 instances of Insert Link and 1 Insert Image
5 times you will add that code, it will not hurt it.
really you only need to do it 3 times for Insert Link the first one in your search you will notice a E-mail link so got to the next insert link 2 then 3 then 4 (3 edits for insert link)
Example of the one you don't need to add it too if this helps as it works for me.
PHP Code:
/**
* Insert Link
*/
this.createlink = function(e, url)
{
return this.apply_format('createlink', is_ie, (typeof url == 'undefined' ? true : url));
};
/**
* Insert Email Link
*/
also remember to edit all three templates
1. editor_toolbar_on
2. postbit_quickedit
3. showthread_quickreply
PHP Designer is also a free download, you can do a search for it and download it