Development

From MyWebber Wiki

Jump to: navigation, search

Leave title blank when uploading image with no specified title

img-inc.php > line with noext... i think

Enable language toggle in Gallery (Photopost)

  • Modify pp-inc.php
$jlang = $_REQUEST["langid"];
if ($jlang == "0") {
        $jlang = $_COOKIE["bblanguageid"];
}
if ($jlang == "2") {
        $pplang = "french";
} else {
        $pplang = "english";
}