jfdesignco2
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Add MediaI did that and it worked but then the member went in and tried and got the same error – which i am getting again too now…so not sure what is happening.
Forum: Plugins
In reply to: [Connections Business Directory] Add MediaSpoke too soon. We are getting an error when we go to upload to the media folder when logged in as a member:
Sorry, you are not allowed to attach files to this post.
So the steps I had taken were:
Installed User Role Editor
Added ‘upload_files’ to the subscriber capability (which is the capability assigned to connections member)
Added the snippet suggested in that other link (posted above)add_filter(
‘connections_link_allow_media_upload’,
function( $show ) {
return true;
}
);The add media button is where i need it to be and it opens the media libary to the folder that the user has access to (done with another plugin) but it is saying
Sorry, you are not allowed to attach files to this post.
The thing I am still stuck on is that if I go to Connections – roles – the ‘upload_files’ option doesn’t show up under subscribers like you are saying it should above so maybe this is where this is not closing the gap?Forum: Plugins
In reply to: [Connections Business Directory] Add MediaI actually found this
https://connections-pro.com/documentation/link/#Shortcodes
And it worked!Forum: Plugins
In reply to: [Connections Business Directory] Add MediaI added the capability under the user role editor but when you go to Connections – roles it does not show the additional capability as an option so when I log in as a subscriber (which is the role associated with the connections user) it still doesn’t show “add media” for the notes or biography sections.
Forum: Plugins
In reply to: [Connections Business Directory] Back/Nextthat worked thank you.
Forum: Plugins
In reply to: [Connections Business Directory] Add MediaI meant the connections roles — if you navigate from connections to roles it has a list of roles and capabilities – but it isn’t changing when i add those from the wp admin user roles capabilties.
Forum: Plugins
In reply to: [Connections Business Directory] Back/NextThat code worked but can you take a look and see how it is working.
https://apoba.com/members/view/all/
if you click on a member and the do back to directory it takes you here
https://apoba.com/members-list/view/all/
instead of to my https://apoba.com/members/view/all/
Is it possible to go back to my page?Forum: Plugins
In reply to: [Connections Business Directory] Add MediaHow do I change the user capabilities within Connections? Or are you saying I need a plugin to change directly in wordpress?
Forum: Plugins
In reply to: [Connections Business Directory] Back/NextThat didn’t work but it’s showing an error so not sure if that is why. It’s saying a parse error – syntax error.
Forum: Plugins
In reply to: [Connections Business Directory] Add MediaBut as it stands they can upload a logo and an image — so is there a way to integrate that feature anywhere else? In another messageI had asked about having a gallery for each member which we integrated but they need to be able to manage that gallery.
Forum: Plugins
In reply to: [Connections Business Directory] Back/NextOur main directory page is the “view all” page — is there a way to change where the Back to directory goes to? Because I would want it to go back to the page we are using as the directory page
https://nb1.134.myftpupload.com/members/view/all/Forum: Plugins
In reply to: [Connections Business Directory] Display entry as it’s own pageOk that is helpful but the actual profile is taking the page layout of the page I have linked to the view all or members list and I don’t want the same hero and information on that — is there a way to manage that?
Forum: Plugins
In reply to: [Connections Business Directory] Display entry as it’s own pageOk that is helpful but the actual profile is taking the page layout of the page I have linked to the view all or members list and I don’t want the same hero and information on that — is there a way to manage that?
Forum: Plugins
In reply to: [Connections Business Directory] Display entry as it’s own pageThat worked thank you.
Is there a way to customize the view on this page:
https://nb1.134.myftpupload.com/members/name/a-thompson-allen-company/
to eliminate or change the info on the page template?Also, is there a way to display the image that one of these people use in their profile to create a carousel of work?
Forum: Fixing WordPress
In reply to: Mobile Menu no longer workingWorked perfectly. Thank you so much.