0
votes
0answers
4 views
Drupal 7.13 and Services 3.5 XML Payload schema to Update Node?
I have finally got Services up and running and setup an endpoint to nodes but can't work out how to update custom fields from a POST or PUT.
Been trawling through the docs, examples, and tutorials ...
0
votes
0answers
7 views
how to prevent node revision update when node is updated?
I noticed that every time a node is updated, a timestamp column in node_revisions table is also updated for this node. I would like to change this behavior for "forum" content type and disable ...
0
votes
1answer
8 views
Error after migrating site
I get this error after I have migrated my site from local to live.
Notice: unserialize() [function.unserialize]: Error at offset 718 of
1340 bytes in views_db_object->load_row() (line 2251 of
...
0
votes
1answer
17 views
How to disable option for users who aren't logged in
I've got custom content-type. On the main page I set teaser display of contents and I decided to show off only several fields there. Next to each content I can notice text "Read more". After entering ...
0
votes
0answers
14 views
Node type created by custom module doesn't get updated
I'm working on a custom module that creates a new content type. Recently I added a new field to the content type, but it doesn't get updated. I don't have any nodes of this type and when I disable my ...
0
votes
1answer
15 views
Associate a Taxonomy term to user who creates it
I have field Company Name which is a term reference to a vocabulary with same name. when user types the field if name already exists, so auto complete showed that or else it will be added as taxonomy ...
1
vote
0answers
12 views
Drupal 7 delete current revision
I'd like to delete the current revision (made in error by an admin) for a list of nodes.
On a test site - I've looked into re-using core functionality in my script, reverting to a previous revision, ...
0
votes
1answer
15 views
Zen theme: understanding the zen grids design in _responsive.scss?
Below is some of the code from _responsive.scss from the latest release of the Zen theme. It controls the layout of the page. Does anyone know what I have marked 'FROM HERE' to 'TO HERE' does. I was ...
0
votes
1answer
11 views
Make Foo and foo to be different free tagging tags in Drupal 6
I need a way to make Foo and foo to work as two different freetagging words in a Drupal 6 taxonomy field, any suggestions for this?
1
vote
0answers
8 views
Views video file with attached thumbnails
The idea:
A page "Video" with one embedded youtube video and down bellow will have a small images (screenshots of videos). These images will be linked to a individual video, so when a user click one ...
0
votes
4answers
29 views
How do I hide title of a node?
I have tried doing this in hook_node_view or hook_node_view_alter with no luck:
I have tried things like:
unset( $node->title); or
$node->title ='';
note: my node was created using ...
-2
votes
0answers
12 views
what is the best filtering method for person database? [on hold]
What is the fastest method of filtering person data (male/female, city, age,...)?
taxonomy or each data entry? or:
custom fields + filter criteria 'male', xxx in the view module ?
0
votes
1answer
12 views
Remove node form from preview
I'm using CCK to build a new content type call Evaluation. It is more like form which ask user questions. I want user to preview their answers before submit the form. So at content type setting, I ...
0
votes
0answers
10 views
Drupal 6 Views Slideshow configuration
I am trying to create a gallery like this.
It's been a while since I worked on a D6 site I am sure I have done this before on a few 2/3 year old websites.
However, when I try configuring Views to ...
1
vote
0answers
10 views
Refreshing AJAX Forms in Drupal 7
My dynamic Competition form has two basic parts:
1- Basic Info
Name
Size Dropdown
2- Ajax Fields
Options dropdown based on Size
When I change the value in Size, a new combobox is loaded via ...