This project comprises of around 10-12 website that we have done for Asterion Europe, a European fundraising company in last two years. All the sites were built on Drupal with similar themes having activities/content types such as event registration, news, and policy document publication. These sites have many functionalities, including member activity monitoring, providing different permission levels to certain types of users, pushing information to them through built-in email services, and sending out registration links for events automatically after the registration has been accepted.
This project is an online tradesman discovery, listing, rating and hiring directory.
Service providers can create their profiles and apply for various jobs posted by user by submitting quotes and users can rate them after the job is complete. The ratings and reviews are afterwards displayed on the service provider’s profile.
I have two separate Drupal installs, both on Windows servers, one is our production web site, the other is our staging site.
i took a backup of our production site with the Backup and Migrate module. I then restore that backup zip file to our staging site and copy over the sites/default/files folder.
There were a few images missing, on the staging site after the restore, so I ran a “flush all caches”, which then left me with a 500 Error. I can’t figure out what has caused this, but looking for some help/suggestions on what to look for.
My goal is to build a Drupal site where I upload PDFs or Word docs, and those docs become 100% searchable.
I'm looking for guidance on the best approach to accomplish this.
Initially I thought that a database would work, but then the database will only allow me to search for the document's title and any other metadata that I might add.
Then, I thought on Search API Attachments, but I'm also not sure about it.
Hi all I have set up a content type and a newsletter category succesfully. My question is: when I add a content I cannot choose whether that node has or has not to be in the newsletter because I have only one radio button (selected) on my newsletter category (I mean I should have a checkbox instead !)
I could add a new category like "no newsletter" and select it when I don't want that node to be included in any newsletter, but I don't like this solution as it is a "second best".