Just curious about 2nd line from bottom where hometown and schools seem to be as one..
SELECT node.nid AS nid,
node_data_field_hometown.field_hometown_value AS node_data_field_hometown_field_hometown_value,
node.type AS node_type,
node.vid AS node_vid,
node_data_field_hometown.field_schools_value AS node_data_field_hometown_field_schools_value
FROM node node
this is my site url http://www.1dash1.com all things are working fine except my secondary link which is in content area in black color is highlighted on every page what i want is when user click on offerings(primary links) the secondary link got displayed otherwise it is not visible on any other page...
i used if (isset($secondary_links)) {
When I put hyperlinks in a node's content area it seems that drupal is adding a br tag after each hyperlink. I have tried to find where this is being done - but to no avail. Has anyone had this problem and do you know where this happens so I can change it?
Can I just create my own search 'form' and then another 'form' to display a user profile and forget about all this node stuff. It's too esoteric I just want to get the job done.
Nothing wrong with CCK actually except that there is no adequate documentation for making the most out of it.