Thanks! I look forward to your translationplasmino wrote:just translate the whole place the file here
Thanks for this great mod
Thanks! It will be included in the next release package, ofcourse with your name in itplasmino wrote:file in italian language for Link Page 0.0.2
Code: Select all
<div class="bc">
<table class="bcbg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php">Početna</a> » <a href="./linkpage.php">Link Page</a></p>
<p class="datetime">Vremenska zona: UTC </p>
</td>
</tr>
</table>
</div>
Code: Select all
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php?style=3">Board index</a> » <a href="./linkpage.php?style=3">Link Page</a></p>
<p class="datetime">All times are UTC </p>
</td>
</tr>
</table>
Music-cro wrote:Aaaaaaaaaaa thx thxdoes
FreakyBlue wrote: Next development step: adding a click counter.
When this is done, a new package will be released for testing.
I'm not gonna integrate this as a standard feature for this MOD, but here is a little tut how to do this. It's quiet simpledarkonia wrote:a nice little feature, only a feature will be a little screenshot of the page in the category list.
you can make this over http://www.thumbshots.org or another webscreen maker.
Code: Select all
'URL_IMAGE_SRC' => ($row['url_image']) ? $phpbb_root_path . $row['url_image'] : '',
Code: Select all
'URL_IMAGE_SRC' => $row['url_image'],
Code: Select all
<img src="{url_link.URL_IMAGE_SRC}" width="96" height="96" alt="" />
Code: Select all
<img src="{url_link.URL_IMAGE_SRC}" border="1" />
Code: Select all
$url_image = request_var('image', '');
Code: Select all
$url_image = utf8_normalize_nfc(request_var('image', '', true));
Code: Select all
'URL_IMAGE_SRC' => ($url['url_image']) ? $phpbb_root_path . $url['url_image'] : '',
Code: Select all
'URL_IMAGE_SRC' => (isset($url['url_image'])) ? $url['url_image'] : '',
Like:Category image:
Location, relative to the phpBB root directory, of an additional image to associate with this category.
Code: Select all
http://open.thumbshots.org/image.aspx?url=[LINK]