adamtootle
Forum Replies Created
-
Forum: Plugins
In reply to: [Staff Directory] Update – error 500I released a fix for this tonight. Sorry guys.
Forum: Plugins
In reply to: [Staff Directory] New version crashesI released a fix for this tonight. Sorry guys.
Forum: Plugins
In reply to: [Staff Directory] Version 1.1.1 fatal errorI released a fix for this tonight. Sorry guys.
Forum: Plugins
In reply to: [Staff Directory] Developer: Fix for static function photo_shortcode()I released a fix for this tonight.
Forum: Plugins
In reply to: [Staff Directory] Custom Template/CSS gets arbitrarily reset to default@tnolte It was fixed but it was after the 1.0.3 release. It will be in the next one, though. I’m going to try to put some time in on this over the next few days and knock out a couple of issues reported here. If anyone’s interested the Github repo has the fix, just not the wordpress.org repo (yet).
Forum: Plugins
In reply to: [Staff Directory] Search DirectoryI’ve had quite a busy summer and unfortunately regular updates on this plugin have gone lacking as a result.
Search is on my to-do list but I don’t have a tentative timeline on that quite yet. I’d like to be able to put some time into that in the next couple of weeks, but I’m winding down some side work that’s going to have most of my WordPress attention for a few more days. I’ll try to update this when I get something to show on it.
Thanks guys,
AdamForum: Plugins
In reply to: [Staff Directory] Author infos in staff detailCan you provide a link to an example? I’m want to make sure I understand what you’re seeing.
Thanks!
AdamForum: Plugins
In reply to: [Staff Directory] Different Image SizeThere’s currently no support for custom featured image sizes. I may experiment with this in the future but it’s not really on a to-do list at the moment.
Forum: Plugins
In reply to: [Staff Directory] Fatal Error after updating to 1.0.0lavertyj, what version are you dealing with? I may be open to reworking some of it, but PHP 5.3 is actually no longer official supported. So it may be worth trying to contact your host about updating that. I wasn’t targeting 5.3 specifically with that change, it just required a feature introduced in 5.3.
Forum: Plugins
In reply to: [Staff Directory] Image SizeYeah the plugin uses default WordPress featured image support without exerting any real control over that. You can set that via Settings > Media like AnnaGallow mentioned. Sometimes that can be controlled in the theme as well. Just FYI in case that helps anybody who may stumble onto this. Trying to explain that is outside the scope of this thread but you should be able to search and find resources explaining theme support for featured images pretty easily.
Forum: Plugins
In reply to: [Staff Directory] OrderingHave you tried using the orderby param in the staff-directory shortcode? You should be able to use
[staff-directory orderby=field]. Let me know if that’s not working for you.Thanks!
AdamForum: Plugins
In reply to: [Staff Directory] Custom TemplatesThe format to select a template is
[staff-directory template=list]or[staff-directory template=custom_1].I realized I added that to the release notes but never actually added any official explanation on the help pages within the plugin. I’ve updated that and should release the new update by some time tomorrow.
Thanks!
AdamForum: Plugins
In reply to: [Staff Directory] Show multiple categories with [category]Hey Arthur,
I’ve added support for using
[category all=true]to display a comma-seperated list of the categories. I’m going to try to tag a new release either tonight or tomorrow so you should be able to pull it in with the update.Thanks!
AdamForum: Plugins
In reply to: [Staff Directory] Adding Name Fields, Link to Profile, Profile TemplatingOk, that could work. So basically I need to add a way to sort by a custom field. That way you could use the staff-directory shortcode like so:
[staff-directory orderby=last_name order=asc]. Then you could just add whatever custom fields you’d like and sort with any of them. That would be easier than trying to replace the current name field with 2 different fields, plus you still get a generated template shortcode for the custom fields if you’d prefer to use those instead.How does that sound?
Also, thanks for the feedback and suggestions!
Forum: Plugins
In reply to: [Staff Directory] Addition to basic shortcodesAdding a staff member link is something on my to-do list, but I don’t have any official plans for it yet. Someone else has requested support for this as well as a single staff member template. I’m going to try to hack something together in the coming days, but I’ve got a little more research to do before I can promise anything.