Results 1 to 5 of 5

Thread: Disable counter for job

  1. #1
    Forum Member hehaaj's Avatar
    Join Date
    Mar 2011
    Location
    United Kingdom
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Disable counter for job

    Hey,

    I want to ask is there any way the counter of jobs can be disabled. I've done a little research and various users says that with time the DB grows gigantic with almost useless information especially "jr_counter_total". I dont have a very fancy hosting package and have a cap on size of DB, so just wondering can we actually disable/remove such features to avoid the DB becoming ginormous.

    Thanks.

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    Assuming you are referring to the page views on each job listing page? This can be disabled in the JobRoller admin dashboard settings page as shown here on the admin demo site. Thanks.

  3. #3
    Forum Member hehaaj's Avatar
    Join Date
    Mar 2011
    Location
    United Kingdom
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for the quick response. Does it only stop showing the counter below the job or will it remove/stop populating the table "jr_counter_total".

    Thanks.

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    I would need to check with our dev team to be sure, and will let you know as soon as I can confirm. Thanks :)

  5. #5
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    Just to update, I have received word back from our team:

    JobRoller counts the daily stats using 'add_theme_support()'. For the particular case of the job stats we use this:

    add_theme_support('app-stats');


    It the customer needs to disable the stats he can simply add this line of code to his 'functions.php' file:


    remove_theme_support('app-stats');


    More info about remove_theme_support is available here
    The stats are flexible and can be disabled easily if not needed.
    Thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. counter ad
    By ytsejam in forum Report ClassiPress Bugs
    Replies: 17
    Last Post: August 14th, 2014, 01:48 AM
  2. counter
    By orhansa in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 7th, 2013, 05:41 AM
  3. Dimitris Counter
    By biggerplay in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: January 27th, 2013, 08:57 AM
  4. Disable Counter
    By recsomu in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 27th, 2011, 09:34 PM
  5. I want to add a job counter
    By liquidpixels in forum JobRoller General Discussion
    Replies: 3
    Last Post: July 21st, 2011, 07:23 AM