Search results

  1. 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...
  2. Mark

    HTTP 500 error on admin setting page

    what does your error log say? is button_config.php write-able? (chmod 666)
  3. 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...
  4. 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)...
  5. 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...
  6. Mark

    RoadMap

    2.6 has been released downlaod here: http://visiolist.com/community/attachments/visiolist-alpha2-6-zip.36/
  7. 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
  8. Mark

    RoadMap

    VisioList Alpha 2.5 has been released and can be downloaded here: http://visiolist.com/community/attachments/visiolist-alpha2-5-zip.35/
  9. 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
  10. 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.
  11. 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...
  12. 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.
  13. 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
  14. 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.
  15. 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.
  16. Mark

    Back link choices.

    Alright found the problem, it seems not all of your files are from alpha 2.4. Open skins/parabola/link_code.html and you should see only: {$link_code_content}, however on yours we see the old template code. To be safe you should probably overwrite all files from the 2.4 bundle incase there is...
  17. Mark

    Menu Manager

    that looks correct to me, you have a menu set called "main" and when you hit go you should see the items in that menu. IF there are no items, click on the "create new menu item" tab and add some (this can also be done when creating custom pages)
  18. Mark

    RoadMap

    Good bug reports are always helpful at this stage, and if there is anything unclear that you would like to see covered in the documentation let me know that as well.
  19. Mark

    Back link choices.

    Very strange, if possible can you send me a private message with some login info (FTP/topsite admin) so I can have a quick look around. I noticed your button_config.php was the default settings which would imply that button settings were never saved, but even the default settings will show a...
  20. Mark

    Beta Testing Begins May 1

    Hi Anna, this is something I am slowly working on as time allows. Writing a good user manual is quite time consuming, but once we have the product ready this will be an important next step.
Top