MyBB.de Forum

Normale Version: Downloads Manager
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3 4
Eine neue Erweiterung wurde veröffentlicht: Downloads Manager

Zitat:Downloads Manager is a plugin that lets you add a download page to your forum. It includes an AdminCP module allowing you to modify an existing download or upload a new one.

Current Features:
- Each download has it's own "page"
- Download descriptions can be formatted with MyCode
- Edit existing download pages through the new AdminCP module
- Upload new downloadable files
- Upload new preview images
- Simple category interface.

Planned features:
- Update Existing Files (Right now you have to manually replace the file)
- Delete Files (Right now removing a download page does not remove the file)
- Manage Previews
Not bad but how can I edit it properly? Angel
How to add new downloads?
Im ACP müsste eine neue Seite im Menü erscheinen.
So langsam verzweifle ich an meinem aktuellen MyBB Wink

Ich habe unter Einstellungen den Downloads Manager, eine neue Seite finde ich aber nicht, in keinem Menü. Im Downloads Manager kann ich auch keine neuen Projekte hinzufügen... Huh
Ich kenne das Plugin leider nicht, aber so viel ich gesehen habe, müsste bei den Tabs im ACP ein neuer Link erscheinen.
Tut er leider nicht bei mir.

Vielleicht hat jemand einen direkten Link dazu oder das Plugin mal getestet?

Habe es auf mybboard.net gefunden, der Autor hat 2 Templates vergessen. Diese müssen im Admin CP -> Globale Templates erstellt werden:
downloads_categories
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="160">
<tr>
<td class="thead" colspan="2">
<strong>
{$lang->downloads_categories}
</strong>
</td>
</tr>
{$catlist}
</table>

downloads_categories_listbit
Code:
<tr class="{$bgcolor}">
<td>
<a href="downloads.php?cat={$catid}">
{$catname}
</a>
</td>
</tr>

Mfg LS 134
So, hab den Fehler- mangelnde Sprachdateien für deutsch Smile
Habe sie nun gerade übersetzt für die die es haben möchten, für eine gründliche Übersetzung über die Tools fehlt leider die Zeit, daher nur als Anhang.
Wer sie für die Übersetzungstools nutzen will oder verbessern will- gerne Wink

MFG LS 134

PS: Die downloads.lang.php (379 Bytes) muss nach: board/inc/languages/deutsch_du und die admin_downloads.lang.php (2,25 KB) muss zu downloads.lang.php umbenannt werden und dann nach board/inc/languages/deutsch_du/admin
Für deutsch_sie genauso vorgehen Smile

TelCont@r

Bei mir erscheint auch nichts in Einstellung..
Das Plugin hat ja auch eine eigene Seite im ACP.

TelCont@r

sogar das erscheint nichtmal bei mir Chef. Ich habe es installiert, aktiviert und wo genau soll die Seite sein?
Fehlermeldung:
This page has been deactivated.
To use it, please reactivate it in the Admin Control Panel.
Hallo Leutz,

das Plugin habe ich einwandfrei installiert und aktiviert, nun muss ich Katagorien einfügen wo genau mache ich diese Option?

Version 1.4.3
Seiten: 1 2 3 4