remove node post details.

Posts: 31
Joined: 10/21/2008

I've removed the node post details from product views. I just saw that they are still found in the search results. (posted by: user, ##/##/## comments:0)

How do I stop displaying this info?

Posts: 139
Joined: 08/22/2007
Spreading the word - Ubercart for president.

I used CSS to hide mine:

.search-info {
   display:none;
}

Posts: 223
Joined: 01/25/2008
Bug FinderBrain StormerGetting busy with the Ubercode.

That is in your theme settings admin/build/themes/settings "Display post information on"

edit - didn't read post clearly oops