Customizing SMF > Modifications and Packages

Attachments in Topics

<< < (4/6) > >>

Sakae:
This MOD is awesome.

Does anyone make it work with SMF 2.0 RC4?

Liam_michael:
I'm trying to parse this to 1.1.11 but I can't seem to find the code:


--- Code: ---if (!empty($settings['seperate_sticky_lock']))
--- End code ---

on my theme's messageindex.template.php?

Where else could I add the code?


--- Code: ---// Attachments in Topic - Add the icon and pop-up
if ($topic['attachments'] !== 0){
    echo '
<a href="'.$scripturl.'?action=topicattach;topic='.

$topic['id'].'" onclick="return reqWin(this.href,500,200);"><img src="', $settings['images_url'],

'/icons/clip.gif" alt="', $topic['attachments'],' ',($topic['attachments'] == 1) ? $txt

['attachment_in_topic'] : $txt['attachments_in_topic'], '" title="', $topic['attachments'],' ',

($topic['attachments'] == 1) ? $txt['attachment_in_topic'] : $txt['attachments_in_topic'], '"

border="0" style="float: right;" /></a>';
}
--- End code ---

aw06:
Nice mod ... is it possible to show the icon on the Show unread posts since last visit. & Show new replies to your posts. Pages ?? Maybe even in the Recent Post section in the info Center

aw06:

--- Quote from: aw06 on February 14, 2011, 07:09:21 PM ---Nice mod ... is it possible to show the icon on the Show unread posts since last visit. & Show new replies to your posts. Pages ?? Maybe even in the Recent Post section in the info Center

--- End quote ---

BUMP

Nibogo:
Mod updated for SMF 2.0 Final

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version