Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Erik
Oh, I see you running an older version of Excerpt Plus, can you please update to the latest version. You can download it from your purchase history.
Steven Zahm
Keymaster@ Travis
Install and activate the Link extension. When the user logs in with an email that matches an entry in Connections, Link will link the two.
Hope that helps!
Steven Zahm
Keymaster@ Randy
re: why is that even a mapping option.
One can map to the Entry ID column to use a CSV file to update preexisting entries. The entry ID column would have to be populated to the actual entry ID in Connections as shown on the Connections : Manage admin page. This feature was developed and released because it was one of the highest requested features for the CSV Imported.re: So I have to create a custom field for the chambers ID number field?
Yes, or, use another field that you will not be utilizing and use the Say What plugin to change the field label.Hope that clears that up better.
Steven Zahm
Keymaster@ Neijah
The most likely reason is that the memory assigned to PHP has been exhausted. See this excellent blog post which outlines several different methods to increase the assigned amount.
Which method will work for you depends on your web host. I suggest starting at the top and working your way down until the issue is resolved.
Hope that helps!
Steven Zahm
Keymaster@ Erik
Add
link='false'to the shortcode so you have something like this:
[connections link='false']Hope that helps!
Steven Zahm
Keymaster@ Mark
You can use Say What … just make sure the original string and domain are correct. They are very precise and if not correct, it will not work.
Original string:
No results.
Domain:connections
New string:You must register to see this member directory.Original string:
Please wait, your submission is being processed.
Domain:connections_form
New string:Your information is being reviewed, you please check back in a few days, thank you for signing up.Form actually already shows this message if a submission is being held for moderation:
We will review and approve your submission soon.… unless you’re using Form 1.x (and the instructions I gave for Say What wouldn’t apply), Form 2.x has improved feedback messaging.Hope that helps!
Steven Zahm
Keymaster@ Jeremy
Yes, this can easily be done … when adding a “Home Phone” change the Visibility to either Private or Unlisted. This can also be done with addresses, email, links, dates and social media.
Private means the info can be seen by a logged in user if they have been assigned the View Private capability as set on the Connections : Roles admin page. SAme for Unlisted, except, by default, only the admin can view.
Hope that helps!
Steven Zahm
Keymaster@ Jose
This can be enabled on the Connections : Settings admin menu under the Display tab.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Randy
I see you have an ID column … are you, by chance mapping that to the Entry ID field? It sounds as if you are importing this for the first time, is that correct? If that is the case, you can not map to the Entry ID field because those entry ID/s do not exists. The ID/s will have to match those that are created by the WP data base after the CSV is imported. If you are mapping it to the Entry ID field… the importer will open the ID and attempt to up that entry with the new data and since that entry ID does not exist, it can not be updated.
Hope that helps!
Steven Zahm
Keymaster@ Jeremy
The only way to do this is with CSS. Here’s a snippet that would work with an entry named John Doe.
#john-doe .cn-left { display: none; } #john-doe .cn-right { margin: 0 !important; } #john-doe .cn-excerpt { display: none !important; } #john-doe .cn-detail { display: none !important; }Replace
john-doein the above CSS with the entry’s slug that you wish to hide.Hope that helps!
-
AuthorPosts
