Posted by: Davey Ravey - Tuesday, 23 August 2011 19:19:02 |
---|
How do I get the option to upload an image when posting? The user is allowed to upload in their role, I have an uploads directory within the website structure, I've tried the bundled CKEditor and still don't see an upload facility, is there another setting in the depths of the configuration I need to set? This a fresh install not an upgrade. Thanks in advance, Dave. |
Posted by: Thantis - Tuesday, 23 August 2011 20:17:15 |
---|
I believe in CKeditor there is a button near the top to insert images, as for actually upload them as an attachment, near the bottom there should be an option to attach files. Write your post, once you are done with the body, click post, and it should bring up a secondary screen for uploading files attached to the post. |
Posted by: squirrel - Tuesday, 23 August 2011 20:28:57 |
---|
[userlink]Thantis[/userlink] is right -- if you have all your roles setup correctly, at the bottom of the posting screen (regardless of editor) there will be a checkbox to attach files to the post. If you have checked all your roles, you may need to flush the yaf_ActiveAccess table to get the roles to accept new permissions. |
Posted by: Davey Ravey - Tuesday, 23 August 2011 21:18:21 |
---|
[quote=squirrel;50966][userlink]Thantis[/userlink] is right -- if you have all your roles setup correctly, at the bottom of the posting screen (regardless of editor) there will be a checkbox to attach files to the post. If you have checked all your roles, you may need to flush the yaf_ActiveAccess table to get the roles to accept new permissions. [/quote] Cheers buddy, it's not often DELETE * FROM... fixes problems! |
Posted by: squirrel - Tuesday, 23 August 2011 21:29:03 |
---|
[quote=Davey Ravey;50968][quote=squirrel;50966][userlink]Thantis[/userlink] is right -- if you have all your roles setup correctly, at the bottom of the posting screen (regardless of editor) there will be a checkbox to attach files to the post. If you have checked all your roles, you may need to flush the yaf_ActiveAccess table to get the roles to accept new permissions. [/quote] Cheers buddy, it's not often DELETE * FROM... fixes problems![/quote] It's a known bug in the release version of 1.9.5.5 (the ActiveAccess table reset) - it's been fixed in the SVN but is not in any official releases yet. |