Recent content by JoeMurray

  1. JoeMurray

    Confused about how to parse IMG tag

    ok, I found this: http://xenforo.com/community/threads/how-do-i-render-a-view-with-createtemplateobject.9620/ Jaxel went through this. With his experience and Shadab+Mike explanations everything got clear for me. The CORRECT way would be to re-factor my code so I parse everything at the view...
  2. JoeMurray

    Confused about how to parse IMG tag

    OMG, I saw it some days ago but didn't get it :whistle: maybe I should take a break :D However, I always suspected that giving a view to the create method would solve the problem (because parsing things over the views, and giving the objetct to the function worked and showed the images), but I...
  3. JoeMurray

    Confused about how to parse IMG tag

    Please help me :( In summary, what I need to do is to stop getting this: "View attachment X", and start getting an image :/
  4. JoeMurray

    Confused about how to parse IMG tag

    I'm sorry if there is another thread about this, but I couldn't find it :/ The thing is: I'm trying to retrieve content from threads/posts to custom pages, and use XenForo parser to parse content. I already know how to instantiate the parser, and use it, and I can parse content virtually...
  5. JoeMurray

    Attachment uploads stuck at 100%

    TBolley, could you please write down the ".htacces tweak"? I'm also being able to upload attachments with the flash uploader off, but getting stuck at 100% with the flash uploader on. Also if it matters, i'm not being able to reproduce the flash loader/friendly urls combo :S
  6. JoeMurray

    How To Use Template Hooks

    Thank you Kier ^^ I was complicating everything xP Anyway, testing this template hook feature I noticed that it's extremely easily to add html at the beginning or at the end of the content (in $contents). But what if I want to add something in the middle? the only way would be to overwrite the...
  7. JoeMurray

    How To Use Template Hooks

    Just to be sure: the BEST way to edit a style is by making callbacks to template hooks? so, every change should be made this way? using this method my styles will ALWAYS persist when I update my XenForo? I bought my licence about a month ago, but hadn't tested the software until a few days ago...
Top Bottom