Search results

  1. Mark

    Register/Approve

    You will need a custom plugin for that, or you can make a feature request, the link code was hidden to prevent spammers from obtaining your link code (an idea I didnt really support at the time either). To be honest I think this should be changed and link code should be available by default in...
  2. Mark

    updated link code

    hmm thats an odd one, I am unable to reproduce this. what skin are you using? and are these the steps to reproduce? 1) login to admin, uncheck google friendly links 2) logout of admin, login to user control panel and click link code 3) links shown are still Google friendly 4) refresh that...
  3. Mark

    Helpfull tips for changing domains

    indeed, you will also need to run a find and replace query in MySQL to update those paths in the new database from the old URL to the new one. take a backup first http://www.mediacollege.com/computer/database/mysql/find-replace.html
  4. Mark

    Helpfull tips for changing domains

    I did this on a list with 50,000+ members and it worked out fine. you will need to put a dynamic 301 redirect to handle all your incoming button requests to avoid your members having to change their link code. edit site_url in admin settings to your new URL Thats about all there is too it...
  5. Mark

    Register/Approve

    Hello, sorry, I don't understand the question. Can you try again with greater clarity?
  6. Mark

    Newest Members

    we can add the site description to the plugin for next update I think, not sure if description will be enabled in the template by default though. If not, you will want to make a child template in your plugin for that affected template. I'll post specifics if needed when the time comes.
  7. Mark

    How to create a plugin

    The file name needs to match your plugin hook location. So instead of my-plugin-text.php rename that file to global_start.php The file name dictates where your code will be inserted.
  8. Mark

    How to create a plugin

    to work with some hosting environment where /stats/ was reserved, the stats.php file is now details.php
  9. Mark

    Upate Error!!!

    The problem is you are hosting a large number of scripts on a single database. Create a new MySQL database and you will not have any problems. PS the way you are hosting these websites is a huge security risk. If 1 site gets infected, they will all get infected.
  10. Mark

    Amazon S3 Hosting

    not at this time no, though its totally possible to do.
  11. Mark

    Upate Error!!!

    nope, you sent incomplete details :)
  12. Mark

    Bug Fix help with my errors

    its just a notice, it means you have en empty variable. it really sounds like you are installing an old version of the terms plugin. Try deleting the terms plugin completely, and upload fresh terms plugin downloaded from the resource manager.
  13. Mark

    Bug Fix help with my errors

    those errors indicated your plugins are probably out of date, install the latest version of those plugins and you should be all set.
  14. Mark

    Newest Members

    Hey Panzerdude, here is a demo: http://www.aatoplist.com/ description limited to 100 characters zip file attached that what your after?
  15. Mark

    Vote Button success page

    Check this plugin, I think this behavior is a little better, but you can easily modify it to redirect to the details page instead of linking to it. http://visiolist.com/community/resources/vote-message.25/
  16. Mark

    Contact Form

    check the overview tab above :) Contact page is located at yoursite.com/sendmessage/ If you do not use clean url it is yoursite.com/?a=sendmessage I will be posting an update to this one very soon as well, needs some nicer default cosmetics etc.
  17. Mark

    Completely Disable Categories

    my pleasure, cheers
  18. Mark

    Completely Disable Categories

    yeah that behavior with your CSS is caused by your cache (probably cloudflare) for sure
  19. Mark

    Upate Error!!!

    that is a new one, is your Aardvark list heavily spammed by chance? I would like to see the database to isolate what is causing this, if you can provide me with phpmyadmin access that would be really helpful.
  20. Mark

    Boostrap 3 - responsive

    That demo you spotted will posted in the next week or 2 incase you want to use that one.
Top