2 replies [Last post]
bergco's picture
Offline
Joined: 03/26/2008
Juice: 3
Was this information Helpful?

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.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
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.

frost's picture
Offline
Joined: 07/23/2008
Juice: 134
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...?