Quote:
Originally Posted by GCC LLC
I wrapped it around the XML in product_forums.xml and reinstalled the product into vbulletin. It appeared to update something in all skins and I saw no errors (I also saw nothing get echo'ed back - but it went by all very fast in the install).
Links in the product review forum still do not click through to the corresponding threads. It is not the default vb mobile style, it is another mobile style designed for vB Suite 4.1.x.
|
It's not quite that simple... to test you'd have to add it to varrious plugin routines inside the xml script so that echo statements are invoked as you load the pages you want to test (for example, you could echo back a test on the thread / product page or on the forum / product list).
As for how to fix it, I'd still suggest starting with the debugging to insure the mod is getting fired up but that's probably the case which means template hooks become the issues. For that you need to open up a default vB template and your mobile skin's (i.e. SHOWTHREAD which holds the product information) and see which hook variables have been removed.
If that sounds like greek, as the mod author if they ported over
all the standard hooks into their SHOWTHREAD and FORUMDISPLAY templates.