Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Victor
Yes, like this:
.cn-list .featured .cn-entry { <!-- you're custom css here --> }Steven Zahm
Keymaster@ Vincent
I visited … nothing I seems to do fixes the issue. Everything appears to be correct. All the roles have the correct capabilities, yet, it appears only admin roles can add/edit entries. You only have a few plugins installed, but could you deactivate all plugins except Connections and Link to see if the issue persists? Another thought, did you perhaps make any alterations to say maybe the
wp-config.phpfile or anywhere else that limits the access to the admin in any way?Steven Zahm
Keymaster@ Geoff
Sounds like a browser issue, which browser are you using? I use to have that phone, actually that is the phone I tested with when coding that feature. Don’t have it any more, sort of. I do have it but with a custom ROM with a current version of Android. Any way, I just tested one of the page using new version of Android on the Chrome browser and it worked fine.
Steven Zahm
Keymaster@ Toni
Right now they do not work together. They serve two distinct purposes purposes. Form is to allow site visitor [unregistered users] to submit an entry for moderation for the directory. So only at minimum, only a name is required.
If you intent is to allow users to maintain their own entry, then that is the purpose of Link. Link requires a WP User account because it relies on WordPress login authentication. Link does not just Link an existing direct entry to a WP user, the user if they do not have a directory entry can also use the edit page to submit an entry.
The link to the edit entry screen for Link can be found in the upper right menu item in the menu bar. You can copy/paste that link and put it in a page if you want, be default, WordPress will show the login page before taking the user to the page. You could also use one of the may user login plugins if you want.
I hope that helps.
Steven Zahm
Keymaster@ Chris
sorry, no, the only thing I can think of accomplishing this would to be to create a filter that hooked in to the save/update entry filters to “inject” the required category before the save/update is processed. If this is something you can do … here’s some guidance.
The filters would be:
cn_post_process_add-entry cn_post_process_update-entryThe filter passes one values, the entry object. you can use this object to get the entry ID which would be required to create a relationship between a category and an entry.
If you have the CSV Import extension, you could refer to the
class.entry-import-csv.phpfile lines 559 thru 609 on how to add the category if it doesn’t exist and create the relationship to the entry. You could use the same method, but just “hard code” your required category.One thing though, this would stop someone from editing the category on the Connections : Category admin page, it just make sure that category is always assigned.
Hope that helps.
Steven Zahm
Keymaster@ biorn
Which template are you using? None of the core default templates show the logos, only the photo.
Steven Zahm
Keymaster@ Paul
Right, searches of strings 3 character or less will not return a result. However, when submitting nothing thru search, no search is being performed, at all. The default output is to list the entire directory unless the template supports pagination in which case the output would be paginated. If you were to visit the page with the [connections] shortcode, you would see the same end result as the user who did an empty search. Since you have 4500+ entries, you should really have a template that support paginated results. Depending on your exact usage requirements, you could perhaps use the undocumented
limitshortcode option like so:[connections limit=100]. Since you’re only searching for names, that very well could be a viable option.Hope that helps.
Steven Zahm
Keymaster@ Vincent
It seems you have it setup correctly … can I have a temp admin account so I can take a closer look. Permissions issue are extremely difficult to try down without access.
Steven Zahm
Keymaster@ Vincent
Sorry, can’t help you with that. That is something the support from templatic.com will have to help you with.
Steven Zahm
Keymaster@ Paul
If no terms are supplied, no search is perform and the results should be limited to the templates pagination value … unless you’re using a template that has no pagination. Can you share a link to your directory page.
-
AuthorPosts
