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

Question External Ad code conflicting with Kunena

More
17 years 1 week ago - 17 years 1 week ago #15067 by johnnydement
yes, but you're not declaring that function but microtime_float_ad() :P

edit: opps, sorry, I was looking to your piece of code :blush:

Yep, simply create a new function for this (microtime_float_ad(), myad(), whatever(),... not to interfere with kunena one.

Or you could check kunena one, maybe has same code and you could use it for your ad without redeclaring it.
Last edit: 17 years 1 week ago by johnnydement.

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

More
17 years 1 week ago #15081 by woonydanny
ok this is starting to make a bit more sense. the advertising company said that if i display more than one of their ads on any one page i need to remove the following:
Code:
<!-- begin ad tag (tile=1) --> <?php function microtime_float_ad() { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); } $ord=microtime_float_ad(); ?> ... <!-- End ad tag -->

So yes if kunena has it running then maybe i wouldn't need to run it on either of the ads. However, would that be only for the ads that are shown on kunena pages or for the whole site? follow?

im at work now but when i get home tonight i am going to test this out abit.

how can i utilise the code in kunena without the need for it in the ad code for the whole site?

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

Time to create page: 0.248 seconds