Search results

  1. Mark

    pagination modification

    not recommended as there is no hook location for this, so you would need to hack the core files (which means you need to do this after every upgrade) but if its important to you :) source/rankings.php this is previous <: $TMPL['multiple_pages_p'] .= $TMPL['url_tail'].'"...
  2. Mark

    need random sites function

    no problem, started a private conversation with payment info etc.
  3. Mark

    need random sites function

    Sure, our current development rate is $25 per hour, this would take 1 hour.
  4. Mark

    Error with database

    this is localized to your list, its interesting that your banner URL is cut off in the error messgae: near '://extremepri this really should probably read something like: near 'http://extremepri
  5. Mark

    ranking/sorting

    a quick search found this: http://visiolist.com/community/threads/sort-server-listing-by-date-newest.1656/ that what your after?
  6. Mark

    need random sites function

    its pretty basic, if you have a little PHP knowledge you can look at the existing featured member code and use that as a base to build your own plugin with more than 1 member. Check the tutorial on how to build a plugin here: http://visiolist.com/community/threads/how-to-create-a-plugin.20/...
  7. Mark

    Error with database

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

    need random sites function

    you would need to make a plugin for that.
  9. 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
  10. 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.
  11. Mark

    Where to change date format?

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

    eXtremePrivateServers

    very nice job, looks excellent!
  13. Mark

    star rating system

    That's really odd, there is no login required to rate, never has been either.
  14. 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 ////////////...
  15. 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.
Top