Search results

  1. Mark

    Not Feasible VisioList Free Version Suggestion.

    This will be considered, no doubt there are some nice benefits to releasing free.... but in the mean time there is always Aardvark Topsites PHP :)
  2. Mark

    VisioList 0.6

    HI Kinu, datatables + special characters is the problem here. Try this: Open skins/admin/wrapper.html and find: $('#man').dataTable( { replace with $('#man123').dataTable( { we are re-coding the manage members for an upcoming release.
  3. Mark

    Twitter [DEPRECATED]

    just a quick update, I am halfway done the new twitter oAuth plugin. I expect it to be posted here within 48 hours.
  4. Mark

    Fatal Error.

    that is actually something like what the long terms goal of this ad manager is, but its definatley a long term thing. I am not aware of anything else that might work.
  5. Mark

    Fatal Error.

    no problem, let me know how it goes for you
  6. Mark

    Wondering About Something.

    no problem, open table_top_row.html and table_row.html templates from your skins folder and add the appropriate tag: {$unq_in_0_daily} - unique hits in today {$unq_in_0_weekly} - unique hits in this week {$unq_in_0_monthly} - unique hits in this month {$unq_out_0_daily} - unique hits out...
  7. Mark

    Fatal Error.

    hope you uploaded all the files ;) Ads plugin was included with 0.5 I believe. I have attached the Ads plugin here, you can just upload this zip through the admin plugins manager, and you should be all set.
  8. Mark

    Fatal Error.

    there was a note in the install instructions about this. navigate to admin, plugins, click the install icon beside "Ads" and you should be all set.
  9. Mark

    Category Name and description

    this has now been created under the Seo Plugin, making use of its own template and will be included with 0.7 release :)
  10. Mark

    Category Name and description

    Hello, first open index.php and find: // Determine the category skin and meta data if ($TMPL['cat_exist']) { Add this after: $TMPL['cat_desc'] = $CONF['categories'][$TMPL['cat_exist']]['cat_desc']; (This code will be included in 0.7 so you dont need to re-apply it when you upgrade)...
  11. Mark

    Premium Membership not Expiring

    indeed the later start date is the issue, as Basti mentioned it is on our todo list and is now high priority so should be included in 0.7 release.
  12. Mark

    Firefox 9.0.1 issues

    Alright, the new thread bug in firefox 9 has been resolved
  13. Mark

    Firefox 9.0.1 issues

    update: I see the editor is missing from the new post pages but is present on the quick reply. Will get this fixed up today, thanks for the report Karl :)
  14. Mark

    Terms And Conditions

    VERSION 1.1# This plugin allows you to add "Terms And Conditions" to your join form along with a checkbox, if the box is not checked the submission will return an error. To add the terms, go to your admin panel -> Settings Found under the Security tab you can add your terms. Note If you...
  15. Mark

    Premium Membership not Expiring

    interesting, I have not seen this behavior before. On all demo lists (and the clients lists I manage) this feature works as expected. When you made these accounts premium, did you set the start date using the calendar? That must be set, and is the only explanation I can come up with.
  16. Mark

    Firefox 9.0.1 issues

    I updated to 9.0.1 yesterday and everything here on the forum still working great, using it as we speak.
  17. Mark

    Screen shots for affiliate links

    these plugins are probably parsing the host out of the URL for the screenshot path, that may help the investigation.
  18. Mark

    Happy Holiday's to all!

    Merry Christmas to you and yours as well Karl! Looking forward to an exciting 2012!
  19. Mark

    Affiliate links

    good stuff :) thanks for the feedback!
  20. Mark

    VisioList 0.6 Released

    you should never need to recode or modify any PHP files, that is 100% the reason for us introducing the plugin system, it allows you to modify the PHP stuff without changing your files :) IF you start hacking PHP files, i guarantee you will find our frequent updates will become the bain of...
Top