add video and music action missing in events

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 Modifier Supprimer Primaire Index Unique Texte entier
media_id int(10) UNSIGNED Non Modifier Supprimer Primaire Index Unique Texte entier

and for exemple in bx_groups_videos:

Champ Type Interclassement Attributs Null Défaut Extra Action
entry_id int(10) UNSIGNED Non Modifier Supprimer Primaire Index Unique Texte entier
media_id int(11) Non Modifier Supprimer Primaire Index Unique Texte entier

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 !

Quote · 22 Nov 2010

It was all my mistake !!!

I don't know when and how and can't remenber why, but I did some change in BxEventsFormAdd.php and that why it was gone !!! Embarassed

Quote · 22 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.