Search results

  1. Mark

    Image Thumbnail

    That website appears to have significant load time delay, content render is blocked until assets are fully loaded. The white screenshot is what the server sees while the page is loading. (Time to Interactive 9.7 seconds) http://104.207.141.83/uorshard.com.png
  2. Mark

    Considering a purchase

    Hi there, yes, still supported! Though new features are few and far between, really only updating for security and bugfixes as they arise.
  3. Mark

    Image Thumbnail

    Can you provide a couple sample URLs? I can check the screenshot server log and see if they are generating
  4. Mark

    Created Sort server Listing by date-newest

    should be just fine using CSS to hide
  5. Mark

    Catching up :)

    things are good, hope the same for you! Time flies!
  6. Mark

    Upgrading From Version 0.6

    Hi Michel, the price increase this past year was necessary, its the first and only price increase in 15 years, I hope you understand. I think your best bet is to let me do the upgrade for you at no charge, that way it gets done properly in the most efficient way possible. How does that...
  7. Mark

    Automatic Upgrades!

    There is no ETA, the current releases are very stable but I am hoping to have an update before the end of the year.
  8. Mark

    How To Stop Review Spam

    edit sources/rate.php find this line (line 92): $review = $this->bad_words($review); add this after it: eval (PluginManager::getPluginManager ()->pluginHooks ('rate_process_before_insert')); then you can upload the attached plugin, if you get more spam (and I suspect you will)...
  9. Mark

    GDPR Consent plugin?

    if you add other things (like plain text for example) to your child theme wrapper do they show up?
  10. Mark

    How To Stop Review Spam

    The reviews system is no longer supported but it should be easy enough to add some spam protection to the old one. I'll see if I can put together a plugin today for you.
  11. Mark

    Undefined index: sql_prefix

    Php 7.3 and 7.4 is supported, most active lists are running these versions. something else missing on that install above, did you empty the prefix Field? You just need a prefix and that notice would not happen. I will make that field required for next release
  12. Mark

    VisioList 1.9

    Did you follow these setup steps? https://visiolist.com/community/threads/payment-provider-coinbase.2379/
  13. Mark

    boxing on the left

    this is done by editing the wrapper template, most likely it’s a bootstrap theme so just move the sidebar div container before the main content container. I can provide a sample for the default theme if you need
  14. Mark

    banners and screen shots no longer work from page 2 onwards

    that is by design, only the top X listings show banner by default. To show the banner on all listings simply copy the template code from table_top_row.html and overwrite table_row.html
  15. Mark

    Typo in vote_message_fail

    you can find any core language entries by going to admin -> Content -> Manage languages then search for part of the phrase. this will let you change the wording for any of the "core" verbiage. If its from a user contributed plugin (like this appears to be) you need to navigate into the...
  16. Mark

    Every Vote Site Showing Same Screenshot

    You can replace sources/in.php with this file to fix this issue.
  17. Mark

    Every Vote Site Showing Same Screenshot

    Hey There, thanks for reporting this, that is indeed a bug. I will have this fixed up and a patch posted this weekend.
  18. Mark

    Screenshot server update patch

    Did you create an API key and enter into your admin?
  19. Mark

    Return policy ?

    Once you open a chargeback case claiming the product is not as described your payment is frozen which means your membership and access to download resources is also frozen. You have escalated your refund to paypal, so that is now where this will be resolved.
  20. Mark

    Content of "Added Website" Confirmation Site

    Hello, did you try editing the link_code.html template? Simply open it up, and add your link however you want it to be displayed. Its just plain text / HTML so should be simple enough. empty anything in that template and put this in: link to: https://yourdomain.com/ if you need...
Top