News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

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

LHW

I haven't tried it, but I believe the only way to do that would be to use BBC tables.


Snogmarr


Mark S

#3382
I like the fact that, when new photos or comments on photos are made in the Gallery, it shows on the nav bar tab.  However, in order for members to clear that number, they have to view each photo and read each comment (is that correct?).  At least, that's the only way I could see to do it.  If there is an option to mark them as viewed and read in a batch method, I've missed it.

If this is the only way to do it, I would like to suggest making a "Mark all Viewed" and a "Mark all read" option similar to that on the smf message boards.  This particularly for members who don't frequent the site very often and have dozens or more unseen photos and unread comments piled up.

Also, can the new comments be differentiated from the new photos n the gallery itself?  Like adding a "New" icon next to them? 

When I first installed the mod, I thought the number in the nav bar tab only covered photos, so I went to the gallery and viewed them all, but there was still a number indicating something hadn't been viewed yet.  I looked at the comments, saw new ones, read them, and realized the two items are combined in the nav bar number.

Would this be a feasible and useful modification?




flapjack

first of all - this mod will not be developed further, Nao has given up on it

Mark S

Ok, I understand, dead in the water.  Thought someone might still be working tweaks or could help with coding this.

Illusive

im looking for a way to show most recent images from gallery on my main site
sorta like ssi.. im using Avea Media
just want to show pic , and maybe allow slideshow or scroll bar left or right

any ideas?
My Allegiance Is To The Highest Bidder

LHW



ricorico

I cant seem to get this to work, i CHMOD the required things it asked too:

"this album's directory couldn't be properly created, please make sure mgal_data/ and mgal_data/albums/ are chmodded to 0777 or 0755."


im not sure if its my host or not, i just set up a new thing at 000webhost (anyone have a better place? I keep getting database connection errors.)


I also get this when trying to uninstall / install this and some other packages.

index.php?action=admin;area=packages;sa=uninstall;package=Aeva-Media-1.1b.zip;pid=5 might be temporarily down or it may have moved permanently to a new web address.

Kindred

yet more people who don't bother to read...

Nao is no longer providing support in this thread. go to aeva.noisen.com
Сл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."

Arantor

Holder of controversial views, all of which my own.


LHW

Quote from: Nao @ SMG
Google on aeva_listItems...


jay.clark

Quote from: Kindred on April 05, 2010, 03:25:22 PM
yet more people who don't bother to read...
Nao is no longer providing support in this thread. go to aeva.noisen.com

I tried going there and found an announcement that he was not supporting SMF specific issues, only Aeva issues, not sure what this means.

I tried looking though the different threads and did not find much that helped me, most were not in english and my french is pretty rusty so not a lot of help to be found.

I tried installing this package in my primary smf site, and it did not work, when I ran the uninstall all I got was error messages, now some of the base functionality of SMF is no longer working, cannot say for sure this is due to attempting to install Aeva, but looks that way at least superficially.

Since I cannot install this package, have tried putting it on multiple sites, and since there does not seem to be any clear path to support by the author it would seem that locking the thread would only prevent my getting support from anyone who may have solved the problems I am faced with.
SMF 1.11- SMF 2.0 RC2/RC3 - - RSS Feed Poster 2.2,RSS Feeder 1.1.4, Downloads System Pro 1.0.17.1, SMF Classifieds 1.3.5, SMF Gallery Pro 3.0.2, SimpleDesk - Integrated Helpdesk for Simple Machines Forum 1.0 Felidae, Aeva Media 1.1b, Ultimate Profile     0.9, Google Analytics Code 1.1, Twitter and Facebook Publisher mod 2.4, Stop Spammer 2.3.7, SMF Links 2.2, Site map 2.1.2, AjaxChat Integration 3.2.1, Ad Management 2.3.6

SMF (Donated) SMF Links (donated) - Ad Manager (donated) - phpMyChat (donated)

Arantor

QuoteSince I cannot install this package, have tried putting it on multiple sites, and since there does not seem to be any clear path to support by the author it would seem that locking the thread would only prevent my getting support from anyone who may have solved the problems I am faced with.

Or not, given that this mod has a whole board... but virtually no-one is prepared to support it here, so whether the topic is locked or not, chances are you won't get an answer here either way.
Holder of controversial views, all of which my own.


Kindred

note: the board is now locked as "reply only" to prevent all sorts of additional crap.

as for you Jay...   I don't know what to say. I installed Aeva into 4 boards lately, with no trouble at all...I have no idea what you mean "it did not work".  **HOW** did it not work? If you need to ask for help, then *SPECIFICS* are needed.
Сл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."

Illusive

<?php
   
   function show_aeva_media_block()
{
   global 
$sourcedir;
   
// Set amount visible
   
$visible 10;
   
// Load the language file
   
loadLanguage('Aeva');
   
// Grab the file.
   
if (file_exists($sourcedir '/Aeva-Subs.php'))
      require_once(
$sourcedir '/Aeva-Subs.php');
   
// If it doesn't exist, tell them this and stop running.
   
else
   {
      echo 
'<b>You don\'t have Aeva installed! Unable to continue!</b>';
      return;
   }
   
// Use aeva functions to show the media.
   
echo aeva_listItems(aeva_getMediaItems(0$visible'm.id_media DESC'), false''0);
}
// Run the function.;
show_aeva_media_block();
?>


im using this code , its working pretty well
id like to change the size and color of the text (name of pic, and posters name) im using $visible 10 i want 1 row of pics left and right , not 2 rows of 5 as its showing

the site is up @ http://www.demiseonline.com/beta.php

Thanks
My Allegiance Is To The Highest Bidder

Illusive

Thanks got it somewhat working , trying to adjust the code for my needs
My Allegiance Is To The Highest Bidder

Kindred

you would have to play with the css for the colors...   and the rows are determined by the width of the available space.
Сл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."

tfs

Quote from: ThePharaoh on April 05, 2010, 11:31:20 AM
I like the fact that, when new photos or comments on photos are made in the Gallery, it shows on the nav bar tab.  However, in order for members to clear that number, they have to view each photo and read each comment (is that correct?).  At least, that's the only way I could see to do it.  If there is an option to mark them as viewed and read in a batch method, I've missed it.

Go to the "Unseen" area.  There's a button to "Mark All As Seen."
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

IdanC

Quote from: Kindred on April 05, 2010, 04:19:37 PM
note: the board is now locked as "reply only" to prevent all sorts of additional crap.

in old times, once the king died, they used to bury all his staff and stuff with him.

but now, even without our lead supporter, without our capitan, people still want to engage and swap ideas and tips regarding this awesome mod, why not let them?

JaredBlake1

Ok, after the usual trial and error I finally figured out how to host my videos locally and embed them into my posts.

The bigger trick was finding and modifying my php.ini so I could upload a larger video file.

upload_max_filesize

Freeking AWESOME MOD...Thank you!

Regards,
Jared Blake
hxxp:www.social-whamx.com [nonactive]

Advertisement: