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

InfoStrides

Quote from: qubbah on June 10, 2010, 03:47:16 PM
is there any code to put latest/random video for tinyportal block?

You can use the code below:

Quoteglobal $sourcedir;
   require_once($sourcedir . '/Aeva-Subs.php');
  //echo '<h2>Random Media</h2>';
  echo aeva_listItems(aeva_getMediaItems(0, 3, 'RAND()'), false, '', 3);

I hope it works for you. Thanks to Afro.

forfun

I am really interesting in this change.
It has to be someone know how to do this.
Please help
Thanks MUCH in advanced

humbleworld

I just uninstalled version 1.1 and installed version 1.2 and everything works perfectly. What a great mod this is. Thanks to all the creators of aeva.


h4ni

Hello
can i install only Auto-Embed Video & Audio without the Media Gallery?

YogiBear

Have a look on Page 1 of this thread and click on Link to Mod where it will give you a choice, along with explanations, of all the different versions of the Aeva mod.

Just because you install the full version doesn't mean you have to use it all though. Simply disable what you don't want in the admin section.
SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

Nao 尚

To all Aeva Media enthusiasts.
rev 255 adds preliminary support for Google Maps.
Please install it (simply overwrite your files with Aeva-Embed.php, Subs-Aeva-Sites.php and update your sitelist), and try to view GMap links.
I've made sure to support both <iframe> and URL links, but I've only made my tests on a single (!) link, which isn't much. I figure it will fail on at least a few versions, so be sure to post the URLs to these!
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

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 尚

Have fun. I know several persons around here have asked for GMap support. So far I was unable to do it because it uses frames and Javascript, not plugins. Today I just figured, "why not simply specify the HTML code itself in the 'movie' variable...?" And it works :P
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.

LHW

#3969
What link did you use?  I tried it out before I left for work, and it didn't do anything for me.

EDIT: This is close enough to the link / iframe codes I tried (I used my street address as a test, which I don't want to post here)...

http://maps.google.com/maps?q=morganton,+nc&oe=utf-8&client=firefox-a&ie=UTF8&hl=en&safe=on&hq=&hnear=Morganton,+Burke,+North+Carolina&t=h&z=12

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=morganton,+nc&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;hl=en&amp;safe=on&amp;hq=&amp;hnear=Morganton,+Burke,+North+Carolina&amp;t=h&amp;z=12&amp;ll=35.745407,-81.684819&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=morganton,+nc&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;hl=en&amp;safe=on&amp;hq=&amp;hnear=Morganton,+Burke,+North+Carolina&amp;t=h&amp;z=12&amp;ll=35.745407,-81.684819&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>


Nao 尚

Oh, bugger, this is a totally different url structure....... :-\
Mine uses only coordinates.

Edit -- please everyone, try posting more links+html as well!
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.

qubbah

Quote from: TheInfostrides.Com on June 10, 2010, 04:14:16 PM
Quote from: qubbah on June 10, 2010, 03:47:16 PM
is there any code to put latest/random video for tinyportal block?

You can use the code below:

Quoteglobal $sourcedir;
   require_once($sourcedir . '/Aeva-Subs.php');
  //echo '<h2>Random Media</h2>';
  echo aeva_listItems(aeva_getMediaItems(0, 3, 'RAND()'), false, '', 3);

I hope it works for you. Thanks to Afro.
i think it cant be run properly...

MedRed

This mod is working for me... but after I installed it, some pictures in [ img ] [ /img ] tags don't show up. I just end up with a blank post/

Does anyone have any ideas?

I'm specifically trying to get this to show up

It worked before I added this mod, but now it doesn't. I just get a blank post. Other png's and images seem to work.

zrorox

Quote from: Tiribulus on June 10, 2010, 11:15:47 PM
So did my edits work?

Heh sorry man ^^; I was off online for a bit. Anyways, it DID work perfectly! ^^ Thanks! Now I know how to do this myself too XD Thanks for the time!!

Tiribulus

Yeah, all I did was copy the menu section out of my file and put it in yours at the same place. NAO makes it easy because he comments all his sections so you can see where they start and end.

Nao 尚

Hmm... I don't comment half as much as it would take for my source code to barely be "vaguely commented" at all...
I especially take a sick pride in not commenting complex obscure lines of code like regex etc. ;)

(I like compliments as much as your everyday self-centered programmer prick, but I can't accept them when they're not deserved :P)
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.

Tiribulus

Quote from: Nao on June 12, 2010, 03:21:42 PM
Hmm... I don't comment half as much as it would take for my source code to barely be "vaguely commented" at all...
I especially take a sick pride in not commenting complex obscure lines of code like regex etc. ;)

(I like compliments as much as your everyday self-centered programmer prick, but I can't accept them when they're not deserved :P)
That's fair enough. You'd know better than I. It just seems whenever I need to something  it's easy to find. (except where the text for the button is found ::) ) Then again most of what I've had to do is in the SMF files.

godboko

Quote from: sk8agrrl on June 09, 2010, 08:05:43 PM
Is there a setting that creates an album automatically when a member joins without admins having to do so manually for each member, or having each member do so themselves?

Quote from: Nao on June 10, 2010, 02:39:24 AM
@sk8> I'm afraid it isn't possible for now. I decided against doing that because I just hate seeing empty album IDs in my database. This can be discussed, though.

Good reasoning Nao, though maybe long term (IE sometime in the distant future) you could have it as an option in the admin, then site admins can decide if they want albums created automatically or not. Then your OCD is in check but sites where everyone having an album automatically created on signup is needed/would be nice has that option as well.
Thank you,
Robert aka godboko

Tiribulus

Quote from: Nao on March 26, 2010, 07:05:46 AM
...Edit Modifications language file...
Alright Bub. This is killin me. I cannot find in either version what file contains this text string. I suspect it may be different between 1 and 2. Not needing this change myself at this time, but sharing your compulsive personality, it's driving me nuts not being able to find it. I know you are busier than ever, but if you do catch a moment can you "pretty please" find it in your abundantly benevolent nature to tell me where it is ???  I promise I will handle it for you every time I'm aware of somebody asking from now on. O:)

dvd123

hay cant make new topic so will ask here for help
any can help me i use smf forum i instal mod Aeva Media i want make creat button Media when click goes here
http://warez33.x10hosting.com/forums/index.php?action=media
i got instaling
Aeva Media 1.2
SMF Version: SMF 1.1.11

Advertisement: