Search results

  1. Mark

    Change settings not saving on fresh install.

    the problem is as I outlined above, plugins that came with alpha release need to be re-installed. I can delete them and reinstall them if you want, that is the only solution.
  2. Mark

    Change settings not saving on fresh install.

    this probably has to do with the way your host is handling the ownership of files uploaded via PHP. When you look at your files via FTP you will see owner/group information they should all be the same regardless if they were uploaded via PHP or FTP. Usually this means using suPHP or FastCGI...
  3. Mark

    SEO Plugin

    I should mention if anyone has SEO feature requests, this is the place to post em
  4. Mark

    SEO Plugin

    VERSION 1.3# This is the start of a larger ongoing project. For now this plugin adds the following abilities 1. Input meta description and keywords from the VisioList admin panel. Used on pages except categories, stats pages. For categires edit any category and input your description and...
  5. Mark

    Change settings not saving on fresh install.

    a note to anyone else who might experience this, the reason is I included the "clean urls" plugin with the 2.4, 2.5 and 2.6 downloads. The problem is the "installer" for this plugin was never run so when you try and save changes it looks for a field that does not exists and throws an error...
  6. Mark

    HTTP 500 error on admin setting page

    got it thanks, I see a couple interesting things here I will address first thing in the morning. Unfortunately I dont believe I see anything related to an "Internal Server Error 500" here, but I see you have suHosin installed and that could be a place for me to start digging, will let you know...
  7. Mark

    HTTP 500 error on admin setting page

    what does your error log say? is button_config.php write-able? (chmod 666)
  8. Mark

    Customizing your style with Jquery UI

    1) visit: http://jqueryui.com/themeroller/ 2) Roll your own theme or download a premade theme 3) upload the css file and the images folder to yourtopsite.com/css/ui/ overwriting the current jquery-ui-1.8.12.custom.css (check to ensure you have the correct version in wrapper.html where this...
  9. Mark

    Feedback on Google Translate

    I usually dont put much faith in automated translations, but since I am at the moment investigating all options for VisioLists multi language feature, and Google translate is by far the easiest to integrate and also offers the advantage of translating user data (site descriptions, titles etc)...
  10. Mark

    Top pages

    yup, 2 ways to do this. 1) manually add the link, open wrapper.html and find the 3 current links and add yours as illustrated below: <div id="topmenu"> <ul> <li><a href="{$list_url}/">{$lng->main_menu_rankings}</a></li> <li><a...
  11. Mark

    RoadMap

    2.6 has been released downlaod here: http://visiolist.com/community/attachments/visiolist-alpha2-6-zip.36/
  12. Mark

    VisioList Alpha 2

    Update posted: VisioList-alpha2.6 to upgrade from existing VisioList install, simply upload and overwrite all files EXCEPT: settings_sql.php and button_config.php
  13. Mark

    RoadMap

    VisioList Alpha 2.5 has been released and can be downloaded here: http://visiolist.com/community/attachments/visiolist-alpha2-5-zip.35/
  14. Mark

    VisioList Alpha 2

    Update posted: VisioList-alpha2.5 to upgrade from existing VisioList install, simply upload and overwrite all files EXCEPT: settings_sql.php and button_config.php
  15. Mark

    Change settings not saving on fresh install.

    must be a plugin that came with 2.4 that has not been installed through the plugins panel. You could try uninstalling and re-installing the plugins or wait for the 2.5 release which I expect to have up in about 1 hour.
  16. Mark

    VisioList Wishlist

    meta tags from the admin, as well as a more dynamic approach to meta tags overall will be included in a future release. The code for this is basically done and just need to be integrated into VL. Multiple sites per account is also basically complete (just needs some security checks) and will...
  17. Mark

    Back link choices.

    oi oi oi, how did I manage that. Both of these bugs have been fixed and will be included in the release later today. thanks again for a great bug report mate.
  18. Mark

    Page Creation

    ahh it seems I need to create a new URL helper for this, it was developed using clean URL's and I assumed (dangerous) the regular URL's would translate fine. I'll have a look at this and ensure this is fixed in the next update, thanks again for a great report mate
  19. Mark

    Carousel 2 - Rotating Screenshots

    At the moment its only for featuring the premium members, if you can give me an example of "other things" you want to use it for, I can probably put something together quickly for you.
  20. Mark

    Menu Manager

    The user interface for this part is something I was not really happy with, so if it turns out to be confusing for user I am ready to work on simplifying it. Honest feedback and ideas for improvement are appreciated.
Top