Recent content by navinjoseph

  1. navinjoseph

    XF 2.1 parsing xf template tags inside php

    Is there a way where we can parse the XF template tags inside php for example if I had store this particular tag <xf:js src="foo.js"></xf:js> and call this via a callback tag how do I parse it to <script src="foo.js"></script> is there some sort of function to this ? because right now it just...
  2. navinjoseph

    Xenforo on Amazon EC2

    Thank you I'll try it out.
  3. navinjoseph

    Xenforo on Amazon EC2

    Hi, I installed Xenforo on AWS with ALB and auto-scaling. The xf core codes are deployed via codecommit -> codedeploy The current problem is that each time a new ec2 is spawned by ALB, the internal_data directory will be empty. Do you have any suggestions on how to efficiently regenerate the...
Top Bottom