JoomHelper 360 Plugin Documentation
Description

Parameters
| # | Property | Type (default value) | Description |
| 1* | folder | String (null) | Path to folder where contain images preview. |
| 2 | zoomfolder | String (null) | Path to folder where contain large (root) images to zoom. |
| 3 | autoplay | 1 OR 0 (0) | Option to start auto rotation |
| 4 | wheelRotate | 1 OR 0 (0) | If to rotate on mousewheel rotation |
| 5 | autorotatespeed | Number (100) | Speed of auto rotation |
| 6 | roteteloop | 1 OR 0 (1) | If Set to false, rotates automatic only one time after load |
| 7 | reverse | 1 OR 0 (0) | Set to true to change rotation direction |
| 8 | startfrom | Number (0) | Set a start frame |
| 9 | width | Number (auto) | Width of JoomHelper 360 box preview |
| 10 | height | Number (auto) | Height of JoomHelper 360 box preview |
| 11 | pins | Array | Hotspots |
Examples
1. Basic
{jmp360}
"folder":"images/jmp360"
{/jmp360}
2. Using hotspots
{jmp360}
"folder":"images/jmp360",
"autoplay":1,
"pins":[
{
"x":20,
"y":40,
"frame":0,
"title":"Title of pin",
"desc":"Description of pin"
}
]
{/jmp360}
I migrated about a thousand items with attachments from K2 using your tool and attachments plugin. I initially did this on a test account. Everything worked fine over there. The migrated article attachments worked fine. Then I backed it all up and moved it to my live domain. Now none of the attachments load. All I get is Exception File Not Found and I can't figure out where to look. Turning on error reporting and debug don't tell me anything. I am guessing the old files were not moved during the migration correct? Or how does that all work? I still have all the original folders in the original places as far as I can tell.
An error has occurred. 0 implode(): Argument #2 ($array) must be of type ?array, string given
Return to Control Panel
Any idea what's causing this?