PDA

View Full Version : Category LayoutId


scarex
04-12-2012, 08:10 AM
Hi guys,
I'm looking for a solution in order, invoking the category search page (http://myhost/vbulletin/list.php?category/XX-whatever), to customize the layoutid according to the categoryid.

I'm already found how to customized the styleid

global $bootstrap;
$bootstrap->force_styleid(XX);
$bootstrap->load_style();
now I would like to found a similar way also for layoutid.

The rational is that the search page takes always the styleid and layoutid of home page.

Thank you!

scarex
04-16-2012, 01:55 AM
No idea?