Search results

  1. Mark

    Error: For security reasons, you must delete the install directory before the script will run.

    The install directory is only need to install the script, once installed it needs to be deleted. It will never affect your ability to log in. That is not possible.
  2. Mark

    500 Internal Server Error

    Hello, can you post the most recent entry from your server log? The demo site is running PHP 8.2 so may just be somethign missing in your server config, the error log will tell us exactley what the issue is.
  3. Mark

    Regular Banner not Displaying

    you could try loading the banner as a CSS background? not sure if it will work, but worth a shot.
  4. Mark

    CAPTCHA doesn't work

    I highly recommend you enable recaptcha instead. If you want to use that original captcha, you just need to ensure you have PHP compiled with GD library.
  5. Mark

    Banner php extension help please

    The system is designed to handle banner uploads so banners are stored locally, you would need to modify the script to allow users to only post a URL and to load the banners from their server instead. This is outside the scope of support and you would need to hire a developer to assist with...
  6. Mark

    VisioList 1.9

    I suspect I'll have update ready before the end of this month. Your zip fil issue is most likely caused by PHP not compiled with zip?
  7. Mark

    Linking Custom Page to Category

    they are already viewable by default, just click on the link from the “manage custom pages” in the admin panel. If you want to link to a custom page just add the HTML link to your wrapper.html template.
  8. Mark

    Linking Custom Page to Category

    that is not at all how that works, categories are ranking categories. Custom pages have nothing to do with categories or rankings, they are for static content only.
  9. Mark

    Linking Custom Page to Category

    Custom pages are just stand alone pages, like an about us or other type of page. I’m not sure what you mean by link to a category, but there is no categories for pages. Maybe provide an example of what exactly you are trying to do?
  10. Mark

    Banner php extension help please

    ahh dynamic banners are not allowed by default, we expect the user to upload the banner to your server rather than loading dynamically like that. you could manually override the banner_url field in the database or create a plugin to disable the file upload and just ask for banner url instead...
  11. Mark

    Categories Plugin

    I think you just need to edit your wrapper.html template and shuffle your tags around for example, the default title tag: <title>{$list_name} - {$header}</title> might be better as: <title>{$header} | {$list_name}</title>
  12. Mark

    Banner php extension help please

    I'm not sure I know what you mean, could you provide a little more information please?
  13. Mark

    VisioList 1.9

    PHP 8.0 I have it running on fine on 8.2 as well, but there are some deprecated warnings which have been fixed for next release.
  14. Mark

    No permission to download

    Hello, sorry for the delay, from where are you trying to download? I am able to access file downloads via your account.
  15. Mark

    Server status, location & Geolocation

    You could add custom join fields to have the server admin input this information upon signup. I know a few people have done this in the past, no plugin needed.
  16. Mark

    VisioList 1.9

    This is fixed now, thanks! setenforce 0
  17. Mark

    error on installation CGI PHP any solution?

    What is the exact error? you might see a warning but in most cases the installation will proceed as normal.
  18. Mark

    screen shot stays black

    Thanks for the report, this is now fixed. setenforce 0
  19. Mark

    Image Thumbnail

    This is the minimal configuration, but these are the steps to get it running. Since this is part of the service we provide, support for this is well outside the scope of a regular VisioList license. That said, enjoy! If you really need further help setting this up, feel free to send me a PM...
  20. Mark

    Image Thumbnail

    Yes, if you have a dedicated server (root access required) and can install a headless browser. I would not be willing to support it, but would be willing to share the code so you could run it locally.
Top