S
Forum Replies Created
-
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsOkey,
I checked all and here’s the problem.First of all, the theme is broken!
@badmike, your code is also broken!Both, Sharedaddy and my plugin has nothing to do with this.
Explanation.Themes that are outputting sharedaddy in their theme excerpts are most likely using deprecated
get_the_excerpt( $post->ID )
orthe_excerpt()
out of the loop (like in your case @badmike).What they should do is use
the_excerpt()
inside the loop, or useecho has_excerpt( $post->ID );
out of the loop, and manually applythe_excerpt
filter.I might be wrong, but with my tests (replace
the_content()
withthe_excerpt()
in twentyeleven’sindex.php
file) all leads to the explanation above.Sorry, but I’m closing this for the moment.
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsOky, so its a Sharedaddy issue.
I will fix that in my plugin, sharedaddy guys are a bit slow on updates.Thanks.
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsOk, thanks.
Does this happens when both plugins are activated or just Sharedaddy?Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsI’m afraid @esmi is right.
Another reason would be that sharedaddy itself hooks into a post action/filter, and it is likely doing it wrong since you get sharing options printed inside excerpts.If you can confirm this happening with WordPress default theme, I will happily check it.
Thanks.
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsCan you give me a link I need to check the theme and/or maybe the theme locations? Or if that is an free theme, a download link.
Thanks.
Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post ExcerptsPlease try the 0.3 version, there were some problems with 0.2 version regarding proper filtering of selected content.
Version 0.3 should solve the problem.
Sorry, dunno how this leaked :/Forum: Plugins
In reply to: [BuddyPress Courseware] Can't create assignments or change course descriptionHi, thanks for the report, it’s a known issue.
We are waiting for BuddyPress 1.5 to release the new Courseware.For more details, check this thread:
https://buddypress.org/community/groups/buddypress-courseware/forum/topic/wp-3-2-bp-1-2-9-unable-to-post-and-edit-assignments/I’ve just enabled Simple CRM BuddyPress Addon and I found the page settings:
https://i.imgur.com/8Dhyg.pngIf you have BuddyPress enabled, you should see the Download Data button instead of import.
Forum: Plugins
In reply to: [BuddyPress Courseware] [Plugin: BuddyPress ScholarPress Courseware] Tests?Quizzes are now available in latest Courseware.
Thread closed.https://sushkov.wordpress.com/2011/06/22/im-happy-to-introduce-you-to-courseware-quizzes/
Forum: Plugins
In reply to: [BuddyPress Courseware] WP3.2, BP1.2.9 – Unable to post or create assignmentsThe Courseware tab should be available under BuddyPress menu group.
Also, for further reports, please use the bp.org forums:
https://buddypress.org/community/groups/buddypress-courseware/forum/Thanks.
Version 0.2 should solve the MS issue (might take some time until .org deploys it).
What about naming conventions… I will check what uploadplus was offering, but thats not top priority for me. The most impotant feature of uploads is that it can mask a filename location, which is actually what it was designed for.
I might port another feature I added in my Courseware plugin, that will enable every author to be restricted only to his uploads (right now, every user can browse available galleries/attachments).
Thanks for feedback ??
Hey,
thanks for feedback.
MS support will be added asap.What about naming conventions, I’m not sure if this should be included as a default feature, maybe an option, but still, I’m not quite ok with its worth.
WordPress already handles uploads in a day/month/yeah directory structure if you want. So it’s a bit fuzzy for me to understand its usages.
I have some new features right now in progress, and I will publish a new version asap.
Thanks for the feedback.