| peperonikiller |
|
|---|---|
|
Is there a global Who's Online tag? The skin i'm using has no real support for the header tag so I need to put in the index.tpl however using the {HEADER_WHOSONLINE} shows nothing in index.tpl |
| lukgoh |
|
||
|---|---|---|---|
|
Link for 'who's online' : <a href="{PHP|cot_url('plug','e=whosonline')}">{PHP.out.whosonline}</a> to show who's online: <!-- IF {PHP.out.whosonline_reg_list} -->:<br />{PHP.out.whosonline_reg_list}<!-- ENDIF --> and the whole thing as a block:
which goes in your index.tpl |
| peperonikiller |
|
|---|---|
|
awesome. Thank you very much for the speedy reply. +thanks |
| lukgoh |
|
|---|---|
|
Your welcome. |