Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Matt
Sounds like a PHP memory issue. Take a look at this excellent blog post on suggestions on how to fix this.
If that isn’t it let me know, but I need a link to you directory so I can see.
Steven Zahm
Keymaster@ MJA
If the following file is not loaded, which I suspect it is, you would get that error.
/wp-content/plugins/connections/js/jquery.gomap-1.3.2.min.js?ver=1.3.2
I suspect the cause is actually an error in another javascript belonging to the theme or another plugin. Can you share a link to your directory?
Steven Zahm
Keymaster@ brian
You going to need to program a function to do this…
Off the top of my head something like this:
<?php $results = $wpdb->get_col('SELECT first_name from ' . CN_ENTRY_TABLE); first_name_query_string = http_build_query( $results ); ?>Completely untested but should be in the ballpark.
Steven Zahm
Keymaster@ Clinton
No, the expanded view you get when clicking on the on a name from the result list whether if it is limited to just a single entry or not as on the post is correct. You’ll see that clicking the name on the post will also take you to the expanded single entry view, which is correct. Sorry, but there is not an option to disable the expanded single entry view without editing the template file.
Steven Zahm
Keymaster@ ian1119
I’ll take a look at the code s2, I bet is is hijacking the login process via the wp_login hook. It has to be there because that is the only place Link touches when it does the email to email query match.
The order of the user and the entry input does not matter. What does matter is that the entry exists before the user logs in.
Steven Zahm
Keymaster@ Nathan
Connections entries are not WordPress users and have no relation to users unless Link is used to link a user to an entry. So, the CSV Import does not create users, it create entries in the directory. If you need to create users via a CSV upload, there are several plugins available that perform that function. With that said, If “Joe User” has a entry, he would have to register to be a user of the site and if Link is installed and active he will be linked to “his” entry upon login. A user registration and management system will not be built in to Connections for the purpose of editing entries because WordPress already has a very robust system in place.
I hope that helps.
Steven Zahm
Keymaster@ Claire
Maybe one of the other supported ways to order the entries will work. See the doc page page for the order_by option.
Steven Zahm
Keymaster@ Enrique
This is the first time I’ve ever had to adjust the file’s permission. Anyway, definitely glad I was able to help.
Steven Zahm
Keymaster@ Judy
Two things.
Load the site up in Chrome, hit the F12 key and click the console tab. Paste all messages here.
Verify that the file cn-user.min.js file is being loaded.
Steven Zahm
Keymaster@ Christopher
I thought you said everything was alright??? Anyway, I just tried logging in and can’t. I get this:
“Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.”
-
AuthorPosts
