MyBB Community Forums
Inline Downloads 1.0 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: Inline Downloads 1.0 (/thread-41892.html)

Pages: 1 2 3 4 5 6 7 8


RE: Inline Downloads 1.0 - Kamar - 2011-12-11

Doesn't work with 1.6.5 version. Update will be released?


RE: Inline Downloads 1.0 - StefanT - 2011-12-12

I am not using this plugin anymore but I will update it soon.


RE: Inline Downloads 1.0 - melchor - 2011-12-13

please update this plugin...thanks...


RE: Inline Downloads 1.0 - StefanT - 2011-12-17

Please try this: https://github.com/Stefan-ST/MyBB-Inline-Downloads/downloads


RE: Inline Downloads 1.0 - lexy - 2011-12-17

seems to works on 1.6.5
[Image: ScreenShot056.png]


RE: Inline Downloads 1.0 - StefanT - 2011-12-17

I haven't changed the templates, it should look exactly like on the previous version.


RE: Inline Downloads 1.0 - lexy - 2011-12-17

nice works and how to change color inside download box white is default want another see attach


RE: Inline Downloads 1.0 - StefanT - 2011-12-17

You can change the template "download_postbit".


RE: Inline Downloads 1.0 - lexy - 2011-12-17

what do i change to add another color

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="text-align:center;">
<tr>
<td class="trow1">{$lang->ds_title}: {$download['title']}</td>
<td class="trow2">{$lang->ds_version}: {$download['version']}</td>
<td class="trow1">{$lang->ds_dateline}: {$download['dateline']}{$download['demo']}</td>
</tr>
{$download['author']}
<tr>
<td class="trow1">{$lang->ds_downloads}: {$download['downloads']}</td>
<td class="trow2">{$download['downloadbutton']}</td>
<td class="trow1">{$download['guestdl']}</td>
</tr>
<tr><td colspan="3" class="trow2 smalltext">Download-System &copy; 2006-2010 <a href="http://www.mybbcoder.info">StefanT</a></td></tr>
</table>



RE: Inline Downloads 1.0 - altafali - 2012-06-20

really nice mod for mybb some questions

1 no follow external link?
2 open external links in new window using this plugin?
3i am using attachment on posts mod it seem not working with this mod ?
4 want to change its appearance style and make it to default attachment style?

please tell me how to fix?
thanks in advance