Inline Upload not showing on certain pages (solved??)
-
Using v 1.7.11. Thanks for a very useful plugin. I think I may have discovered why other post-ers are are reporting problems getting inline upload to display on pages.
The plugin seems to have a bug when interpreting its parameters. In some cases, this can be overcome by repeating the uploadrole parameter (which is syntactically wrong of course).
When the logged-on user is an administrator, everything works fine – the upload-file-panel is displayed. When the logged-on user is an editor, the upload-file-panel is NOT displayed even though uploadrole=”editor” has been specified in the paramameters.
The following three command sequences work (note the repeated uploadrole in the second and third):
[inline_upload uploadrole=”editor” uploadtitle=” ” uploadpatterns=”medicine-list.pdf”][inline_upload uploadrole=”editor” uploadpatterns=”medicine-list.pdf” uploadrole=”editor”]
[inline_upload uploadtitle=” ” uploadrole=”editor” uploadrole=”editor” uploadpatterns=”medicine-list.pdf”]
The final three command sequences below do not work:
[inline_upload uploadtitle=” ” uploadrole=”editor” uploadpatterns=”medicine-list.pdf”][inline_upload uploadrole=”editor” uploadpatterns=”medicine-list.pdf” uploadtitle=” “]
[inline_upload uploadtitle=” ” uploadrole=”editor” uploadpatterns=”medicine-list.pdf”]
my site is https://www.jetlagandmayhem.com (but the pages using this plugin are “private” and therefore not generally visible.
- The topic ‘Inline Upload not showing on certain pages (solved??)’ is closed to new replies.