
Gruß Chris
Code: Select all
<span class="gensmall">
<strong>{L_IMAGE_TITLE}:</strong> {images_ct.images_detail.TITLE}<br />
<strong>{L_POSTER}:</strong> {images_ct.images_detail.POSTER}<br />
<strong>{L_POSTED}:</strong> {images_ct.images_detail.TIME}<br />
<strong>{L_VIEWS}:</strong> {images_ct.images_detail.VIEW}<br />
{images_ct.images_detail.RATING}
{images_ct.images_detail.COMMENTS}</div>
</span>
Code: Select all
<div style="margin: 5px 0 0 0">
<span class="gensmall">
<strong>{L_IMAGE_TITLE}:</strong> {images_ct.images_detail.TITLE}<br />
<strong>{L_POSTER}:</strong> {images_ct.images_detail.POSTER}<br />
<strong>{L_POSTED}:</strong> {images_ct.images_detail.TIME}<br />
<strong>{L_VIEWS}:</strong> {images_ct.images_detail.VIEW}<br />
{images_ct.images_detail.RATING}
{images_ct.images_detail.COMMENTS}
</span></div></div>
Code: Select all
<div style="text-align: left;"><span class="gensmall">
Code: Select all
<div style="text-align: left; margin: 5px 0 0 0"><span class="gensmall">
Code: Select all
[phpBB Debug] PHP Notice: in file /portal/block/album.php on line 66: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3433: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2938)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3435: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2938)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3436: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2938)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3437: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2938)
es müsste aber wie folgt lauten:Open: language/en/mods/lang_portal_acp.php
Find
Tip: This may be a partial find and not the whole line.Code: Select all
Code:Select All )); ?>
Code: Select all
Add before Tip: Add these lines on a new blank line before the preceding line(s) to find. Code:Select All // Gallery 'ACP_PORTAL_GALLERY_SETTINGS' => 'Preferences for the gallery block', 'ACP_PORTAL_GALLERY_SETTINGS_EXPLAIN' => 'Here you can see the settings for the gallery block.', 'ACP_PORTAL_GALLERY_SETTINGS_RIGHT' => 'Settings for the right gallery block', 'ACP_PORTAL_GALLERY_SETTINGS_CENTER' => 'Settings for the middle gallery block', 'PORTAL_GALLERY' => 'Display gallery block', 'PORTAL_GALLERY_EXPLAIN' => 'This block on the portal.', 'PORTAL_IMAGES_NUMBER' => 'Number of displaying images' 'PORTAL_IMAGES_SORT' => 'Random images Show', 'PORTAL_IMAGES_SORT_EXPLAIN' => 'For last images choose "no".' 'PORTAL_ALBUM_ID' => 'ID of the albums', 'PORTAL_ALBUM_ID_EXPLAIN' => 'Album we pull the images from, leave blank to pull from all albums, separate by comma for multi-albums, eg. 1,2,5',
Code: Select all
'PORTAL_VIEW_PERS_ALBUMS' => 'Zeigen Bilder aus persönlichen Alben an?',
Code: Select all
'PORTAL_VIEW_PERS_ALBUMS' => 'Bilder aus persönlichen Alben anzeigen?',