Search results

  1. Mark

    Created Sort server Listing by date-newest

    awesome job Basti!
  2. Mark

    Gateway not work

    Sounds like you might be using an out of date skin, I seem to recall a gateway template from a year or 2 ago that had incorrect links.
  3. Mark

    Odd Code on admin pages since installing plugins.

    Can you ask your host if you have SSH? That will make searching all files a few seconds job and will show you exactly where you have enabled debugging.
  4. Mark

    Images as navigation buttons

    Plain ol' HTML/CSS HTML: <ul class="mymenu"> <li><a href="/">Home</a></li> </ul> CSS: .mymenu li a{ display:block; padding: 5px; background: #000 url(path/to/image.jpg); }
  5. Mark

    Second Column

    Hi Karl, this has been added to your list let me know any tweaks or if you spot any issues.
  6. Mark

    Inactive Members

    X amount of days without any recorded pageviews or hits in. I used to use 30 days, then manually reviewed, if the site was still active I would send an email with the link code. Sometimes webmasters update their design or software and just forget to put the button back.
  7. Mark

    Created Sort server Listing by date-newest

    this more of a feature request than a general help question. moving to plugin reqeusts
  8. Mark

    Error 500 and denied access

    error 500 are "internal server errors" which means something on those pages is being forbidden by your web hosting environment. Your error log should give you a clue, your host should also be able to provide more information. If both of those avenues are not helpful, start with your .htaccess...
  9. Mark

    Odd Code on admin pages since installing plugins.

    that can only happen when debugging is enabled, I am sure if you look close you will see somewhere along the way you have added the debug line to your files somewhere. There is no way installing any of our plugin can enable this. Unless your uploading a plugin that has debugging enabled...
  10. Mark

    PHP scripts dont work?

    No, this is what plugins are designed for. The easy insertion of PHP into the application.
  11. Mark

    PHP scripts dont work?

    http://visiolist.com/community/threads/how-to-create-a-plugin.20/ You need to make a plugin, it's very easy.
  12. Mark

    PHP scripts dont work?

    this is part of the default theme: {$lng->main_members}: {$num_members}
  13. Mark

    PHP scripts dont work?

    Maybe, I seen code after the include. So that code needs to be moved into the included file, or handled via plugin
  14. Mark

    [Tamper Data] Upload Banners

    Short answer is yes, and no known exploits at this time.
  15. Mark

    PHP scripts dont work?

    Php should be handled in plugins, not templates. See the tutorial on how to make a simple plugin.
  16. Mark

    Odd Code on admin pages since installing plugins.

    That code showing up at the bottom is the output from debug, make sure debugging is disabled. Usually this is done in index.php but if your only seeing this in admin, then you or someone else may have added a line to show debug data in admin only pages. If you cannot find it, you can re upload...
  17. Mark

    Vote code change the name to numbers

    numbers only are no safer numbers only are no better
  18. Mark

    Category form

    just a reminder screen.css should not be edited direct ;) copy edits into user.css to avoid losing all of your changes when you upgrade later.
  19. Mark

    Auto Check...

    if you mean check for a username that already is in use.... That is also already a feature.
  20. Mark

    Auto Check...

    you mean check for duplicated domain submission? That is already a feature.
Top