tempaltes

  1. S

    XF 2.2 how to create two different templates?

    Hi, I need to have two different template layouts in the forum. one as Xenforo default template and another one as custom. by this users can choose templates. for example, we will give a toggle to choose which template they want to use it. can we achieve this in Xenrforo?
  2. S

    XF 2.1 How to get cookies in a template?

    Hi there, how can I handle cookies within a template? Let's say I want to decide what to do with a given cookie value within a template like (in PHP) if($_COOKIE["whatever"]==1){ //display template block A } else{ //display template block B } Any ideas?
Back
Top Bottom