Quote:
Originally Posted by Jackone
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 
|
That'd work if what you said wasn't already changed to $find.. However $find1 is found on level1_post.... So were we suppose to change the level1 to find? or level2 to find1?
- Open "product-forumcategoryicons.xml" with Notepad
- Find "['forumhome_forumbit_level1_post'] = str_replace($find1, $replace,"
- Replace it with"['forumhome_forumbit_level1_post'] = str_replace($find, $replace,"
- Save and import the product allowing Overwrite.
Need to change level1 to find.. Correct on changing things to find just wrong level..