Bryan Ex
12-16-2011, 01:06 AM
I'm trying to set up one forum on my board that is in a different language and have everything figured out except the English buttons for posts. Is it possible to do something like like the following;
<if forumid == 27>
French Button code
<else>
Normal button code
</if>
I'm guessing I would need to track down each template used to make the changes but that's okay if forum ID is passed to the actual thread views.
<if forumid == 27>
French Button code
<else>
Normal button code
</if>
I'm guessing I would need to track down each template used to make the changes but that's okay if forum ID is passed to the actual thread views.