Recent content by wasif

  1. W

    XF 2.0 Resizing Images with [IMG] Tag?

    ........... this is what you have to make change. Just add inverted commas in the option 400 like "400". And try to save it again run.
  2. W

    XF 2.1 REST API

    Just add "XF-Api-Key:YOUR_XF_API_KEY" and "XF-Api-User:USER_ID" in header
  3. W

    WBB 5 (Woltlab) importer

    @demon326 Thanks alot
  4. W

    WBB 5 (Woltlab) importer

    I have tried Wolt Lab 4 button . But when i am trying to import users it shows me this error(find attachment).
  5. W

    WBB 5 (Woltlab) importer

    @demon326 I am trying to migrate from Waltlab Burning Board 5.0.20 to Xenforo 2 . I am following your given steps But unable to find the option for Burning Board 5 (find attachment). Is there any option that i am missing or anything else?
  6. W

    XF 2.1 REST API

    + 1 for JWT tokens or oauth
  7. W

    Implemented Single Sign On (Connect XF with XF, WordPress, etc)

    +1 for the oAuth. @Chris D @Mike Any thoughts on the above suggestion?
  8. W

    XF 1.5 Sending group conversation to more than 7000 people

    I am trying to send group conversation to more than 7000 people using XenForo on frontend and xenforo halt during the process and getting memory exhaust error server logs. Is there any better way to perform that action on frontend or is there any work around on this. Thanks.
  9. W

    XF 2.0 XFRM and XFMG importer

    Hi There I have two different forums both running XF2.0 with XFMG and XFRM. I going to merge both these forums which can be achieved through Importers. Is there any importer for XFMG and XFRM? I need to merge XFRM and XFMG of both these forums. Please advice. Thanks
  10. W

    Not a bug Unable to write 'm', 'k' in editor when using google maps marker

    Hi There I need to use google maps location picker on thread create page. I have initialized google's default map with movable marker on thread create page. The problem starts once the marker is dragged i'm unable to write letter 'm' and 'k'. All other letters are working fine , The only...
  11. W

    XF 2.0 Adding editor icon under "Insert"

    Hello @Mike Is there any documentation or sample code available for listening js events? Also where can i find the list of js events available?
  12. W

    XF 2.0 passing additonal parameters with the entity to templates

    Thanks @Mike Another question please. So I have another station where i need thread entity in "helper_attach_upload" template's uploaded_file macro during post edit what i'm doing is template modifications of all templates down till the uploaded_file macro to pass my additional/custom arg till...
  13. W

    XF 2.0 passing additonal parameters with the entity to templates

    So i have a situation where i have array of entities in my params , I need to pass some variables with each entity individually. i'm trying to do this $params['entity'][10]->newVariable = "test"; It throw an error saying What is best and appropriate to pass params with the entities to the...
  14. W

    XF 1.5 ErrorException: tempnam(): file created in the system's temporary directory - library/XenForo/Model/Attachment.php:499

    @Mike, thanks for your response. /temp directory was not existing there inside of /internal_data directory. I created it and set the permissions 777 on it. The issue got resolved for uploads but now the same error exception is being logged when trying to access media i.e; on Media Index page...
Back
Top Bottom