Contentteller

Contentteller Support Forums
Home Forums > International > Deutsch > Probleme >

Themenwechsel

Discussion in 'Probleme' started by Wolf42, Dec 2, 2008.

  1. Wolf42 New Member

    Themenwechsel

    Hallo schon wieder!

    Ich bin auf ein kleines Problem gestoßen:

    Im Dropdown für die Themenauswahl erscheinen zwar alle möglichen Themen, aber ein Wechsel des Themas ist leider nicht möglich.
    Wolf42, Dec 2, 2008
    #1
  2. Philipp Administrator

    Ist Contentteller mit vBulletin integriert? Auf welchen Wert ist der Cookie Pfad (unter Verwalte Websites) eingestellt?
    Philipp, Dec 2, 2008
    #2
  3. Wolf42 New Member

    Integration mit vB 3.7, Cookiepfad ist / (Standardeinstellung).
    Wolf42, Dec 2, 2008
    #3
  4. Philipp Administrator

    Probiere einmal folgende Modifikation in modules/core/theme.php

    Ändere:
    PHP:
            if( $database -> dbrows( $query ) )
            {
                
    setcookie( $preferences[ 'website_uwrapper_cookiepath' ] . "esselbachctt", $id );
            }
            else
            {
                
    setcookie( $preferences[ 'website_uwrapper_cookiepath' ] . "esselbachctt", 0, mktime()-3600 );
            }
        }
        else
        {
            
    setcookie( $preferences[ 'website_uwrapper_cookiepath' ] . "esselbachctt", 0, mktime()-3600 );
        };
    in:
    PHP:
            if( $database -> dbrows( $query ) )
            {
                
    setcookie( $preferences[ 'website_uwrapper_cookieprefix' ] . "esselbachctt", $id, mktime()+31536000, $preferences[ 'website_uwrapper_cookiepath' ] );
            }
            else
            {
                
    setcookie( $preferences[ 'website_uwrapper_cookieprefix' ] . "esselbachctt", 0, 0, $preferences[ 'website_uwrapper_cookiepath' ] );
            }
        }
        else
        {
            
    setcookie( $preferences[ 'website_uwrapper_cookieprefix' ] . "esselbachctt", 0, 0, $preferences[ 'website_uwrapper_cookiepath' ] );
        }
    Philipp, Dec 2, 2008
    #4
  5. Wolf42 New Member

    Thx

    Danke sehr, jetzt funktionierts.
    Wolf42, Dec 2, 2008
    #5
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > International > Deutsch > Probleme >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.