S
Forum Replies Created
-
Did you try using the default stock theme from BuddyPress?
I’m sorry could you be more specific, installed what, delete what?
You’re dumb. Good luck!
Hi perqa,
first of all, please don’t hijack the old threads, open a new one if you have a different problem!Regarding your question, please read the Handbook.
https://coursewa.re/handbookFixed in the latest version.
Fixed in the new version. (Release soon!)
I’m sorry but I can’t see whats the problem with the plugin?
@stickfinger
It’s not available out of the box,
but it can be done.
There are plenty of hooks so it’s pretty extensible.Please use the BuddyPress forums in future:
https://buddypress.org/community/groups/buddypress-courseware/forum/Forum: Plugins
In reply to: [Sharedaddy More Control] [Plugin: Sharedaddy More Control] bug reportThanks, I’ll take a look.
Yes, it’s a limitation caused by WordPress lack of dynamic archive pages.
You can use something like this to link to latest article post instead of broken archive page./** * Find an event and replace the calendar day link */ function cptc_calendar_day_link( $url, $year, $month, $day ) { # Filter post types here #if ( !is_post_type_archive( 'event' ) ) # return $url; $day_event = get_posts( array( 'numberposts' => 1, 'post_type' => 'event', 'day' => $day, 'monthnum' => $month, 'year' => $year ) ); $day_event_url = get_post_permalink( reset( $day_event ) ); if ( $day_event_url ) return $day_event_url; return $url; } add_filter( 'day_link', 'cptc_calendar_day_link', 10, 4 ); /** * Find an event and replace the calendar month link */ function cptc_calendar_month_link( $url, $year, $month ) { return add_query_arg( 'm', $year . zeroise( $month, 2 ), get_post_type_archive_link( 'event' ) ); } add_filter( 'month_link', 'cptc_calendar_month_link', 10, 3 );
Good luck.
Please remove the wp-galleria tag, since the plugin you are talking is called galleria-wp.
So this is invalid.I will update it asap.
Thanks.Yes it is possible.
I can submit a patch if you are going to use it.1. Your gradebook grade format is set to numeric. You can change that.
2. Works for me, I also checked the code for wikipop and it has no css from what I see.Also, please:
1. don’t hijack the forum threads (last 2 messages are not related to this thread)
2. don’t report incompatibilities with other plugins. Report those to the plugin author/maintainer
3. Use the BuddyPress forum for support https://buddypress.org/community/groups/buddypress-courseware/forum/Thanks.
Always welcome.
Spread the word! ??