• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] SCHEDULED TASKS into Alphabetic order

Started by korobert,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

korobertTopic starter

Hello

How can i set the records of SCHEDULED TASKS into Alphabetic order ?

How many is the maximum record in SCHEDULED TASK?

Thanks Robert
  •  

Bob.Weston

I would think you would have to edit the cron.php to display the results differently when it queries the database but am not sure..
  •  

Marius P.

I'm not really sure what you are asking...even if they are processed alphabetically in cron, the only thing that matters is the runtime period if is meet.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

korobertTopic starter

NOT PROCESS!!!!

SCHEDULED TASK (cron) list alphabetic order

/moderator/?sk=edit-cron
where can i find this select and how can i set ASC ?
  •  

korobertTopic starter

I fond it!

I changed in cron.php

$crons = $db->get_results("select * from ".DB_PREFIX."crons order by cron_id DESC ".this_limit()."");

to

$crons = $db->get_results("select * from ".DB_PREFIX."crons order by cron_name ASC ".this_limit()."");



Thanks Robert

:) :) :)
  •  

Marius P.

Is simple to deduce the php files in admin:

/moderator/?sk=edit-cron

loads:

/moderator/edit-cron.php



But for the cron list is sk=crons / crons.php


line 19:
$crons = $db->get_results("select * from ".DB_PREFIX."crons order by cron_id DESC ".this_limit()."");



You can change order by cron_id to cron_name and DESC to ASC
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

korobertTopic starter

  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 36079

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 63554

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 43764

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 3765

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 19307

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 2952

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 3170