• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] import questions

Started by dtiberio,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dtiberioTopic starter

I have some questions about importing from youtube.

- what does 'autopush' mean?

- when should I hit the 'automate' button? it goes away if the import completes, and doesn't give me a chance to click on it without interrupting the process

- how often will it re-import the users I set for a cron job?

- how do I get the video results to sort by date published in youtube, not by date imported into the system?

thankyou
  •  

PHPVibe A.

Hi,
1. autopush - importer page jumps to next page (an jquery redirect push) and you don't have to click next on pagination.
2. it should be done on first page, or which page you desire, you can also use youtube by choice to save tasks for cron.
3. In the menu "scheduled tasks" will allow you to edit and change time for each cron.
4. It doesn't save the date information from Youtube, you would need to edit lib/class.youtube.php, last lines, function youtube_import and change now() to $video["uploaded"] (make sure you add it as
'".$video["uploaded"]."',


I can't test this since I've just left the office (work time is over for the day) but I can check it tomorrow for you.
However, I doubt this will change much, since PHPVibe uses ids for ordering lists and events and not the date field, so you would have to edit around (i'm sure I've answer an thread about ordering by date recently).

Similar topics (7)