The AnimeFanlistings Network Message Board

Enth 3 Neglected Listings Notification

Jessy · 8 · 3182

Offline Jessy

  • Newbie
  • *
    • Posts: 0
    • View Profile
    • http://www.magical-intentions.com
I have a question about Enth 3. I just received a notice from TFL that some of my fanlistings haven't been updated for 2 months (and I suspect that some of my TAFL fls). When I look at my enth administration I see that there isn't any fanlisting standing in the Neglected Listings Notification list.
Does anybody else have that problem? Or should I redownload the latest version (I do think that I have that version) and install it again?

Never mind, I toggled a bit with the php and now I get the list.

For those who also have this problem, I changed the 8 weeks to 6 on line 144 and suddenly the list grows.

I've looked a little bit further and found that the problem was in the calculation of the weeks. I found out that not all the weeks were showing.

After changing
Code: [Select]
if( $stats['lastupdated'] && date( 'Y' ) != date( 'Y', strtotime( $stats['lastupdated'] ) ) ) {
 $weeks = ( 52 - date( 'W', strtotime( $stats['lastupdated'] ) ) ) + date( 'W' );
   } else if( $stats['lastupdated'] ) {
 $weeks = date( 'W' ) - date( 'W', strtotime( $stats['lastupdated'] ) );
   }
to
Code: [Select]
$difference = strtotime(date('Y-m-d'), 0) - strtotime($stats['lastupdated'], 0 );
$weeks = floor($difference / 604800);

I got the complete list of fanlistings that wre being neglected.

Man, that took a while to found out. It's been to long since I've coded in php.
« Last Edit: March 04, 2010, 08:46:34 PM by Mitzrael »

http://www.magical-intentions.com\'>MAGICAL INTENTIONS ~ http://fans.magical-intentions.com\'>SHIRAYUKI

LATEST TAFL: http://behindtheblue.net/barairomyhoney\'> SERIES >> Barairo my Honey

LATEST TAFL: http://behindtheblue.net/midnightsecretary\'> SERIES >> Midnight secretary




Offline Mitchii

  • Newbie
  • *
    • Posts: 0
    • View Profile
    • http://skycircus.org/
I decided to change the coding in dashboard.php to the one you mentioned and after I log in my admin, I saw the fls that haven't updated in 2 months.  I'm not aware about this thing with enth.

This is a great help, I'll end up on troubles as well.. Thanks for the heads up Jessy~ :wub:
« Last Edit: March 05, 2010, 10:11:13 AM by Mitchii »

And didn\'t everything start in the rain.



Offline Saya

  • TAFL Trouble Checkers
  • *
    • Posts: 0
  • Sleeping, drawing, writing, fanl
    • View Profile
    • http://silverblood.net
thank you!
I got a similar result of stuff that IS in trubles
\"People can live a hundred years without really living for a minute.\"
- Logan
[url=\"http://fan.ci


Offline arashi

  • TAFL Staff Alumni
  • *
    • Posts: 0
  • Anime, manga, web & graphic
    • View Profile
    • http://zangetsu.org
Ahh! I had the same trouble! Thanks for this :frustrated: I'll have to try it!
[color=\"#FF0000\"]♥[/color] [color=\"#FFA500\"]arashi[/color]



Zangetsu[ORG] - Fanatic! - LiveJournal

Newest: Souma Kyou

Revamped: [url=\"ht


Offline Katze

  • TAFL Staff Alumni
  • *
    • Posts: 0
  • These vast internets, anime, fan
    • View Profile
    • http://pure-rhythm.org
I had the same problem :frustrated:  Shall try, thanks~ Possibly it got thrown off by February being a short month? X3


Offline Nekoi Echizen

  • Newbie
  • *
    • Posts: 0
  • Hiruma; Kamina; Eyeshield 21; Gu
    • View Profile
    • http://ethereal-world.net/
This really helped a lot! :frustrated: Thank you so much! :frustrated:
« Last Edit: March 17, 2010, 05:46:16 AM by Nekoi Echizen »
[font=\'times new roman\']Bye bye![/font]

Adopting out all of my fanlistings, contact if you\'re interested.
[font=\'trebuchet ms\']TAFL[/ur


Offline Estefania

  • Newbie
  • *
    • Posts: 0
  • ★ MANGA (Fullmetal Alchemi
    • View Profile
    • http://mixed-metaphor.org
Wow, I didn't even know about this issue! I had a couple of FLs which hadn't been updated for more than 2 months and I had no idea about it, so thanks a lot for bringing this up! =)
[color="#b4b4b4"][font="Georgia"]if we become unable to talk about our ideals, the evolution of humans will come to an end.[/font][/color]

[color="#1F6488"]❝[font="Georgia"]mixed metaphor organisation [color="#f3c629"]☆[/


Offline Angiie

  • Newbie
  • *
    • Posts: 0
  • Reading, Graphics, Manga, Anime,
    • View Profile
    • http://kuroi-hoshi.org
This was driving me crazy! Thank you so much for the fix~  :flower: