Skip to content

Instantly share code, notes, and snippets.

View aurenen's full-sized avatar

aurenen

  • California
View GitHub Profile
@aurenen
aurenen / enth_country_fix.txt
Last active April 13, 2016 01:29
Fixed disabling and enabling country field for fanlistings
1) open mod_owned.php
2) go to line 786, find:
mysql_close( $db_link_list );
3) copy and REMOVE it from that line
4) around line 798, find:
$changes[] = 'Country field disabled.';
@aurenen
aurenen / enth_dash_fix.txt
Created April 11, 2016 00:37
Fix date check on dashboard.php for Enth3 inactive fanlistings
1) open dashboard.php, around line 130, find this:
$info = get_listing_info( $id );
$stats = get_listing_stats( $id );
// now check $lastupdated -- if more than 8 weeks ago, notify!
$weeks = 0;
2) under $weeks = 0;, add the following: