Hi I have moved my site to new server and getting access denied error on all content so I tried to build permissions again and though it is getting completed 100%, after this, it shows the message - "The content access permissions have not been properly rebuilt."
I have cleared the caches, checked the modules, permissions etc but still not able to figure out the problem and need some paid assistance. If you think you can fix the problem, please contact me through my profile contact form.
I am building a portal for an education services provider. There are 4 user roles and respective profiles:
School, Student, Tutor, Admin
The functionality i am having problems with is around entity reference.
The school logs in and should be able to look at a view of students that belong to that school. School is defined as a taxonomy term on both School and Student profile2 registration. School selects the student that they want to 'deal' with. This could be amend profile but most often to make a booking. so from the views page a link to a student 'dashboard' that contains a calendar, views list of bookings and ability to search for a tutor based on criteria of language and subject. The language and subject are also defined as taxonomy terms on both the Student and Tutor profile2 registration page. When the School finds a tutor with the correct skillset, they look at the tutors availability and make a booking for a period that is valid within the tutors availability.
So far:
I can create a tutor calendar and set availability with a content type with a date field and an entity reference field to User. The tutor's name needs to be entered from an autocomplete of all users on the system. I want tutor to be selected from the fact that the tutor is logged in and setting his own time. I have tried this with entity reference prepopulate with no luck.
These are the modules that I have enabled: Entity reference, Entity reference prepopulate, Field reference, Node reference, references and Organic groups.
Each user is part of an Organic Group - and each Organic Group has an address (location module).
When an og users creates new group content, I would like for their organic group's address/location to be automatically referenced to the new node that the user is creating. That way the users don't have to re-type the address each time.
Hello i paid quuite a bit of money to get a betting module made for one of my sites a couple of years ago. It was a d6 module and it worked as i had hoped barr the lack of Views intergration. You have a 'bet' content type with fields for stake and odds etc. There is an admin bit where you settle the odds (win/lose/void) etc and the info updates nicely showing profit/loss/ROI etc in a block beside the bet node and also in the user profile.
I need some assistance parsing half a dozen remaining fields from an XML file into a Drupal 7 website via the Drupal Feeds module. Most fields are already working using a combination of Feeds XPath Parser and Feeds Tamper but the remaining ones are beyond my skill level.
A brief description of requirements are;
1. Amend image urls with "public://feeds/" and import multiple images to a multivalue imagefield
2. Map multiple "AgentID" values to corresponding "UserID" values
3. Map multiple "Feature" elements to a Features textarea field as a comma seperated list (excluding bedrooms, bathrooms, ensuite and garages)
4. setup some conditional mapping to update field values for example:
if UpdateStatus Action="New" then PropertyStatus = ListingType (Rent, Sale, etc)
if UpdateStatus Action="Active" then PropertyStatus = ListingType (Rent, Sale, etc)
if UpdateStatus Action="Leased" then PropertyStatus = Leased
if UpdateStatus Action="Sold" then PropertyStatus = Sold
if UpdateStatus Action="Withdraw" then unpublish node
if UpdateStatus Action="Delete" then unpublish node
I may also require assistance with other features of the Drupal Feeds module such as automating the imports using cron.