Search results

  1. Mark

    How I can add many sites from the database via phpmyadmin?

    you need to create an import script to ensure proper ownership and default values are added to the database. Simply look at the existing structure of VisioList database, look at your database structure and start coding to make them match. We can create an importer for you if you lack the PHP...
  2. Mark

    Gateway not work

    Hey bud, when posting adult links you should warn people... sheesh. I was able to vote without any issue. Landed on gateway, clicked enter and vote... worked fine.
  3. Mark

    How to Look Like This

    edit the table_top_row and table_row templates using plain HTML / CSS to style how you like.
  4. Mark

    Guest Blogging Plugin

    a couple of users are using this and I am gettign no error reports, I suppose we could release this as a premium plugin anytime. I'll talk it over with Basti and see how we want to handle this.
  5. Mark

    Created Sort server Listing by date-newest

    awesome job Basti!
  6. 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.
  7. 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.
  8. 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); }
  9. Mark

    Second Column

    Hi Karl, this has been added to your list let me know any tweaks or if you spot any issues.
  10. 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.
  11. Mark

    Created Sort server Listing by date-newest

    this more of a feature request than a general help question. moving to plugin reqeusts
  12. 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...
  13. 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...
  14. Mark

    PHP scripts dont work?

    No, this is what plugins are designed for. The easy insertion of PHP into the application.
  15. 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.
  16. Mark

    PHP scripts dont work?

    this is part of the default theme: {$lng->main_members}: {$num_members}
  17. 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
  18. Mark

    [Tamper Data] Upload Banners

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

    PHP scripts dont work?

    Php should be handled in plugins, not templates. See the tutorial on how to make a simple plugin.
  20. 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...
Top