- Posts: 7
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question Google Ads in between forum posts work in version 1.0.11?
- 450Thumper
-
- Offline
- New Member
-
Less
More
16 years 5 months ago #30499
by 450Thumper
Replied by 450Thumper on topic Re: Google Ads in between forum posts work in version 1.0.11?
Thanks. I will take a look.
Please Log in or Create an account to join the conversation.
- 450Thumper
-
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
16 years 5 months ago #30803
by 450Thumper
Replied by 450Thumper on topic Re: Google Ads in between forum posts work in version 1.0.11?
I did find that if I clicked "All" in the pages to display the Kunena_Profilebox, that it appeared. Doing this for Kunena_msg_1 resulted in destroying the forum layout and gave a syntax arror on line 453 of message.php.
Fatal error: Call to undefined method CKunenaTools::isJoomla15() in /home/thump450/public_html/components/com_kunena/template/default_ex/message.php on line 453
Fatal error: Call to undefined method CKunenaTools::isJoomla15() in /home/thump450/public_html/components/com_kunena/template/default_ex/message.php on line 453
Please Log in or Create an account to join the conversation.
16 years 4 months ago #31486
by Matias
Replied by Matias on topic Re: Google Ads in between forum posts work in version 1.0.11?
Really? It's there in SVN..
components/com_kunena/class.kunena.php around line ~349 (add function into there like this):
components/com_kunena/class.kunena.php around line ~349 (add function into there like this):
Code:
class CKunenaTools {
var $id = null;
function isJoomla15()
{
return (defined('_JEXEC') && class_exists('JApplication'));
}
Please Log in or Create an account to join the conversation.
- amaresh_83
-
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
16 years 4 months ago #31987
by amaresh_83
Replied by amaresh_83 on topic Re: Google Ads in between forum posts work in version 1.0.11?
I added this code , after that ?
Please Log in or Create an account to join the conversation.
16 years 4 months ago #31994
by Matias
Replied by Matias on topic Re: Google Ads in between forum posts work in version 1.0.11?
You should not get error and it works?
Please Log in or Create an account to join the conversation.
Time to create page: 0.279 seconds