I installed the plugin and after a success message, on the installed plugins page, at the top, i have this: membership+plugin_configuration_notice. Cannot see the plugin anywhere aside from this page.
Thanks for your reply. As it is, I was able to sort it out since. Would like to know, though, on the paid membership, if I can somehow use a payment processor that is not paypal, not icepay, etc ( the existing plugins available)? Have purchased the paypal plugin but its really not suitable for me.
im actually going to be doing something manually (long story lol); so my concern now becomes ( as ive noticed ) how to manually insert/add the membership to the tables with the expiry dates and such?
Can you PM me more info Harold?
I am not sure what you would like to achieve. You would like to add new rows to the table with all the data which normally gets added automatically when users subscribes? Or you are talking about some kind of query that would have inserted all this data?
Harold, this can be done in ow_membership_user table in database, using "Insert".
You can find values for "id" and "typeid" in "ow_membership_plan" table.
You can find userid in "ow_base_user" table.
Expiration timestamp (http://www.onlineconversion.com/unix_time.htm) .
Leave "Function" empty.