![]() |
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. |
Quote:
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. |
Got it figured out. I dug through the plugins and traced everything back to the following, in case anyone else runs into the same issue. Tom, you were correct in that the template hooks are not there by default in mobile styles. I also had to manually create each of the prodforum_* templates in our mobile style for some reason, but that's not a big deal.
The plugin renders the product information at the top of the showthread template into a template called showthread_above_posts. I looked for the hook inside of the SHOWTHREAD template in the mobile theme and it's just not there, so I added it in as follows: {vb:raw template_hook.showthread_above_posts} All is well! |
Quote:
How's everything else looking in the mobile theme? You can do a light version of the product page if you use it... |
Hello Ted,
Thank you for this great mod, but I have a problem when sending an image in PNG, the image sent is no longer transparent but with a black background. How to fix this please? Thank you again! |
Quote:
|
No problem elsewhere, only on this mod :(
I have Chevereto and no problem |
Quote:
It's something in the image upload script but from the looks of it, could be one of a number of factors. We'll have to play around with it this weekend to see if we can force transparency on all GD setups. |
Ok thank you,
In the meantime it is possible to display white instead of black? :) Can be here ? :p Quote:
|
You can certainly try shifting the function around to see if it helps.
Functions stackoverflow shows people using for transparency: imagealphablending($pathname, false); imagesavealpha($pathname, true); |
All times are GMT. The time now is 02:17 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|