Topic-icon JFBConnect integration with Kunena

Active Subscriptions:

None
11 years 9 months ago - 11 years 9 months ago #47001 by leo1079
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
Last edit: 11 years 9 months ago by leo1079.
The topic has been locked.
Active Subscriptions:

None
11 years 9 months ago #47003 by leo1079
Solved this one.
I messed up with the /div /td tags, sorted..

Cheers
Davis
The topic has been locked.
Support Specialist
11 years 9 months ago #47011 by alzander
Hehehe... glad to hear you got things going... and that it wasn't our fault :D

Of course, if you run into any other issues or need any other assistance, just let me know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.