Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterRE: Ok but is not working I think with form plug in
The user would have to be logged in then, if that user has the view private capability, they will have the option to choose in Form.
RE: Il possible change setting for map (zoom) thanks (leaflet map)
Where at, exactly. Connections can show a map in several contexts.
Steven Zahm
KeymasterYou can accomplish this by setting the Visibility info you wish to keep private to Private. You have this option available for all the repeatable fields such as addresses, phone numbers and email address. The user would have to log into the site to be able to view the private details. This is the only way to show different data based on the user.
Hope this helps!
Steven Zahm
Keymaster****@ Janet**
Well, I know you will need the pattern and the required attribute.
You also have to update the javascript to include form validation. Something like what is discussed in the SO answer as basic but should be enough:
https://stackoverflow.com/a/17865293/5351316
Off the top of my head, maybe this would work:
$('#cn-cat-select').submit(function() { if ( $.trim($("#cnmcs-address-input").val()) === "" ) { alert('You did not fill out the postcode field.'); return false; } });Hope this helps!
Steven Zahm
Keymaster@ Janet
I’m going to close this thread since a new one was started here:
https://connections-pro.com/support/topic/search-with-zipcode/
Steven Zahm
Keymaster@ twtts
Yep, I added this as a todo in the code for importing the logo/photo. Basically I’ll add a check to see if an existing image exists and if it does check to see if the file name matches, if it does, then skip it. This does assume that both are the same so “updating” with an image with the exact same name would not work, but that should be easier to deal with from a user perspective.
02/15/2019 at 9:08 am in reply to: As a link owner, I never get the email from the Contact Form #484723Steven Zahm
Keymaster@ Carlos
RE: My other option is to upgrade to a virtual server host package or, most likely to use a dedicated email service provider like SendGrid
I would suggest going straight to the SendGrid solution. The basic setup is rather quick and easy. The SPF/DKIM is optional but does help a lot in preventing email from ending up from being blocked or filtered as spam. Going the virtual server is moe of the hammer approach. And, even then, having a dedicated email provider is still a better option.
RE: I’ll try to figure out how to get rid of the “website” field of the Contact form (I think that encourages spam) and change it instead for a “phone” field, with would be a lot more useful for my purposes.
Different topic??? The contact addon does not have a website field.
Hope this helps!
Steven Zahm
KeymasterRE: Ok so if we turn off split categories.. I believe I split it because I want two top levels. Associates and Members.
Well, you’ll have two top level categories regardless if you split them or not. Just from the little I gleaned I do not see a specific need to, at the moment. Really the primary benefit is simply to break them apart when adding/enit an entry. And break them apart when displaying using separate content blocks vs lumping together under the Categories label.
Not knowing your specific goals, going the route of the pseudo selector could be the best way.
Hope this helps!
Steven Zahm
Keymaster@ Trevor
Install the Query Monitor plugin. It will allow you to view all database queries made.
Scroll thru them and find the ones made by Connections on the page. It should be logged from the
cnRetrieve->entries()caller. You’ll know if it’s the right one because you’ll see the meta parts of the query which match the values you supplied in the shortcode.What is the full query?
Steven Zahm
Keymaster@ Trevor
That sounds like it is working … you now need to go add that custom field to the other entries you want to display. You can not order by a field which does not exist. Hope that helps!
Steven Zahm
Keymaster@ Jason
Nevermind… I see…
If I know, I did not remember, but you are also using the split categories addon (not sure why though seeing the setup). The blocks the split categories adds to display the splits only display as a list and are unaffected by the setting for displaying it as a block or list.
You’ll have to use CSS like you were and then use and after li pseudo selector to add a comma that way.
-
AuthorPosts
