Recent content by adeel786

  1. A

    Spammers posting through existing accounts with no need to login?

    I was about to make a thread on this. Several threads from different established ids were created on our forum as well today.
  2. A

    Xenforo User Email field extraction using API

    @Mike How can I set this permission? I am using guest api key, with only user:read scope before the latest release, by using guest api key I can fetch the email. Now all data is displaying except email
  3. A

    XF 2.1 How to use strpos in templates xenforo 2.1

    I want to do something like if featured image present show featured image else if thread first post message contain Media='youtube' tag show bbcode else show website logo
  4. A

    XF 2.1 How to get custom threads field value in template

    I want to get custom thread value in page_container field First I created custom thread field Now I want to get this custom field value in page_container template I tried this: {$thread.custom_fields.getFormattedValue('disableAds')} OR {$thread.custom_fields.disableAds} and...
  5. A

    XF 2.0 kindly help with this error - require_once(): Failed opening required './global.php'

    require_once(): Failed opening required './global.php' (include_path='.:/usr/share/pear:/usr/share/php') how can I fix this? Thanks
Back
Top Bottom