Posts: 2,902
Threads: 59
Joined: Jun 2010
I'm going to implement it so that the 15th day of the month shows tip 15 etc
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
What about February? Tip 31 won't be seen often. How about just 30?
I'm giving you three guesses...
Posts: 2,902
Threads: 59
Joined: Jun 2010
Some months tips will be missed and other months tips will be seen
Have
you completed
the interview?
Posts: 2,902
Threads: 59
Joined: Jun 2010
I've come up with a good solution for this. It allows any number of tips, no database use, and only a few lines of code.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
How, a cookie?
Tip:
You can have the panel remember your searches and table sizes by adding ""bStateSave": true," after line 38 in "comments/admin/index.php"
Just don't forget to check the line number.
I'm giving you three guesses...
Posts: 2,902
Threads: 59
Joined: Jun 2010
A new DataTables version is available and it includes the following fix. Maybe the solution that you did can be removed.
Quote:Fixed: Rows with HTML entities and BR tags in them could break filtering in IE and Opera
Have
you completed
the interview?
Posts: 2,902
Threads: 59
Joined: Jun 2010
I might add the "bStateSave" as an admin option. Just not sure where to put it.
Have
you completed
the interview?
Posts: 2,902
Threads: 59
Joined: Jun 2010
I just upgraded DataTables, removed your fix, and tried searching with Opera but it kept saying "no records found" as soon as I started to type in the search field. It works with your fix. Oh well.
Have
you completed
the interview?
Posts: 2,902
Threads: 59
Joined: Jun 2010
I know, I'll add the "bStateSave" option in Settings -> System.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
You should also add an Admin Notepad for the dashboard. It'll help communicate with other admins.
I'm giving you three guesses...