Unregistered user can't insert image into post

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Unregistered user can't insert image into post

Coleen_Astalos
This post was updated on .
It looks like a non-registered user (Anyone Group) can only post a text only message (no HTML formatting or including pictures).  Can this be customized so they have the normal posting options like this:


I'm thinking since this will all be embedded behind my password protected site that I can perhaps get away without having my users have to register for an account.

Thanks,
Coleen
Reply | Threaded
Open this post in threaded view
|

Re: Anyone user can't insert image into post

GregChapman
I am not expert enough on NAML coding to suggest the precise edits required, but a search for the text "Message is in HTML Format" within NAML macros reveals two that include the phrase. Scanning through the code in "edit_post_form" suggests that it should be relatively easy to make the feature available to non-registered people.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Anyone user can't insert image into post

Coleen_Astalos
This post was updated on .
Well, I sort of got this working.  The message_control macro has...

<n.if.visitor.is_registered>
                <then> ...  
which has the toolbar display.  By removing the if/then condition and just doing the stuff that is between it and the </then> all the time, I now get the toolbar for HTML text for non-registered users.  

But...  the Insert Image button isn't giving me the normal pop-up box to select the size.  So there must be something else that again checks to see if the visitor is registered or not before allowing the pop-up for an images to be added.

Will keep looking as I'm SOOO close.
Coleen