Search results

  1. 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.
  2. 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.
  3. 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?
  4. 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...
  5. 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>
  6. Mark

    Banner php extension help please

    I'm not sure I know what you mean, could you provide a little more information please?
  7. 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.
  8. 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.
  9. 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.
  10. Mark

    VisioList 1.9

    This is fixed now, thanks! setenforce 0
  11. 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.
  12. Mark

    screen shot stays black

    Thanks for the report, this is now fixed. setenforce 0
  13. 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...
  14. 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.
  15. Mark

    SSL Activation

    admin -> settings -> change settings and set the URL to use https then install your SSL (letsencrypt or whatever provider you like) on your webhost as usual.
  16. Mark

    Page not show on global menu

    you need to add it to the menu by editing the template. Parabola is also deprecated.
  17. Mark

    Homepage keywords and description

    Hello, login to admin -> settings -> change settings.
  18. Mark

    Screenshot plugin

    you can place the screenshots however you like in your skin, it's a basic bootstrap skin, typoically teh screenshot should go on left side (there is an empty space for them) and they should fit in nicely. Can you send a screenshot or link where I can see it misbehaving?
  19. Mark

    Screenshot plugin extension

    yes, you can absolutely upload the images manually via FTP /screens/www.YOURDOMAIN.COM.png /screens/www.YOURDOMAIN.COM_med.jpg /screens/www.YOURDOMAIN.COM__small.jpg
  20. Mark

    Image Thumbnail

    seems to be the case, yes
Top