• [Plugin] Simple TODO List for Admin CP v0.23b 5 0 5 1
Currently:  

Author Topic: [Plugin] Simple TODO List for Admin CP v0.23b  (Read 120271 times)

0 Members and 2 Guests are viewing this topic.

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: [Plugin] Simple TODO List for Admin CP v0.23b
« Reply #60 on: January 11, 2009, 12:12:40 AM »
Hello,

I believe I found a bug.

When you press Delete (Delete todo) and then you click on No instead of Yes, you get an 404 page (404 Error - Not Found).

How can I solve that?

Thanks in advance,

Offline Bommel

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Re: [Plugin] Simple TODO List for Admin CP v0.23b
« Reply #61 on: January 12, 2010, 09:28:39 AM »
Hallo allerseits,

zuerst einmal Danke für dieses Plugin. :thumbup: Es läuft hervorragend.

Ich hätte da aber noch einen Vorschlag zu machen. Dieses Plugin sollte um folgende Funktionen erweitert werden:
  • ein weiteres Feld für die Zuständigkeit.
  • ein weiteres Feld für die Priorität. Mögliche Prioritäten: "Nur zur Info", "Niedrig" und "Hoch".
  • In Verbindung mit der Priorität eine Anzeige der nächsten 5 - 10 Aufgaben mit der Priorität "Hoch" für den betreffenden Benutzer auf der Startseite im Admin-Kontrollzentrum oberhalb von "Wer ist online?"
Diese Erweiterungen sollten zusammen mit dieser MOD laufen: http://www.4homepages.de/forum/index.php?topic=23036.msg125756#msg125756, mit welchem man Moderatoren zu 4Images hinzufügen kann.

Was sagt ihr zu der :idea:?

Freundliche Grüße, Bommel
Freundliche Grüße, Bommel

Nicht die Geduld mit mir verlieren, ich bin noch am Lernen./ Do not lose the patience with me, I am still in the learning. ;)

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: [Plugin] Simple TODO List for Admin CP v0.23b
« Reply #62 on: January 19, 2010, 01:51:32 PM »
Hi guys,
I just solved a bug in this great plugin.

When you want to delete a tack, you click first on delete button and then you have to choose between YES or NO.

When you click on YES, you delete the tack, but when you click on NO you redirect to /admin/plugins/home.php which it not exist.

The solution:

Open todo.php

Find:
if ($action == "removetodo") {

Add after:
$site_sess->set_session_var('back_url'ROOT_PATH."admin/plugins/todo.php");


Now you will be redirect to the homepage of your todo.php :wink:

Offline Marion

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Tubes'n Art 4you
Re: [Plugin] Simple TODO List for Admin CP v0.23b
« Reply #63 on: May 19, 2011, 01:33:36 PM »
Thanks for advice cruxy!

After renaming table in phpMyAdmin from TODO_TABLE to 4images_todo the MOD works very well in 4images 1.7.9.
Before I've got an error message the table does not exist though installed.
Good alternative after Notepad PlugIn doesn't work for me anymore since register_globals off.