I am trying to collapse forumcontainers in an advanced forum? Is it nessesary to override themes etc? Shouldnt this be a "standard" feature? Any suggestions?
I want to display images in my custom view. The view is build to display data from my custom table and not "node" table. I have managed to insert image related data like fileid(fid), file_mime etc in file_managed table from my custom form. But now how do i retreive it n my view ?
So for a no reason i can think of when i go to edit my content i get this error:
PDOException: SQLSTATE[HY000]: General error: 1 no such table: contentanalysis: SELECT ca.aid AS aid FROM {contentanalysis} ca WHERE (nid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 18 ) in contentanalysis_get_aid_by_nid() (line 1682 of /home/content/19/3447019/html/humboldtsmokeshop/sites/all/modules/contentanalysis/contentanalysis.module)
This seems to be a real basic question but i really need to understand and get this to work:
In user profile i have added a field where the user uploads a file. This is working as planned (of course).
Now i want a process, almost like a virus scanner or validation to work on the file
and if it fails it should alert the uploading authenticated user that there was a problem with the file and therefore simply reject the file.
The validation/analyzing should be done serverside.
Good morning, i am a new member of Drupal. I have created a website using drupal. While removing some modules i was shocked to see this Quote once i restarted the site again..
Removed module:Context
Fatal error: Call to undefined function context_layouts_get_layouts() in C:\Users\
And it is an urgent project, i am not that much technical. So could anyone help me on this.