Prakash Mohankumar
Forum Replies Created
-
Forum: Plugins
In reply to: [Genie WP Matrimony] How should i search users using multiple fields?Hi @saurabhj91
I have optimized the search in the latest release. Please review and update the comments once it is resolved
Forum: Reviews
In reply to: [Genie WP Matrimony] Confusing About SetupFAQ section is updated with the information you requested.
For more info read https://wp.me/p2HHtz-86 or https://www.ads-software.com/plugins/genie-wp-matrimony/faq/
Please review the rating if you find the information useful !
Forum: Plugins
In reply to: [Genie WP Matrimony] How to upload gallery images using custom formHi
If you just need the code that does the work for you, you should check this file.
For profile pic update:
For Gallery update:
The above codes uses the API in thia file:
https://plugins.svn.www.ads-software.com/genie-wp-matrimony/trunk/library/gwpm_shared.php
Please rate the plugin if you like it !!
There are no short codes available as of now.
If you could update the theme, add a simple form with a input box and use the name/id “userId” and submit to the search page URL as action url.
Please refer to the “name/id” to be used for other fields in code at https://plugins.svn.www.ads-software.com/genie-wp-matrimony/trunk/application/views/search/gwpm_pg_view.php
Forum: Plugins
In reply to: [Genie WP Matrimony] Shortcode For Search, Profile@ashokbhamla as of now there are no short codes available for the plugin. Will try to include it in future releases.
@ccdsiu2 I have followed MVC pattern in the plugin hence I could use $this object anywhere inside my plugin. But the scope is restricted only inside the plugin.
Could you pls be elaborate on what you are trying to achieve. Is it something you expect as a short codes ?. If yes as of now there are no short codes available.
Forum: Plugins
In reply to: [Genie WP Matrimony] Profile ListYou are always welcome. Please let know of anymore suggestions. Please rate the plugin if you like it ??
Forum: Plugins
In reply to: [Genie WP Matrimony] Profile Listhi, not sure if its a feasible or useful options if there is a userbase of more than 100 or so. Always a better option to have a filter criteria.
But the Admin users could view the list of users registered from the Admin Dashboard.
Forum: Plugins
In reply to: [Genie WP Matrimony] Matrimonail Registrationhi, Sorry for the late reply.
1. Please let know what you mean by “Frontend”. Could you elaborate on the same.
2. This is WordPress functionality, and has nothing to do with the plugin.
3. WordPress Admins are not needed to update the profile. But they are required to update/approve the User before they could access the user directory. This specific mandate is made optional from version 0.8 thou.Hope it helps. Please let know if you any clarifications.
Forum: Plugins
In reply to: [Genie WP Matrimony] How to approve user request from admin?Hi, Sorry for the late reply.
1. Form section appearing twice might be an compatibility issue with the theme. Please let know your theme name or send your theme to my email id if its a customized one, for debugging.
2. Please check the FAQ section for clarificationForum: Plugins
In reply to: [Genie WP Matrimony] unable to upload pictures by mryrimonial userDuplicate entry, resolving it.
Forum: Plugins
In reply to: [Genie WP Matrimony] upload the pictureUpload functions are working as expected. Please let know if there is any error or exception happening, so that it will be helpful in debugging the issue. Please provide a sample account from your site so that I could test in your site. directly.
Forum: Plugins
In reply to: [Genie WP Matrimony] send intrest by email or smsI could work on implementing this feature in the next release. Email notifications could be implemented easily, but SMS notifications needs addition setup with a GSM Gateway service, which is not free. If you find any such service, a customized version of plugin could be worked out and sent to you.
Forum: Plugins
In reply to: [Genie WP Matrimony] multiple slection in drop down menuNot sure which field needs multi selection option in the fields. If you could provide a usecase it will be helpful in writing code.
Forum: Plugins
In reply to: [Genie WP Matrimony] How to make changes in the plugin?Hi, Sorry for the late reply.
Most of the mandatory fields are marked so after analyzing the standards. I am working on making all the fields configurable from Admin dashboard, but could take sometime since its base framework change. Meanwhile, the contact no field is made non mandatory with version 0.8.