Template Overrides

How to use template overrides K4.0

Example remove or adding your own html under avatars on the topic

  1. Copy components\com_kunena\template\blue_eagle\html\topic\default_profile_vertical.php to templates\yourtemplate\html\com_kunena\topic\default_profile_vertical.php
  2. Edit templates\yourtemplate\html\com_kunena\topic\default_profile_vertical.php
  3. Remove the unwanted html or add your own html
  4. Save the file

How to use template overrides K5.0, K5.1, K5.2

Example adding html on message

  1. Copy components\com_kunena\template\crypsis\layouts\message\item\default.php to templates\protostar\html\com_kunena\layouts\message\item\default.php
  2. Edit templates\protostar\html\com_kunena\layouts\message\item
  3. Remove the unwanted html or add your own html
  4. Save the file

How to use template overrides K6.0

Example adding html on message

  1. Copy components\com_kunena\template\aurelia\layouts\message\item\default.php to templates\cassiopeia\html\com_kunena\layouts\message\item\default.php
  2. Edit templates\cassiopeia\html\com_kunena\layouts\message\item
  3. Remove the unwanted html or add your own html
  4. Save the file

Found errors? Think you can improve this documentation? edit this page