WBCE CMS – Way Better Content Editing.
You are not logged in.
Hallo,
gibt es irgendwelche Änderungen in den Topics Ordner von WBCE 1.3.3 ?
Wenn ja, was! Da ich ja hier Änderungen habe, die ich nicht gerne verlieren würde. 
Last edited by chap (26.12.2018 22:07:35)
Liebe Grüße,
cHAp
Offline
1. wbce/modules/topics/inc/upgrade.inc.php
Zeile 67
$picpath = WB_PATH.MEDIA_DIRECTORY.'/'.$mod_dir.'-pictures';geändert zu
$picpath = WB_PATH.MEDIA_DIRECTORY.'/'.$tablename.'-pictures';Zeile 69
$frompath = (WB_PATH.'/modules/'.$mod_dir.'/img/');geändert zu
$frompath = (WB_PATH.'/modules/'.$mod_dir.'/defaults/demopics/');Zeile 74
$picpath = WB_PATH.MEDIA_DIRECTORY.'/'.$mod_dir.'-pictures/thumbs';geändert zu
$picpath = WB_PATH.MEDIA_DIRECTORY.'/'.$tablename.'-pictures/thumbs';Zeile 80
$picpath = WB_PATH.MEDIA_DIRECTORY.'/'.$mod_dir.'-pictures/zoom';geändert zu
$picpath = WB_PATH.MEDIA_DIRECTORY.'/'.$tablename.'-pictures/zoom';Zeile 90
if (!file_exists($mpath.'comment_frame.css')) { copy($mpath.'defaults/comment_frame.default.css', $mpath.'comment_frame.css') ; }geändert zu
//if (!file_exists($mpath.'comment_frame.css')) { copy($mpath.'defaults/comment_frame.default.css', $mpath.'comment_frame.css') ; }2. wbce/modules/topics/defaults/first-topics.php
Zeile 71
$theq .= ", posted_first = '".$t."', published_when = '".$t."', picture = '".($i+1).".jpg', link = '".$link."'";geändert zu
$theq .= ", posted_first = '".$t."', published_when = '".$t."', picture = '".($i+1).".jpg', link = '".$link."', position = '".($i+1)."'";Die Änderungen sind nur beim Neuinstallieren von Topics relevant.
Wir Benötigen: Cents, Euros... jetzt spenden!
Online
Alles klar. Herzlichen Dank einmal wieder.
Muss ja zum Glück immer nur ein WBCE ändern... Grins!
Liebe Grüße,
cHAp
Offline
Update hat wunderbar geklappt. Danke sehr!
Liebe Grüße,
cHAp
Offline