Search results

  1. Mark

    Error: Invalid Category.

    Your category slugs are not correct. If you look at the slug for Cabal Online its Cabal-Online and this is correct. Spaces should be replaced with - Not sure why some are correct and others are not, maybe you pasted from a word processor or something that has spaces that did not get...
  2. Mark

    Error: Invalid Category.

    Thats an odd one, never seen that. I would check your database and see what you have set for category and category slug values. Can you provide a screenshot of your _categories table?
  3. Mark

    edit_join_field issue

    Basti is not around these days but I'm assuming $TMPL['error_field_choice_value_'.$i] .= ''; $TMPL['error_style_field_choice_value_'.$i] .= ''; should have been: $TMPL['error_field_choice_value_'.$i] = ''; $TMPL['error_style_field_choice_value_'.$i] = ''; I...
  4. Mark

    Upgrade from 1.4 to 1.5 fpm-fcgi

    just proceed with the upgrade, you will be fine.
  5. Mark

    beta version or in development

    no, Basti is away and a large chunk of this new version is his new payment integration method. I dont want to rush a release.
  6. Mark

    Current Lic not showing up in account

    Thanks, indeed, you are a very old custimer with license pre-dating our current members system :) your license is activated now!
  7. Mark

    screenshot server 504 gateway timeout

    That would explain it :) old versions do not have access to the latest screenshot server. We can do the update for you no problem, version 0.9 is ancient. Estimate $40 for that update to get you up to the latest version running default responsive theme. If you have a heavily customized...
  8. Mark

    screenshot server 504 gateway timeout

    Can you confirm you are running the latest version of VisioList (1.8) the screenshot server is rendering as normal.
  9. Mark

    Current Lic not showing up in account

    that is odd, can you PM me with paypal email address or transaction ID please. I suspect your subscription was setup manually outside of the members area so there is no API connection.
  10. Mark

    default theme

    Your video tag has a fixed width of 728px, this should likely be set to 100% width instead. I must admit I have no experience with these new mpeg banners but I would suspect on mobile devices you may want to hide all of the user banners to save your visitors bandwidth. You could surround the...
  11. Mark

    auto approve

    This should work: yourdomain.com/index.php?a=user_cpl
  12. Mark

    auto approve

    You need to make sure you have a paypal business account and enable PDT https://developer.paypal.com/docs/api-basics/notifications/payment-data-transfer/ In the near future we will also offer an IPN option, but for now it requires PDT with token.
  13. Mark

    Responsive Default Theme

    Make sure you are using the theme included with VisioList. This thread should be removed as it is no longer relevant.
  14. Mark

    after new install adding new member

    hello, please try creating the following empty folder /images/extra/ That should solve it for you
  15. Mark

    beta version or in development

    no we don't give early releases for user testing. ETA for next release is Feb 15
  16. Mark

    Background image for premium users

    We do offer custom skin development if you need help for a reasonable fee.
  17. Mark

    Background image for premium users

    yes, I can see it working, its just your code has other issues. As I said in your other thread, I recommend you run the default theme until you can get this theme updated. Its just very old, custom made and is missing many important templates and tags.
  18. Mark

    People can´t upload banner

    you are going to run into a lot of problems with this old theme, I highly recommend you use and modify the default theme until you get your custom theme ready for production use. Our default theme is very plain but there is also very little code so its MUCH easier to customize, not to mention...
  19. Mark

    Background image for premium users

    Make sure you are adding this to /screen.css since that is the only CSS you are loading into your page.
  20. Mark

    Background image for premium users

    no, I already posted the exact code above. Here you have just added 3 divs in addition to yoru 3 tables. Look at my code above, 1 div wrapped around all 3 tables.
Top