Customizing SMF > Modifications and Packages

General support topic for Aeva Media (Latest release: July 28, 2010)

<< < (1313/1371) > >>

Shambles:

--- Quote from: ryan_dwight on August 14, 2012, 06:05:04 PM ---i just installed Aeva Media today and tested. i uploaded 3 video embed from youtube but the images are busted

--- End quote ---

I think he means the icons not the videos...?

Check the icon image files have been installed into the correct part of your theme directory

ryan_dwight:

--- Quote from: Kindred on August 14, 2012, 09:31:56 PM ---How are they busted?

If you mean the width, then that would be you own settings.... Not the mod

--- End quote ---

where can i adjust that settings


--- Quote from: Shambles™ on August 15, 2012, 03:47:16 AM ---
--- Quote from: ryan_dwight on August 14, 2012, 06:05:04 PM ---i just installed Aeva Media today and tested. i uploaded 3 video embed from youtube but the images are busted

--- End quote ---



I think he means the icons not the videos...?

Check the icon image files have been installed into the correct part of your theme directory

--- End quote ---

what folder should i check. sorry im new on this stuff

AMWebby:
I've set up a module in my Joomla site to show random images using SSI.php. The code is as follows:


--- Code: ---<?php
global $sourcedir;
include_once ($sourcedir . '/Aeva-Subs.php');
   echo '<div id="aeva_pics" style="width: 100%;" overflow="hidden">
         <div align="center">'. aeva_listItems(aeva_getMediaItems(0, 1, 'RAND()'), true, '', 0, false, 1). '</div>
      </div>'; 
?>

--- End code ---

It works fine until I switch into SSL, which happens often as parts of my site area set to do so. When that happens the module throws up the dreaded "parts of this page are insecure message". This is the call to load the icon. I've got everything within Aeva and SMF set to https and the same function within SMF switches to https fine. I've also got other SSI.php modules calling latest posts and topics from SMF and they switch to secure mode fine.

If anyone has any hints or tips on getting this module to behave I'd appreciate it.

MiY4Gi:

--- Quote from: ryan_dwight on August 15, 2012, 08:16:22 AM ---what folder should i check. sorry im new on this stuff

--- End quote ---

Right click on one of the broken images and select Open Image In New Tab (or Copy Image URL then paste into a Notepad/Word Document), then the URL would be the image's location.

Kindred:
AFAIK, none of the SSI functions are HTTPS....   you'll have to change the functions in SSI.php and Aeva-Subs.php t handle HTTPS

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version