Recent content by ChrisStatzer

  1. ChrisStatzer

    Question about extending default models, controllers, etc

    Exactly what I would do in Python so I feel a lot better about it now :) Chris
  2. ChrisStatzer

    Question about extending default models, controllers, etc

    Oh yeah, its all functional etc. Just wanted to make sure my use of parent and manipulating the return value was cool. Chris
  3. ChrisStatzer

    Question about extending default models, controllers, etc

    While I have a fairly good grasp of the structure of XF, I am primarily a python developer so I really have no good sense of "right and wrong" so to speak. I can look at something in Python and say "OMG thats crap!", but php not so much. I am busy adding a thread rating system (you know the...
  4. ChrisStatzer

    pDown v1

    Good stuff, thanks much.
  5. ChrisStatzer

    A jump-to-top button in the postbit.

    I'm glad I could help, wasn't too sure it was what you wanted.
  6. ChrisStatzer

    A jump-to-top button in the postbit.

    This should work for you if I understood your request. In the provided template editor, edit the template "post": <a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" class="item muted postNumber" title="{xen:phrase permalink}">#{xen:calc '{$post.position} + 1'}</a>...
Top Bottom