Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Lucas
Ok, I issued the refund. It can take 5 to 10 business days to credit back to your account.
Yes, you can turn on the addresses on the front of the template and yes the bio and notes would show when viewing a single entry, however, whatever other details that are hidden/shown will match the the result view so in some respect it can be a little more limiting than cMap.
Steven Zahm
Keymaster@ Cara-Dee
If you’re using a template that has a category drop down, you can use a beta, undocumented feature/shortcode option:
[connections enable_category_multi_select='true']The only problem, there’s no submit button for the user to click after they select their chosen categories. The user could click the search button and that would work, but it is not really obvious that they should. If you can make a minor PHP edit and tell me which template you’re using, I can give you the code snippet you would need to add the submit button.
Steven Zahm
Keymaster@ Koen
re: which value is the unique identifier to use Link
The WordPress user is linked to the Connections entry ID and is stored in the usermeta with the key name ofconnections_entry_idwith the value being the entry ID.re: How do I import the contacts within Connections? Do I need to buy another plugin for this?
Actually, there is no way of doing this without writing an extension to do it.re: And how do I make sure the both addressbooks are linked?
That’s what Link does.Does that help?
Steven Zahm
Keymaster@ brent
A quick look at my code to refresh my memory… the entries assigned to a child category should be displayed whether or not it it is assigned to the parent category.
You can post the details here as a private reply. When I login, I’ll be installing the Query Monitor plugin so I can evaluate the queries being generated and run.
Steven Zahm
Keymaster@ Lucas
If you’re not going to use SiteShot, in this case I can refund the purchase and revoke the support license key for it. If you’d like me to do that so you can purchase cMap, let me know.
Steven Zahm
Keymaster@ kar3n
Sure, like this:
http://pledgingforchange.com/join/advertise/ethical-business-directory-listings/cat/ethical-clothing-accessoriesYou can direct link to any category, the down side is Market will not recognize it it as the selected category or a search.
Steven Zahm
Keymaster@ Matthew
Thanks for sharing this solution! I’m going to add this to the FAQ/s.
Steven Zahm
Keymaster@ Martin
Looks you may have customized an much older version of the default card template judging by the path and filename in the error message. To keep your customizations, the solution is to open this file and delete line 32:
../wp-content/connections_templates/card/template.phpThe alternative solution is to delete your custom template and use the version that comes with Connections.
The issue is the that
$vcard->download()function was removed long ago and backward support for it was removed in version >= 0.8. Oh another solution would be to use$entry->vcard()on line 32.Hope that helps!
Steven Zahm
Keymaster@ Steven
Sounds like you’re running on an IIS server, please see this FAQ.
After you make that change, the issue will be resolved.
Steven Zahm
Keymaster@ Matthew
Here’s another support forum thread, I linked the user to a WordPress support forum thread discussion that goes over how to remove index.php which might work for you.
-
AuthorPosts
