Here's the problem I'm having right now. I have a node type, which has one field "created from." Basically, this will create itself from some text in another node. Now, here's what I want to do: let users add to the "created from" field automatically.
Here's what I'm trying to do: using Javascript, when a user highlights a certain piece of text, open up a node submit form inline, in a div. The "Created From" field doesn't appear; the rest do. That way, people can create nodes in this fashion very easily.
Hello,
I created a new node type using tutorial http://drupal.org/node/82920
I want my node by be kept in a new table, so I create it. I also made a function mymodule_insert to store my content in my database table. The problem is that content is being added to my table and to node table. How to fix it?
I am new to Drupal World, so this might be a very simple question...
Using the 'Administer > Content management > Content types > Forum topic > Display fields', I am able to control what fields to be displayed/masked in the forum topic.
But is there any way to control how these fields are rendered in the screen. By Default, fields are rendered in following fashion:
* field 1
* field 2
* field 3
* field 4
* field 5
But, I would like to render fields in the following fashion in the screen:
I am using aggregator module that came with drupal 5.x and Spreadfirefox theme. When I put aggregated content on block there is small visability becouse links (titles of fetched content) aren't devided by horizontal line or thay dont have a dot before them "
"
So, my question is how can I ad that dot or horisontal line before two titles on a block (dot like a dot on "New forum topics" here on www.drupal.org) or horisontal line?