Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Remove "All Forum Messages" from profile view

More
16 years 9 months ago #22698 by zimmer79
How do I disable this feature so a user's history of forum messages aren't shown in profile view?

Thanks

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago #22739 by @quila
Hi zimmer,

open the file fbprofile.php

components/com_kunena/template/default/plugin/fbprofile/

line 473
change this
Code:
<?php if (file_exists(KUNENA_ABSTMPLTPATH . '/plugin/fbprofile/forummsg.php')) { include(KUNENA_ABSTMPLTPATH . '/plugin/fbprofile/forummsg.php'); } else { include(KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'plugin/fbprofile/forummsg.php'); } ?>
with this
Code:
<?php/* if (file_exists(KUNENA_ABSTMPLTPATH . '/plugin/fbprofile/forummsg.php')) { include(KUNENA_ABSTMPLTPATH . '/plugin/fbprofile/forummsg.php'); } else { include(KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'plugin/fbprofile/forummsg.php'); }*/ ?>
Regards

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago #22767 by zimmer79
Yep that works!

The support of everyone on this forum continues to amaze me. Keep up the ***great*** work.

Please Log in or Create an account to join the conversation.

Time to create page: 0.257 seconds