Notifications
Clear all
Topic starter
Not sure if this is a skinning issue per se, but I need to know how to make something appear IN the page instead of at the top of it.
I am trying to put the SSI login box for my SMF forum on my page, but the ssi_login(); function keeps popping the box up in the top corner ABOVE my page. You can see what I mean here:
http://www.mickiclark.com/efiction33/
This is my login.php:
<?php
require("/smf/SSI.php");
ssi_login();
global $inefiction;
$inefiction=true;
?>
Any thoughts?
URL to your eFiction: http://www.mickiclark.com/efiction33
Version of eFiction: 3.3.1
Have you bridged eFiction, if so with what?: SMF
Version of PHP:
Version of MySQL: MySQL 4.1.14
Posted : 15/03/2008 10:46 pm
You can't. SMF uses the echo command to print stuff immediately to the screen. eFiction uses a template engine to parse items before printing them to the screen.
Posted : 15/03/2008 10:58 pm
