Advertisement:

Author Topic: General support topic for Aeva Media (Latest release: July 28, 2010)  (Read 1554161 times)

Offline JMantis

  • Semi-Newbie
  • *
  • Posts: 31
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6340 on: April 22, 2012, 07:27:28 PM »
Have you made sure the previouis mod was completely uninstalled?

Yes, I first uninstalled the Youtube bb code mod through the packages list, then selected to be removed and even made sure it was not in the actual directory anymore.

However I'm afraid this previous mod might have left some code behind that's causing the videos to be embedded twice. I tested this because if I use the new shortened Youtube url, it works correctly.

I've already had a look at the post.php and Sub-Post.php files but I'm pretty much a coding newbie so I have no idea where to look or how to fix it.

Offline MESWEB

  • Jr. Member
  • **
  • Posts: 102
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6341 on: April 22, 2012, 07:37:10 PM »
How to disable logo "YouTube" - Watch on Youtube?

AFAIK this is not a Aeva setting more from the Youtube end.

I mean the php code. Unless you add this code param value = autohide or some other code to link.
Quote
How to Remove YouTube’s Logo from Embedded Videos & Players

So, although this is not a default option within the embed code box on YouTube videos, this can be done quite simply by adding the following to the end of a YouTube embed URL:

?modestbranding=1

So for example, the standard iFrame embed code you would get for a video like the one above would be:

<iframe width="560" height="349" src="http://www.youtube.com/embed/VIDEOID" frameborder="0" allowfullscreen></iframe>

In this case, you merely need to add “?modestbranding=1″ to the end of the src= tag like so:

... src="http://www.youtube.com/embed/VIDEOID?modestbranding=1" ...

You would do the same, adding “?modestbranding=1” to each instance of the YouTube player URL for the old embed code -> like this:

<object width="560" height="349">
<param name="movie" value="http://www.youtube.com/v/VIDEOID?modestbranding=1&amp;version=3&amp;hl=en_US"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/VIDEOID?modestbranding=1&amp;version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="560" height="349" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>

Issues, Tips & WorkArounds:

This only works if you use it as the first parameter after the video id.  IE – it can not be added after any other parameters or it will break and the logo will reappear when the video starts.  To illustrate what I mean, you can NOT do something like this:

... src="http://www.youtube.com/embed/VIDEOID?hd=1&amp;modestbranding=1" ...

The modestbranding parameter needs to come first.

Additionally, this will not work with a few of the other embed player parameters like “showinfo” which can be used to set whether or not the title shows at the top of the video (0= no title).  For whatever reason, if you continue to use “showinfo=0“, the “modestbranding” parameter will not function as it’s supposed to and the logo will reappear when you press play.

As a work around to this, I discovered a new parameter that they dont publicize => “title=“.  So, if you would like to remove the logo AND you want to remove the title from the player, you need to structure the embed src player string as follows, leaving “title=” blank:

... src="http://www.youtube.com/embed/VIDEOID?modestbranding=1&amp;title=" ...

As just a fun little note on this – I found out that you can actually change that title to be whatever you want.See this example.

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6342 on: April 22, 2012, 08:53:42 PM »
I know its not supported but can anyone tell me why I get these errors all across the top of my forum when I enable it?

SMF 2.0.2

Quote
Aeva Media extra strings $txt['aeva_gallery'] = isset($txt['aeva_gallery']) ? $txt['aeva_gallery'] : 'Media'; $txt['aeva_home'] = 'Home'; $txt['aeva_unseen'] = 'Unseen'; $txt['aeva_profile_sum'] = 'Summary'; $txt['aeva_view_items'] = 'View items'; $txt['aeva_view_coms'] = 'View comments'; $txt['aeva_view_votes'] = 'View votes'; $txt['aeva_gotolink'] = 'Details'; $txt['aeva_zoom'] = 'Zoom'; $txt['permissiongroup_aeva'] = 'Aeva Media'; $txt['permissiongroup_simple_aeva'] = 'Aeva Media'; $txt['permissionname_aeva_access'] = 'Access Gallery'; $txt['permissionname_aeva_moderate'] = 'Moderate Gallery'; $txt['permissionname_aeva_manage'] = 'Administrate Gallery'; $txt['permissionname_aeva_access_unseen'] = 'Access unseen area'; $txt['permissionname_aeva_search'] = 'Search in Gallery'; $txt['permissionname_aeva_add_user_album'] = 'Add Albums'; $txt['permissionname_aeva_add_playlists'] = 'Add User Playlists'; $txt['permissionname_aeva_auto_approve_albums'] = 'Auto-approve Albums'; $txt['permissionname_aeva_moderate_own_albums'] = 'Moderate own Albums'; $txt['permissionname_aeva_viewprofile'] = 'View anyone\'s Gallery profile'; $txt['cannot_aeva_viewprofile'] = 'You cannot view Gallery profiles'; // End Aeva Media strings


Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6343 on: April 22, 2012, 09:16:23 PM »
Anyone doing any paid support for this mod?

Offline Old Fossil

  • Support Specialist
  • SMF Hero
  • *
  • Posts: 9,462
  • Gender: Male
  • Fussy Old Sod
    • @mkcommforum on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6344 on: April 22, 2012, 09:26:39 PM »
You use English Bobn. Am I correct?
My Forum
Simple Portal Beta Tester
 Mod Emulate
Forum Themes
My Forums Broken Fix

PMs for support will be returned with dynamite attached

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,264
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6345 on: April 22, 2012, 11:40:40 PM »
Bobn, you need to relax an be somewhat patient.

Those errors are because your modifications.english.php, language file has the ?> in the wrong spot. It mst be at the END of he file, and nowhere else.

Try using search? This same question has been answered in lost every mod support thread
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Inter

  • Jr. Member
  • **
  • Posts: 238
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6346 on: April 23, 2012, 03:55:04 AM »
I send a message that there are words and bbkod and the function aeva_outposting returns an error on empty response

in Post.php:
Code: [Select]
if (!empty($_POST['message']))
{
global $sourcedir;
@include_once($sourcedir . '/Aeva-Embed.php');
if (function_exists('aeva_onposting'))
$_POST['message'] = aeva_onposting($_POST['message']);
}
Sorry my English  ;)

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6347 on: April 25, 2012, 08:54:44 AM »
Anyone had success with SMF 2.0.2 and the Gallery? I have it going but its not fully working. I would love to know if anybody has it going on 2.0.2 and how they made that happen  :-*

Thanks in advance

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,264
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6348 on: April 25, 2012, 09:43:45 AM »
I have 2.10 installed cleanly on 2.0.2 (40konline.com)

In order to do it, I had to install 2.04, uninstall and then install 2.10 (database changes were not fully correct in the 2.10 install instructions)

there are others who are using 1.7 on 2.0.2 as well
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6349 on: April 25, 2012, 09:57:39 AM »
I have 2.10 installed cleanly on 2.0.2 (40konline.com)

In order to do it, I had to install 2.04, uninstall and then install 2.10 (database changes were not fully correct in the 2.10 install instructions)

there are others who are using 1.7 on 2.0.2 as well

Where can I find the correct version sir?

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,264
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6350 on: April 25, 2012, 10:10:22 AM »
if I recall correctly, 2.10 was a paid version made available by Nao on his website.

but the version for download on the mod site should still work correctly.
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline nfh

  • Semi-Newbie
  • *
  • Posts: 18
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6351 on: April 25, 2012, 12:37:31 PM »
I don't think this supports replacing with iframes. If it does, please let me know. I need to fix the vimeo regex to replace with their newer "iframe" approach. Thanks.

I was also trying to change the way this mod deals with vimeo links. I did some modifications on both Aeva-sites.php and Subs-aeva-sites.php in order to use the new iframe fashion for embedding vimeo videos.
All you have to do is to replace the vimeo entry on the $sites array with this new code:

Code: [Select]
array(
'id' => 'vimeo',
'plugin' => 'html',
'pattern' => 'http://(?:www\.|player\.)?vimeo\.com/(?:video/)?(\d{1,12})',
'movie' => '<iframe src="http://player.vimeo.com/video/$2?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="{int:width}" height="{int:height}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>',
'size' => array(640, 360),
'fix-html-pattern' => '<iframe src="http://player.vimeo.com/video/(\d{1,12})[^<>]*?>.*?title=0&amp;byline=0&amp;portrait=0" width="{int:width}" height="{int:height}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>',
'fix-html-url' => 'http://player.vimeo.com/$1',
'lookup-title' => true,
'lookup-title-skip' => true,
),

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6352 on: April 25, 2012, 01:16:21 PM »
I have 2.10 installed cleanly on 2.0.2 (40konline.com)

In order to do it, I had to install 2.04, uninstall and then install 2.10 (database changes were not fully correct in the 2.10 install instructions)

there are others who are using 1.7 on 2.0.2 as well

Hi, tried this and even dropped all the old AEVA tables in the DB thinking it may have been conflicting but still get the same gobeldygook.. Anyone offering paid support?

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,264
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6353 on: April 25, 2012, 02:37:04 PM »
ok, your report is lacking details.

gobbledygook is not a valid technical report....
is not working is not a valid technical report...

please indicate the EXACT problem IN DETAIL which you are having? Screen shots are good, if it is something visual.

(dropping the tables will probably require you to do the 2.04 > 2.10 route again)
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6354 on: April 25, 2012, 05:06:47 PM »
Got it working with the help of another forumite!  Now,, anyway to import pics from another installation /mgal_data/albums ?

Thanks in advance

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,264
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6355 on: April 25, 2012, 05:09:50 PM »
not easily (read: not without knowing SQL)
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6356 on: April 25, 2012, 08:31:02 PM »
I keep getting this error when creating albums, I checked the folders permissions and they are correct.

"This album's directory couldn't be properly created, please make sure mgal_data/ and mgal_data/albums/ are chmodded to 0777 or 0755."

Offline MrPhil

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 6,632
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6357 on: April 25, 2012, 11:49:46 PM »
Well, what is "correct"? For SMF to write to a directory (folder), the correct permissions will depend on how your server is set up. They might be 755, 775, 777, or even something else.
Please do not PM me with support questions, unless I ask you to. Unsolicited PMs for support will be ignored. It's best to have questions and answers in public, so others can research a problem and learn about it without having to ask the question yet again. Thank you!
FAQs | SMF 1.1 fixes | Project ideas
-= From the ashes shall rise a sooty tern =-

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6358 on: April 26, 2012, 07:33:22 AM »
Well, what is "correct"? For SMF to write to a directory (folder), the correct permissions will depend on how your server is set up. They might be 755, 775, 777, or even something else.

I can change those permissions through FTP

Offline MrPhil

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 6,632
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6359 on: April 26, 2012, 12:21:07 PM »
Note that many hosts have their servers configured to silently ignore permission changes through FTP. Double check that you actually are changing permissions. If not, use your host's control panel > file manager to change them.

Always start with 755. If SMF/Aeva tells you it can't write to the folder, try 775. As a last resort, 777 (and see if you can change back to 755 when you're done uploading). If none of that works, you'll have to ask your host for suggestions.
Please do not PM me with support questions, unless I ask you to. Unsolicited PMs for support will be ignored. It's best to have questions and answers in public, so others can research a problem and learn about it without having to ask the question yet again. Thank you!
FAQs | SMF 1.1 fixes | Project ideas
-= From the ashes shall rise a sooty tern =-