Search results

  1. Mark

    A few problems / Changes

    good stuff. Ah the "dynamic stats button" works like that, 1 image with stats/text overlayed on top. We'll be introducing some more widgets in the future with dynamic data, the current dynamic stats button is quite limited.
  2. Mark

    A few problems / Changes

    Manual has been updated with as much detail as I could muster for button settings. If you have any questions please ask and I will work on improving that page if needed. http://visiolist.com/docs/button-settings
  3. Mark

    A few problems / Changes

    1) your key has just been approved a couple of minutes ago, you just needed a little patience as intructed on the API form. Try it now, should be good to go. 2) yes paypal token is required, yes paypal still uses tokens, and I have just confirmed the instructions are accurate. Here is a step...
  4. Mark

    What happens when...

    1) featured member = 1 randomly selected site. Featured member has nothing to do with "premium members" which are "paid". Infact this should probably be renamed to "Random member". 2) all transactions are prepaid. Raising prices will have no effect on existing premium accounts.
  5. Mark

    What happens when...

    I think you mean "Number Of Premium Members To Feature" This function is only for plugins that display premium members, its up to the plugin how to select the members. Some might order by random, others might order by rank or premium start date. This setting has no effect on a "vanilla" list.
  6. Mark

    AdsCaptcha instead of ReCaptcha

    adscaptcha integration looks identical to recaptcha, this should be no problem. As soon as I have some time I will take a look at integrating that option, then adding to gateway should be the same as you have done above.
  7. Mark

    {$unq_in_0_monthly}

    that protection can only be a cookie ;) So if I restart my router and delete brwoser cookies I can vote again 99% sure.
  8. Mark

    {$unq_in_0_monthly}

    I voted, then cleared my cookies... without checking them first. oops :confused: I cannot change my IP with router restart so I need to wait until I am allowed to vote again, to confirm the cookie is set. Again, you can check your cookies and you will probably see one there from that domain...
  9. Mark

    {$unq_in_0_monthly}

    I cant find a link to click to count a vote, sorry no time for exploring at the moment. Really though, the solution is still to "set a cookie" that does not expire upon voting which is quite easy to do.. And/or log the IP which we already do. There is no other way, you can confirm those sites...
  10. Mark

    {$unq_in_0_monthly}

    well 1 thing we could do is set a cookie, but that would be trivial to cheat (user can simply delete the cookie). These are really the only 2 ways to track a user on the internet.
  11. Mark

    Creating a very simple plugin - Part 2

    OK think I see where your going wrong, you didn't apply the hook location I gave you in my last post :) instead of using "global_start" hook you should be using "include_source" (Dont forget to add that hook location I posted above)
  12. Mark

    Creating a very simple plugin - Part 2

    Hi Mate, we have added a new hook location into index.php for 0.7 that will help you with this (your request in post #3). This is a required hook to show alternate front pages etc. index.php find: require_once("{$CONF['path']}/sources/{$page_name_path}.php"); add this BEFORE: eval...
  13. Mark

    A Couple Of Questions

    Hi there, 1. at the moment its set to one time payment, but I believe this can be set to a recurring subscription fairly easily, I'll check closer over the next couple of days and post back what I find. 2. Visiolist is $29.95 for a lifetime license to use and includes 1 year of version updates...
  14. Mark

    Woooo Congratulations guys !

    a) even the most complicated stuff can be done without modifying the core and using only plugins (perhaps with a little FTP upload for adding new /sources/). We can add new hook locations to the core if needed, you should never modify the core files becuase your upgrades will take forever and...
  15. Mark

    Implemented Manage Hook Positions in side colums via admin cp

    scripts like Drupal and wordpress both have fantastic methods for ordering blocks, the UI is not the problem. The problem I have is how to set the firing order of the actual plugin code.
  16. Mark

    Twitter Vote Integration

    Hi Adam, thanks for the suggestion. This is possible and would make a nice addition to the twitter plugin I think. Let me think on this for a while as I had an idea to extend the twitter plugin in a sort of similar direction that needs to be thought out a bit more
  17. Mark

    Website Desciption Length is Limited

    using a tool like phpmyadmin change the "description" field in the "VL_sites" table to "text" instead of varchar (255)
  18. Mark

    Listing like on xtremetop100.com

    Everything but #3 can be done by simply editing a few skin templates (table_top_row, table_row and table_row_premium). #3 - we will have a plugin available soon that will allow for a "Full description" which will not be limited to # of characters.
  19. Mark

    Branding Free does not work

    just to clarify, the VisioList logo image is removed from "wrapper" template.
  20. Mark

    Blank Page after fresh install

    for those interested, there is a little further reading on this topic in the manual :) http://visiolist.com/docs/plugins
Top