Search results

  1. Mark

    Adding Options to Join Form

    not possible to join more than 1 category, sorry. login to admin, manage join fields, there you will see the template tag: {$acf_XXXX} where XXXX is the name of your custom field. Simply paste that tag into your child/stats.html template where you want it to show up
  2. Mark

    Site Default to Show a Single Default Category Instead of it Showing Sites in ALL Categories?

    not by default no, you would need to make a custom plugin for that.
  3. Mark

    Duplicate URL and Title

    @cajkan this thread is about users submitting duplicate website URL's ;) not duplicate content URL's (though I must admit I have never seen duplicate content on the URL's you are referencing, there is nothing planned for upcoming release)
  4. Mark

    Solvemedia on Gateway

    You are free to code your own plugin, you have the ability to add this yourself ;)
  5. Mark

    Overall Counts that work in Wrapper

    After some quick testing, looks like you would need a custom plugin for that, query the database stats table and sum all incoming values. Do the same for outgoing.
  6. Mark

    RPGI Topsites

    Looking good, keep up the good work!
  7. Mark

    Duplicate URL and Title

    That is a feature (not a bug) we have several clients who use visiolist to rank Twitter and Facebook profiles etc. You would need a custom plugin to check for and prevent duplicate URLs like these.
  8. Mark

    Premium Monthly rather then weekly?

    No, the system was built for weeks only.
  9. Mark

    Overall Counts that work in Wrapper

    {$in_overall}{$out_overall} These worked in table_wrapper with overall stats plugin installed.
  10. Mark

    Not Feasible seo url, replace old style url

    this tutorial will help you http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  11. Mark

    Not Feasible seo url, replace old style url

    ahh so you want to use the title instead of the username as the URL slug. That is probably do-able, but the SEO benefits are minimal and would create bugs that would need to be worked out (especially for existing lists and integration with other plugins and themes). I may consider this in the...
  12. Mark

    Link Code page

    As per the manual link above: Admin - settings - button settings
  13. Mark

    Link Code page

    Disable Google freindly links.
  14. Mark

    Link Code page

    http://visiolist.com/docs/button-settings See the section on google friendly links.
  15. Mark

    Not Feasible seo url, replace old style url

    no, there is no reason or benefit to adding .html to the end of the URL. I don't know why anyone would want that.
  16. Mark

    Not Feasible seo url, replace old style url

    hello, please enable clean_urls in admin->settings. it makes your URL's like: /details/supermartin/ instead of ?a=details&u=supermartin
  17. Mark

    GoodBye Parabola

    Given this is a 1 developer operation, that one is less likely, drag and drop is nice, but really its just a bit of bloat, its not like people edit widgets so often that an interface is needed to position elements, a little HTML editing will always be required and even the old menu system works...
  18. Mark

    GoodBye Parabola

    Yes 100%! Great suggestion
  19. Mark

    Link Code page

    You need to write a custom plugin for that
  20. Mark

    Link Code page

    did you look in the link code templates? skins/parabola/link_code_type_link.html skins/parabola/link_code_type_rank.html skins/parabola/link_code_type_stats.html skins/parabola/link_code_type_static.html
Top