Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.homebrewkorea.com/forums
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I am trying to find out how to edit the "Who's online" block. I want to add a few things into that block, but my php skills are non-existant. I would like to show one line with 'newest members' (just like at the bottom of the prosilver skin) and another line to show who's online in my FlashChat.
This is what I added to the index_body.html:
Code: Select all
<!-- Flashchat Who is -->
<h3>Who's Chatting</h3>
<p><iframe height="100" frameborder="0" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe></p>
<!-- End Flashchat who is -->
Cheers.[/i]