Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Paul
The open_basedir issue is being caused by your web hosts configuration. The solution I gave in this post will fix the issue.
The specific files you’ll need to delete are:
It is just a simple text file so it is safe to delete.
../wp-content/plugins/connections/templates/~README.txt/These are security related, used to prevent public access. It is a legacy folder that is no longer used, as of version 8.1, so they’re safe to delete.
../wp-content/connections_templates/.htaccess
../wp-content/connections_templates/index.php10/27/2014 at 12:47 pm in reply to: Updating from an old version of Connections/cmap and form #308212Steven Zahm
Keymaster@ Nigel
The text domain
connections_formstill exists an is used for translating the settings page text and the Form submission response message.The text domain for most of the fields and fieldset titles is
connectionsbecause the fields are generated by Connections and not Form.Hope that helps.
Steven Zahm
Keymaster@ Joel
Thanks for the review, truly appreciated!
I was going to take a second look but the site seems to be down???
Steven Zahm
Keymaster@ stephen
Yes, this can be done. Here’s how…
Install the Code Snippets plugin.
Add a new snippet with the following code:
function cn_add_date_types( $options ) { $options['bar_admission'] = 'Bar Admission'; $options['partner'] = 'Partner'; return $options; } add_filter( 'cn_date_options', 'cn_add_date_types' );That should do the trick!
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Xavier
Hmmm, so when its being read from the DB, so the DB is doing the localization conversion… or … maybe this:
http://mark-story.com/posts/view/php-floats-localization-and-landminesI would really need the accesses I mentioned to figure this out for you.
Steven Zahm
Keymaster@ Mark
Thanks!
10/27/2014 at 11:00 am in reply to: Any way to have company name, not title, appear in the lists? #308165Steven Zahm
Keymaster@ John
Sorry, no, there is no shortcode option for this. The best that can be done is create a custom template override file. If you know some basic PHP what you want to do is fairly simple. If you’re not, I can do it for a small fee. Let me know.
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference.
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Terri
The most common reason I see for things like this is that there is that the results list is still being filtered. The drop downs below the approved and moderate links; make sure all three say “Show All…” and click the filter button.
Does that resolve the issue?
Steven Zahm
Keymaster@ Olivier
re: We are talking about organizations, not individuals. Yet the main contact in the association is very useful.
If that is the case, then you want to map the first and last name fields to the contact first name and the contact last name fields.If I have not asked and 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@ Paul
If you’re trying to change the “show Bio” … then my instructions change a bit because that depends on the version you’re using.
Versions >= 4.1:
Use Say What? but since this is a template specific string you need to use the text domaincnt_cmapinstead ofconnections.Versions <= 4.0:
You need to use the shortcode options. Here’s an example shortcode:
[connections str_bio_show='Business Info' str_bio_hide='Close Business Info' str_bio_head='Business Info']re: I stripped out all the html in the biographical text, updated and it still doesn’t work.
HTML in the bio field is fine … you need to remove the HTML tags within and around the[connections]shortcode. If changing the shortcode options causes other issues with the shortcode, there is definitely HTML tags within it mucking things up for you. Remember, when working with shortcodes, no matter the plugin, always use theTextpost editor and not theVisualpost editor.Hope that helps!
-
AuthorPosts
