cwt_community

  • molari molari
    R2-D2
    0 x
    94 Beiträge
    0 Hilfreiche Beiträge
    09. 05. 2004, 00:19

    Hallö,

    kann mir jemand sagen, wie ich die Formatierung/Schriftgröße des Plugin cwt_community anpassen kann ?
    Ich habe schon alles gestestet, also editor.cfg, css usw. aber es will sich nichts tun.
    Vielleicht hatte jemand ähnliche Probleme mit dem PlugIn?

    Oliver


  • Morden Morden
    Jedi-Meister
    0 x
    263 Beiträge
    0 Hilfreiche Beiträge
    11. 05. 2004, 16:16

    :o
    /me ist ratlos.

    Biste auch nach der Doku vorgegangen? Die ist absolut idiotensicher!

  • Zinner Zinner
    Jedi-Meister
    0 x
    256 Beiträge
    0 Hilfreiche Beiträge
    11. 05. 2004, 16:17

    ja, nach der doku die bei der ext auf typo3.org steht...

    hmmm irgendwie komisch..

  • Morden Morden
    Jedi-Meister
    0 x
    263 Beiträge
    0 Hilfreiche Beiträge
    11. 05. 2004, 16:21

    jepp...find ich auch. haste n paar screenshots und bissl code da oder sowas?

  • Zinner Zinner
    Jedi-Meister
    0 x
    256 Beiträge
    0 Hilfreiche Beiträge
    11. 05. 2004, 20:36

    hab es wieder deinstalliert... zuviel aufwand..setze mich später nochmal damit auseinander... o.O

  • Marc Marc
    Jedi-Meister
    0 x
    303 Beiträge
    0 Hilfreiche Beiträge
    14. 05. 2004, 18:59

    AAAAAAAAAAAAAAARGH...

    hab den gleichen Error:
    [code:1:016fb0ed44]Fatal error: Call to a member function on a non-object in /srv/www/htdocs/typo3/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2984[/code:1:016fb0ed44]

    ausschnitt tslib_fe:[code:1:016fb0ed44] /**
    * Initializing the getLL variables needed.
    * Sets $this->langSplitIndex based on $this->config['config']['language']
    *
    * @return void
    */
    function initLLvars() {
    $this->lang = $this->config['config']['language'] ? $this->config['config']['language'] : 'default';

    $ls = explode('|',TYPO3_languages);
    while(list($i,$v)=each($ls)) {
    if ($v==$this->lang) {$this->langSplitIndex=$i; break;}
    }

    // Setting charsets: HIER KOMMTS :-)
    $this->siteCharset = $this->csConvObj->parse_charset($GLOBALS['TSFE']->config['config']['metaCharset'] ? $GLOBALS['TSFE']->config['config']['metaCharset'] : $GLOBALS['TSFE']->defaultCharSet);
    $this->labelsCharset = $this->csConvObj->parse_charset($this->csConvObj->charSetArray[$this->lang] ? $this->csConvObj->charSetArray[$this->lang] : 'iso-8859-1');
    if ($this->siteCharset != $this->labelsCharset) {
    $this->convCharsetToFrom=array(
    'from' => $this->labelsCharset,
    'to' => $this->siteCharset
    );
    }
    }[/code:1:016fb0ed44]
    *aufmschlauchsteh*

    any hints?
    Marc

  • Zinner Zinner
    Jedi-Meister
    0 x
    256 Beiträge
    0 Hilfreiche Beiträge
    14. 05. 2004, 19:01

    auch nur beim profil editieren ?

  • Marc Marc
    Jedi-Meister
    0 x
    303 Beiträge
    0 Hilfreiche Beiträge
    14. 05. 2004, 19:28

    Ja ... Gästebuch zeigt er irgendwie auch nicht an... der rest funzt...

    hab die extension zum erstenmal installiert...

    #paralyzed#
    Marc

  • Marc Marc
    Jedi-Meister
    0 x
    303 Beiträge
    0 Hilfreiche Beiträge
    14. 05. 2004, 19:45

    hab zum spass mal folgendes gemacht...tslib_fe
    [code:1:8961e34962]// $this->siteCharset = $this->csConvObj->parse_charset($GLOBALS['TSFE']->config['config']['metaCharset'] ? $GLOBALS['TSFE']->config['config']['metaCharset'] : $GLOBALS['TSFE']->defaultCharSet);
    $this->siteCharset = $GLOBALS['TSFE']->defaultCharSet;

    // $this->labelsCharset = $this->csConvObj->parse_charset($this->csConvObj->charSetArray[$this->lang] ? $this->csConvObj->charSetArray[$this->lang] : 'iso-8859-1');
    $this->labelsCharset = 'iso-8859-1';[/code:1:8961e34962]

    jetzt funzt es... aber das kanns ja nicht sein...

    marc

  • Marc Marc
    Jedi-Meister
    0 x
    303 Beiträge
    0 Hilfreiche Beiträge
    14. 05. 2004, 20:04

    einen hab ich noch:

    [code:1:60c9a80060]"uploads/tx_cwtcommunityuser/" is not a file (non-uploads/.. resource, did not exist).[/code:1:60c9a80060]

    ??

    Marc