WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

You are not logged in.

Announcement

#1 26.12.2018 22:07:23

chap
Member

Topics Änderungen im WBCE 1.3.3 vorhanden?!

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.  big_smile

Last edited by chap (26.12.2018 22:07:35)


Liebe Grüße,
cHAp

Offline

#2 27.12.2018 08:46:37

florian
Administrator

Re: Topics Änderungen im WBCE 1.3.3 vorhanden?!

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

#3 27.12.2018 16:34:11

chap
Member

Re: Topics Änderungen im WBCE 1.3.3 vorhanden?!

Alles klar. Herzlichen Dank einmal wieder. smile Muss ja zum Glück immer nur ein WBCE ändern... Grins!


Liebe Grüße,
cHAp

Offline

#4 27.12.2018 17:00:35

chap
Member

Re: Topics Änderungen im WBCE 1.3.3 vorhanden?!

Update hat wunderbar geklappt. Danke sehr!


Liebe Grüße,
cHAp

Offline

Board footer

up