Search results

  1. Mark

    auto approve

    This should work: yourdomain.com/index.php?a=user_cpl
  2. 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.
  3. 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.
  4. Mark

    after new install adding new member

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

    beta version or in development

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

    Background image for premium users

    We do offer custom skin development if you need help for a reasonable fee.
  7. 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.
  8. 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...
  9. 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.
  10. 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.
  11. Mark

    People can´t upload banner

    Your theme appears to be using 10+ year old aardvark templates? I strongly recommend you use VisioList default template and build your child theme from that so you have all of the correct tags.
  12. Mark

    Background image for premium users

    The easiest would be to use the code I posted above, wrapping the div around all 3 tables.
  13. Mark

    People can´t upload banner

    You will need to check your error log to see why, it sounds like an error is being produced when the banner is uploaded and that is killing the session. If you cant find your error log or your host is no help, start by using the unmodified default theme and all plugins disabled. Then start...
  14. Mark

    Background image for premium users

    Well you can see that you have 3 <table> tags. It depends how you want your background image to work. If you want 1 background to fill everything you need to make those 1 big table OR remove all of your table backgrounds and wrap all 3 tables in a <div class="myrankingtable"> <div...
  15. Mark

    Background image for premium users

    this is custom code so you need to start undoing some of your other CSS. you have this which is setting your background color and some padding: <table bgcolor="#C5DAEB" style="padding: 10px 0 0 0;"> I would replace that with <table class="myrankingtable"> and add your styles to...
  16. Mark

    People can´t upload banner

    Yes, try it.
  17. Mark

    Trying to get SMTP working, get an error...

    Check your servers mail log and error log for clues, double check to make sure your SMTP credentials are accurate. SMTP host is usually a domain name, not localhost (though localhost may also work).
  18. Mark

    Error 500 nobody can join my site anymore

    The plugin needs those fields, if you re-install the plugin they will be recreated.
  19. Mark

    Background image for premium users

    make sure you dont have "top left no-repeat" on your "background-image" property.
  20. Mark

    Error 500 nobody can join my site anymore

    cool, then just remove that field and you should be all set i guess
Top