Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Travis
You would use the PHP explode() to convert the string to an array then implode() back to a string. function in the template file.
Something like this:
$bits = explode( '|', $entry->getOrganization() );
echo implode( '<br>', $bits);Steven Zahm
Keymaster@ Marcel
Sorry, no, this is not possible because the WP registration does not require enough info. Connections requires a first and last name while the user registration only requires username and password.
If you are using a membership plugin to handle WP user registrations where the first and last name is required, then yes, it would be possible to hook into that plugin’s registration process (provide that plugin does provide the required hooks) to auto create the entry in Connections. This would require some custom developed code.
I hope I have thoroughly answered your question.
Steven Zahm
Keymaster@ Don
Hmmm… that is a bug. I’ll have to figure out how to resolve it. What you can do in the meantime is add
force_home=TRUEto the existing shortcode. That should result in the same behavior that you see on the demo page.Hope this helps, let me know.
Steven Zahm
Keymaster@ Jimena
Please share a link to the page having the issue and I’ll take a look. Thanks!
Steven Zahm
Keymaster@ Jean-Louis
Oh, I see you have two license for Form. I suspect you are trying to activate the same license on two different sites:
You need to activate one license on one site and the other license on the other site. You can not activate the same license on both sites.
Hope this helps!
Steven Zahm
Keymaster@ Richard
I see you are running PHP 7.2 … I have not yet verified functionality with this version as it has only very recently been released. PHP has made a fw breaking changes, this being one… unfortunately. I applied a hot patch to your site which I believe corrects the issue. At least the error notices are no longer displayed :)
The change is fairly minor and should have no negative effects. If there are any, they will only effect Connections. I do not expect any issues, but if you notice something, let me know.
Hope this helps!
ps. I think you’ll find many plugins having to catch up to PHP 7.2 with error/warning notices.
Steven Zahm
Keymaster@ Jean-Louis
That message indicates that the license activation limit has been reached. Both Form and the Widget Pack have already been activated on richelais.eu. If you are trying to activate on a new site, you will first have to deactivate them on the richelais.eu site.
Hope this helps, let me know.
Steven Zahm
Keymaster@ Cassian
The WebSocket error is being caused by JetPack. You’ll have to reach out to their support channels to resolve it. Perhaps that is causing the javascript for the CSV import to fail.
Another error I see being shown is that WordPress is rejecting the file you are uploading for security reasons.
Try renaming the from from
.csvto.txt.If that does not work, try the Lord of the Files plugin. It does more robust file upload security checking. The code this plugin uses will hopefully be merged into WordPress in the near future.
Hope this helps, let me know.
Steven Zahm
Keymaster@ Kathy
The problem with offering alternative icon sets is that none of them offer all the social networks that Connections offers as options. That said, I’ve been working on adding fieldset configuration options. What I hope to offer is the option for the user to choose the icon set they desire and disable the options for which that chosen icon set does not offer. The tricky part is what to do with entries who have a social network entered which does not have an icon available in the chosen icon set.
Steven Zahm
Keymaster@ Jean-Louis
It appears that the activations have been processed. The NULL message can occur once in awhile when the server is under maintenance. Nothing to worry about as it will clear itself on the next update check.
Hope this helps!
-
AuthorPosts
