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

RustyBarnacle

Quote from: joec88 on December 28, 2010, 02:11:08 AM
I'm not sure then. I use it in a portal block like this and it works.

global $sourcedir;
     loadLanguage('Aeva');
     require_once($sourcedir . '/Aeva-Subs.php');
     echo aeva_listItems(aeva_getMediaItems(0, 16, 'RAND()', true, array(10)), true, 'center', 0);


That worked great!

improv

For some reason the submitted videos are pushing images of my theme out of their line.

lazym4n2010

Quote from: lazym4n2010 on December 28, 2010, 02:13:08 PM
Videos on my forum would load up fine but now have stopped showing in the threads just the link shows, But when I'm posting I can see the video in the preview and play it as well?? can anyone help me?
I'm not sure what's been changed in the files from other mods
I'm using smf 1.1.12

anyone help me with this? or is there a support thread for aeva lite 7??

Kindred

either you ahve reached the limit of embeds per page or you have another mod which conflicts with the embed in display.template.php (glossary mod maybe?)
Сл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."

lazym4n2010

I don't think I have reached the limit there is only 1 per page
I installed smf gallery which I think may have conflicted with it? but I uninstalled it
I'm not sure what is wrong here is my displaytemplate.php
btw I'm using a custom theme not default

Kindred

ah...
yes, the gallery may have conflicted and you might not have a fully clean uninstall...

however, the more likely suspect is the custom theme.
in the 1.1.x series of SMF, you have to MANUALLY apply mod changes to the template files of any custom theme.
What I suspect is that your custom theme has a custom copy of Display.template.php (which handles the display of threads) but not of Post.template.php (which handles the post process and preview)
So, changes to the default theme affect Post....   but were never applied to your custom theme's display file.

to verify:
switch to the default theme...   is the embed working there?
look in your custom theme directory, is there a copy of Display.template.php?
if so, then manually apply the mod changes to that file.
Сл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."

lazym4n2010

Ah think you've hit the nail on the head!
the videos are showing up when switched back to default smf theme ,
however I'm using blackrainv2 custom theme which I dont think has displaytemplate.php, files included are index.template.php sitemaptemplate.php and style.css I'm not sure what to change

Kindred

might be something in index.template.php   look at the manual install instruction for 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."

lazym4n2010

I've tried but the mod consists of 3 separate parts wheras I only want to use 1 of them.
When parsed the manual instructions shown are only for installing the entire mod ..I need individual changes made to index.template.php for aeva lite ..

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

lazym4n2010

that's what i did, I only have aeva lite installed but there are no manual instructions for it

Kindred

of course there are...    click the radio button next to aeva lite and then click parse.

I do note that there are no theme changes at all for template files... all of the changes are to Sources files.

So, if the default theme is working and your custom theme is not, then there must be some problem with the custom theme itself...
Сл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."


b4pjoe

Quote from: psixanwmalos on December 24, 2010, 01:43:04 AM
hey mate. just did as you told me to. All Aeva Tables we utf8_general_ci and i changed them all to utf8_unicode_ci

Gallery's is fully working just like before, except when you click to an item.
Same Error Message as before.
-------------------------------------------------------------
Link:
http://mixingtips.org/forum/index.php?action=media;sa=item;in=1

Message:
Database Error

Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation 'ifnull'
File: /home/rakos/public_html/forum/Sources/Aeva-Subs.php
Line: 3676


----------------------------------------------------------
Any ideas? :)

Quote from: psixanwmalos on December 31, 2010, 01:51:25 AM
any help for me? :)

I don't see the above error when clicking the link. I suppose you are seeing it in your error log. What is the code you are placing in the Simple Portal block?

Also I've never seen that error if all of the tables and fields have been changed to the proper collation. Are you 100% sure you changed everything in your database?

PLAYBOY

can anybody tell me where is the code for the "tabs on moderation page" in aeva files?
i am looking for especially the background image codes (ex: maintab.gif) for those tabs.

1.1.12

jelence


Hi!

In 'Poster information' in Media pictures gallery there are 'Total Items' and 'Total Comments'.
How to change code to make them link to table with total items and total comments for that user?
I am using SMF2 RC3.

Thanks!

PLAYBOY

Quote from: PLAYBOY on January 02, 2011, 01:13:51 PM
can anybody tell me where is the code for the "tabs on moderation page" in aeva files?
i am looking for especially the background image codes (ex: maintab.gif) for those tabs.

1.1.12

After working on it for days with no help!... I have found that there isnt any "maintab" word in anywhere except the index.template.php as a main home tab section.
So i still havent found the source or my tab problem.

It gives me broken picture link for the background of the moderation tabs on top of the moderation page.

Please somebody help me about this.

kkattfish

about 2 months ago all of a sudden my "recent images" weren't showing properly in my portal homepage
for some reason, aeva is chaning the link when added i guess.
can anybody tell me why this is happening or how to fix?
the image link should be http://www.alloffroadaz.com/index.php?action=media;sa=item;in=313   but aeva thinks its http://www.alloffroadaz.com/index.php?action=media;sa=item;id=313

i am using aeva 1.4c and smf. 2.0 rc4

kkattfish

Quote from: Spuds on January 07, 2011, 12:08:28 AM
Please post the code you are using for the portal block so we can take a look
not sure what exactly this means or what exactly i need to post.  please let me know

kkattfish


Advertisement: