Search results

  1. Mark

    Votes Just Reset

    as it says in your admin settings, ranking period is: daily/weekly/monthly there is no option to rank "forever", furthermore if you think about this for a while you will realize that ranking forever is a terrible idea. New sites would never be able to climb up your list. Reset is not just a...
  2. Mark

    Pageviews in user_cpl statistics

    edit the /child/user_cp_start template
  3. Mark

    Implemented Login (Big letters/Small letters)

    yes this is planned feature for 1.1 and is already on the todo list.
  4. Mark

    show how many new member join last time

    excellent!
  5. Mark

    Ranking method title

    Its possible, but this is probably not semantically correct usage for h1 tag. You can make the plugin easily though: make PHP plugin file: rankings_order_by.php add this to it: $TMPL['ranking_method'] = $ranking_method; then in your template you can add {$ranking_method} and display...
  6. Mark

    Set the hours between votes?

    It's 24, called in the new day function. No option to change it.... But.... You can easily run a Cron job to empty the ip_log database table every X hours.
  7. Mark

    Search function not working

    Search function works fine on every list, try the demo or any other client lists and you will see.
  8. Mark

    favicon.ico

    Clear your cache
  9. Mark

    favicon.ico

    Upload the favicon.ico file and it will work, if you want to add the tag to your html that is done in /skins/yourskin/child/wrapper.html
  10. Mark

    Email issues

    I just sent mass email to 300+ members on my list with no issues, took maybe 5 minutes to complete with no failures so this bug does not appear to be affecting all lists. Are you using smtp option for sending mail?
  11. Mark

    Title Length

    that is definitely not a plugin from our plugin section :) must have been something you requested and Basti helped you with.
  12. Mark

    Title Length

    What is custom validation? Try disabling that one
Top