ich habe den Activity mod fast installiert !!!
nur aber habe ich ein problem !!!
Code: Alles auswählen
----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
Root/templates/subSilver/index_body.tpl
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
[ {L_WHOSONLINE_MOD} ]
-----------------------------------
----[ AFTER, ADD ]----------------
-----------------------------------
[ {L_WHOSONLINE_GAMES} ]
-----------------------------------
----[ CLOSE & SAVE ]---------------
-----------------------------------
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
Root/templates/subSilver/overall_header.tpl
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
</head>
-----------------------------------
----[ BEFORE, ADD ]----------------
-----------------------------------
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
win = window.open(mypage,myname,settings);
}
</SCRIPT>
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Trophy_Popup(mypage,myname,w,h,scroll)
{
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
win = window.open(mypage,myname,settings);
}
</SCRIPT>
-----------------------------------
----[ FIND (SIMILAR) ]-------------
-----------------------------------
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
-----------------------------------
----[ AFTER, ADD ]-----------------
-----------------------------------
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
<a href="{U_ACTIVITY}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_activity.gif" width="12" height="13" border="0" alt="{L_ACTIVITY}" hspace="3" />{L_ACTIVITY}</a> </span>
</td>
</tr>
-----------------------------------
----[ CLOSE & SAVE ]---------------
-----------------------------------
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
Root/templates/*/viewtopic_body.tpl
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
{postrow.POSTER_POSTS}
OR IF YOU USE PcP
{postrow.AUTHOR_PANEL}
-----------------------------------
----[ ADD, AFTER ]-----------------
-----------------------------------
{postrow.POSTER_TROPHY}
-----------------------------------
----[ CLOSE & SAVE ]---------------
-----------------------------------
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
Root/templates/*/profile_view_body.tpl
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
<td>{INTERESTS}</td>
</tr>
-----------------------------------
----[ ADD, AFTER ]-----------------
-----------------------------------
<!-- BEGIN trophy -->
<tr>
<td align="right" nowrap="nowrap" class="explaintitle"><span class="gen">{trophy.TROPHY_TITLE}:</span></td>
<td><span class="gen">{trophy.PROFILE_TROPHY}</span></td>
</tr>
<!-- END trophy -->
-----------------------------------
----[ CLOSE & SAVE ]---------------
-----------------------------------
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
Root/templates/*/simple_header.tpl
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
</head>
-----------------------------------
----[ ADD, BEFORE ]----------------
-----------------------------------
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
win = window.open(mypage,myname,settings);
}
</SCRIPT>
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Trophy_Popup(mypage,myname,w,h,scroll)
{
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
win = window.open(mypage,myname,settings);
}
</SCRIPT>
-----------------------------------
----[ CLOSE & SAVE ]---------------
-----------------------------------
Ich habe 4 Styles aufm board !!!
Habe alles gemacht !!!
und jetzt findet er [ {L_WHOSONLINE_MOD} ] ....
Habe phpbb Plus 1.52