Forum Replies Created

Viewing 6 Topics - 1 through 6 (of 6 total)
Author Posts
August 13, 2015 at 1:33 pm in reply to: Project order 66855
Kerstin Kerstin

Found it: to order the projects on “My tasks” alphabetically, line 106 in /class/task.php hast to be modified.
Instead of:

ORDER BY project_id DESC";

write:
ORDER BY project_title ASC";

August 11, 2015 at 4:47 pm in reply to: Date wrong after saving (task, calendar) 66520
Kerstin Kerstin

Hey Nayem,

ok, thank’s a lot. Can you already tell me when the release can be downloaded? I will have to update all the dates, which will take me some time…

Thank’s a lot for your help! 🙂

August 11, 2015 at 4:03 pm in reply to: Date wrong after saving (task, calendar) 66504
Kerstin Kerstin

Hello Nayem,

it is V1.2.2, I have just bought and installed it a few days ago

August 10, 2015 at 5:14 pm in reply to: Project order 66330
Kerstin Kerstin

Hello again,

it works, thank you! 🙂

There’s another view, in which the projects are listed and where the alphabetical order would be great to habve, too:
– My tasks

Where do I find the code for this view?

August 10, 2015 at 4:46 pm in reply to: Project order 66319
Kerstin Kerstin

Hello Nayem,

I can’t find these code lines / the array in project.php. In my script, theres a comment in line 528(“Generates navigational menu for a project”)

I found the function get_projects starting with this in line 263:

$args = array(
‘post_type’ => ‘project’,
‘posts_per_page’ => $limit,
‘offset’ => $offset
);

in the following lines, the filter settings are checked and added to the query…

August 10, 2015 at 3:34 pm in reply to: Project order 66284
Kerstin Kerstin

Hello,

could you please tell me how or in which script? I thought this is a basic functionality… Will this feature be implemented in the next update? I have even more ideas 😉

Thank’s!

Viewing 6 Topics - 1 through 6 (of 6 total)