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.6.6
- This topic has 10 replies, 3 voices, and was last updated 10 years, 3 months ago by
Steven Zahm.
-
AuthorPosts
-
05/15/2013 at 11:29 pm #260004
Roy Costa
ParticipantNice stuff. Two things:
1) When searching, if I enter in “John” and hit [ENTER], it doesn’t actually search – I need to click on the magnifying glass
2) Is there a way to make sure any template doesn’t show someone’s birth YEAR – would like to just show month and dayThanks!
05/15/2013 at 11:35 pm #260005Roy Costa
ParticipantSorry – a few more things occurred to me.
1) The search widget (sidebar) – is it possible make that invisible when someone is not logged into the blog.
2) Is it possible to only show someone’s category if they have one – otherwise, if they are uncategorized, they would show nothing?
3) Can I get rid of the word “Category” in the template. Sorry for all the questions.05/16/2013 at 9:46 am #260088Steven Zahm
Keymaster@ Roy
Let’s see…
1a.) It must be the theme or another plugin interfering. Typing the search term and hitting enter works on the dozen or so test themes I use which include 2010, 2011 and 2012.
2a.) Currently no. I have it on the to do list for the release scheduled for the end of the month. to add an option in the settings to allow a user to define a date format.
1b.) Not built in to Connections, but I believe there is a couple plugin that are available which can be used to determine when and where a widget should be displayed.
2b.) You could use CSS to hide entries in the Uncategorized category.
#cn-market .uncategorized { display: none; }
3b.) Which template?
05/16/2013 at 11:29 am #260091Roy Costa
Participant1a) Re: having to click on search icon – okay – not sure what to do – I’m using a catch simple pro theme
2a) Re: Not showing birth year – cool
1b) Removing search widget for guests – I’ll look into that – thanks
2b) Re: not showing category – thanks – need to test this
3b) Using the default template05/20/2013 at 1:51 pm #260401Steven Zahm
Keymaster@ Roy
3b) Are you able to edit PHP?
05/20/2013 at 2:17 pm #260404Roy Costa
ParticipantYes. Also, when I say above that I don’t want to show “uncategorized”, I mean, I want to show the people who are uncat, I just don’t want the label to show up. I think your code above would make the people not show up at all (?) Thanks.
05/20/2013 at 2:43 pm #260411Steven Zahm
Keymaster@ Roy
Ok, I mis-understood…
yes, that would hide them completely.
If you can edit PHP, the only option would not to show the assigned categories at all.
06/05/2013 at 10:15 am #261773mandi
GuestHow do you show no categories at all?
06/05/2013 at 10:49 am #261780Steven Zahm
Keymaster@ mandi
In what context? On the default template?
06/05/2013 at 11:04 am #261783mandi
GuestWell what I ended up doing is editing templates/card/template.php by removing
<?php $entry->getCategoryBlock( array( ‘separator’ =>’, ‘, ‘before’ => ‘<span>’, ‘after’ => ‘</span>’ ) ); ?>
So far it looks good but do you see any problems coming up in the future?
I also removed the ‘timestamp’ code so that it does not display in the directory list within the template.
-
AuthorPosts
You must be logged in to reply to this topic.