Recent content by Michael_IO

  1. Michael_IO

    XF 2.2 How to prevent custom BB Codes from showing up on the BB Code help page?

    Ok, this was my fault and a stupid mistake. Once you define an example usage for the BB Code, it will show up on the help page. Totally missed that, sorry. Removing the example usage fixed the issue.
  2. Michael_IO

    XF 2.2 How to prevent custom BB Codes from showing up on the BB Code help page?

    I've created a custom BB Code for internal use but this code is showing up on the public BB Code help page. Is there a way to prevent this? Unfortunately I have not found an option for this. Thanks!
  3. Michael_IO

    XF 2.2 What affects the !$user.isSearchEngineIndexable() conditional?

    Thanks, I've modified the template and removed the conditional in order to prevent indexing of member profiles.
  4. Michael_IO

    XF 2.2 What affects the !$user.isSearchEngineIndexable() conditional?

    Hi, I want to prevent that Google indexes member profiles and while looking at the member_view template, I noticed that there already is a conditional for this: <xf:if is="!$user.isSearchEngineIndexable()"> <xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>...
  5. Michael_IO

    Lack of interest Add option for question threads to sort answers by votes as default

    It would be really nice to have an option to sort answers for "Question Threads" by votes as default. This would ensure that quality responses appear first once people read threads / responses, which is IMHO best for usability and also encourages users to write quality content.
  6. Michael_IO

    XF 2.2 Question Thread Type: Sort answers by votes as default?

    Thank you. It would be really nice to have an option to sort by votes by default. This would ensure that quality responses appear first once people read threads / responses, which is IMHO best for usability and also encourages users to write quality content.
  7. Michael_IO

    XF 2.2 How to change the summary type for Twitter Cards?

    Hi, it seems Xenforo supports the Twitter Cards feature, but by default the output in the <head> is: <meta property="twitter:card" content="summary" /> How can this be changed to: <meta name="twitter:card" content="summary_large_image" /> Is there an option for that somewhere?
  8. Michael_IO

    XF 2.2 Question Thread Type: Sort answers by votes as default?

    Hi, when using the "Question Thread" type, is it possible to make the "Sort by vote" option the default?
  9. Michael_IO

    XF 2.2 Permanently delete posts / threads / users in approval queue

    @Painbaker Thanks, just purchased the add-on.
  10. Michael_IO

    XF 2.2 Permanently delete posts / threads / users in approval queue

    Hi, how can posts / threads and users in the approval queue be permanently deleted instead of just spam cleaned or rejected? I basically want these entries deleted from the database. And how to change the default for the "notify user checkbox"? Thanks.
  11. Michael_IO

    XF 2.2 Mismatch between user count in forum statistics and list users in admin

    Hi, what could be the reason for a mismatch of user count in forum statistics on the frontend and list users in the XF admin (backend)? Previously I had a mismatch of roughly 10k users. After cleaning up the users via an add-on from @AndyB I still have a mismatch of roughly 2k users. Are users...
  12. Michael_IO

    XF 2.2 Change limit of X posts before users can post links

    Ok, thank you very much. I'll have a look for an add-on. (y)
Top Bottom