Hi can some one help me with the following please.
I have installed the SSI Latest Members 1.0.1 mod on my forum. But the problem I have is how to to integrate it into the tiny portal?
I looked at the ssi_function but it only supports polls.
So please if their is anyone who can assist me with this I will be glad.
I did ask at smf but they redirected me here.
Here is the smf link: http://www.simplemachines.org/community/index.php?topic=239540.0
What do you want by "integrating" it?
Hi
Thanks for the quick responce!!!
Well the guy who made the mod said the following.
(I don't know how the TP work, but normal there is option for it to insert ssi codes into a block.)
So that is what I must do to get it working "insert ssi codes into a block"
How do you do it?
Create a PHP Block, and add
require_once('SSI.php');
SSI_FUNCTION();
EDIT : Forgot to say, replace SSI_FUNCTION with the function you want to call.
Ok can you please explain how I should do this?
I'm new to TP so please tell me what should I do!
Thank you
Add a PHP Block
And in it add
require_once('SSI.php');
ssi_latestMembers();
Quote from: Dragooon on May 21, 2008, 10:08:43 AM
Add a PHP Block
And in it add
require_once('SSI.php');
ssi_latestMembers();
Thank you
It is showing the latest member BUT how can I make it to show the avater too?
There is a latest member(s) code snippet in the Block Code Snippets board.
Please have a look for it as we don't need more code flying around when we are trying to organise the Snippets board.
Ask the mod author. It is his function, so he knows better than me ;)
Like I said.. there is already a functioning snippet with new member Avatar, that will also display a default image if the member hasn't yet selected an avatar.
Yeah I know ZTN, I missed your post while submitting mine :)
Quote from: Dragooon on May 21, 2008, 10:21:09 AM
Yeah I know ZTN, I missed your post while submitting mine :)
No worries :)