Search results

  1. Mark

    Error with database

    looks like you have modified sources/admin/edit.php put it back from fresh VisioList download.
  2. Mark

    need random sites function

    you would need to make a plugin for that.
  3. Mark

    How to change "Login" button to something else?

    all phrases in VisioList are edited in admin -> languages -> edit phrase optionally you can also add a new phrase in admin, and change the tag used in your templates
  4. Mark

    footer editing

    sounds like you have an open div from the parent container still open. before opening your footer, close the div. </div> You might also want to run your code through the w3c validator to ensure you don't have any stray tags.
  5. Mark

    Where to change date format?

    http://visiolist.com/community/threads/some-questions.1311/#post-8567
  6. Mark

    eXtremePrivateServers

    very nice job, looks excellent!
  7. Mark

    star rating system

    That's really odd, there is no login required to rate, never has been either.
  8. Mark

    star rating system

    you can use the legacy version if you like until we get the new one built. open sources/details.php and find the following line: //////////// //REVIEW SECTION TO BE UPDATED //////////// $reviews_on = 0; change to: //////////// //REVIEW SECTION TO BE UPDATED ////////////...
  9. Mark

    Dynamic Banner

    Size and position http://php.net/manual/de/function.imagestring.php http://php.net/manual/en/function.imagestring.php experiment with changing them, and you will see exactly what they do.
  10. Mark

    Dynamic Banner

    This button can be configured/styled using a PNG designed in your favorite editor (Photoshop) and by editing the PHP code in settings_buttons.php to,control where the stats are placed
  11. Mark

    Banners

    Hello, this feature was removed in the interest of speed (loading remote images can slow down your site) and security (loading remote images can be dangerous) we have discussed the option to paste a URL and have PHP copy the banner to your local server, but it has never been given priority as...
  12. Mark

    Screenshot Questions

    those screenshots will not be overwritten unless you manually regenerate that specifc site, so you should be all set. The screenshot rendering already waits about 5 seconds to give the page a chance to load, so if your site has not fully loaded you might want to optimize that site to load a...
  13. Mark

    help with the OUT link

    yup, that would explain it :) look forward to hearing how this works out for you
  14. Mark

    help with the OUT link

    hmm sounds like a cache issue, that should not be possible
Top