Quote:
Originally Posted by boss22
Had same problem with country flags mod...shows only text but no flags images...also have problem because in my skin in postbit_legacy use div class postrow and with this mod enabled i lose that class - get mixed rows ..some fix for that? funky fresh and life space skins for vb 4.2.0 pl3!
regards
bosss
|
The text being displayed with that country flag mod is because of the manual edits to templates to display the flags. Postbit collapser picks up the profile field as it's text value (as it should) and displays that. The country flag mod changes that text value to an image with it's manual template edits and there's no
good way to manually edit the postbit collapser template to compensate for manual edits. If the flag mod used a template hook to display it's flags, there would be no problem since all of the same hooks for a standard vB postbit template exist in the postbit collapser templates.
I'm not sure why you would lose the postrow div for the postbody. It exists in this mod's templates exactly the way it does in the regular postbit_legacy template.
I would need to see your entire postbit_legacy template for the skin you're using to see what you're talking about.