dr.techy
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] file attachment not working as requiredThanks… It is having conflict with plugin CF& Smart Grid Layout. Thanks for your help.
Forum: Plugins
In reply to: [Contact Form 7] file attachment not working as requiredThis is the content of the form. I have removed the styling from the code.
<label>Institue Name<em>*</em></label> [text* InstituteName default:user_nickname readonly] <label>Institute Email ID<em>*</em></label> [email* InstituteEmail default:user_email readonly] <label>First Name of Institute Incharge<em>*</em></label> [text* NameOfIncharge default:user_first_name readonly] <label>Last Name</label> [text SurnameOfIncharge default:user_last_name readonly] <label>Reporting Month<em>*</em></label> [select* ReportingMonth include_blank "Jan" "Feb" "March" "April" "May" "June" "July" "Aug" "Sep" "Oct" "Nov" "Dec"] <label>Year<em>*</em></label> [select* ReportingYear include_blank "2017" "2018" "2019"] <label>Please Upload Maternal & Child (RCHO) report in XLSX Format (Download Here)<em>*</em></label> [file* RCHOreport limit:200000 filetypes:xls|xlsx|pdf|jpg id:rchoreport] [submit "SUBMIT"]
Forum: Plugins
In reply to: [Contact Form 7] file attachment not working as requiredThe form is on https://arisda.info.tm/report/rcho-report/
- This reply was modified 6 years, 9 months ago by dr.techy.
Forum: Plugins
In reply to: [Contact Form DB] Remane attached files with forms before savingI am trying to use this function into “shortcode actions & filters” plugin, but the filename is not changed
function changefilename ($formData){ $formName = 'vbdcp'; // change this to your form's name // CHANGE THIS: upload field name on your form $fieldName = 'VBDCPReport'; if ($formData && $formName == $formData->title && isset($formData->uploaded_files[$fieldName])) { $path = pathinfo($formCopy->uploaded_files[$fieldName]); $newfile = $formData->posted_data['InstituteName'] . '_' . $path['basename']; $formData->posted_data['NVBDCPReport'] = $newfile; } return $formData; } add_filter('cfdb_form_data', 'changefilename');
please guide me with correct method…
- This reply was modified 6 years, 9 months ago by dr.techy.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] change uploaded file name before storingPS:
uploadedfile.pdf -> john-uploadedfile.pdf will also work for me… the name can be either prefixed or postfixed…
Thanks for such a detailed suggestions. As per the advice i am using Post My CF7 plugin now. It is better than flamingo. U are right, the issue i am facing cannot be solved without some custom coding because i did not find any ready made solution for that (both free and premium). I am very new with PHP coding so i will have to get some expert custom help on this. Thanks again for suggesting the way to solve this.
Forum: Plugins
In reply to: [Membership 2] Where are pages?= Per membershipIf you are referring to links in menu, you can use protection of menu items add on.
Forum: Plugins
In reply to: [Membership 2] Add email for manual payment membershipHello Nastia,
Thanks for quick response. The email Subscription – Complete with Payment, is present in the settings even without activating Additional emails add on. and this email is sent only when membership is activated manually by admins, and not where the membership is applied for by the users/members of our site.
Yes i noticed that this email is currently not working.
Forum: Plugins
In reply to: [Membership 2] User roles not syncing with membership 2Dear Bojan, thank you for your prompt reply.
they are still getting the role you set users to get in Settings -> General -> “New User Default Role” but they get all the capabilities as they have user role that you set in Membership 2 -> Protection Rules -> User Roles if that makes sense
I am unable to find any setting in General –> “New User Default Role”. I only have set the settings of Role in Protection Rules. Actually the setting you mentioned in General is not visible in my Membership2.
This means these users will still be subscribers but they will have capabilities as they have “club_members” role. Are you just not being able to see this in user profiles or these users can’t access specific parts of your site that this role should allowed them to?
Both the things. The role is not appears to be assigned in the user profiles of the users who are added to membership ‘Club’ and also the members cant access the parts which is available to capability club_member. When i manually add the role club_member to the particular user, then only they are able to access the parts available to club_member role.
Any idea what may be the problem here.
yes me too. Will prefer only single email column in registration form.
Thanks for the reply.
I deactivated all the plugins as adviced by u. Now i have only these plugins activated which are the most required.. Akismet, Jetpack, bbpress and UU Lite.
1. The receiving activation email is partially solved, the email is sent but after a lag of 4-5 hours. This i understand may be related to my server, which i will send to hosting company.
2. The auto activation is not yet solved. The exact issue is even if the activation email is sent, the new user is able to login to the site without activating the account with the activation email sent. The new user is able to participate in bbpress forum also.
What i understand by email activation is the new user should not be able to login and participate in bbpress without activating the account via activation email.
(do you think this issue is related to conflict with theme or the above mentioned plugins)
3. The redirection is solved.
Please suggest what may be the issue.
yes it was the issue with cUrl and sitelock. i checked the logs on sitelock firewall and photon was blocked. My site has few images only, actually few images for visitors. but for the time being i switched off the firewall on sitelock and now the photon is working fine.
these are some images on my site.. but they are now working.
https://i2.wp.com/www.acrosspg.com/wp-content/uploads/2014/08/harshvardhan.jpg?w=700
although i really want to make sitelock and photon work together. i have also sent email to sitelock support. let me know if there is any work around to make both sitelock firewall and photon work together.
i say this because some of other CDN services work just fine along with sitelock so may be photon can too.Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Plugin installed after jetpackyes me too… photon is not working for me and this plugin uses photon if jetpack is enabled… i request the dev to remove the use of photon is jetpack is installed.
yes thanks for the replies. i tested all the plugins again on a fresh install of WP with only jetpack, BP and polldaddy installed and the are working fine. Its apparently some other plugin which is causing conflict.
Ya may be its unique to my site. I am running buddypress as a plugin with WP and around 8-9 other plugins for buddypress are installed. The main reason why i say there is conflict with jetpack and polldaddy/bbpress is because, as soon as i deactivate jetpack, both bbpress and polldaddy seems to run normally without any problem. and one more thing the internal server error occurs only while accessing the wp-admin… the frontend website works fine.