News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

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

kevin5fan


Kindred

Сл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."


maritimesbob

Presently running SMF 1.1.11 with Aeva Media. Is it easy to upgrade the SMF version to 2 without causing too many problems with the Avea installation I have running? Thank you.

Arantor

Upgrading to 2.0 will remove all your mods - though it should preserve all the data, so you should be able to reinstall Aeva afterwards.
Holder of controversial views, all of which my own.


petesky


Nao 尚

@Kindred, actually that would be, do you have Javascript & Flash turned on?

@petesky> Where's the to-do-list when you need it eh? I agree but I wouldn't know where to put the option anyway...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

InfoStrides

I installed RedirectPage mod and it affect my player in Aeva Mods. Any solution to this?

Sabre™

It would be best to get the author of the redirect mod to find a fix for your issue.
Or you could remove that mod and install [THIS] one. It works fine with Aeva Media
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


winky100

#3729
When installing aeva....

Aeva has no problem creating Package/temp and its children directories
However when Aeva tries to create a directory under Themes or Sources it fails
Permissions are set 777 on both of those folders.  Instead of creating a directory
a file of that name is created.

What could the problem be?

CREATE DIR /srv/www/htdocs/forum2/Packages/temp/mgal_data/album_icons/
CREATE DIR /srv/www/htdocs/forum2/Packages/temp/mgal_data/ftp/
CREATE DIR /srv/www/htdocs/forum2/Packages/temp/mgal_data/generic_images/
CREATE DIR /srv/www/htdocs/forum2/Packages/temp/mgal_data/tmp/
CREATE DIR /srv/www/htdocs/forum2/Sources/Aeva-getid3
Failed /srv/www/htdocs/forum2/Sources/Aeva-getid3
CREATE DIR /srv/www/htdocs/forum2/Sources/Aeva-getid3
Failed /srv/www/htdocs/forum2/Sources/Aeva-getid3

Nao 尚

Ahem...
What is unclear for you about this site having a dedicated board for Aeva Media? ???
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

mirahalo


NyghtcrawleR

I have a problem with adding the media button to my website. It shows fine in the default view, but in my theme it makes the layout go all crazy.

I can make new buttons that simply link to areas just fine, but something in the code for the button here makes the layout get all messed up. I can work my way around some code, but not sure what do do about the layout issue.

Any insight would be nice.

This is a snippet of how my buttons are laid out in the theme in the code:
// The [calendar]!
if ($context['allow_calendar'])
echo ($current_action == 'calendar' || $context['browser']['is_ie4']) ? '' : '' , '
<div class="maintab_' , $current_action == 'calendar' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a>
</div>' , $current_action == 'calendar' ? '<div class="seperator"><!--no content--></div>' : '<div class="seperator"><!--no content--></div>';

// the [member] list button
if ($context['allow_memberlist'])
echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '' : '' , '
<div class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
</div>' , $current_action == 'mlist' ? '<div class="seperator"><!--no content--></div>' : '<div class="seperator"><!--no content--></div>';


This is the aeva code that makes the layout messed up currently:
// Aeva Media
// Recalculate number of unseen items
global $user_info;

if (!empty($user_info['aeva_unseen']) && $user_info['aeva_unseen'] == -1)
{
global $sourcedir;
require_once($sourcedir . '/Aeva-Subs.php');
aeva_loadSettings();
}

$aeva_unseen = !allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info['aeva_unseen'] == -1 ? 0 : $user_info['aeva_unseen'];

if (allowedTo('aeva_access'))
echo ($current_action == 'media' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '', '
<td valign="top" class="maintab_', $current_action == 'media' ? 'active_back' : 'back', '">
<a href="', $scripturl, '?action=media">', isset($txt['aeva_gallery']) ? $txt['aeva_gallery'] : 'Media', $aeva_unseen ? '</a> <a href="' . $scripturl . '?action=media;sa=unseen">[<b>' . $aeva_unseen . '</b>]' : '', '</a>
</td>', $current_action == 'media' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


Screenshot of what happens:

Nao 尚

For enthusiasts:

rev 245
! Menu entry for AeMe didn't specify the is_last flag for its last item. (install-2.0.xml)
+ Added 'Mark all as read' function to Album pages. This will mark all pages as read in that album. (Aeva-Gallery.php, template, language)
+ Added 'Mark page as read' function to Unseen area. This will mark that page's items as read, and will skip to the next. (Aeva-Gallery2.php, template, language)
- Completely disabled Highslide preloading of images, as it would corrupt the unseen state of items adjacent to viewed ones. (highslide-2.js)
! Viewed embeds wouldn't update the unseen counter. (Aeva-Subs.php)


Please test!

Also, the Watermark.light mod has added support for Aeva Media (with authorization). Since I'm probably never going to implement per-user/per-album watermarking because of lack of time, this will be helpful to some of you. I'll try to add support directly inside AeMe.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Yağız...

Hi Nao, one of the Turkish users getting this error on Who's Online page:
"Wrong value type sent to the database. Array of integers expected. (item)"
Do you have any ideas?

Nao 尚

No... I have this from time to time, too, like once every two months.
This indeed only happens when going to Who's when someone's on the gallery, but they have to be on a particular page, and I never got to find it.
Dragooon wrote that section of the code. Blame him ;D
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Yağız...

* Yağız... blames Dragooon :P

I'll see if this will get fixed. If it doesn't I'll come here again to reblame him :P

drfun

A big thanks to all the developers of this great mod, its really nice.
However, i wish to ask if its possible that the My album, the playlist and even My video's can
be display on a user colum, under he/her picture in the forum when ever he makes a post or starts a discusion.
just like that on face book for easy navigation to that user album and video's uploaded.

Any help will be appreciated.
ECLIKS - Metaverse & AI Tech Blog

Pieti

Hi all!

Is it possible to hide the STOP Button in the Video player?

Nice greetings
I use 1.1.11
+Custom Profile Field Mod  +[HTML] Permission Mod   +Custom Action Mod +Contact Page +Ad Managment  
+RSS Feed Icon +Favicon +Pretty URLs +Global Headers Footers
+Spam Me Not Mod +Delete Spam Posts +Stop Spammer +Akismet Spam Blocking

Özgür

Quote from: Yağız... on May 21, 2010, 01:23:38 PM
Hi Nao, one of the Turkish users getting this error on Who's Online page:
"Wrong value type sent to the database. Array of integers expected. (item)"
Do you have any ideas?

Hmm. Error log ? I have this one very long time ago. I don't have sites anymore and i can't remember it. This user using smf project mod ?
So Long

 
Advertisement: