Recent content by Neuro

  1. Neuro

    getting current style?

    Thank you!
  2. Neuro

    getting current style?

    Is there a way for me to get the current style from with the extension of XenForo_ControllerPublic_Forum?
  3. Neuro

    Reassigning a variable in a template with a view parameter

    That's what i'm trying to do, at the very basic core. i'm trying to see if i can figure out how to use <xen:map> <xen:include> to get this to work
  4. Neuro

    Reassigning a variable in a template with a view parameter

    I'm passing a few different variables into my template: $viewParams = array('catalogthreads' => $catalogthreads, 'transthreads' => $transthreads); I'd like to create a new $threads variable and set $threads == $catalogthreads, spit out the threads, then set $threads...
  5. Neuro

    Can't get LightBox working with Attachments...

    Any update to this? What do we need to do in order to avoid having to insert an avatar?
  6. Neuro

    get all attachments in a thread?

    ahh nevermind. i found it in the post model. thank you!
  7. Neuro

    get all attachments in a thread?

    thank you. i'm looking through the thread model to see if i can find something that'll return all posts.
  8. Neuro

    get all attachments in a thread?

    I'm looking through the attachment models and the xf_attachment* databases, and I'm a little confused. Do I have to go through each post in a thread to call getAttachmentsByContentId to collect all attachments? I'm trying to gather all attachments in a thread and show them in a little area...
  9. Neuro

    Passing data back and forth to overlays

    Ok, I've found out that I can pass data to the eventhandler in .on(): http://api.jquery.com/on/ .. which will allow me to pass data to a handler. I guess I can pass that data to whatever handler that calls Xenforo.ajax. won't know until i test it tonight. what about the info going the other way?
  10. Neuro

    Passing data back and forth to overlays

    Thanks! Then assuming I'm going to be using .on() instead ...
  11. Neuro

    Passing data back and forth to overlays

    I'm having a tough time trying to incorporate a jquery/ajax tree for adding nodes to a geneology tree, using the code found here: http://codecanyon.net/item/jquery-horizontal-tree/4294567 I've already dug through all the tutorials, including the ajax and jquery ones (great tutorials by the...
  12. Neuro

    XF 1.3 responseView, template, and style question

    1. I've got a specific page setup with route prefix like: /xenforo/community/index.php?mypage 2. I also created a template under a specific style: Master Style > Style 2.0 > myStyle > "my_page" How can I access that template when I pass that template through to responseView? Seems like it...
Top Bottom