General support topic for Aeva Media (Latest release: July 28, 2010)

Started by Nao 尚, October 14, 2007, 04:28:15 PM

Previous topic - Next topic

Kindred

no... the way it acts right now is the only way it was designed to act...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

rubix123

Quote from: Kindred on January 22, 2012, 04:27:02 PM
Turn on embedding.....

All of the sites in the site list are checked and I have looked over the configuration. Videos are still not getting embedded. I dont know what Im missing..

YogiBear

Quote from: ACAMS on January 26, 2012, 08:26:42 PM
I have Aeva Media 1.2 and for some reason MP4 is not embedding, does anybody know what I need to do besides update which may/may not work?

Recommend uninstall and delete v1.2 then upload and install v1.4w  :)
SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

YogiBear

Quote from: rubix123 on January 27, 2012, 09:19:17 PM
All of the sites in the site list are checked and I have looked over the configuration. Videos are still not getting embedded. I dont know what Im missing..


If all else fails : uninstall and delete current installation then upload and install a fresh copy of v1.4w


SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

Jane77

Does Aeva Media work on SMF 1.1.16 and does anyone know if an SMF with Aeva Media mod installed works on an iPad? Some of the features seem to use Flash so how much is it compromised on an iPad?

Jane

Kindred

not sure about 1.1.16...  I know it works just fine on 2.0.2 and the image gallery portion works perfectly on the iPad...   As for the video portion...   I suppose that depends on where the videos are coming from (for example, youtube videos will play)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

AMWebby

Quote from: Jane77 on February 03, 2012, 08:05:03 AM
Does Aeva Media work on SMF 1.1.16 and does anyone know if an SMF with Aeva Media mod installed works on an iPad? Some of the features seem to use Flash so how much is it compromised on an iPad?

Jane
It works fine on 1.1.16. iPhone and iPad users are catered for as embedded video are turned into a link. Regular users will see the embedded video with the link below, iPad and iPhone users just see the link, which they can click on to go to the YouTube site.

liamtoo

I'm trying to install Aeva (commercial) but seem to be having problems. First I got the error that although my forum files were 2.0.2 my database was 2.0.1. Illori said the database ver was still 2.0. Anyway I followed the advice on the original error message and uploaded and ran upgrade.php

The database error disappeared but the rest of the error still remains;

Invalid default value for 'transparency'
File: /var/www/vhosts/xxxxxxxx.com/httpdocs/forum/Packages/temp/db_aeva.php
Line: 269


Can anyone advise me what to do next please?

Kindred

that is a known problem with brand new installations of 2.10...   you can install 2.04 first, uninstall it and then install 2.10 without error.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."


bork

Wondering if anyone can help me.

Vimeo have recently starting https://vimeo.com/ as their default url.

I thought I'd modify Subs-Aeva-Sites.php to detect this, and changed the vimeo section to the following:


   array(
      'id' => 'vimeo',
      'title' => 'Vimeo',
      'website' => 'http://www.vimeo.com',
      'type' => 'pop',
      'added' => '<4.0',
      // http://vimeo.com/45084
      'pattern' => 'http://(?:www\.)?vimeo\.com/(\d{1,12})',
      'movie' => 'http://vimeo.com/moogaloop.swf?clip_id=$2&server=vimeo.com&fullscreen=1&show_title=1&show_byline=1&show_portrait=0&color=01AAEA',
      'size' => array(640, 360),
      'fix-html-pattern' => '<object [^>]*>\s{0,3}<param name="allowfullscreen" value="true" />\s{0,3}<param name="allowscriptaccess" value="always" />\s{0,3}<param name="movie" value="http://vimeo\.com/moogaloop\.swf\?clip_id=(\d{1,12})[^<>]*?>.*?</object>(?:<p><a href="http://vimeo\.com.*?</a>.*?</a>.*?</a>\.</p>)?',
      'fix-html-url' => 'http://www.vimeo.com/$1',
      'lookup-title' => true,
      'lookup-title-skip' => true,
   ),
   array(
      'id' => 'vimeos',
      'title' => 'Vimeo (secure)',
      'website' => 'https://www.vimeo.com',
      'type' => 'pop',
      'added' => '<4.0',
      // https://vimeo.com/45084
      'pattern' => 'https://(?:www\.)?vimeo\.com/(\d{1,12})',
      'movie' => 'https://vimeo.com/moogaloop.swf?clip_id=$2&server=vimeo.com&fullscreen=1&show_title=1&show_byline=1&show_portrait=0&color=01AAEA',
      'size' => array(640, 360),
      'fix-html-pattern' => '<object [^>]*>\s{0,3}<param name="allowfullscreen" value="true" />\s{0,3}<param name="allowscriptaccess" value="always" />\s{0,3}<param name="movie" value="https://vimeo\.com/moogaloop\.swf\?clip_id=(\d{1,12})[^<>]*?>.*?</object>(?:<p><a href="https://vimeo\.com.*?</a>.*?</a>.*?</a>\.</p>)?',
      'fix-html-url' => 'https://www.vimeo.com/$1',
      'lookup-title' => true,
      'lookup-title-skip' => true,
   ),


The first array declaration is the original Vimeo code, I just duplicated it to what I thought would be the appropriate code for the new https:// urls.

However, this doesn't work, the https:// links aren't embedding at all. I have activated "Vimeo (secure)" in the list of sites.

Anyone know why this doesn't work?

Kindred

you have to update pattern, movie, fix-html-pattern, fix-html-url as well
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

bork

I've updated all of those to detect https - the first array declaration is the original, the 2nd is the one I've added...

If I enter the https: url manually into the browser it works, it just won't embed.

Kindred

it may not embed, because embedding a secure link in a separate domain would fail security checks
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Another Rob

newbie question ... how do I delete a users album?! The option must be hidden in plain sight, or maybe isn't there? I have avea 1.1B and a few users who no longer visit the site and want to delete their albums but not their whole account.

Jane77

I recently installed Aeva Media on my SMF 1.1.16  ;D and there is no tab in the menubar that says Media or Gallery, etc.?  :-[ for users to click on. Should there be one? If so, how do I enable it?

Ta,

Jane

Kindred

in the 1.1.x series, you have to add the menu item, manually to each custom theme that you use. The installer only targets the default them for the auto-install
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Jane77

Thank you.  :D

In the 1.1.x series there is a description that can be written for each album. Does anyone know if urls can be embedded in that description without all the messy detail. Asking because the usual Click Here doesn't work.

Jane

baboontester

Quote from: Jane77 on February 10, 2012, 06:42:15 PM
I recently installed Aeva Media on my SMF 1.1.16  ;D and there is no tab in the menubar that says Media or Gallery, etc.?  :-[ for users to click on. Should there be one? If so, how do I enable it?

I am having the same problem but for 2.0.2 and I am using the default theme.  Is there something I am missing?  If not, can someone please post the code to add the button.

thank you  ;D

Kindred

You don't have the same problem at all, since the menus were moved into a sources file instead of the template file in the 2.0 series.


look at the mod download page.
Find the section that says something like "Parse mod for manual install"

find the section that tells you to edit subs.php
confirm that the changes were actually made when you installed the mod.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

 
Advertisement: