adding a presentation file
-
I wanted to add a presentation file to (presenters notes or pdf) to the session.
I added this code:
‘
array(
‘name’ => __(‘Presentation File’, ‘cr3at_conf’),
‘desc’ => __(‘Upload a pdf version of presentation file.’, ‘cr3at_conf’),
‘id’ => $prefix . ‘cr3ativ_confpresentationfile’,
‘type’ => ‘file’,
‘allow’ => array( ‘attachment’ ) // limit to just attachments with array( ‘attachment’ )
),
‘
It adds the link to my “create new session” page that i want, but when I try upload a file it opens the upload dialogue and allows me to upload but then nothing happens.Is there a way to update to cmb 2? would that fix the problem?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘adding a presentation file’ is closed to new replies.