Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
its my first post here so i hope i did it in the right place.
i was able to create content in drupal, but i need to add some HTML content such as images and descriptions.. i have the structure with the tables and all that but if i save it, it does not shows up.
I followed the tutorial to create a new content node type with a module, which was very helpful.
Now that I have some of those nodes, I want to select them all in my php. I could do this myself by doing the select and the join, etc, but I'm wondering if there's an accepted best-practices way to do it in Drupal already.
I want to "select all nodes of type "mynode" and join their corresponding data into the results".
Should I just do my own raw dbquery or is there a drual way to select a list of nodes?
example at http://www.22plus3.co.uk/ventura/?q=node/1 achieved by inserting following into body text (add back in <)
table class="tablequote" id="table1"> tr> td> div>
img src="../files/startquote.gif" alt="quote">
b>I feel the more small contributions, the better
img src="../files/endquote.gif" align="right">
/div> /td> /tr> /table and adding the following to style.css
Hi,
in addition to the default content fields when you create a content type, I've added a zipcode field to my group content type. It seems to add fine, but when I then go to edit a group and fill in the zipcode field, I get the following error:
user warning: Unknown column 'vid' in 'where clause' query: SELECT COUNT(*) FROM node_group WHERE vid = 59 AND nid = 59 in C:\_workspace\chickpea\drupal\includes\database.mysql.inc on line 167.
Hello,
I want to track when someone make click in hyperlink a, b, c... and save and use the generated statistics.
Anyone knows a useful module for this?