I got an issue with Kunena integration with JFBConnect
I followed the instructions as per document
1) Edit the file /components/com_kunena/template/blue_eagle/html/common/login.php
2) At line 61, after the </form> shown below, add the following line with {JFBCLogin}
<?php endif; ?>
</div>
</form>
<?php endif; ?>
{JFBCLogin}
</td>
With the changes made, I get a
500 Internal Server Error, Fatal Error was detected!, Please contact the site owner
Not sure what I am missing here... (might be that I am editing that file incorrectly... dunno)
Here is bit more of the snippet:
<a href="<?php echo $this->registerUrl ?>" rel="nofollow"><?php echo JText::_('COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT') ?></a>
</span>
<?php endif; ?>
</div>
</form>
<?php endif; ?>
</div>
</form>
<?php endif; ?>
{JFBCLogin}
</td>]
<?php endif; ?>
</td>
<!-- Module position -->
<?php if ($this->moduleHtml) : ?>
<td class = "kprofilebox-right">
<div class="kprofilebox-modul">
<?php echo $this->moduleHtml; ?>Thanks in advance
Davis