Recent content by tonymacx86

  1. T

    XF 1.4 URL rewrites without redirecting

    I'm in the process of setting up .htaccess RewriteRules for various parts of the site, both to redirect old vb4 URLs and also to preserve some custom parts of the site. In VB, I was using a custom php file and rewriting to it for a more pleasing URL, e.g. RewriteRule...
  2. T

    Getting user_id from forum post

    It is? Glad I asked then :) I used template hooks since it was an easier transition for me from vBulletin, being the self-taught PHP hack that I am. - adamsmasher tonymacx86.com
  3. T

    Getting user_id from forum post

    I saw that data, but the index value for each in the array is the id of the post itself, so I wasn't sure how to specify that this post is X post in the array. - adamsmasher tonymacx86.com
  4. T

    Getting user_id from forum post

    Hey All! Recently purchased a license for XenForo with the intent of migrating from VBulletin 4. Really love the software (XenForo, that is). I'm making an add-on that will use the "message_content" content hook within the "message" template to insert a custom template. In the process of...
Back
Top Bottom