Search results

  1. Mark

    Lost password and Premium notifications

    Then I am at a loss, mail functions work perfect on all the lists I have access too. Are you sure your host was not able to spot any issues in the error_log? Regardless of mail() or SMTP functions the error should 100% be in the log... but bluehost is a consumer grade host and might be...
  2. Mark

    Lost password and Premium notifications

    In Visiolist - admin -> settings -> other settings make sure all SMTP setting boxes are empty.
  3. Mark

    Lost password and Premium notifications

    Can you check your admin settings and make sure you did not enable SMTP?
  4. Mark

    RSS Feed Importer

    At the moment you would need to modify the plugin for this (or you could do it with javascript in your theme). In the future we will add a setting to the admin for this. I didn't have time to test this, but it should get you started: edit plugins/RssImporter/details_compile_details.php...
  5. Mark

    Lost password and Premium notifications

    Please ask your host to check the logs when you trigger the lost password function. They should be able to quickly identify what happens on the server side and see if something is preventing the mail from being sent.
  6. Mark

    Lost password and Premium notifications

    No issues with lost password email notifications, but your host reputation, and 3rd party spam filters can cause issues. I was not aware of the premium status issues but thanks to both of you for outlining what you are experiencing, I have not noticed this on my lists but this function is long...
  7. Mark

    How to enable Multilanguage?

    Cajkan brings up a good point about duplicate content, some additional protection would be needed to ensure proper indexing. Could be as simple as only indexing the primary language by adding noindex tag to all other language variants. Worth noting for sure.
  8. Mark

    How to enable Multilanguage?

    We only have a few complete translations available for VisioList, I agree with Basti and think the Google translate option is the best at the moment for translating the interface. I know the translations are not the best, but i think its better than the options available in language packs at...
  9. Mark

    Screenshot Issues - What Did I Screw Up?

    I just generated 25 screenshots, all worked just perfect. Check yoru error log for clues, make sure you are using a valid API key.
  10. Mark

    Forbidden Error when trying to install language

    blank page means a suppressed fatal error, please try to empty your database and re-run the installer. You can also check your error_log on your server to see what the error was.
  11. Mark

    Switching Site Member Site Links to Shortened Links (Don't Do What I Did)

    yup, those links could be used on the "out" links, from your list to your members. If you disable "googld friendly links", then I see no reason why you couldn't use the shortened links as you attempted.
  12. Mark

    Forbidden Error when trying to install language

    You might also try this (but using suPHP or FastCGI is a better option as you will also have problems editing skins, uploading plugins etc): /languages/ - chmod 777 /languages/english.php - chmod 666
  13. Mark

    Download older paid releases (0.9) last

    Its an investment ;) some people make much more than that each month from their VL.
  14. Mark

    April 21 your list needs to be mobilefriendly

    Here you are :) http://googlewebmastercentral.blogspot.ca/2015/02/finding-more-mobile-friendly-search.html
  15. Mark

    Low Priority: Wondering if We Can Mess With the Footer Link Making it an Affiliate Link

    the best way to do this is to make a plugin to inject your affiliate URL into the powered by tag :) its totally fine to do this, and is a great way to boost affiliate sales. I will add this to my list of things to post soon, I think its a nice plugin that I know I have built in the past, i...
  16. Mark

    April 21 your list needs to be mobilefriendly

    In my world this has been a key issue for the past year or so with my biggest client, this April 21 date is a very important one but truth be told its hard to say how everything will work out in the end so we are preparing both ways. This is my real world dilemma with this :) we have the...
  17. Mark

    GetPaidTo.org Top Site List (Free Online Money Making Sites)

    coming along quite nice :) good work, and good luck with it!
  18. Mark

    Option for List Admin to Add a Referral Link to the Listed Site

    you should be able to do this using the custom fields option in the admin panel, check it out and see if that does the trick. Then you can extend that field data in many possible directions using plugins :)
  19. Mark

    Screenshot Turning Out Black

    99% of the time black screenshots happen when the domain in question has DNS errors and our screenshot server fails to resolve the domain. Screenshots are stored on your host, they are not updated until the user requests that a new screenshot be generated (they do this from the control panel)...
  20. Mark

    Should I Risk Upgrading a Heavily Code Modified Aardvark Install?

    This is a tricky one, but your on the right track. Normally the way I would like to handle a complicated upgrade would be: duplicate the old list on a subdomain like dev.freecashonlinetopsitelist.com duplicate the database update the settings_sql.php file on dev.freecashonlinetopsitelist.com...
Top