Greetings,
Well check the edits and or the configuration of the mod and also make sure you have uploaded the images for the downloads. Or read this: viewtopic.php?t=12248
Moderator: Moderators

// Viewtopic -> Display of Attachments
$lang['Description'] = 'Description'; // used in Administration Panel too...
$lang['Downloaded'] = 'Downloaded';
$lang['Download'] = 'Download'; // this Language Variable is defined in lang_admin.php too, but we are unable to access it from the main Language File
$lang['Filesize'] = 'Filesize';
$lang['Viewed'] = 'Viewed';
$lang['Download_number'] = '%d Time(s)'; // replace %d with count
$lang['Extension_disabled_after_posting'] = 'The Extension \'%s\' was deactivated by an board admin, therefore this Attachment is not displayed.'; // used in Posts and PM's, replace %s with mime type



copy attachment_mod/templates/subSilver/admin/attach_manage_body.tpl to templates/subSilver/admin/attach_manage_body.tpl

copy some_dir/some_other_dir/templates/subSilver/<template_name>.tpl
to
templates/subSilver/<template_name>.tpl#
#-----[ OPEN ]---------------------------------------------
#
templates/subSilver/modcp_body.tpl#
#-----[ FIND ]---------------------------------------------
# around line 27
<td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td> <td class="row1h" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>{topicrow.TOPIC_TYPE}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE} <td class="row1h" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"> <span class="topictitle">[highlight]{topicrow.TOPIC_ATTACHMENT_IMG}[/highlight]{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>{topicrow.TOPIC_TYPE}


Return to How to mod some styles
Users browsing this forum: No registered users and 0 guests