Search results

  1. Mark

    Considering re-newing

    Its the banner manager, unlimited HTML zones rotating unlimited number of banners. Auto disables banners after "X" number of views.
  2. Mark

    Vote button in new window

    Yes of course :) the target goes on the <A> tag. Glad you got it working
  3. Mark

    Vote button in new window

    no problem, edit the follwing templates link_code_type_stats.html link_code_type_static.html link_code_type_link.html link_code_type_extra.html be sure to copy them to child folder so they are not overwritten every upgrade (skins/default/child/) And add target="_blank" to the link attributes
  4. Mark

    BUG - Many sites, Same Acc

    Very strange, can you test on aatoplist.com and see if the problem is reproducible?
  5. Mark

    Gateway is not always displayed

    If the gatway is not showing, then the incoming vote is probably not considered valid. Are the sites linking from http or https? and is your list on http or https?
  6. Mark

    Option without banner

    Both are true, in "Best practice" its not ideal. But the real world impact should be minimal if a quick and dirty fix is all that is needed.
  7. Mark

    Option without banner

    you could also upload a 1px X 1px transparent PNG image for your default banner.
  8. Mark

    Banner is missing from the list

    Can you check with FTP and see if any files are located in: https://toplistenportal.de/banners/mp4/
  9. Mark

    Banner is missing from the list

    Looks like you banner was converted to MP4 but did not render. I suspect ffmpeg is not configured properly on your server. https://toplistenportal.de/banners/mp4/Vote2all_1605710433.mp4 Can you check admin -> tools -> convert member banners to see if your system supports it?
  10. Mark

    Banner is missing from the list

    Can you provide a link to your list?
  11. Mark

    Installation problem

    Are you positive your MySQL user has all privleges? its looks like it may not based on this error message: "CREATE command denied to user"
  12. Mark

    Working On It Update CodeMirror to 5.58

    Good call, its been a while since that has been updated. Consider it done for next release.
  13. Mark

    Where is {$content} handled?

    $content is populated based on the page you are on. so on the main rankings page, the templates loop through table_top_row, table_row on the details page, $content is comprised of the details template. most other templates are named logically like join_form, user_cp, search_results etc. the...
  14. Mark

    Simpler page link to site ?

    Awesome, i thought somebody had done something like this years ago! Thanks for the heads up! This should get you sorted Ken.
  15. Mark

    Simpler page link to site ?

    Hi Ken, pretty much any link from the "customers" website to your Visiolist website will work to count votes. The way these lists have worked for the past 20 years or so is to link from your customers website to the homepage of your topsite list. That way, they visitors go back "out" to...
  16. Mark

    Vote Picture

    For that I believe you need to install a True type font and edit your Settings_buttons.php to use the font. It’s been a few years since I’ve used this, but this should get you going: https://www.php.net/manual/en/function.imagettftext.php
  17. Mark

    White, Black or Half Loaded Screenshots :(

    So I set the screenshot delay all the way up to 30 seconds but still your screenshots render the same, so I ran a cross browser test and found that many browsers just render your website that way no matter how long it waits. So maybe we helped you spot a cross browser compatibility problem...
  18. Mark

    White, Black or Half Loaded Screenshots :(

    I will roll a new function into the screenshots script for extra slow sites.
  19. Mark

    White, Black or Half Loaded Screenshots :(

    Well you can optimize that site a lot to make it much faster,google gives some good tips like this one: Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. Learn more. URL Potential Savings...
  20. Mark

    White, Black or Half Loaded Screenshots :(

    try again, if it still renders like this I will add an extra option for websites that load this slow. Honestly its Probably 1/1000 websites that will be this slow and have this problem, it doesn’t make much sense to slow everyone else’s screenshot requests down, that sites speed really...
Top