I don't know what I've done, but somehow 'Catalog' is the title of each page/story on my site now! It seems $title is filled by the occurrence of 'Catalog' in the vocabulary, which is necessary to get Ubercart working. Can anyone help me? I haven't edited module files, I was just working on a Dutch translation, so translating po-files.
Wed, 03/26/2008 - 17:24
Re: Title overridden by 'Catalog'
This is a bug in the Visual Catalog block. The function it uses to generate its content calls drupal_set_title(), which does what you describe.
This block (as well as Best Sellers and Special Offers) is being moved from core to the contrib module Marketing, so keep that in mind when you update next.
same problem
Running Uber 1.4 which we upgraded from 1.3, and marketing module. *All* node titles are renamed.
Have tried removing and reinstalling the marketing module, and clearing cache. Did a text search for drupal_set_title in the module but didn't find it.
Fixed this by commenting out the line where drupal_set_title() is called within the core uc_catalog.module. Seems to imply a core issue still there...?

