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.7.9.3, getBioBlock, getCategoryBlock(), getNotesBlock
- This topic has 13 replies, 2 voices, and was last updated 12 years, 9 months ago by
kelsey.
-
AuthorPosts
-
10/21/2013 at 6:18 pm #271962
kelsey
ParticipantIs there a way to show categories on the individual tiles?
10/22/2013 at 1:37 pm #272023Steven Zahm
Keymaster@ kelsey
Is this question in reference to either Tile or Tile Plus? if yes:
The only way to do this is to edit the core template’s PHP file. Here’s how:
Open this file:
../wp-content/plugins/tile/card.phpOR
../wp-content/plugins/tile-plus/card.phpAdd this code where you would like the categories to be shown:
$entry->getCategoryBlock( array('separator' => ', ', 'before' => '', 'after' => '') );I hope that helps!
10/22/2013 at 6:45 pm #272101kelsey
ParticipantMy hierarchy is more like this: plugins/connections/templates/card …
…and I can’t figure out where to change it.
10/22/2013 at 8:28 pm #272109Steven Zahm
Keymaster@ kelsey
Which template are you using? You mentioned “tile” so I’m guessing you’re referring to Tile or Tile Plus. If that is the case, the paths I gave are correct. If you are using one of the core templates, then yes
plugins/connections/templates/would be correct. If you’re using a core template it would be one of those subfolders but I’d have to know which template you’re using. You could just activate the Default template since it shows the categories by default.10/22/2013 at 8:41 pm #272112kelsey
Participantoh… for some reason its plugins/connection_templates/tile-plus …with no card.php
I’ll update and see what happens
10/22/2013 at 9:04 pm #272115kelsey
ParticipantI’m updated and the Categories now show! Thank you! …however the Biography/Note section disappeared. Help please.. :/
10/23/2013 at 11:07 am #272150Steven Zahm
Keymaster@ kelsey
Those are mods that were made to previous version of Tile Plus that someone made. You’ll have to make the same mods to the updated version.
10/30/2013 at 9:51 am #272639kelsey
ParticipantI think I remember doing that…. can’t figure it out this time though. Any idea where I can find the file or ticket for it?
-
This reply was modified 12 years, 9 months ago by
kelsey.
10/30/2013 at 10:19 am #272642kelsey
ParticipantAnd where I can change “Categories” to “Practice Areas”
….thank you!
10/30/2013 at 11:07 am #272643Steven Zahm
Keymaster@ kelsey
To change “Categories” to “Practice Areas” use add this to the template:
$entry->getCategoryBlock( array('label' => 'Practice Areas', 'separator' => ', ', 'before' => '', 'after' => '') );To add the notes and bio add these:
$entry->getNotesBlock();
$entry->getBioBlock(); -
This reply was modified 12 years, 9 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
