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?
Hey everyone.. if anyone is on or close by send me a quick reply.
I've looked at Tagadelic..
But anyone know of a way of letting the USER have the ability to tag their favorite nodes. Then display this list of the most popular tags to the community. (i.e all users who tagged nodes under the term "design" would create a weighted tag for that). I've looked at tagadelic and it seems it uses taxonomy to create Tags of published nodes and their categories. I'd like to place that ability in the users hands. Any way to tweak Tagadalic to do so? Possibly?
i´m starting to develop a module on drupal and the first question which i have is related with where to upload my content. For example, imagine that i want to store some information introduced by the user. I can create an sql table to store this info but, how can i do this to integrate it in a logicall way with drupal?
And, is there any way to create the tables during the installation of the module? Or maybe i should use some drupal existing tables?