Search results

  1. Mark

    help with the OUT link

    ahh for validation you have a couple different options if memory serves, but testing is needed. If this function is broken, your clicks out will not increase the out count. option 1: replace & with & out_url = '{$list_url}/index.php?a=out&u=' + username+'&go=1'; option 2...
  2. Mark

    help with the OUT link

    I don't think so, but its worth testing to make sure (make sure you test in many browsers as this can be sticky). There is no benefit I am aware of messing with those out links.
  3. Mark

    VisioList 1.3

    hi Kelly, you must go from 0.8 -> 0.9 -> 1.0 first as there were significant changes in those versions. Then you should be able to go from 1.0 -> 1.3, but take a moment and read through the update instruction post for each version topic first just to make sure.
  4. Mark

    updated link code

    :) cool, most likely some overzealous cache
  5. Mark

    Helpfull tips for changing domains

    assuming your sql prefix is vl update vl_sites set banner_url = replace(banner_url,'olddomain.com','newdomain.com'); Again, be sure and take a backup.
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. Mark

    Register/Approve

    Hello, sorry, I don't understand the question. Can you try again with greater clarity?
  11. 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.
  12. 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.
  13. Mark

    How to create a plugin

    to work with some hosting environment where /stats/ was reserved, the stats.php file is now details.php
  14. 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.
  15. Mark

    Amazon S3 Hosting

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

    Upate Error!!!

    nope, you sent incomplete details :)
  17. 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.
  18. 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.
  19. 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?
  20. 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/
Top