Chetan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Class __PHP_Incomplete_Class has no unserializerFacing the same issue with Go Daddy managed wordpress…
Forum: Plugins
In reply to: [Yoast SEO] Plugin Settings not visibleHappens in my chrome on lubuntu… not in other browsers…
Just disabled the Database caching option of W3TC and the issue is resolved…
@saurabh: please confirm this and mark this as resolved…Hello,
Me and Saurabh are colleagues…
We just found out that the issue shows up when we have the W3 Total cache plugin activated…
When I deactivate it, the data of all the fields is received in email…
On activating, new field’s data (like Phone number, Occupation, etc) is missing in the email.@webdevmattcrom is anyone working on this???
Currently, we are looking at Give as an option for a system to manage Donations for our NGO. But support for Rupee is a must. I have been looking at the “paypal-standard” gateway code and the PayU API documents. Considering, the PayU IPN and other similarities I found between the two, I think we can work on building an add-on.
I was wondering if we could get some suggestions, opinions, support or an early peek into some of the issues which we might face?
Thanks.Thank you for replying… I did that custom coding as u suggested… Got the basic thing working…
I have added a new column called booking_hours to the bookings table…
On each events view I show a submit hours text box if the user is registered for the event and the event has started…
I followed the existing update_status functionality and copied the flow… And with a few minor tweaks… Voila… Number of hours submitted and updated…
I was also able to display the same hours field in the bookings tab under events
So I’ve got what I wanted… now I just have to fine tune it…
Thank You ??yes that is correct
1) add a field to events called “total_hours” which stores the number of volunteering hours for an event (initialized to 0)
2) form on event page for users who are registered for an event to submit request to log their hours. similar to a booking request made for an event.
3) event owner approves/rejects
4) updating total_hours field
sorry for the delay in replying…
that sounds fair… I’ll try to break it down into smaller pieces and reply in like 12-15 hours
thanks