godavid33
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Resume Manager – changing permalinks?Is there documentation on that “password”? I didn’t quite realize it was a password/I don’t fully understand how it is a password, and where it is set up/who is setting it up.
Forum: Plugins
In reply to: [Event Organiser] Poster board – filters/search and Load MoreAh, filters is probably the problem as I have pro now.
I await your update!
Forum: Plugins
In reply to: [Event Organiser] Integration with buddypressAwesome, thanks. Will be purchasing shortly ??
Plugin is great so far, expect to get a lot of support questions from me – about 80% of which I will end up answering myself within a minute of posting them haha
Forum: Plugins
In reply to: [Event Organiser] Integration with buddypressAwesome, thank for the quick reply. Also, just to verify/reiterate, there is no free RSVPing with the free plugin version?
Forum: Plugins
In reply to: [Event Organiser] Integration with buddypressQuick question, when you say “With Pro there is a ‘user is attending’ option for the calendar to display a calendar of events that user has purchased tickets for” do they specifically have to have went through a “purchase behavior” or does this encompass free events they RSVP’d for? I likely will only have free events for now.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Personal Calendars?so theoretically if I did [events_calender owner=LOGGED_IN_USER_ID_HERE]
it would give me a personalized calendar? If so that is exactly what I’m looking for!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Personal Calendars?But this is the forum for events-manager right…?
Is this not a jigoshop plugin?
Forum: Plugins
In reply to: [Event Organiser] Can I create calendar views that are specific to a user?Sounds good. Will mark this and the other as resolved.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Personal Calendars?I’ve looked through that whole page and didn’t see anything about outputting a calendar.
I’m not stuck neccessarily, I know how to output a calendar. I know how/where the events the user is attending. I don’t know how to only display the events the user is attending on said calendar.
Forum: Plugins
In reply to: [Event Organiser] Integration with buddypressAwesome, this answers many of my questions. Will look into that integration plugin you mentioned.
Thans
Forum: Plugins
In reply to: I need a good video playerSo it turns out default wordpress video player IS a good solution, but it won’t dynamically resize. So that’s a large problem for me. Maybe I’m just not skilled enough to get it to resize how I want. At any rate, I ended up sticking with JWPlayer – it seems to work on all platforms I’ve tried. Last I checked it worked on Android phones, but not tablets. Would still love any feedback for the future, but for now I’d have to suggest JWPlayer. Good API, seems pretty much universally compatible, but I don’t know if it fulfills my last requirement. I basically just use an iframe if the video is from youtube or vimeo.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Personal Calendars?I am, could you go a bit more in-depth as to how I would go about doing this?
So do you happen to know why this is being caused?
My guess is that BP changed the parameters for leaving friendship, either removing the initiator and recipient IDs or it is now storing it in one array or object and passing that as a single parameter. For now, I just commented out the body of the function and put a blank return. I also removed the last two parameters and this seemed to work.
To save functionality, what I could have done was just used the first parameter (friendship ID) to figure out the id’s of the two people involved and use these instead. For now, I can live without the function of it.
Let me know if/when you make any progress on this. Hope I was able to help at least a little bit
Oh my apologies, yes I’m using BP 2.0 and WP 3.9
Actually, here’s jsut all 3 errors thrown:
Warning: Missing argument 2 for myCRED_BuddyPress_Profile::friendship_leave() in /plugins/mycred/plugins/mycred-hook-buddypress.php on line 226
Warning: Missing argument 3 for myCRED_BuddyPress_Profile::friendship_leave() in /plugins/mycred/plugins/mycred-hook-buddypress.php on line 226
Warning: Cannot modify header information – headers already sent by (output started at /plugins/mycred/plugins/mycred-hook-buddypress.php:226) in /wp-includes/pluggable.php on line 1121