makemymark
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Email Notifications Not Working?Thanks Charlie, that was it. You rock!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Ordering Reviews on Front EndAwesome, thanks!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Ordering Reviews on Front EndThanks, while I saw that option, I believe that is just for changing the order for all users visiting the site, compared to having an option on the front end that allows users to change the ordering on their own via a dropdown. Unless I missed that option?
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Owner ResponsesThanks for those potential alternatives. I’d like to try the duplicating a field in the meantime. I imagine a good deal of search across files in Atom will help find any instances of an existing field and then duplicating those. Though if you get a chance at some point and have any thoughts on what to look out for when doing that would be greatly appreciated as well as any thoughts on the database. Currently use Navicat and SequelPro for editing databases but not too familiar with sql statements.
Thanks so much for being so responsive, for a free plugin no less!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Upload ImagesAwesome!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Helpful / Not Helpful Feedback and ReportGreat, just happened to make another post involving filtering based on how helpful, so glad its on the road map.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Relative DatesAwesome, thank you!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Owner ResponsesThought more about it and allowing custom fields in the Add/Edit screen would most likely solve this issue and many others. Is this something in the works or something available in a beta I could try? Or could duplicate the “Your Review” field and name it “Owner Response” throughout the code, the only challenge might be creating the necessary place in the database to store it.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Relative DatesLooks like would need to change the standard php date variable to the following:
<?php echo human_time_diff( get_the_time(‘U’), current_time(‘timestamp’) ) . ‘ ago’; ?>
Reference: https://codex.wordpress.org/Function_Reference/human_time_diff