Search results

  1. Mark

    one "hit" per IP

    Ranking is either in, out or pageviews. In all cases ranking is calculated by unique not total raw hits. What your seeing is likely a result of your skin showing total hits, but it would still be ranking by unique. Open table_top_row template and look at the template tags used, you can...
  2. Mark

    Disqus Comments

    Your going to need to explain the problem in at least SOME detail. Your forum has nothing to do with a toplist, disqus has its own CSS classes, you might need to just make some changes to make it work. But you have provided nothing that would allow anyone without psychic powers to help you.
  3. Mark

    customize Manage Members page

    not without creating a plugin or modifying the admin theme. To see the URL you can hover over the title link and look in your browsers lower left corner.
  4. Mark

    Show different number of members on different pages?

    not possible without creating a custom plugin, but coding this behavior might cause issues with pagination calculations etc.
  5. Mark

    Extra member buttons

    upload your images to: images/extra/ Link code will be automatically generated and available for static buttons uploaded to this folder
  6. Mark

    Ranking period overall reset

    I could be wrong, but if my memory is correct I think overall was intended to be removed from the ranking methods as it doesn't really make sense to use that metric. looking at the code in sources/rankings.php I notice overall is not included in the array, $ranking_periods = array('daily'...
  7. Mark

    Long Description + BBcode

    ahh need to add a few CSS rules to make them wider, i don't have the source code available at the moment, but if you highlight the buttons (using firefox) and then right click, "view selection source" this will show you the HTML classes in use, then you can add width:30px; to your CSS file for...
  8. Mark

    Long Description + BBcode

    try this: <div id="submitButtonDiv"> <br class="cb" /> <button class="button1" name="submit" type="submit" onclick="wswgEditor.doCheck();">{$lng->join_header}</button> </div>
  9. Mark

    Error with database

    good catch basti!
  10. Mark

    Only first rank button working.

    ranks are cached, its possible these sites are tied or rank caches are not yet calculated, give it a day or 2 and let some traffic flow and these will probably start working for you as data falls into place.
  11. Mark

    help with premium banners

    your user.css is empty or not loading properly. <link rel="skins/Dark Elegant Orange/user.css" />
  12. Mark

    pagination modification

    not recommended as there is no hook location for this, so you would need to hack the core files (which means you need to do this after every upgrade) but if its important to you :) source/rankings.php this is previous <: $TMPL['multiple_pages_p'] .= $TMPL['url_tail'].'"...
  13. Mark

    need random sites function

    no problem, started a private conversation with payment info etc.
  14. Mark

    need random sites function

    Sure, our current development rate is $25 per hour, this would take 1 hour.
  15. Mark

    Error with database

    this is localized to your list, its interesting that your banner URL is cut off in the error messgae: near '://extremepri this really should probably read something like: near 'http://extremepri
  16. Mark

    ranking/sorting

    a quick search found this: http://visiolist.com/community/threads/sort-server-listing-by-date-newest.1656/ that what your after?
  17. Mark

    need random sites function

    its pretty basic, if you have a little PHP knowledge you can look at the existing featured member code and use that as a base to build your own plugin with more than 1 member. Check the tutorial on how to build a plugin here: http://visiolist.com/community/threads/how-to-create-a-plugin.20/...
  18. Mark

    Error with database

    looks like you have modified sources/admin/edit.php put it back from fresh VisioList download.
  19. Mark

    need random sites function

    you would need to make a plugin for that.
  20. Mark

    How to change "Login" button to something else?

    all phrases in VisioList are edited in admin -> languages -> edit phrase optionally you can also add a new phrase in admin, and change the tag used in your templates
Top