Witajcie,
Ostatnio znajomy mi podesłał linka do moda (miał zliczać czas spędzony na forum):
Time/Days spent on board - vBulletin.org Forum
Nie czytając zbyt wiele zainstalowałem. Jednak nie chce chodzić więc zacząłem się wgłębiać. Mod jest w kategorii vB 3.6 a ja mam vBulletin 3.8.4 Patch Level 1. Co w takiej sytuacji...?
Po ściągnięcu moda, importowałem odpowiedni plik, a następnie grzebałem w plikach szablonu. Wszystkie które trzeba wyedytowałem poza jednym: MEMBERINFO. Z tego względu, że w jego zawartości nie znalazłem nic podobnego do tego po czym miałem wstawić odpowiednią linijkę kodu.
Macie jakieś pomysły? Mod prawie działa. Pod avatarem wyświetla się "Spent time on board: -" jednak jest kreska zamiast jakiejś liczby godzin czy dni. Da się teraz coś zrobić, aby zadział ten mod, czy może musze się znowu męczyć i robić wszystko jak było dawniej?Search in MEMBERINFO for:
--------------------------------------------------------------------------------
<fieldset class="fieldset">
<legend>$vbphrase[posts]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
</td>
</tr>
<if condition="$vboptions['profilelastpost']">
<tr>
<td>
$vbphrase[last_post]:<br />
<a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
</td>
</tr>
</if>
<tr>
<td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
</tr>
<tr>
<td><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&e xactname=1&searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
</tr>
</table>
</fieldset>
--------------------------------------------------------------------------------
and add this under:
--------------------------------------------------------------------------------
<if condition="$show_m_tdob">
<fieldset class="fieldset">
<legend>$vbphrase[tdob_timedays_on_board]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
$vbphrase[tdob_time_on_board]: <if condition="$post['timeonboard'] >= 1"><if condition="$show['timespentyears']">$timeboardspent[year] <if condition="$timeboardspent[year] == 1">$vbphrase[year]<else />$vbphrase[years]</if>, </if><if condition="$show['timespentmonths']">$timeboardspent[month] <if condition="$timeboardspent[month] == 1">$vbphrase[month]<else />$vbphrase[months]</if>, </if><if condition="$show['timespentweeks']">$timeboardspent[week] <if condition="$timeboardspent[week] == 1">$vbphrase[week]<else />$vbphrase[weeks]</if>, </if><if condition="$show['timespentdays']">$timeboardspent[day] <if condition="$timeboardspent[day] == 1">$vbphrase[day]<else />$vbphrase[days]</if> $vbphrase[tdob_and] </if>$timeboardspent[hour]:<if condition="$timeboardspent[min]<10">0$timeboardspent[min]<else />$timeboardspent[min]</if>:<if condition="$timeboardspent[sec]<10">0$timeboardspent[sec]<else />$timeboardspent[sec]</if> $vbphrase[hours]<else />$vbphrase[tdob_nodata]</if>
</td>
</tr>
<tr>
<td>
$vbphrase[tdob_days_on_board]: <if condition="$post['daysonboard'] >= 1 AND $post['timeonboard'] >= 1"><if condition="$show['daysspentyears']">$daysboardspent[year] <if condition="$daysboardspent[year] == 1">$vbphrase[year]<else />$vbphrase[years]</if>, </if><if condition="$show['daysspentmonths']">$daysboardspent[month] <if condition="$daysboardspent[month] == 1">$vbphrase[month]<else />$vbphrase[months]</if>, </if><if condition="$show['daysspentweeks']">$daysboardspent[week] <if condition="$daysboardspent[week] == 1">$vbphrase[week]<else />$vbphrase[weeks]</if> $vbphrase[tdob_and] </if><if condition="$show['daysspentdays']">$daysboardspent[day] <if condition="$daysboardspent[day] == 1">$vbphrase[day]<else />$vbphrase[days]</if></if><else />$vbphrase[tdob_nodata]</if>
</td>
</tr>
<tr>
<td>
$vbphrase[tdob_timeperday_on_board]: <if condition="$timeperday >= 1">$timeperdayboardspent[hour]:<if condition="$timeperdayboardspent[min]<10">0$timeperdayboardspent[min]<else />$timeperdayboardspent[min]</if>:<if condition="$timeperdayboardspent[sec]<10">0$timeperdayboardspent[sec]<else />$timeperdayboardspent[sec]</if> $vbphrase[hours]<else />$vbphrase[tdob_nodata]</if>
</td>
</tr>
</table>
</fieldset>
</if>
Instrukcja instalacji jest taka:
Po 3-cim kroku w panelu admina wyskakuje na chwilę error:Installation
============
1) Import the product.
2) Make the template changes which you find in the templateedits-timedaysonboard.txt file. (When you have the TMS installed you don't have to make the template changes ... )
3) When you want you can activate the postbit display in "vBulletin Options" -> "Thread Display Options (showthread)".
Witajcie,
Ostatnio znajomy mi podesłał linka do moda (miał zliczać czas spędzony na forum):
http://www.vbulletin.org/forum/showthread.php?t=134091
Nie czytając zbyt wiele zainstalowałem. Jednak nie chce chodzić więc zacząłem się wgłębiać. Mod jest w kategorii vB 3.6 a ja mam vBulletin 3.8.4 Patch Level 1. Co w takiej sytuacji...?
Po ściągnięcu moda, importowałem odpowiedni plik, a następnie grzebałem w plikach szablonu. Wszystkie które trzeba wyedytowałem poza jednym: MEMBERINFO. Z tego względu, że w jego zawartości nie znalazłem nic podobnego do tego po czym miałem wstawić odpowiednią linijkę kodu.
Macie jakieś pomysły? Mod prawie działa. Pod avatarem wyświetla się "Spent time on board: -" jednak jest kreska zamiast jakiejś liczby godzin czy dni. Da się teraz coś zrobić, aby zadział ten mod, czy może musze się znowu męczyć i robić wszystko jak było dawniej?Search in MEMBERINFO for:
--------------------------------------------------------------------------------
<fieldset class="fieldset">
<legend>$vbphrase[posts]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
</td>
</tr>
<if condition="$vboptions['profilelastpost']">
<tr>
<td>
$vbphrase[last_post]:<br />
<a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
</td>
</tr>
</if>
<tr>
<td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
</tr>
<tr>
<td><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&e xactname=1&searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
</tr>
</table>
</fieldset>
--------------------------------------------------------------------------------
and add this under:
--------------------------------------------------------------------------------
<if condition="$show_m_tdob">
<fieldset class="fieldset">
<legend>$vbphrase[tdob_timedays_on_board]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
$vbphrase[tdob_time_on_board]: <if condition="$post['timeonboard'] >= 1"><if condition="$show['timespentyears']">$timeboardspent[year] <if condition="$timeboardspent[year] == 1">$vbphrase[year]<else />$vbphrase[years]</if>, </if><if condition="$show['timespentmonths']">$timeboardspent[month] <if condition="$timeboardspent[month] == 1">$vbphrase[month]<else />$vbphrase[months]</if>, </if><if condition="$show['timespentweeks']">$timeboardspent[week] <if condition="$timeboardspent[week] == 1">$vbphrase[week]<else />$vbphrase[weeks]</if>, </if><if condition="$show['timespentdays']">$timeboardspent[day] <if condition="$timeboardspent[day] == 1">$vbphrase[day]<else />$vbphrase[days]</if> $vbphrase[tdob_and] </if>$timeboardspent[hour]:<if condition="$timeboardspent[min]<10">0$timeboardspent[min]<else />$timeboardspent[min]</if>:<if condition="$timeboardspent[sec]<10">0$timeboardspent[sec]<else />$timeboardspent[sec]</if> $vbphrase[hours]<else />$vbphrase[tdob_nodata]</if>
</td>
</tr>
<tr>
<td>
$vbphrase[tdob_days_on_board]: <if condition="$post['daysonboard'] >= 1 AND $post['timeonboard'] >= 1"><if condition="$show['daysspentyears']">$daysboardspent[year] <if condition="$daysboardspent[year] == 1">$vbphrase[year]<else />$vbphrase[years]</if>, </if><if condition="$show['daysspentmonths']">$daysboardspent[month] <if condition="$daysboardspent[month] == 1">$vbphrase[month]<else />$vbphrase[months]</if>, </if><if condition="$show['daysspentweeks']">$daysboardspent[week] <if condition="$daysboardspent[week] == 1">$vbphrase[week]<else />$vbphrase[weeks]</if> $vbphrase[tdob_and] </if><if condition="$show['daysspentdays']">$daysboardspent[day] <if condition="$daysboardspent[day] == 1">$vbphrase[day]<else />$vbphrase[days]</if></if><else />$vbphrase[tdob_nodata]</if>
</td>
</tr>
<tr>
<td>
$vbphrase[tdob_timeperday_on_board]: <if condition="$timeperday >= 1">$timeperdayboardspent[hour]:<if condition="$timeperdayboardspent[min]<10">0$timeperdayboardspent[min]<else />$timeperdayboardspent[min]</if>:<if condition="$timeperdayboardspent[sec]<10">0$timeperdayboardspent[sec]<else />$timeperdayboardspent[sec]</if> $vbphrase[hours]<else />$vbphrase[tdob_nodata]</if>
</td>
</tr>
</table>
</fieldset>
</if>
Instrukcja instalacji jest taka:
Po 3-cim kroku w panelu admina wyskakuje na chwilę error:Installation
============
1) Import the product.
2) Make the template changes which you find in the templateedits-timedaysonboard.txt file. (When you have the TMS installed you don't have to make the template changes ... )
3) When you want you can activate the postbit display in "vBulletin Options" -> "Thread Display Options (showthread)".
Jakieś pomysły...?Parse error: syntax error, unexpected $end in /........./public_html/adminfunctions_options.php(490) : eval()'d code on line 54
Jakieś pomysły...?Parse error: syntax error, unexpected $end in /........./public_html/adminfunctions_options.php(490) : eval()'d code on line 54