Search results

  1. Mark

    Working On It Historical IP logging

    This is a good idea, I will work to add this to a future version. Thanks!
  2. Mark

    What is a unique vote anyway?

    A unique vote is a click in from an IP address that is not in the ip_log. The ip_log is emptied on the first click after midnight via psuedo cron. So once a day the ip_log is reset.
  3. Mark

    SMPT mailing system

    If you are experiencing issues the place to check is: /sources/misc/skin.php line 141: $mail->SMTPSecure = 'tls'; change to: $mail->SMTPSecure = 'ssl'; Let me know how you make out, we may need to add a variable and admin field for this.
  4. Mark

    Upgrade 1.3 to 1.5 did not work

    The upgrade from 1.3 -> 1.5 should have worked no problem, many users have followed that upgrade path. If you still have your original database all you need to do is import the _sites and _stats tables and your 30 members will show up. Further, if you can restore to 1.3 and send me FTP login...
  5. Mark

    Wondering how to change User_content

    You should be able to find those in the language / phrase editor
  6. Mark

    You can vote unlimited amounts of time?

    Hello, it appears you have a plugin or custom code that is breaking the "in" functions and affecting votes. Please disable all plugins or custom code and try again, then once confirmed its working as expected re-enable each plugin 1 at a time until you find the culprit.
  7. Mark

    How to make a small list

    My Apologies, I haven't forgot about you, just got swamped. Did you still need help with this?
  8. Mark

    How to make a small list

    Where would you like the small list to be displayed? on another site? in your wrapper? You could simply parse the rss feed to get the top 5 results. http://aatoplist.com/feed.php
  9. Mark

    Creating pages inside a plugin

    Take a look at the contact form plugin, its the simplest method possible to create a page from inside a plugin.
  10. Mark

    Using Conditionals in Plugins to show content on specific pages/sections

    This can go into any hook.
  11. Mark

    Creating a homepage that doesn't have rankings

    unfortunately its waaaay more complicated than that :) The entire script revolves around the home page displaying actual rankings. There will be problems with pagination, category paths etc that need to be sorted out. Not to mention the OUT traffic will go down dramtically without the top...
  12. Mark

    [Help] Why is it that only top 2 slot has a banner?

    Hello, sure! simply copy the contents of table_top_row to the table_row template. Then empty the contents of table_open and table_close. That will make all listing look the same as your "top" members.
  13. Mark

    Blank page when trying to install

    Hello, please check your error log for more details about the problem. If problems persist please provide FTP and MySQL credentials in a private conversation so I can test the settings
  14. Mark

    Top Money Making Websites

    Off to a good start! Best of luck with it :)
  15. Mark

    base url remove

    base URL has absolutely nothing to do with structured data, its only used for relative paths. I think you need to speak with Google about this... the base URL and your "unspecified type" really have zero relationship. I think this is a bug in their validator and you are thinking your will...
  16. Mark

    base url remove

    Sorry i am still not able to reproduce, can i ask what the problem is? I mean, its showing 0 errors, 0 warnings. What is this line preventing you from doing? Why is this validation so important? is it possible this is a bug with the validator?
  17. Mark

    base url remove

    If you look at your screenshot, you have added an extra line that is not on my site :) Try putting <meta property="og:locale" content="en_US" /> BEFORE the base tag as it is on my site, I am just not able to reproduce this "issue".
  18. Mark

    base url remove

    I added the tag: <meta property="og:locale" content="en_US" /> no problems or errors returned: https://search.google.com/structured-data/testing-tool#url=https://www.aatoplist.com/
  19. Mark

    base url remove

    the base tag has nothing to do with structured data that I am aware of. when I run my lists, I get no errors or warnings. https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.aatoplist.com%2F So you must have another line of code you have added that is causing the...
Top