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 
|
Quote:
Originally Posted by Burnt
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..
|
Quote:
Originally Posted by Burnt
If you'd read the post where I quoted the guy where he had fix it.. You'd have a working page right now.. #706 for easy.. Follow my steps and you'll have it working..
|
Your response to Jackone gave the appearance of a question, rather then confirmed solution...
I will now make the change and follow-up, if indeed this does resolve.