Search results

  1. 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.
  2. Mark

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

    This can go into any hook.
  3. 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...
  4. 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.
  5. 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
  6. Mark

    Top Money Making Websites

    Off to a good start! Best of luck with it :)
  7. 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...
  8. 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?
  9. 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".
  10. 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/
  11. 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...
  12. Mark

    Contact Form

    if you have SMTP settings enabled and populated in your admin panel it should just work.
  13. Mark

    base url remove

    That line helps with relative paths and URL rewrites, perhaps if you can provide details about the issue you are having with it I can provide some better advice.
  14. Mark

    Rotate Premium Banners [Deleted]

    yeah I thought that might be the case. The problem is HTML is static (never changes) and {$premium_rotate_row} is dynamic (changes as the members change). I'll give some thought to how you might be able to accomplish this.
  15. Mark

    Rotate Premium Banners [Deleted]

    Hello, did you try {$premium_rotate_row}? Ad zones are for "HTML ads" so this {$premium_rotate_row} tag will probably not work in them (I think adzones are queried before the premium members). This plugin may need to be modified to make that work.
  16. Mark

    Contact Form

    Not sure how that happened, I have uploaded a new file with SMTP. Thanks for the heads up!
  17. Mark

    Contact Form

    Mark updated Contact Form with a new update entry: SMTP and spam prevention II Read the rest of this update entry...
  18. Mark

    Contact Form - SMTP and spam prevention II

    Antoher update of SMTP
  19. Mark

    Contact Form

    Mark updated Contact Form with a new update entry: Reupload of 1.3 Read the rest of this update entry...
Top