Messages - the yicker

Pages: [1]
1
Quote
Better question: why use AeMe if you already paid out for the other piece of crap?
well perhaps the piece of crap as you put it is due to expire and i was thinking of purchasing AM after trying the free version. but lets face it would after the responses i have received ?

2
Hi all
sorry to interrupt, first post so apologises if in wrong place  :unsure:
i know there is no support for AM 1 but here goes
i have installed it on my forum but i am not seeing the media button
i had to edit my subs file with the following command.


find
Code: [Select]
'mlist' => array(
add before
Code: [Select]
   // Aeva Media changes 'media' => array( 'title' => (isset($txt['aeva_gallery']) ? $txt['aeva_gallery'] : 'Media') . (!allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info['aeva_unseen'] == -1 ? '' : ' [<b>' . $user_info['aeva_unseen'] . '</b>]'), 'href' => $scripturl . '?action=media', 'show' => allowedTo('aeva_access'), 'sub_buttons' => !allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info['aeva_unseen'] == -1 ? array() : array( 'aeva_home' => array( 'title' => $txt['aeva_home'], 'href' => $scripturl . '?action=media', 'show' => true, ), 'aeva_unseen' => array( 'title' => $txt['aeva_unseen'], 'href' => $scripturl . '?action=media;sa=unseen', 'show' => true, 'is_last' => true, ), ), ), // End Aeva Media changes 

i am running  2.0 RC3

list of mods
SMF Gallery Pro      3.0.5
SimplePortal          2.3.1
Aeva Media              1.4


tried attaching subs file but get the following message
Quote
You cannot upload that type of file. The only allowed extensions are mp3,ogg,ogm,avi,txt,doc,pdf,jpg,gif,png,torrent,rar,zip,tar.gz,srt,ssa,asx,3gp.
any help would be appreciated

Pages: [1]