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

Nao 尚

You forgot to escape several dots in the pattern string.
Other than that -- that's a strange movie string. Are you sure the entire URL doesn't change depending on the video, rather than simply the asset part?
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.

gamerzworld

Quote from: Nao on January 22, 2010, 07:36:31 PM
You forgot to escape several dots in the pattern string.
Other than that -- that's a strange movie string. Are you sure the entire URL doesn't change depending on the video, rather than simply the asset part?
By escaping the dots you do mean putting a \ before each dot, right? Because I still get the same results.  :-\
$sites[] = array(
   'id' => 'socialclubtv',
   'title' => 'Social Club TV',
   'website' => 'https://tv.rockstargames.com/',
   'type' => 'custom',
   'added' => '5.2',
   //https://tv.rockstargames.com/videos/view/id/DA37725895BB429B
   'pattern' => 'https://(?:www\.)?tv\.rockstargames\.com/videos/view/id/(\w+)',
   'movie' => 'https://rsgames.hs.llnwd.net/o10/ZTM1MTNmMmVjYjRhNWViNWQ3ZmZhOGUyMDI2OGJlYzY=/swf/EmbedVideoPlayer_wide.swf?asset_key=$2&baseUrl=https://tv.rockstargames.com/',
   'size' => array(480, 300),
   'ui-height' => 20,
   'fix-html-pattern' => '<object [^>]*><param name="movie" value="$1">.*?</object>',
);


And yeah, only the asset_key needs to be changed.

EDIT: The problem seems to be that aeva doesn't like the https in pattern.

Kindred

mods only install in English usually. Aeva installs in a few others, but if your language is not there, then you have to manually add the language strings.
Сл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."

DilSe

hello to all

i install  Aeva Media gallery . but don't show board index . what i can do if i need gallery show board index before  General Category 

THE BRA1N

Quote from: Nao on January 21, 2010, 04:08:08 AM
@The Brain> No, this still isn't addressed. It's high up in my to-do-list so it'll be dealt with soon enough, hopefully this month. It'll be better than in SMG, because checking 'Members' will actually check all used primary membergroups (as well as members without a group.) That should fix the problem with global moderators, which I *think* happened in SMG.

Thats wonderful news to read!


Nao 尚

@the brain> In case you didn't notice, the feature was added to Beta 3, released 2 days ago...

@hanzalah> no comprendo your question.

@gamerzworld> you mean if you replace https with http, it works? (You have to admit, though, using https for a video embed is quite weird and anti-intuitive...)
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.

Nao 尚

@sphughes> Is this with Beta 3? If yes, edit Aeva-Subs.php to replace the aeva_loadLanguage() function with:

function aeva_loadLanguage($str)
{
global $txt;

if (!isset($txt[$str]) && (!($tst = loadLanguage('Aeva')) || !isset($txt[$str])))
{
loadLanguage('Aeva', 'english');
if ($tst)
loadLanguage('Aeva');
}
}


Tell me if it works. (This was tested successfully by dannbass BTW, who had similar problems I think.)
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.

MultiformeIngegno

I'm getting thousands of these errors in log, what could it be?


http://forum.rockciclopedia.com/index.php?topic=number
8: Undefined index: aeva_comments
File: /forum/Sources/Load.php
Line: 1228

http://forum.rockciclopedia.com/index.php?topic=number
8: Undefined index: aeva_items
File: /forum/Sources/Load.php
Line: 1227


:)
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

Nao 尚

<sigh>

You're getting a conflict with another mod... -_-
How many do you have?
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.

DilSe

Quote from: Nao on January 23, 2010, 04:17:44 AM

@hanzalah> no comprendo your question.


hm ok sir i attach 2 pic i install this mod same like pic No1 you can see this come just button same like "Media(40)" this is just button . pics or album don't show board index same like Pic NO 2. .. please help from where make setting . thanks

MultiformeIngegno

Quote from: Nao on January 23, 2010, 05:55:06 AM
How many do you have?
Images On Board
SimplePortal
Aeva Media
Highslide Image Viewer
Sitemap


At lines 1227/28 I see this:
// Aeva Media changes
'aeva' => array(
'total_items' => $profile['aeva_items'],
'total_comments' => $profile['aeva_comments'],
),
// End Aeva Media changes
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

Nao 尚

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.

Nao 尚

Quote from: Hanzalah on January 23, 2010, 06:35:20 AM
hm ok sir i attach 2 pic i install this mod same like pic No1 you can see this come just button same like "Media(40)" this is just button . pics or album don't show board index same like Pic NO 2. .. please help from where make setting . thanks
This is not a bug, this is a feature request... What you want is to have thumbnails in the homepage of your FORUM, not the homepage of the gallery.
You'll have to use the usual aeva_listItems() and aeva_getMediaItems() functions for that. There are dozens of examples lying around at smf-media.com and here.
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.

archi

#1553
I'm using Aeva Media 1.0 Beta 3 with SMF 1.1.11

If I insert an image as a thumbnail of a video...it doesn't work: thumbnail is not generated....


In the error log of the forum I see this:

Quotehttp://xxxx/community/index.php?action=media;sa=post;in=446

2: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Invalid filename
File: /xxxx/community/Sources/Aeva-Subs-Vital.php

I've checked: the file Sources/Aeva-Subs-Vital.php exists.

MultiformeIngegno

RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

saks

QuoteRe message body empty: have you tried adding some fake text before or after the link?
Yes, I added the text and before and after the link, but result bad. How is it possible to eliminate this bug?
The usual text and links to of other not ambedded  sites are inserted without problems.

h78509


Nao 尚

The invalid filename is for your file being transferred.
It's probably your server preventing correct handling of the file. File too large, or incorrect file permissions, etc.
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.

Nao 尚

@saks> Your problem is not logical, as there is code in the install script specifically for fixing that. Either you installed manually and forgot something, or another mod is conflicting. Please post your Post.php file.
Edit-- I just tested on my SMF1 test forum, and the installation goes fine. Then I posted your link (which I had to copy letter by letter :P), and it posted fine without putting anything around the URL.

@Lorenzo... Have you been installing the mod manually or what? (Same song.)
Your aeva_* data is declared after the THIRD mem.date_registered occurrence, rather than the FIRST one. I see no explanation for this. The mod installer will do the search & replace with a pretty barebones preg_replace, meaning it acts according to PCRE rules, and that means the first match is replaced (and only the first one, as there's a limit parameter in place.)
Edit-- I tested this, too, in my SMF2 test site. Works fine.
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.

MultiformeIngegno

Quote from: Nao on January 23, 2010, 12:23:29 PM
@Lorenzo... Have you been installing the mod manually or what? (Same song.)
Your aeva_* data is declared after the THIRD mem.date_registered occurrence, rather than the FIRST one. I see no explanation for this. The mod installer will do the search & replace with a pretty barebones preg_replace, meaning it acts according to PCRE rules, and that means the first match is replaced (and only the first one, as there's a limit parameter in place.)
So I need to remove.. what?

EDIT: Another question. How can I have 3 (for example) images from the gallery "aligned"? One near the other and not in another row? I've tried with (the ids are for example):

[smg id=1,2,3 type=album]
But SMF displays an entire album, then I've tried with:

[smg id=1] [smg id=2] [smg id=3]
But they're displayed in different rows...
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

Advertisement: