Hi,
I hope somebody can help.
In the add events, I am missing the "add videos" and "add Musique" function.
"add photos" and "add files" are there.
I look in sys_objects_action and I do have the keys
| 142 | {TitleUploadVideos} | modules/boonex/events/|action_upload_videos.png | {BaseUri}upload_videos/{URI} | 9 | bx_events | 0 |
| 143 | {TitleUploadSounds} | modules/boonex/events/|action_upload_sounds.png | {BaseUri}upload_sounds/{URI} | 10 | bx_events |
0 |
They look the same as for exemple the one I have for groups (and there it is working):
| 158 | {TitleUploadVideos} | modules/boonex/groups/|action_upload_videos.png | {BaseUri}upload_videos/{URI} | 10 | bx_groups |
0 |
| 159 | {TitleUploadSounds} | modules/boonex/groups/|action_upload_sounds.png | {BaseUri}upload_sounds/{URI} | 11 | bx_groups | 0 |
in bx_events_videos I have:
| Champ | Type | Interclassement | Attributs | Null | Défaut | Extra | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| entry_id | int(10) | UNSIGNED | Non | ||||||||||
| media_id | int(10) | UNSIGNED | Non | ||||||||||
and for exemple in bx_groups_videos:
| Champ | Type | Interclassement | Attributs | Null | Défaut | Extra | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| entry_id | int(10) | UNSIGNED | Non | ||||||||||
| media_id | int(11) | Non | |||||||||||
So the only differents is this "UNSIGNED" bei media_id, is that my problem ?
Or should this (10) be the same in sys_objects_action (there I have a 9)
I am afraid to touch the database without to know.
THANKS !

