Contemplative Computing
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics Top Content Widget] Show number of views in outputActually already answered here:
Apologies for the redundant thread, though this may be helpful for others coming here looking specifically for this answer.
Nevermind. I somehow missed the solution you posted my first time through! Wonderful, thanks. Would be great if this was a built-in option. Man I never would have found that value on my own. 🙂
I love this. I had been using WordPress Popular posts but it was putting a huge strain on our server, especially during high traffic periods. This way there’s no redundant counting going on and more accurate stats.
I do need the view count visible in the widget. Our authors love being able to easily see their readership numbers. The list is much less useful without that feature. Any tips for hacking this in before I got at it myself?
thanks,
MatthewI am having the same issue on http://openparadigmproject.com
and could use some help.
The videos also are not showing up in 720p despite using quality=”hd720″ in the shortcode
Forum: Plugins
In reply to: [List category posts] Output as Dropdown?Just follow the normal instructions for the shortcode with a category name and include the template field with whatever the name of your template file is. I called this one dropdown.php.
So to use it to show the last five posts from the “fruit” category would be:
[catlist name=fruit numberposts=5 template=dropdown]I wanted ALL my posts in that category in an alphabetical list so I used:
[catlist name=fruit numberposts=5 orderby=title order=ASC numberposts=-1 template=dropdown]Forum: Plugins
In reply to: [Report Comments] Awesome! And some feature requestsWonderful! I’m going to keep using the hack for now, because while I agree it doesn’t look as good, we have so many threads go down to the last level that I cannot use the plugin any other way.
I love that you’re working on this.
-Matthew
Forum: Plugins
In reply to: [Report Comments] Awesome! And some feature requestsIt would also be nice to have an optional field for filling in a reason for reporting the comment.
Again I’m very pleased with the basic functionality here. None of the other report plugins work this way. I’d love to see this project expand and would be happy to help however I can. I may ask my programmer to take a shot at adding this features and submitting them as updates here.
Forum: Plugins
In reply to: [Subscribe to Comments] Fixed lots of deprecated callsI don’t recall. I may have just commented out the offending code. In any case I dropped this plugin and switched to “Subscribe to Comments Reloaded,” which is much more up-to-date and feature rich.
Forum: Plugins
In reply to: [WP Popular Posts] Popular for the last 3 days, but not older than 30 daysMy dirty solution was to create a category “hide from popular” and put any old articles that popped up in the widget into this category, then hid the category from the widget.
This obviously is lame because then the category shows up in other places and I have to do it for each item, but it gets the job done for now.
Forum: Plugins
In reply to: [Report Comments] Awesome! And some feature requestsSo far I hacked your plugin to append the button in the comments_text area instead of reply_link or whatever it’s called. This is not a great solution because now the link shows up at the end of the text everywhere, including backend moderation, RSS feeds, etc.
I see another similar plugin has the same problem. I wonder if there’s a way to append a whole new <div> before or after the comment reply link. I’m very new to plugin development so I don’t know much about this.
-Matthew
Forum: Plugins
In reply to: [WP Popular Posts] Popular for the last 3 days, but not older than 30 daysI would also like to not show posts older than a certain date in the widget.
NIcotineLL, any luck with this?
Yes! I’m working on pretty much the same thing.
Forum: Plugins
In reply to: [Report Comments] Awesome! And some feature requestsAlso, we need a way for the report link to show up even on the bottom level of threaded comments. Since it’s filtered onto the reply link, and the bottom level of threaded comments does not have a reply link, we get no report button.
I’ll see if I can swing this, but I’m a novice and not really sure how the way the plugin is written.
Thanks,
MatthewI’m also having the opposite problem. Checkbox search is delivering OR results when I need AND.
Same here