News:

Wondering if this will always be free?  See why free is better.

Main Menu

To-Do List

Started by Diego Andrés, March 05, 2010, 05:12:48 PM

Previous topic - Next topic

Jessica.

doesn't say "To-Do List" just a number


  • how do I fix that?
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

WishW

Hello, grafitus. You made the excellent mod, but could you improve it a little bit?
I mean, It would be wonderful if you add some new features to it. For example, the admin of the forum make task for a specific moderator (or to all of them). In other words 'ToDo'-list visible for all moderators AND a possibility to gain tasks from the  admins.
Of course I wish you make it for all groups that the admins can create, not only from the admins.

PS: By the way, do you still support your mod? And will you make any new expansions for it in future?

Jade Elizabeth

This mod is awesome, thanks for making it!

I agree, being able to set tasks for users would be pretty awesome also. Would let me bother my staff ha ha.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Jade Elizabeth

Just a heads up this mod breaks my shoutbox...

$txt['to_do_empty'] = !$context['user']['is_admin'] ? 'To-Do List is empty!' : 'To-Do List is empty! Are you free man? :)';


[28-Dec-2012 01:42:53 America/New_York] PHP Notice:  Undefined index: user in /Themes/default/languages/Modifications.english.php on line 837

I fixed it but....What is the point of it anyway? I thought these were individual? Like I had my own and my members had their own, and so on?
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Deaks

jade maybe explain what you did to fix it so in case others get same issue
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Jade Elizabeth

I removed everything but the text string

$txt['to_do_empty'] = 'To-Do List is empty!';
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

vkash13

i got these failed tests when trying to install this mod. running smf 2.0.9.

this has happened when installing other mods as well. someone told me that there might be problems between mods and that i should edit or manually install subs.php. what exactly does this mean though- how can i manually install and what should i look to edit? thanks in advance for your help

luuuciano

No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).


vkash13

#69
hi, i followed the instructions in the error in mod installation article and went ahead and installed the mod. i then went into my ftp and added the recomended code that my package installer told me to add. however, i cannot see the todo list tab in my forum nor can i find it anywhere for that matter. any help? here is a screen shot of the code i added (the todo array)

here is the code that was recommended to be changed in the install manager:

find:

'mlist' => array(
            'title' => $txt['members_title'],

replace:

'todo' => array(
            'title' => function_exists('get_today_todos') ? get_today_todos() :  '',
            'href' => $scripturl . '?action=todo',
            'show' => $context['allow_view_todolist'],
            'sub_buttons' => array(
               'add' => array(
                  'title' => $txt['to_do_add'],
                  'href' => $scripturl . '?action=todo;sa=add',
                  'show' => allowedTo('add_new_todo'),
                  'is_last' => true,
               ),
            ),
         ),
         'mlist' => array(
            'title' => $txt['members_title'],

TrIn@dOr

Well tried to install this on SMF 2.0.9 and got a mess...

Parse error: syntax error, unexpected 'n' (T_STRING) in /././public_html/forum/Sources/Subs.php on line 2460

my line 2460 in
$month = date('n');

help?

ariescapes

Got this error in my Logs.

Quote from: ariescapes on December 21, 2015, 05:24:08 AM
Apply Filter: Only show the error messages of this URLhttp://www.*******.com/index.php?action=admin;area=logs;sa=errorlog;descApply Filter: Only show the errors with the same message8: Undefined index: is_adminApply Filter: Only show the errors from this file File: /home/***/888/Themes/default/languages/Modifications.english.php
Line: 148


When I go there:
$txt['to_do_empty'] = !$context['user']['is_admin'] ? 'To-Do List is empty!' : 'To-Do List is empty! Are you free man? :)';

Which is This Mod:
Quote11.   To-Do List   2.0     [ Uninstall ] [ List Files ] [ Delete ]

Not sure how to edit this one.

Shambles

Why not do what Jade did, and just remove the admin check altogether?

http://www.simplemachines.org/community/index.php?topic=369039.msg3462340#msg3462340

I can't see any use to the alternative message you have in that variable.

Code (Use This) Select
$txt['to_do_empty'] = 'To-Do List is empty!';

$txt['to_do_empty'] = 'To-Do List is empty! Are you free man? :)';

Diego Andrés

If I find some time I will update this mod soon

SMF Tricks - Free & Premium Responsive Themes for SMF.

ariescapes

Makes sense. The language files i'm the least familiar with so help is always nice. Thanks!

And it seems to have taken care of my problem! w00t!

Advertisement: