Search results

  1. Mark

    show how many new member join last time

    excellent!
  2. 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...
  3. 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.
  4. Mark

    Search function not working

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

    favicon.ico

    Clear your cache
  6. 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
  7. 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?
  8. Mark

    Title Length

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

    Title Length

    What is custom validation? Try disabling that one
  10. Mark

    Title Length

    None of that, it would be in the JavaScript near the top if it is indeed in that template.
  11. Mark

    Title Length

    I am away at the moment on a mobile device and cannot confirm, but check the join form template and you should see the limits. Also looks like I will need to patch the error message style for 1.1
  12. Mark

    Visio List is Awesome!

    Thanks for the kind words :) always nice to hear, it's our customers that keep us having fun developing this product, and that translates into a better experience for everyone involved... including us! Cheers
  13. Mark

    Implemented Real time mass mail status

    As each email is sent, show address it was sent to. Use output buffer or Ajax
  14. Mark

    Email issues

    Are you using smtp for sending from VL? You can set you max mails per hour via WHM -> modify account you can set it to any value you like.
  15. Mark

    Question on index.php

    Thought that might be the case :)
  16. Mark

    Question on index.php

    Can you verify your user control panel is still working good? Just want to make sure
  17. Mark

    Question on index.php

    Try it at the top first
  18. Mark

    Permissions

    You should be safe :) that warning is more of a heads up in case you have odd behavior with plugins or editing skins.
  19. Mark

    Featured Member in the Table_Top

    Try .featured { width:400px;} In user.css Then once confirmed width is the problem you can gradually make it bigger until it fits nice.
  20. Mark

    Question on index.php

    You can use an htaccess rule for this, or you an create a plugin to add the canonical tag to avoid /index.php from being indexed. RewriteCond %{THE_REQUEST} ^.*/index.php RewriteRule ^(.*)index.php$ http://www.mydomain.com/$1 [R=301,L]
Top