Search results

  1. Mark

    Catching up :)

    things are good, hope the same for you! Time flies!
  2. 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...
  3. 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.
  4. 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)...
  5. Mark

    GDPR Consent plugin?

    if you add other things (like plain text for example) to your child theme wrapper do they show up?
  6. 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.
  7. 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
  8. Mark

    VisioList 1.9

    Did you follow these setup steps? https://visiolist.com/community/threads/payment-provider-coinbase.2379/
  9. 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
  10. 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
  11. 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...
  12. Mark

    Every Vote Site Showing Same Screenshot

    You can replace sources/in.php with this file to fix this issue.
  13. 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.
  14. Mark

    Screenshot server update patch

    Did you create an API key and enter into your admin?
  15. 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.
  16. 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...
  17. Mark

    Return policy ?

    With open source software (or any software for that matter) there is no return policy.
  18. Mark

    Content of "Added Website" Confirmation Site

    Yes you can edit the skins/YOURSKIN/link_code.html (copy it to /child/ folder) to display whatever you like. If you don't need the standard linking options you can remove everything in that template and put it just what you want.
  19. Mark

    Custom Pages use the "main core"

    I'm having a little trouble understanding, but for premium members you will edit child/table_top_row_premium.html child/table_row_premium.html for regular members table_top_row.html table_row.html There you will see the links, they are just plain HTML and you can adjust as need to open in a...
  20. Mark

    Account Edit Clearing Database

    Indeed, this is not really how that function was designed to work. You should probably make your own database field for your custom script that is inserting the data OR you should add join field the edit form and simply make it hidden so the correct value you custom inserted is passed behind...
Top