Coder Social home page Coder Social logo

tfwp's People

Contributors

23ewrdtf avatar herverenault avatar taskfreak avatar theodorocaliari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tfwp's Issues

How to translate

Hi,

Great plugin for wordpress. Can you advice how to translate to Polish, I mean is there English language file somewhere ?

...

new wp roles problems

First of all, thank you for your work, it's a great task manager software.
I would like to grow up my site and i extended the default wp roles with members plugin. Mybe it is the closest plugin to core wp roles.

If i changed taskfreak project access from original role (author) to new added (project1) with members plugin, the project disappeard. When i moved back in my browser and i changed the original access, it showed up again.

I see on the taskmanager page it works with wp roles, i think it must be work in this way too. Any advice welcome, i hope i can use taskfreak with other roles.

https://wordpress.org/plugins/members/

For correct Translations

For correct localization of 'tfk_subfilters' list, in file 'taskfreak\inc\classes\tools.php' I have made some changes.

In function 'form_links':

  1. At line 120:

$str .= '<li class="tfk_selected_filter">'.$label.'</li>';
must be replaced to:
$str .= '<li class="tfk_selected_filter">'.__($label, 'taskfreak').'</li>';

  1. At line 123:

$str .= '<li><a href="'.add_query_arg($name, $p, $url).'">'.$label.'</a></li>';
must be replaced to:
$str .= '<li><a href="'.add_query_arg($name, $p, $url).'">'.__($label, 'taskfreak').'</a></li>';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.