Quote:
Originally Posted by Marv
Hi there,
I?ve just downloaded and installed this one on a 4.1.8 version. Also I read that support is only givin on your forums - unfortunal I can?t register there. Lancerforhire.com leads to vbresults.com and this site seems to be only for display purposes, not for interacting.
My problem is:
the installation went though without any errors. On the CMS your mod works, but on the forums sidebar it doesn?t. I?ve checked the sidebar block and noticed that is configuered to use the block_html template, to display plain text and what I guess shouldn?t be: there is absolutly no code in the code section
Would you be so nice to help me out with that?
|
Support is provided here -- see the more recent posts.
- Uninstall the add-on (you can leave the extra add-ons untouched), and make sure to remove the forum block if the product uninstallation doesn't.
- Open product-facebook-like_box-2.1.xml.
- Find
PHP Code:
if (SIMPLE_VERSION <= '418') {
- Replace with
PHP Code:
if (SIMPLE_VERSION < '418') {
- Import the recently edited Xml.
Please let me know whether or not that fixes the problem so I can patch the add-on.