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

derockonroll

Is there away to stop Aeva from embedding mp3s in one subforum? I want it to embed them in all the other subforums on my board but just not in this particular one.

Many thanks!

Soulmaster

strange i'm still having this error Call to a member function getFrameWidth() on a non-object and dunno how to fix this
check out my lightning site

rufen

Quote from: rufen on August 02, 2011, 11:59:18 AM
well, I got the double too, and it's only on some video, not all. and I did uninstall the previous version (which bugged my forum) before installing the new one, which work fine except on rare occasion!

Any answer on this yet?


lttung

Quote from: lttung on August 03, 2011, 12:45:59 AM
Pls help me

Affter i'm Uninstall    Aeva-Media-1.4w and install Aeva-Lite-7.1.708, so many post show code [/noae]

Please help me to clear "[/noae]"

Thanks


Pls help. Thanks

xinxilas

How do i put my Galleries on forum index? Just like an Category?


Kindred

You can not do that without coding it yourself....
The mod is designed to be a gallery, not to sit in the forum index lime boards.
Сл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."

xinxilas


I just thought it would be nice if in some moment i want to highlight an gallery on forum index to users..

An option for Mods or Admin on Gallery options..

But Thank you very much for your attention

Kindred

you could use a redirect board (in 2.0) and point it to the gallery
Сл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."

Gargoyle

What about using the news function then placing the bbc code into the news?? Just a thought..

xinxilas

Quote from: Kindred on August 11, 2011, 02:33:12 PM
you could use a redirect board (in 2.0) and point it to the gallery

yes.. this will be my way to solve it..

tkz again

briggz5d

The Aeva Media  works on the link action?=media just like every other links like action=unread, ?action=search
I use Simple portal to put banner adverts on action pages how ever Aeva media didn't show up among the action lists in simple portal.

so how do i make action=media show up in simple portals action menu links - i don't want to add any other ad management mod.
also the last time i uninstalled Aeva media 1.4 - the database and files still remained.. how do i do a clean Uninstall along with all posted data in the gallarey?

live627

Quotei don't want to add any other ad management mod.
You don't need to.

Quoteso how do i make action=media show up in simple portals action menu links
You don't. Instead, you would manually type the action in under the advanced box if memory serves right.

briggz5d

Sir please explain a little further - type the action where? What advanced Box?
Do you mean the "custom box" inside simple portal?
Let me try that and let you know

EDIT
Yes it worked like magic - thanks so much.. - I added "~action|media " to the custom field of simple portal. It would have been a total waste using media without ad revenue coming from it.
I also appreciate the fact that a new footer wasn't introduced to the overall forum - rather it shows only on media pages.

One more help:
A user uploaded a large image - it breaks out of the forum width- I reduced te maximum pixel from the default 1024 to 400 - the image is still not adjusted. The over- sized image is currently set as the users media profile avatar ... Still adjusting sizes to see wat works


lttung

Hello, pls help me to show random image from Aeva to Board index, same link: http://baask.com/diwwan/index.php?action=forum

or same photo






Thank you


xinxilas

i cant set my albums from /index.php?action=media to be seen by guests to,

my albums Privacy is Read for all membership types.. but guest cant see it

EDIT:
I did it now... there was an Aeva section on general SMF permissions, tkz

[unplugged]

@lttung

I use this code in my BoardIndex.template.php for random images shown in the info center.
global $sourcedir;

loadLanguage('Aeva');

if (file_exists($sourcedir . '/Aeva-Subs.php'))
require_once($sourcedir . '/Aeva-Subs.php');

// Usage:  array aeva_getMediaItems(int start, int limit, string sort, bool all_albums, array albums, string custom)
echo aeva_listItems(aeva_getMediaItems(0, 5, 'RAND()', true, array(), 'a.id_album NOT IN (1,2,3)'), false, '', 0);


The a.id_album NOT IN (1,2,3) allows you to "skip" albums you do not want to show images from where 1,2,3, etc would be the album IDs.

Hope this helps.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



lttung

Quote from: SunKing on August 16, 2011, 12:05:15 AM
@lttung

I use this code in my BoardIndex.template.php for random images shown in the info center.
global $sourcedir;

loadLanguage('Aeva');

if (file_exists($sourcedir . '/Aeva-Subs.php'))
require_once($sourcedir . '/Aeva-Subs.php');

// Usage:  array aeva_getMediaItems(int start, int limit, string sort, bool all_albums, array albums, string custom)
echo aeva_listItems(aeva_getMediaItems(0, 5, 'RAND()', true, array(), 'a.id_album NOT IN (1,2,3)'), false, '', 0);


The a.id_album NOT IN (1,2,3) allows you to "skip" albums you do not want to show images from where 1,2,3, etc would be the album IDs.

Hope this helps.


YES, work with me, thanks. I don't know PHP and copy and paste, very lucky, pls view: http://dothixala.net/index.php

Now i want a title in bar (same Recent post, Online today...) - example title: Random Photo
Because now don't have any title for that

[unplugged]

Just above that, add:
echo '
<h4 class="titlebg"><span class="left"></span>
<span>Ngẫu nhiên ảnh</span>
</h4>';
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



Advertisement: