PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Changelog UCB


Coroner
08.08.2009, 10:39:19
v1.3

hinzugefügt: Cover Vorschau
hinzugefügt: Kategorie in der Navigation (zeigt Inhalte ohne zu suchen)
geändert: AdminCP - Kategorien (Titel bearbeiten)
---
added: Cover Preview
added: Category in Navbar (shows contents without searching)
changed: AdminCP - Categories (edit Title)

Dateien zu aktualisieren / Files to upgrade:

ucb.php
admincp/ucb_admin.php
clientscript/ucb_global.php
ucb_images/ucb_functions.php
ucb_images/ucb_permissions.php
ucb_images/ucb_upload.php

Wie upgraden / How to upgrade:

Produkt bitte überschreiben / Please overwrite the Product

Coroner
27.04.2010, 17:16:13
v1.4 (27.04.2010)

hinzugefügt: Letztes Cover Vorschau
---
added: latest Cover Preview

Dateien zu aktualisieren / Files to upgrade:

ucb.php
clientscript/ucb_global.js
ucb_images/ucb_functions.php
ucb_images/ucb_permissions.php

Wie upgraden / How to upgrade:

Produkt bitte überschreiben / Please overwrite the Product

/*
// next setings are only for the "latest cover preview"
*/
$only_rcover = true; // true/false (if true no CD's, Inlay will be shown)
$preview_width = 100;
$preview_height = 100;
$cover_preview_limit = 5;
$show['ucblatest'] = $vbulletin->options['ucb_latest'];
You will found this code in ucb_permissions.php at the end.
Change those values as you like.