Arthur Ashes

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Link sheet names to profile users ? #10647
    Arthur Ashes
    Participant

    Totally forgot to let the the code I used (maybe for next users)

    on the sheet, put a link on user’s name to their own profile page (they need to be logged in)

    function user_planning_link($display_signup, $signup) {
    $display_signup = '<a href=\''.get_bloginfo('url').'/?author='.$signup->user_id.'\' target=\'_blank\'>'.$signup->firstname.' '.$signup->lastname.'</a>';
    return $display_signup;
    }
    add_filter( 'pta_sus_display_signup_name', 'user_planning_link', 10, 2);

    I hope you received the french translation of the plugin.

    ++

    in reply to: Link sheet names to profile users ? #10436
    Arthur Ashes
    Participant

    So I finally did the whole French translation πŸ™‚ Just tell me where I can sent you the files !

    in reply to: Link sheet names to profile users ? #10359
    Arthur Ashes
    Participant

    Thanks for your quick answer !

    – I finally found a way to get the user profile links on my sheet !
    – I changed the name displayed on some fields.
    – I added some classes to the columns (directly on the plugin file)
    (file class-pta_sus_public.php line 827 to 837, you didn’t add cell classes “column-title”, “column-time” …) Maybe these classes could be added to the next update ?

    Thanks for your help !!! I don’t need your calendar plugin, but I will donate to your plugin and I’ll talk about it πŸ™‚

    I would also volunteer to complete the French translation ! (what is the best way to give you these translations ?)

    PS : I get the last version of the plugin, but the page “ADDONS” can’t be displayed. Maybe it’s just on my website ? I don’t know. But I get these error messages :

    Warning: include(admin-addons-html.php): failed to open stream: No such file or directory in /home/u705467423/public_html/wp-content/plugins/pta-volunteer-sign-up-sheets/classes/class-pta_sus_admin.php on line 1103

    Warning: include(): Failed opening ‘admin-addons-html.php’ for inclusion (include_path=’.:/opt/php-5.5/pear’) in /home/u705467423/public_html/wp-content/plugins/pta-volunteer-sign-up-sheets/classes/class-pta_sus_admin.php on line 1103

Viewing 3 posts - 1 through 3 (of 3 total)