User Login

             | 

VideoFlow List

RANDOM MEDIA

Facebook Fans

VideoFlow on Facebook
Fidsoft
Welcome, Guest
Please Login or Register.    Lost Password?
Photos Tab displaying audio playlist links
(1 viewing) 1 Guest
Go to bottom
TOPIC: Photos Tab displaying audio playlist links
#259
workingman (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Photos Tab displaying audio playlist links 8 Months ago Karma: 0  
Hi,

I've installed videoflow for one of our company projects - conversion-hub.com/projects/das-dev/news-and-media

if you examine the Photos Tab the links on the playlist are for audio files so photos are not being displayed.

Also, inside the videoflow/photos folder, I have 2 jpg files, 1 gif, and 1 png. Only the jpg files are being detected inside the Manage Media interface.

I also need help on configuring the playlist. The documentation for this plugin is not very informative. How do I add videos, photos, audios to a particular playlist like "Latest", "Recommended".

The current configuration right now uses the JW player.

I need help asap as my boss needs feedback if we're going to buy a pro version on this plugin and whether or not this will be the plugin that we will be standardising to use on all of our future projects.

Thank you.
 
Logged Logged  
  The administrator has disabled public write access.
#262
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:Photos Tab displaying audio playlist links 8 Months ago Karma: 7  
I will check on the png/gif issue. All playlists, apart from "recommended" are generated automatically. You define "recommended" in backend.
 
Logged Logged  
  The administrator has disabled public write access.
#263
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:Photos Tab displaying audio playlist links 8 Months ago Karma: 7  
It turns out that I didn't enable GIFs and PNGs in the code! To do so, edit the file "administrator/components/com_videoflow/admin.videoflow.php". At around line 671, after
Code:

is_media ('.jpg', $file)

Add:
Code:

|| is_media ('.gif', $file)|| is_media ('.png', $file)


Cheers.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top