I need a little bit of help with this. I followed these instructions:
Support Forum
Yes- that is the correct place to create the new file.This is a special custom code file that will never be removed by an SP update – unlike all other files in the plugin.
You put your preferred button text in that function – where it currently reads: ‘your button text’.
It’s not working. The text on the button still says “Attachments.” Do you have to include that file explicitly somewhere so that it knows to use the new function?
No – it works exactly as I wrote it up – and it DOES work – it was fully tested before I copied and pasted the code. I think I said look for the function
sp_plupload_pm_editor_button()
and it should have been
sp_plupload_editor_button()
That did it! I have it working on my test site and I’ll implement it on the live site soon. Thanks for your help on this!