Search results

  1. Mark

    VisioList RC1 Draft

    please send FTP login and admin password to **private** so I can investigate
  2. Mark

    VisioList RC1 Draft

    hmm not sure what went wrong, I did the same edit on my test list and it worked. the full query should look like this: $DB->query("CREATE TABLE `{$CONF['sql_prefix']}_screens` ( `screenshot_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `requested_url` VARCHAR( 255 ) NOT NULL ...
  3. Mark

    VisioList RC1 Draft

    found the problem, a missing ) open plugins/screenshots/install.php replace line 26 with this: `username` VARCHAR( 255 ) NOT NULL"), __FILE__, __LINE__); and run the installer: http://YOURTOPSITEURL/index.php?a=admin&b=plugins&install=ScreenShots
  4. Mark

    ATTN: Mark

    sure, you can reach me at: **private**
  5. Mark

    VisioList RC1 Draft

    ahh the check for new screenshots query on the admin homepage would cause that problem. use the URL below to update the database: http://YOURTOPSITEURL/index.php?a=admin&b=plugins&install=ScreenShots
  6. Mark

    VisioList RC1 Draft

    did you follow the update the instructions in the initial post?
  7. Mark

    VisioList RC1 Draft

    This release includes all reported bug fixes as well as some new functionality to upgrade from previous VisioList release: -Do NOT overwrite your settings_sql.php or button_config.php -upload all other files to your server -go to admin -> plugins and click the install icon beside Screenshots...
  8. Mark

    Ambiguity of "topsite"

    While I agree with this sentiment, I find it very hard to imagine we will be able to change Googles mind on this definition enough so they change their filters from blocking any site matching the keyword "topsite".
  9. Mark

    List of remarks

    for now yes, when the final release is available updates will be only the changed files.
  10. Mark

    AffiliateTracker

    I had the files in a folder in the original zip, this has been corrected and will install smoothly now :) Thanks Karl
  11. Mark

    List of remarks

    all new versions will be posted in the downloads section for existing members, only new customers will download from SWreg downloads section: http://visiolist.com/community/forums/visiolist-core-downloads.14/ I will be posting this update at some point today for sure, decided to make a few...
  12. Mark

    AffiliateTracker

    VERSION 1.2# This plugin tracks member referrals. When a visitor clicks a button on one your members sites, then joins your VisioList that will count as a "referral". Referrals for each member are linked from the members stats page. to install, download the zip attached, then upload the zip...
  13. Mark

    List of remarks

    Thanks, I have all the bugs fixed above and a couple other new additions, will be posting the next update in a couple hours. not a bug, that is intended to go the members stats page
  14. Mark

    List of remarks

    Hey Djack, i tracked the invalid XML problem to this line: <category label='Aujourd'hui' /> is there another way to say this in Frech without the ' ? perhaps jour en cours? and yes I would be very happy if you would share your french translation language file.
  15. Mark

    VisioList Wishlist

    close: {$unq_pv_0_daily} is what your after note that averages and maximum values for daily, weekly, monthly, total are also available if you so desire. ie: {$unq_pv_avg_weekly} {$unq_pv_max_weekly}
  16. Mark

    Search when Clean URL is enabled

    this has been corrected, I missed including this in the last release. for those who wan tto fix it now open wrapper.html and find: <form action="index.php" method="get"> replace with: <form action="{$list_url}/index.php" method="get">
  17. Mark

    Screenshots

    the screenshot is just a browser window (internet explorer) so as long as the website opens within 5 seconds it should take the screenshot fine. If you can send me a domain name your having troubles with I can investigate. The alternative is to manually take the screenshot and upload it to the...
  18. Mark

    List of remarks

    thanks! these will be fixed in the next 24 hours. The option for a longer description will probably be handled a bit different, still considering options for this. just to add a few more bugs to this list when new member is approved via admin the email sent should contain either more linking...
  19. Mark

    Categories and Premium at the left

    there will be a "style manager" added in a future version :)
  20. Mark

    VisioList Wishlist

    for sure boardhopper , this is also virtually done already from the old ATS mod, just needs some added security and converted into a VL plugin.
Top