Sorry, forgot to add link for demo:
http://www.ojankaivajat.org/forum/portal.php
But if there now one linked in there is just empty field.
Search found 5 matches
- 28. October 2008 15:25
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: Onliners
- Replies: 3
- Views: 14951
- 27. October 2008 18:06
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: Onliners
- Replies: 3
- Views: 14951
Onliners
Hi folks, i did small block for me. It is based mainly to phpbb mod for showing user small avatar in membership list and when placing mouse over picture it will show avatar as full size.
Block is showing registered menbers online. Here is how it looks, mouse is now set over lower member avatar ...
Block is showing registered menbers online. Here is how it looks, mouse is now set over lower member avatar ...
- 9. February 2008 16:54
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: Recent topic 2
- Replies: 1
- Views: 6803
Recent topic 2
I needed block which is showing latest replies, so i slightly modded Recent topic :o
Recent_topic2.php
<?php
/**
*
* @package - Board3portal
* @version $Id: recent.php 99 2008-01-15 20:31:25Z kevin74 $
* @copyright (c) kevin / saint ( http://www.board3.de/ ), (c) nickvergessen ( http://mods.flying ...
Recent_topic2.php
<?php
/**
*
* @package - Board3portal
* @version $Id: recent.php 99 2008-01-15 20:31:25Z kevin74 $
* @copyright (c) kevin / saint ( http://www.board3.de/ ), (c) nickvergessen ( http://mods.flying ...
- 9. February 2008 16:22
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: Random member 2
- Replies: 1
- Views: 8204
Random member 2
I dont know where to put this so i wil put this here :?
This version of random member includes user avatar and signature, just cause i wanted them :D
This is done only for subsilver2, just cause i use it :D
random-member2.php
<?php
/**
*
* @package - Board3portal
* @version $Id: random_member ...
This version of random member includes user avatar and signature, just cause i wanted them :D
This is done only for subsilver2, just cause i use it :D
random-member2.php
<?php
/**
*
* @package - Board3portal
* @version $Id: random_member ...
- 8. February 2008 16:29
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Flashchat box im portal (addon)
- Replies: 9
- Views: 14427
Re: Flashchat box im portal (addon)
who_is_online.html for subsilver2
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></th>
</tr>
<tr class="row1">
<td>
<!-- IF S_DISPLAY_ONLINE_LIST -->
<p style ...
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></th>
</tr>
<tr class="row1">
<td>
<!-- IF S_DISPLAY_ONLINE_LIST -->
<p style ...