Search results

  1. Mark

    FastCGI error with VisioList

    I will duplicate your environment, please let me know your OS version, Web server type (Apache, IIS etc)
  2. Mark

    FastCGI error with VisioList

    hmm are you on a windows server? error code: 0x80070026 is not a PHP error. FastCGI is fully supported, I use it myself on several servers
  3. Mark

    Stats Doesnt work in clean url

    Ask your host if mod_rewrite is supported. If they say yes, ask them why it doesnt work. I have no idea why it doesn't work for you and it works fine for everyone else. Click the sample page link in the header menu, to see the Clean URL working on a custom page. http://visiolist.com/demo/
  4. Mark

    Stats Doesnt work in clean url

    it works just fine with custom pages, on your server clean URL's do not work at all. Cannot say it any clearer. This is a problem with your host, not VisioList.
  5. Mark

    Stats Doesnt work in clean url

    Just use the .htaccess that comes with VisioList. If it doesnt work, ask your host. There is nothign I can do to help, this topic is only about urls with /stats/....
  6. Mark

    Stats Doesnt work in clean url

    Like I said above: either you dont have .htaccess in place or your server does not support apache mod_rewrite.
  7. Mark

    Stats Doesnt work in clean url

    No i mean clean URLs work fine for everyone, either you dont have .htaccess in place or your server does not support apache mod_rewrite.
  8. Mark

    Stats Doesnt work in clean url

    and? it works fine, what are you missing? It seems like your posting off topic here, do you have an issue with /stats/? or are you unable to get any clean URL's working?
  9. Mark

    Long Term Todo phpBB Bridge

    unfortunately its a fairly big task and is pretty low on the priority list so we dont expect it anytime soon
  10. Mark

    Stats Doesnt work in clean url

    I dont understand what you have done, and this is your first post in this topic so I have no idea why you are changing anything. there is only 1 .htaccess... no idea what you mean by "all"
  11. Mark

    Long Term Todo phpBB Bridge

    I agree, would be nice and this is infact on the long term todo list
  12. Mark

    Change sender's name in welcome email

    Nice catch Morus, we'll update this for 0.9 :)
  13. Mark

    renaming stats page - URGENT FEEDBACK NEEDED FROM EVERYONE

    it seems several server environments use the /stats/ path for internal use, the result is some VisioList users are unable to use clean url's on those hosts. So we have decided to change our path to the members "stats" pages. I was going to use /profile/ but I realize in some languages other...
  14. Mark

    Site Title

    ahh yes, that can be found in sources/rankings.php on line 38 $TMPL['header'] = "{$LNG['main_header']} - {$TMPL['category']}"; if you want to handle this via plugins (highly recommended) so you dont need to re-apply this change with each update make a new file called...
  15. Mark

    /stats folder problem where is {list_url} data?

    Here is an updated bundle with all instances of /stats/ replaced with /profile/ let me know if you find any that I may have missed. You can overwrite all the files except your settings_sql.php let me know how it goes for you. Summary of Changes: changed all templates with links from...
  16. Mark

    /stats folder problem where is {list_url} data?

    changing list url will not help, but I already told you where that is changed. Login to admin, click settings... its the field labeled: "URL to the VisioList directory" you will need to change that path from /stats/ in MANY places... its best if I make this change for everyone going forward
  17. Mark

    Linkback Required

    there are a few problems with this old directory technique (speaking from experience). 1) your assuming that people will place the button on the index page 2) if your not, then you need to also ask the user for a URL where the button is located 3) you need to scrape every members page every...
  18. Mark

    Site Title

    for that you can just edit the wrapper template, you should see the - in the <title> tag near the top.
  19. Mark

    /stats folder problem where is {list_url} data?

    list_url is the value set in your admin settings for your entire list URL. You have a couple choices to work around your host. - move your list to a sub folder - dont use clean_url's since this issue seems to affecting a few people I think we may need to drop /stats/ and instead use /...
  20. Mark

    VisioList Mail Help

    should just be a matter of adding those fields to the join_form template (and the join process plugin file), but this might be handled differently in that plugin (I am not familiar at all with that plugin). Best bet would be to ask in that plugin thread, so other users and the plugin author can...
Top