Jump to content

Improved homepage To-Do list


Nick

Recommended Posts

I really love this mod. But I have one slight problem; ever since installing it in version 3.7.2 the Intelligent Search on the Admin Homepage doesn't work anymore. It is working on all other admin sites though.

Do you have any ideas of how to fix it?

Thanks!

Link to comment
Share on other sites

  • 1 month later...
  • Replies 124
  • Created
  • Last Reply

Top Posters In This Topic

  • 4 weeks later...

I am using version 3.8.1. Some issues with installation on this version.

 

I do not find any file called homepage_belowQS.tpl in admin/templates.

 

has anyone tested this on version 3.8.1 and is it working on this version?

 

Badly need to use this mod.

 

thanks....

Link to comment
Share on other sites

Hi Gopherhosts:

 

We are getting in IE and FF; not sure the issue as I can briefly see the ToDoList before the blank screen. I checked the Page source and all of the information is there; just not visible.

 

Keith

 

Sounds like a JavaScript error to me.

 

A reply said something about a java issue. Anyone have an idea what kind of an issue that it could be. Could I disable the ToDoList Java's would this work?

Link to comment
Share on other sites

  • 1 month later...
Hi,

 

I think i found the problem for the errors:

 

Open homepage.tpl

 

Search for:

 

$now = mktime(0,0,0,date("n"),date("j"),date("Y"));

 

Replace with:

 

$now = mktime(0,0,0,date("n"),date("j"),date("Y"),0);

 

Search for:

 

$then = mktime(0,0,0,$input[1],$input[2],$input[0]);

 

Replace with:

 

$then = mktime(0,0,0,$input[1],$input[2],$input[0],0);

 

The error was due to php mktime function trying to calculate/guess daylight savings.

 

I hope it helps...

 

 

I started having the Warning: array_key_exists() error after the time change on the weekend. Your code fixed the problem. Excellent and thank you very much. :)

Link to comment
Share on other sites

I am using version 3.8.1. Some issues with installation on this version.

 

I do not find any file called homepage_belowQS.tpl in admin/templates.

 

has anyone tested this on version 3.8.1 and is it working on this version?

 

Badly need to use this mod.

 

thanks....

 

It worked OK for me with version 3.8.1

Link to comment
Share on other sites

  • 2 weeks later...

I would really like to see an update that works with 3.8.x. and perhaps a readme.txt that explains how to do the modifications rather than giving a homepage.tpl as I have some custom modifications done to my templates. (and I am assuming that most people do)

Link to comment
Share on other sites

I'm getting the blank page in Firefox and in IE the error:

 

Line 116
Char 15
Error: Could not get the display property. Invalid Argument.
Code: 0

 

EDIT:

I added:

 

.tdlnone {
display:table-row;
}
.tdlupcoming {
display:none;
}

to the top of style.css and it fixed it for firefox but not for IE

Edited by BulliteShot
added half solution
Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
  • 2 months later...
  • 8 months later...

is this addon still in development?

 

Ive been looking for a function to plugin that will add todo's send out either an email reminder or popup reminder, and with time functions as well as date functions... for example to alert a tech to go reboot a server at a particular time for example

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated