Drupal is up and running but how do I ...?

Drupal site allowing users to place ads and search ads

Hello
I am looking to build a site with similar functionality to http://www.mobile.de or http://www.autotrader.co.uk. The site will be specialised for boat owners and will have articles on fixing, buying etc and also enable them to buy adverts. Once they have bought an advert they can upload a picture and write a description for the item they are selling (see mobile.de and autotrader for the general idea)

How to put a 'User login' box for Drupal 4.7 on the front page of a site with a php snippet?

I'm hoping that someone can help me with a php snippet needed for Drupal 4.7 (beta 3). Dublin Drupaller? :)

There was once a 'User login box' that was part of my front page on a site running Drupal 4.6.2. I was using the front_page module to make my own custom page. I used the a php snippet that I found on Drupal.org (but can't seem to be able to find now) to add a 'User login' box to my own custom front page. A couple of weeks ago, I tried using that snippet from my old 4.6.2 on my new Drupal 4.7 installation, but unfortunately the snippet was broken and didn't work.

No tinymce format for teasers please.

Hi there. My site requires HTML editing of post by users. The thing is that I like to keep the teasers short and clean from any HTML style or even line breaks. To do so I put a new filter when producing the teaser

function node_prepare($node, $teaser = FALSE) {
...
    $node->teaser = check_output($node->teaser, "5");
...
  return $node;
}

("5" is the filter type that use only html filter with no tags at all)

Add custom ratings to nodes

I am going to launch a community web-site, where people can discuss about the bad and good features of mobile phones.
I would like users to be able to vote on how bad or good the discussed feature is (you can call it "suck level" :)). How can I do it? Any modules to have a look at?

I am quite new to Drupal, so I don't really know which kind of things are possible. Minimal features I need, would be just numerical rating. 1 person - 1 positive or negative vote. And users should be able to sort articles by the suck rating.

How Do I Remove comment nesting

I have just set up my site with a new design etc at www.dashboardmonkey.com.

I have people commenting on posts however I wish to stop it making the comments "nested" / "indented".

How can I remove this so that all comments simply appear underneath each other with no nesting.

I look forward to your reply.

Regards,
David

flexinode display

I’m having trouble displaying different outputs of the flexinode using a data cluster ie

I’m using

If (arg(0) == ‘node’)
Do something
And

If (arg(0) == ‘taxonomy’)
Do something

This works fine the problem im having is when I try and differentiate nodes ie
Using a path
If (arg(0) == ‘aboutpage’)

Or node call of the about page
If (arg(0) == ‘node’ && arg(1) == ‘13’)

This code doesn’t work

What I am doing wrong or is there another way of achieving this unsing 4.7 beata 3
Later
M

Pages

Subscribe with RSS Subscribe to RSS - Post installation