..hello sirs, I had this in my board at 1.6.3 but when I upgraded to 1.6.6 my images vanished although tha attachment in the first post is still there...I tried to retrace back the instructions in the first posts of this thread but when I go to forumdisplay I cannot find this anymore
PHP Code:
else
{
$attachment_count = '';
}
so, I can't continue with the instructions anymore...can someone help? as I really need to return those images in the threads...thank you kind sirs
...this is what I find in the forumsdisplay
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>
PHP Code:
else
{
$attachment_count = '';
}
so, I can't continue with the instructions anymore...can someone help? as I really need to return those images in the threads...thank you kind sirs
...this is what I find in the forumsdisplay
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>