Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Question php module not showing up in properly

More
13 years 5 days ago #1 by Josh07
I have a blank module that has this php code in it...
<center>
<?php
// no direct access
defined('_JEXEC') or die;
$user = & JFactory::getUser();
$dum = $user->id;
$fp = 'http://www.
';
$db =& JFactory::getDBO();
$db->setQuery("SELECT * FROM `jos_user_usergroup_map` INNER JOIN `jos_projects` ON jos_user_usergroup_map.group_id = jos_projects.group_id WHERE user_id=$dum");
$row = $db->loadRow();
$fp .=$row;
echo "<p style=text-align: center;><a href=thebuilder/Current-Projects><img border=0 src=images/buttons/other.png /></a><a href=$fp><img border=0 src=images/buttons/featured.png /></a><a href=thebuilder/Past-Projects><img border=0 src=images/buttons/past.png /></a></p>";
?>
</center>
The module is set to "public" and to show on all pages.
The module shows up fine on various community builder pages
The module shows up fine on article pages
The module shows up on the kunena's my topics page
The module shows up on the recent posts page
The module shows up on my subscriptions page

...
The module does not show up at all on any of the categories page or any topics (except the recent posts page)

Any ideas on what is causing this?

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

More
13 years 5 days ago #2 by sozzled
This has nothing to do with Kunena and I don't even know if it has anything to do with running a web-based discussion forum on someone's website. Please discuss this issue at forum.joomla.org
The following user(s) said Thank You: Josh07

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

More
13 years 5 days ago #3 by Josh07
Thanks I at first glance I wasn't sure if the issue was related to kunena since it works on every page except pages with kunena's discussion board.

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

Time to create page: 0.364 seconds