Can you explain how exactly this works, please?
For example, I have an Amazon vertical banner in my left sidebar in my vBulletin CMS widget. I copied and pasted it right from the Amazon page into the ad manager in vbulletin and it appears as expected.
I pasted the exact same code into the reviewpost plugin manager and selected a location (sidebar_middle) and it does not appear. Instead, I see the following error:
Parse error: syntax error, unexpected '<' in /home/carmoms/public_html/reviewpost/index.php(330) : eval()'d code on line 1
Can only certain types of code go there or do I need to add code around the amazon code?
The odd thing is that this is the code I pasted into the plugin manager, exactly as it appears at the Amazon widget creator:
Code:
Content visible to verified customers only.
After I paste it and save it, if I go back to edit it, this is what appears:
Code:
Content visible to verified customers only.
Perhaps the script function is not permitted in the plugin or something?