af3
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullCalendar] FullCalendar Version 2.x Support@hmoore71 Unfortunately seems like wordpress.org did not let you share the improvements you’ve made using fullcalendar2.1.1 — I’d love to try it out. Not sure if there is a work done to upgrade this current plugin.
@beohs did you manage to run this on buddyboss theme ? I am using buddyboss and not able to display anything on the frontend for this plugin.
@wpmudev-support1 I am not sure if the fix you’ve mentioned earlier include to enable this to run ok using buddyboss ? I am testing coursepress plugin downloaded today.
Thanks again.
Forum: Plugins
In reply to: [WP Idea Stream] Add back Add menu for contributor's roleimath — thank you so much !
Forum: Plugins
In reply to: [Meetup Winner!] make the winner stay for one weekHi, used avatar-plugin to do random via transient. I guess this can be used for this too..
$random_id = ''; if ( false === ( $random_id = get_transient( 'free_lunch_avatars' ) ) ) { $random_id = do_shortcode('[authoravatars hiddenusers=admin limit=3 order=random avatar_size=120 show_name=true]'); set_transient('free_lunch_avatars', $random_id, 60*60*24*7); # save the ID returned, transient 7 day } echo $random_id;Forum: Plugins
In reply to: [Author Avatars List/Block] show random authors once per dayThanks. I used this to generate 3 random users to win free lunch of the week:
$random_id = ''; if ( false === ( $random_id = get_transient( 'free_lunch_avatars' ) ) ) { $random_id = do_shortcode('[authoravatars hiddenusers=admin limit=3 order=random avatar_size=120 show_name=true]'); set_transient('free_lunch_avatars', $random_id, 60*60*24*7); # save the ID returned, transient 7 day } echo $random_id;Forum: Plugins
In reply to: [Author Avatars List/Block] show random authors once per daythe idea works. thanks again!
Forum: Plugins
In reply to: [Author Avatars List/Block] show random authors once per dayThanks Paul. Checking it out now..
Forum: Plugins
In reply to: [People Page] make random usersThanks.
Forum: Plugins
In reply to: [MailCWP] Buddypress compatibilityCool. will look forward to this. cheers
Forum: Plugins
In reply to: [BuddyDrive] Disable download if from external IPThanks so much, will test this out.
🙂 Thx
This is in the dashboard..
http://domain.com/wp-admin/admin.php?page=bp-activityForum: Plugins
In reply to: [PhotoContest Plugin] Reviving plugin to version 2.0!Looking forward to p/contest for wp4. Thanks @frekel
Forum: Plugins
In reply to: [APC Object Cache Backend] $found in wp_cache_get() not implementedThank you!
Forum: Plugins
In reply to: [WP-Polls] Show only polls that I have not votedThanks @gamerz — I have about 50 fun polls (intranet wordpress) and seems like users are randomly seeing polls that they have not voted in the poll page. They would refresh the page a few times before they can see poll that they can actually vote .. is this the expected behaviour ?