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

PLAYBOY


NoFeaR / NFSMW


HunterP

Quote from: Nao 尚 on October 22, 2009, 05:34:12 AMa later version of Aeva 6.9 requires the uninstall/reinstall process to be made. Although it is not mandatory, it applies Karl's fix for "empty body" errors which happens when posting a link and nothing else in a message.

I'm using AEVA Lite 7.1.708 and am still experiencing the empty body problem. Any suggestions?

DaRKeN_58

Hi, I need help with an effect in embedding video.

I'm trying to implement this effect:

http://www.elwebmaster.com/articulos/usa-jquery-para-apagar-las-luces-al-ver-un-video

I tried it on a block of SimplePortal and it has worked, but I find no way for me to work on the part that shows the embedded video.

He achieved this by now: http://www.darken.es/index.php?action=media;sa=item;in=145

As you can see, the effect works but not as it should.

I put the code like this -->



Aeva.template.php:
--------------------------------------------------------------------------------------------
   echo '
<script type="text/javascript" src="apagarluces.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
            $("#shadow").css("height", $(document).height()).hide();
            $(".lightSwitcher").click(function(){
                $("#shadow").toggle();
                if ($("#shadow").is(":hidden"))
                    $(this).html("Turn off the lights").removeClass("turnedOff");
                 else
                    $(this).html("Turn on the lights").addClass("turnedOff");
            });
           
        });
    </script>
    <div id="command"><img src="click_here.png" alt="" id="clickHere" /><a class="lightSwitcher" href="#">Turn off the lights</a></div>

   <div id="itembox">', $item['embed_object'], $item['is_resized'] ? '
   <div style="padding-top: 6px">' . $txt['aeva_resized'] . '</div>' : '', '
      </div>', !empty($item['description']) ? '
      <div class="mg_item_desc" style="margin: auto; text-align: ' . ($desc_len > 200 ? 'justify' : 'center') . '; width: ' . ($desc_len > 800 ? '90%' : max($item['preview_width'], 400) . 'px') . '">' . $item['description'] . '</div>
      <br />' : '', $context['is_smf2'] ? '
--------------------------------------------------------------------------------------------




Style.css of my Theme:

/* Apagar luces!*/
#movie {border:solid 0px #000000; float:left; width:560px; text-align:left; margin-right:20px;}
#command { position:relative; height:25px; display:block; margin: 25px 0 0 0;}
        .lightSwitcher {position:absolute; z-index:101; background-image:url(/light_bulb_off.png);
                        background-repeat:no-repeat; background-position:left; padding: 0 0 0 20px; outline:none; text-decoration:none;}
        .lightSwitcher:hover {text-decoration:underline;}
#shadow {background-image:url(/shade1x1.png); position:absolute; left:0; top:0; width:100%; z-index:100;}
        .turnedOff {color:#ffff00; background-image:url(/light_bulb.png);}
#clickHere {position:absolute; top: -25px; left:130px;

}




Aeva.Sites.php:
--------------------------------------------------------------------------------------------
array(
      'id' => 'mgv',
      'pattern' => 'http://(?:www\.)?megavideo\.com/(?:\?[^"]*?v=|v/)([0-9a-z]{8})',
      'movie' => 'http://www.megavideo.com/v/$2.0.0',
      'size' => array(992, 558),
      'html-before' => '<div id="movie">',
      'html-after' => '</div><div id="shadow"></div>',

      'fix-html-pattern' => '<object [^>]*><param name="movie" value="$1">.*?</object>',
      'lookup-url' => 'http://(?:www\.)?megavideo\.com/(?:\?[^"]*?d=|d/)([0-9a-z]{8})',
      'lookup-pattern' => 'name="movie" value="(http://www\.megavideo\.com/v/\w+)">',
      'lookup-final-url' => '$1',
      'lookup-title' => false,
   ),
--------------------------------------------------------------------------------------------










I think it would be a good modification to the embedding of videos. If someone could help me, I will be eternally grateful. Thank you very much.

P. S. I left without marking the first and last code to highlight what I have added in bold.
... :-X Dime de que presumes y te diré de que careces ;)...

DaRKeN_58

... :-X Dime de que presumes y te diré de que careces ;)...

inflatablemouse

Hi,

I need to change the color of the tabs and some other links. In my current theme (Inferno) links are shown in #980000 to suit the overall theme. But I think Avea picks this up and shows its own tabs (Home, Admin, unseen, etc) in that color too.

I want to change the font color in Avea only so I started fiddling with am.css file in various places by adding color: #000000 to a block but nothing I do makes a difference.

How can I change the text of the menutabs in Avea?

Thanks.

Eudemon

no matter how many times i've watched or my members've watched an embed video, the view count is always 0 (Views: 0)
any solution?

PLAYBOY

Quote from: Eudemon369 on November 28, 2010, 12:26:03 AM
no matter how many times i've watched or my members've watched an embed video, the view count is always 0 (Views: 0)
any solution?

I had similar but different embed video problems with aeva then i found out it conflicts with another mod i have installed years ago which was video and audio embed or something like that. It was basically doing the same thing what aeva is doing. I had installed that mod to embed the videos automatically on the messages. Anyways i uninstalled it (manually because it gave some wierd errors) then everything went back to normal So just an idea, your problem maybe because of a conflict with another video embed mod.
Hope it helps.

YogiBear

To add to what PLAYBOY has said, any previous video embedding mod must be uninstalled before installing Aeva.

What other mods do you have installed, Eudemon?

Are you using a Portal or a Chat mod?
SMF v2.1.3  Mods : Snow & Garland v1.4,  PHP  v.7.4.33

saosangmo

Hi everyone,
I don't follow this topic at the first, have too much posts for me to read.
Could anyone tell me how I can disable the album feature. I need only auto embed media function.
thanks!
-saosangmo

YogiBear

Admin > Member Permissions > untick all the Aeva Media boxes for each membergroup.
SMF v2.1.3  Mods : Snow & Garland v1.4,  PHP  v.7.4.33

DaRKeN_58

No one can at least tell me where to put <div> to not obscure the entire screen? :(
... :-X Dime de que presumes y te diré de que careces ;)...

AZMazda3

Quote from: Kindred on November 17, 2010, 02:02:35 PM
if you already have gallery lite, then you probably only want the aeva lite version...

and a failed file just means that something else changed the target code already (like another mod)

Ok, I got the Lite version installed fine, but it is not embedding videos. It just creates hyper links... I've searched this forum but don't see a the solution.

YogiBear

Firstly, check the boxes are ticked for the sites you want to embed then check autoembedding is enabled.

SMF v2.1.3  Mods : Snow & Garland v1.4,  PHP  v.7.4.33

AZMazda3

Quote from: YogiBear on November 28, 2010, 03:45:46 PM
Firstly, check the boxes are ticked for the sites you want to embed then check autoembedding is enabled.

Ok, unistalled Lite and have the full version of Aeva installed now but still just Hyperlinks. I made sure that the Autoembed is on and all the sites are selected by default. So I'm thinking it must be a function elsewhere prohibiting the embed but I've tried different videos as well. Also, it shows the videos if I preview the post...

Any suggestions?

YogiBear

Aha, what other mods do you have installed?

Is one of your mods Pretty URL's ?
SMF v2.1.3  Mods : Snow & Garland v1.4,  PHP  v.7.4.33

AZMazda3

Quote from: YogiBear on November 28, 2010, 05:40:39 PM
Aha, what other mods do you have installed?

Is one of your mods Pretty URL's ?

Not that I'm aware of...I'm still cleaning up old files from the database but the current mods are limited. I think it's the shoutbox.

1.   Ad Managment    2.3.6.2     [ Uninstall ] [ List Files ] [ Delete ]
2.   nneonneo's AJAX ShoutBox    1.22     [ Uninstall ] [ List Files ] [ Delete ]
3.   SimplePortal    2.3.3     [ Uninstall ] [ List Files ] [ Delete ]
4.   Aeva Media    1.4c     [ Uninstall ] [ List Files ] [ Delete ]

Eudemon

Quote from: PLAYBOY on November 28, 2010, 12:30:32 AM
Quote from: Eudemon369 on November 28, 2010, 12:26:03 AM
no matter how many times i've watched or my members've watched an embed video, the view count is always 0 (Views: 0)
any solution?

I had similar but different embed video problems with aeva then i found out it conflicts with another mod i have installed years ago which was video and audio embed or something like that. It was basically doing the same thing what aeva is doing. I had installed that mod to embed the videos automatically on the messages. Anyways i uninstalled it (manually because it gave some wierd errors) then everything went back to normal So just an idea, your problem maybe because of a conflict with another video embed mod.
Hope it helps.

i went to download some embed mods that i think i had them installed long ago
i tried to parse the codes to see if i had left out any codes from uninstall
but i didn't find any, thx anyway

still looking for solution

trekkie2444

Is there a way for me to get the path of the gallery part of this mod to go back to action=gallery and to saying Gallery instead of Media?

danielwmoore

I am having a serious issue with the 1.4c version of Aeva Media. 

In order to see the links to upload an item to the gallery, a member must be a media moderator or manager.  I never had this trouble with past versions (1.2 I believe was the last version I used.) 

I uninstalled the software, but did not remove the database entries due to needing to keep the vast number of already uploaded items as they were and not lose them. 

I did a full, clean install of SMF 2.0 RC4, and installed Aeva Media, and users cannot upload.  I also have no permission settings to "upload item". 

Can anyone assist with this issue?  Has anyone else had this issue?

Advertisement: