Customizing SMF > Modifications and Packages
General support topic for Aeva Media (Latest release: July 28, 2010)
FrizzleFried:
Hehehe... evidently it was a problem with the host... something about the /tmp directory having issues or something It was simply a coincidence that I was playing around with Aeva (or perhaps my 16MB upload pushed it over the edge somehow.) I hate when that happens.
:)
FrizzleFried:
Welp... pointing the drop down to the same location as the button IS much harder than it looks. However, removing the entire option to upload via the drop down menu isn't.
Find (in Avea-Gallery.php which is inside the SOURCES folder):
--- Code: --- 'post' => array(
'enabled' => !$user_info['is_guest'],
'title' => 'aeva_add_item',
'href' => $galurl . '?action=media;sa=post',
'icon' => 'camera_add.png',
),
--- End code ---
Replace with:
--- Code: ---// 'post' => array(
// 'enabled' => !$user_info['is_guest'],
// 'title' => 'aeva_add_item',
// 'href' => $galurl . '?action=media;sa=post',
// 'icon' => 'camera_add.png',
// ),
--- End code ---
That simply removes the ability to add an item via the drop down menu. While the functionality it provides is nice, the hundreds of errors I have to delete each week is a pain in the ass... so out it comes. Let them click the ADD AN ITEM button instead.
NOTE: This is for the PRO/COMMERCIAL version... not the free version available here which doesn't have this functionality to begin with.
Arantor:
Error code 28 is MySQL ran out of space.
The Hero:
Right now, my problem is with the embedding feature. For some reason, when using aeva embedding with SimplePortal's article system, the first article on the page with show the link to the video, rather than the actual video. Once you refresh the page, it's usually fine. Until you close out of your browser, and return to the site. Then you have the same issue. I'm not sure what the problem is, because it only affects the first article on the home page. The ones below it display the videos perfectly. Has anyone had this problem?
Arantor:
Care to provide a link to a page where this happens?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version