I am trying to add Upload images tab in PHPNukeUser config in nukeWYSIWYG 3.6.1
I suggest that there are the posibility to offer registered users when they publish article in Submit News module to upload images. Offcause with restriction of file extention like : .png / .jpeg and etc.
I tried to find the way via config.js in ckeditor folder but could not find the right way.
I found the way to remove the tab from all toolbars :
config.removeDialogTabs = 'image:advanced;'; but not to add
As well as the problem is become more complicate for me because image upolad integrated via ELfinder, which has also own configuration.
I kindly ask you to give me any idea from where I need to start implement this functionality. Thanks.