Upgrading
Make sure to de-activate and then re-activate Connections to upgrade.
Why don't all individuals show when I use the list_type option in the shortcode?
Older versions of this plugin didn't set this property to an entry. To fix; edit all entries that should appear in the list by selecting the appropriate type and then save the entry.
I get this error upon activation — "Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in *YOUR WP PATH* /wp-content/plugins/connections/includes/date.php on line 11", what is this?
This plugin requires PHP 5. Turn on or ask your web host to turn on PHP 5 support. OR because the .php extension defaults to PHP 4 on your web server. The easiest fix is to add a handler that maps .php to PHP 5. If you have cPanel, you can do this easily by clicking on “Apache Handlers” and adding a mapping for “php” to “application/x-httpd-php5″ and that should fix the problem.
- This plugin is developed and tested in Firefox. If your using IE and something doesn't work, try it again in Firefox.
- This plugin is also under active development and as such features and settings could change. You may also have to re-enter or edit your entries after an upgrade. An effort will be made to keep this to a minimum.
- It also should be mentioned that I am not a web designer nor am I a PHP programmer, this plugin is being developed out of a need and for the learning experience.
- If support is needed use the forum on the wordpress.org site. Title the post "[Plugin: Connections] Your Problem". Also be sure to tag the post with "connections".
Why do dotted underlines show under the dates?
Some browsers put a dotted underline or border on each <abbr> tag. The <abbr> tag is needed for hCalendar event compatibility. To remove this from the styling, add .vevent abbr{border:0} to your theme's CSS.