Search results

  1. Mark

    premium bug

    do you see any clues in your error log?
  2. Mark

    VisioList 1.2

    thanks for the report :) but please post in the topic for Affiliate tracker.
  3. Mark

    VisioList 1.2

    open index.php and find this: // Enable when coding error_reporting(E_ALL); replace it with // Enable when coding //error_reporting(E_ALL); And you should be good to go
  4. Mark

    VisioList 1.2

    Bundles are now online, I didn't get to test as much as I wanted... so if you have any issues please let me know right away. Just wanted to get this up for you guys without further delay.
  5. Mark

    Custom Enter Field

    Please look at: admin -> tools -> manage join fields should be self explanatory.
  6. Mark

    premium bug

    Click Edit member and you can modify the start date etc. how many days ago did this member buy premium?
  7. Mark

    Plugin Help

    you can creatively use the {$rank} template tag and use that to build your CSS classes. example: <div class="table_top nice{$rank}"> then in CSS you can set your backgrounds etc. .nice1 { background: red; } .nice2 { background: yellow; } .nice3 { background: green; }
  8. Mark

    Top50Servers - Before the Re-Design.

    looks good, I especially like the lower tables design, that was actually more how parabola was intended to look out of the gate :) nice job!
  9. Mark

    Show sidebar except from main-site

    nothing wrong with this solution :) always several different ways to accomplish stuff. nice work
  10. Mark

    VisioList 1.1

    We can see on your lists stats are resetting just fine each day. We assume you have manually placed tags into your ranking tables and you are looking at total in rather than unique.
  11. Mark

    VisioList 1.2

    Fresh Install Instructions http://visiolist.com/docs/Installing-visiolist Upgrade from 0.9 Instructions Due VisioList 1.0 being a milestone, you first have to perform the 1.0 upgrade Upgrade from 1.0 Instructions - Take a backup of your files and database in case something goes wrong -...
  12. Mark

    VisioList 1.1

    Hello, these notices have been corrected in 1.2 which I will post in a couple of hours. these I am investigating now, and if necessary a fix will also be included in 1.2
  13. Mark

    Register time problem

    There are some localization issues with date/time functions and PHP/MySQL open index.php and change this to your time zone: date_default_timezone_set('America/Los_Angeles'); you can find all timezones here: http://php.net/manual/en/timezones.php we will move this into a more flexible...
  14. Mark

    Over $500 in prizes! VisioList Skin Contest

    yup also the rewards were pretty small for anyone who has the knowledge/skills.
  15. Mark

    questions about reset

    no problem we do offer custom PHP development upon request, looking at $50 for that one. send paypal to admin@oswebhosting.com and we will have this done within 24 hours for you.
  16. Mark

    Over $500 in prizes! VisioList Skin Contest

    No takers :) Well it was worth a shot. </idea>
  17. Mark

    Banner Upload limit

    asked several times, please try the search function to avoid duplicate questions: http://visiolist.com/community/threads/banner.1031/#post-6457 http://visiolist.com/community/threads/custom-how-to-incraise-banner-limit-size.487/
  18. Mark

    questions about reset

    Yes, of course you can make a new database table to store top 5 winners, for this you would want to make a custom plugin rather than hacking a PHP file direct. There are many possible hook locations you could use for this, it all depends how you want to code it. Dive in! :)
  19. Mark

    Tags

    tags have been discussed ad nauseum in several other topics here, better to contribute to existing topics rather than start yet another thread :)
  20. Mark

    VisioList 1.1

    Looks like last minute addition caused notice. Can you try this: open sources/user_cp.php find: $TMPL['user_cp_content'] = ''; $TMPL['subtext'] = ''; Add this after: $TMPL['user_cp_premium_membership'] = ''; hopefully that will take care of initializing the variable, I...
Top