Quote:
Originally Posted by Harpo
How do I get this to work for my subforums? No icons show on the sub forums.
|
It's very easy:
- Open "product-forumcategoryicons.xml" with Notepad
- Find "['forumhome_forumbit_level2_post'] = str_replace($find1, $replace,"
- Replace it with"['forumhome_forumbit_level2_post'] = str_replace($find, $replace,"
- Save and import the product allowing Overwrite.
The variable "$find1" is no longer necessary in vb 4.2.x, you've got to replace it with "$find"
I hope this will be helpful for many users