Search results

  1. Mark

    speed site

    what is the file extension you are trying? this feature works just fine.
  2. Mark

    speed site

    my pleasure :) You can optimize this using a cron job and storing the status in VL_sites table. But it would take some PHP skills to do so
  3. Mark

    speed site

    disable server status, your site wont load until that hits or misses. Bad idea.
  4. Mark

    speed site

    what is your URL? 5 seconds is an indication that your server is overloaded or you have bad PHP code slowing things down. these are from my lists: Script Execution Time: 0.04858 Script Execution Time: 0.07122 Script Execution Time: 0.03231
  5. Mark

    What is your subject matter?

    Lets use a post as other to list those that do not fit, I am not able to add any more choices to the poll
  6. Mark

    Automatic Upgrades!

    With the release of VisioList 1.0 licensed customers can keep their sites up to date and secure without any extra effort! - no more downloading the zip file, extracting it, and uploading the bundle to your server! - our upgrade server connects direct to your server via FTP and uploads the new...
  7. Mark

    Working On It Email system suggestions

    Another follow up, thanks to Basti's hard work this has also been included for 1.0 * Update the list of email (on bottom) as you apply the filter
  8. Mark

    Overall Stats on main page (like on aardvark)

    no he just wants the exact same behavior as the old aardvark overall stats (we removed this because of performance VS usefulness) You can make a new file in plugins/overallstats/global_start.php and add the big query in there. no time to test and troubleshott this, but perhaps it gets you...
  9. Mark

    TBFM Music Directory

    For the record Music is a passion of mine, been playing guitar for 15+ years :) I recognized and like the song playing on your online radio too, but still the usability of not being able to mute only your window to prevent it from playing over top of my own music was a serious UX issue. In...
  10. Mark

    TBFM Music Directory

    I know its there for a reason, but the autoplay music caused me to close the window immediately, when i turned my speakers down and reopened for another look, I realize the music restarts with every page I view... outta here :) as a visitor, I am of the opinion (and its just my opinion) that no...
  11. Mark

    Overall Stats on main page (like on aardvark)

    Sounds like you would need to copy the queries into a new plugin that would be available on all pages. Since you put the code in wrapper, can you verify all the stats show up as expected when you visit the overall stats page? I'll check back with you tommorow and we'll get something...
  12. Mark

    User cpanel

    You just need to edit the path to reflect the clean URL
  13. Mark

    User cpanel

    I am unable to reproduce this on my 0.9 install, as long as clean URL's are disabled the trailing slash is not added. Feel free to open a private discussion with me including your admin password and I will investigate further.
  14. Mark

    Overall Stats on main page (like on aardvark)

    should be able to just edit table_wrapper template and paste this: <div style="width: 300px;margin: 0 auto;"> <table cellspacing="1" cellpadding="1"> <tr><th class="stats_top" colspan="3">{$lng->stats_overall}</th></tr> <tr><td class="stats1" colspan="3">{$stats_overall_average}</td></tr>...
  15. Mark

    User cpanel

    admin -> Content -> Manage menus -> Edit Menu -> Select Header edit your URL path as needed.
  16. Mark

    Visio 1.0

    Sure, I have just finished testing the new SMTP mail sending features, and am now going over the admin panel and cleaning up some UX. All known issues are now solved Final stage of testing is underway looking for any new bugs (today) Then we will invite a few users to help beta test and look...
  17. Mark

    how to rehook a moved plugin ?

    and the next one will take you 2 minutes :) well worth the investment of learning I would say.
  18. Mark

    how to rehook a moved plugin ?

    Changing the core means you will need to re-apply all your edits after each upgrade. This is can be very time consuming, plugins are a MUCH better way to handle PHP edits, we can always add new hook locations if needed. My advice to everyone is NEVER edit the core, you will regret it later...
  19. Mark

    AdsCaptcha instead of ReCaptcha

    Your pastebins are "private" and you have not provided any information... Please try to provide people with enough information to help you.
  20. Mark

    small question

    please, lets not start another duplicate topic. post in the correct thread so you can give a chance to those involved to reply. I dont use adscaptcha, and would never consider putting anything like this in gateway so I'm of no help in this case.
Top