Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.9.7.5, cMap, ROT13 Email Encryption
- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by
Steven Zahm.
-
AuthorPosts
-
03/18/2014 at 11:46 am #282733
Ian Walters
ParticipantHi,
We are very happy with the template but have a couple of issues.
We would like an additional field in the organisation card called Teacher’s Grade. An example would be Teacher’s Grade: 8th Dan.
I was looking at the department for this but it doesn’t show a label and we would prefer it below the contact name.Another option would be to use the contact name input from the individual card in the organsiation and then we could use the suffix. Are either of these possible? Happy to change code with a bit of guidance.
Here is a link: http://www.dev1.daveandrew.co.uk/uk-clubs-directory/
The 8th Dan has been added to the bottom card.Secondly, we would like to hide the actual email to prevent email spammers. Is this possible?
Cheers
Ian03/20/2014 at 11:53 am #282891Steven Zahm
Keymaster@ Ian
You could use a bit of CSS “trickery”. Using the department field this CSS should do the trick:
#cn-list span.organization-unit:before { content: "Teacher's Grade: "; font-weight: bold; }
The would not deal with the order change. For that you would have to edit the ‘card.php
and
card-single.php` files found here:
../wp-content/plugins/connections-cmap/
For the email, I suggest using this ROT13 Email Encryption extension. It doesn’t hide the email address but makes it more difficult for spam email harvesting bot to grab the email from the page. Hiding an email behind a mailto link will not prevent a spam email harvesting bot from seeing the email. If you mean to completely hide the email, you have two options. When you enter the email, set it as unlisted or private. The second option that is available since you are using the cMap template is to use the show_email shortcode option.
Hope that helps.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.