- Posts: 31
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Forbidden access when replying to a topic
bigfishbuilder.com/index.php?option=com_...ew&catid=11&id=54#54
With this message:
This is not exactly what you are looking for, as the ad will be shown on every page except the online games section. However I though I would share it.
Edit the page.html code and look for the code below:
Code:<!-- start content --> <div id="content"> <!-- main --> <div id="main"> {MAIN} </div> <!-- end main --> <!-- sidebar --> <div id="sidebar"> {SETSTYLE=sidebar} {MODULEAREA=sidebar} </div> <!-- end sidebar --> </div> <!-- end content -->
Add your google code as shown below, with the <center> tags to center the add.
Code:<!-- start content --> <div id="content"> <!-- main --> <div id="main"> {MAIN} <center><script type="text/javascript"><!-- google_ad_client = "pub-9195794761819809"; /* Interexgames.com Online game categories */ google_ad_slot = "7372394961"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></center> </div> <!-- end main --> <!-- sidebar --> <div id="sidebar"> {SETSTYLE=sidebar} {MODULEAREA=sidebar} </div> <!-- end sidebar --> </div> <!-- end content -->
With this code you ad will be displayed as shown in this demo
When I try and post I get forwarded to a blank screen with this message:
Forbidden access
(
This is the first time I've seen this error, is there something in my message that prevents me from posting the message? I am trying to post this message from a moderator account.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Come to think of it, it worked on this forum, so why not mine!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.