Recent content by Ivan_P

  1. I

    XF 1.5 Upload FIle Size Limit Variable

    Hi, I need to customize the following message: "uploaded_file_is_too_large_for_server_to_process" with the maximum size allowed for the upload of a file. Something like this: "File is too large. Maximum file size is 5 MB." Is there a variabile (i.e. {upload_size_limit}) I can use? (i.e. "File...
  2. I

    Retrieving tags associated with a thread

    I am looking for a way to extract via SQL the tags associated with a thread. It looks like the tags of a thread are in the field tag of the table xf_thread. The problem is that such field contains codes in an hexadecimal format. How can I decode such hexadecimal value and how it is related to...
  3. I

    Oauth 2/OpenID

    My company is really interested in buying XenForo but we have a strict requirement: we need to integrate Oauth 2/OpenID in the forum. Is there any add-on you can suggest that support such protocols? Are you planning to natively implement such feature in the forum? In the following a couple of...
Top Bottom