I hope I put this question in the right forum, but here it goes;
I implemented a hook_entity_property_info_alter, conform some examples i picked up on the internet, when I create a view I see this property, I can link it to my view but then I get the error (first a ajax error, when I save the view) that this function does not exist. while it is in the same file, so it is a bit strange.
this is how i did it, it doesn't do very much but i'm just trying out some stuff:
<?php
function just_some_function($entity) {
return 77;
}
Really need your help, having problems with fasthost and my company refuse to change hosts so need to find a solution and have been researching it for a week now so turning to the community for help.
The problem is I'm having trouble getting the Omega theme to run on fasthost.
After some research it seems to be a problem with the htaccess file.
I can install the theme but can't make any changes in the admin for the theme. i.e change to 16 grid etc
has anyone else come across this problem?
If so your help would be much appreciated.
I'm trying to add an amazon astore into a drupal 7 site, i have the code and the store appears on the page just fine, my problem is the 3 column tarski theme i'm using as the astore is to wide to fit in the middle column. Is it possible to (a) create a blank page or (b) disable the theme for a single page or anyone suggest anything. http://www.barnevelders.co.uk/chickens/?q=node/52
So I've been reading many documents to try and get my head up to speed on the way to configure drupal to do two things:
1. I want the admin to be able to upload files and the links to those files only appear in a page view for certain groups of users (for each file). I'm not concerned if the links become public (probably) as this is about putting the right resources in front of the right users rather than being secretive.
2. I want the admin to be able to create appointments with individual users that are private to each user and the admin.