Ok so i made a topic a few days ago saying that i coun't install OpenSocial App's. This is how i got round that issue
0) get your app from http://directory.opensocial.org/gadgets/directory?synd=cad
1) goto phpMyAdmin and select your Dolphin table (eg. cpname_dbname)
2) goto Table: bx_osi_main and select Insert
3) fill in this infomation:
| ID | int(11) unsigned | the ID should be 1 more than the last one (so if you still have to 2 pre-installed apps start at 3) | ||
| person_id | int(11) unsigned | you dont need to fill this in | ||
| url | varchar(255) | this is the URL of the app (eg.http://buddypoke.s3.amazonaws.com/hi5.xml) | ||
| description | mediumtext | you should know what this dose lol :P | ||
| status | enum | active passive Active means it can be used by members | ||
| title | varchar(128) | Title of the App | ||
| directory_title | varchar(128) | Same as Title | ||
| author | varchar(128) | Who Made the App | ||
| author_email | varchar(128) | App Makers E-Mail | ||
| settings | mediumtext | Ignore this | ||
| views | mediumtext | Ignore this aswell | ||
| version | varchar(64) | Version of App (if unsure put 1.0) | ||
| height | int(11) | set to 0 | ||
| scrolling | int(11) | Set to 0 unless you know what ur doing | ||
| modified | int(11) | |||
| screenshot | varchar(128) | Screenshot URL | ||
| thumbnail | varchar(128) |
Thumbnail URL |
