When I am adding or editing a blog the textbox does not show the photo or video icons above. Any way to fix this?
Thanks
Jose
When I am adding or editing a blog the textbox does not show the photo or video icons above. Any way to fix this?
Thanks
Jose
Where else can I check?
Thanks,
ow_static/pliugins/base/js/htmlarea.js
This code
for( var j = 0; j < buttons[i].length; j++ ){ if( $.inArray(buttons[i][j], options.toolbar) !== -1 ){ tempEl[buttons[i][j]] = window.htmlAreaData.labels.buttons[buttons[i][j]]; }
was changed to
for( var j = 0; j < buttons[i].length; j++ ){ //if( $.inArray(buttons[i][j], options.toolbar) !== -1 ){ tempEl[buttons[i][j]] = window.htmlAreaData.labels.buttons[buttons[i][j]]; //}
I had to comment two lines
Now it is working.