Advertisement:

Author Topic: General support topic for Aeva Media (Latest release: July 28, 2010)  (Read 1556530 times)

Offline Xansen

  • Newbie
  • *
  • Posts: 2
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6380 on: May 06, 2012, 07:01:43 PM »
hallo. how can i do redirect from my converted smf gallery album to aeva media album?
link before:
forum.com/gallery/6_15_11_10_9_39_23_0.jpg
link after:
forum.com/index.php?action=media;sa=media;in=2284;preview

i have more than 1000 media files needed to redirect:(

Offline babalola olasehinde

  • Jr. Member
  • **
  • Posts: 127
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6381 on: May 08, 2012, 10:50:34 PM »
pls i really need help here, i have installed this mod and have even uploaded files but the problem is that i can only view the album in the admin arear,pls how do i make my forum members view this also because there is no tab for it in the menu bar even though i have set permission that all regular members should view it. pls help

Offline Old Fossil

  • Support Specialist
  • SMF Hero
  • *
  • Posts: 9,512
  • Gender: Male
  • Fussy Old Sod
    • @mkcommforum on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6382 on: May 08, 2012, 10:52:59 PM »
pls i really need help here, i have installed this mod and have even uploaded files but the problem is that i can only view the album in the admin arear,pls how do i make my forum members view this also because there is no tab for it in the menu bar even though i have set permission that all regular members should view it. pls help

Were the any errors on installing the mod?
My Forum
Simple Portal Beta Tester
 Mod Emulate
Forum Themes
My Forums Broken Fix

PMs for support will be returned with dynamite attached

Online Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,412
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6383 on: May 08, 2012, 10:55:51 PM »
smf version?  Other mods installed?
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline babalola olasehinde

  • Jr. Member
  • **
  • Posts: 127
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6384 on: May 09, 2012, 02:05:33 PM »
@Old Fossil , Kindred and others, very sorry for the delay in reply . on installing the mod on my smf2.0.2 ,i emulate it to SMF 2.0 since the mod is for SMF 2.0 and SMF 2.0.1. and i got this error while  installing.

pls see screenshot

Online Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,412
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6385 on: May 09, 2012, 02:07:31 PM »
well, that explains it....    unless you manually performed that failed bit, the menu item was never added to the menu array in subs.php
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline babalola olasehinde

  • Jr. Member
  • **
  • Posts: 127
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6386 on: May 09, 2012, 02:18:12 PM »
well, that explains it....    unless you manually performed that failed bit, the menu item was never added to the menu array in subs.php

thx for the quick reponse ,pls i do i manually performed the failed bit. pls help

Online Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,412
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6387 on: May 09, 2012, 02:19:48 PM »
go to the mod download page, select "parse mod"
find the section which failed
manually edit the file as indicated.

in the future, when you get a failure on the auto-installer, you should take note of what changes fails and manually do them.
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline babalola olasehinde

  • Jr. Member
  • **
  • Posts: 127
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6388 on: May 09, 2012, 04:50:26 PM »
go to the mod download page, select "parse mod"
find the section which failed
manually edit the file as indicated.

in the future, when you get a failure on the auto-installer, you should take note of what changes fails and manually do them.


thanks alot for your support and i have done every step as required and the last part i dont seems to get is this

Code
aeva_install.php
This file should be able to execute standalone.
File Operations
Move the included file "Subs-Aeva.php" to "./Sources".
Move the included file "Subs-Aeva-Admin.php" to "./Sources".
Move the included file "Subs-Aeva-Sites.php" to "./Sources".
Move the included file "Subs-Aeva-Custom-Example.php" to "./Sources".
Move the included file "Aeva.english.php" to "./Themes/default/languages".
Move the included file "languages/Aeva.french.php" to "./Themes/default/languages".
Move the included file "languages/Aeva.french-utf8.php" to "./Themes/default/languages".
Move the included file "languages/Aeva.english-utf8.php" to "./Themes/default/languages".
Move the included file "languages/Aeva.english_british.php" to "./Themes/default/languages".
Move the included file "languages/Aeva.english_british-utf8.php" to "./Themes/default/languages".
Move the included file "expressInstall.swf" to "the root directory".


pls what is expected of me because i am lots here.thx

Online Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,412
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6389 on: May 09, 2012, 06:17:58 PM »
well, if you installed via the package manager, the only part that you have to do manually is the part that failed....  in which case, that section would have been run automatically by the mod package

If you are doing it all manually, then you have to do what those instructions say:
run aeva_install.php and copy the files into the correct directories
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline babalola olasehinde

  • Jr. Member
  • **
  • Posts: 127
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6390 on: May 10, 2012, 02:56:16 AM »
i run it automatic via the package manager and then parse it as instructed in the mod download page but its still not showing in the menu bar.pls what could be wrong

Online Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,412
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6391 on: May 10, 2012, 07:22:56 AM »
then either you have not finished the actual installation or you don't have the permissions set correctly.
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Rivet

  • Semi-Newbie
  • *
  • Posts: 81
    • AlwaysPrepared.Info
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6392 on: May 10, 2012, 03:16:55 PM »
I am running this plug in on a 2.0.2 board presently.  I have "Max Embedding Per Post" set to 12 now, but whenever there is more than four, I am seeing the "(Embedding disabled, limit reached)" message starting with the fifth video.

Any ideas on what I should try?  Thank you. :)

Sorry to "bump" this, but its still an issue.  I've set and reset this setting, but after the fourth video, it won't embed.  Even posting as an "Admin".

Any ideas on what to try?  Thank you.

Offline Arantor

  • SMF Legend
  • *
  • Posts: 51,004
    • wedgebook on Facebook
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6393 on: May 10, 2012, 03:20:19 PM »
That limit seems to be by the video provider, not by Aeva... don't think you can change that.

Offline Rivet

  • Semi-Newbie
  • *
  • Posts: 81
    • AlwaysPrepared.Info
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6394 on: May 10, 2012, 07:22:13 PM »
That limit seems to be by the video provider, not by Aeva... don't think you can change that.

Ah, OK.  These were YouTube videos, fwiw.

Offline Rushmead

  • Newbie
  • *
  • Posts: 3
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6395 on: May 12, 2012, 03:34:15 AM »
Hello!


Where can i Find the Main Css File? I have searched and searched! where can i find it?

Offline Arantor

  • SMF Legend
  • *
  • Posts: 51,004
    • wedgebook on Facebook
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6396 on: May 12, 2012, 07:47:21 AM »
Themes/default/aeva/am.css

Offline Rushmead

  • Newbie
  • *
  • Posts: 3
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6397 on: May 14, 2012, 01:12:18 PM »
Thanks But i Cannot Find the Recent Pics Div In there?


Thanks Rushmead

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6398 on: May 14, 2012, 08:12:31 PM »
Well my gallery has been working great till just today. I have 4 albums, one was the main with lots of pics. The other three work fine but my main one throws this error: The database value you're trying to insert does not exist: id_file


Anyone have any ideas? Im really stuck

Offline Bobn

  • Full Member
  • ***
  • Posts: 561
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6399 on: May 16, 2012, 07:09:50 PM »
Anyone have any ideas how I might fix this? It appears the thumbnails are still there, Do I need to do a DB edit?  :'(