I have searched on and off for months to find a solution to this. I need to provide my users with the ability to upload and store documents (files) that they can see/retrieve/browse but which cannot be seen by any other user. I would have thought this to be a common use case, but everything I find relates to role-based private files, which protects files from other roles, but all users in a permitted role can view all other user files as long as they have the same role.
I tried to upgrade our Quiz module on our Drupal 7 site. After doing so using the updater and FTP login option, the site was taken down with this error. Maintenance mode does show on the front end but you cannot access any part of the admin which results in the below error. I find this interesting as this non-essential module apparently will take down administration entierly. Removing the folder/directory from the /all/modules/ did not change the problem and I had to restore the database backup prior to this installation.
Hi, I have a webform in Drupal 7, I have added fields to this webform but i am looking to add a dropdown field with two options, 1 option is phone a mobile number or a minutes phone, and the second option on the list is phone a landline, then when the users choose any of the options another field will appear for them to type their phone number, how do i go about this please?, thanks
I am working in a project in drupal 7 and i am using phpseclib here to download file from SFTP server to my local system in D7. But I am not able to connect/login to SFTP server anyhow? Here the steps I am using to get the files,
1. Downloaded phpseclib1.0.5 and put it in /sites/libraries directory
2. From my module .inc file I am using the following code,
I am constructing a set of views to make things easier for staff and freelancers to access information quickly and easily. At the moment the view shows CiviCRM case activities in tabular form.
I want one of the columns to be a link to download the current risk assessment for that organisation. I have saved this risk assessment on the Civi records notes tab, attaching the appropriate document to a specific note.
Hello
There are several types of content (content_1, content_2).
each has a price field with different currencies (field_price_usd, field_price_euro, field_price_uah)
I install money module and currency module. Now I can choose a price in one field. Settings Currency exchange from USD/EUR to UAH. How to set up a single currency display in node and views???