Forum Replies Created
-
AuthorPosts
-
Riccardo
ParticipantThanks Cliff for helping
Riccardo
ParticipantYes I’d think it would me more useful to filter on the front end, however 80$ for the filter bar is really too expensive.
How can you expect people paying 80$ for a bunch of queries such as the following?
` $querystr = ”
SELECT $wpdb->posts.*
FROM $wpdb->posts, $wpdb->postmeta
WHERE $wpdb->posts.ID = $wpdb->postmeta.post_id
AND $wpdb->postmeta.meta_key = ‘tag’
AND $wpdb->postmeta.meta_value = ’email’
AND $wpdb->posts.post_status = ‘publish’
AND $wpdb->posts.post_type = ‘post’
AND $wpdb->posts.post_date < NOW()
ORDER BY $wpdb->posts.post_date DESC
“;$pageposts = $wpdb->get_results($querystr, OBJECT);,
I really would not spend more than 20, assuming I have paid 80 for the calendar. I think that some WordPress developers are pushing the limit too high. I wonder if they realize that with the same amount of money you can buy a suite of software such as Microsoft Office. Software that holds thousands lines of code (complex code, not just a few hundreds of PHP code)…
Not your fault, obviously, but I would recommend your marketing strategist to review price policy.
Thanks for helping
Riccardo
ParticipantOh, great! I hope it will be supported in the future…. who knows? Maybe if the author stops updating you could include the plugin on the calendar?
Riccardo
ParticipantDone! Works! Thanks!
Riccardo
ParticipantGreat! Working perfectly now!
Riccardo
ParticipantThis reply is private.
Riccardo
ParticipantI have tried to disable all plugins and switched to the default theme, still the same, no icons
Riccardo
ParticipantThis reply is private.
Riccardo
ParticipantBrian, thanks for your prompt reply.
Does this apply also for the pro version?Thanks again
-
AuthorPosts
