Themenwechsel
Wolf42 17
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Themenwechsel
Wolf42
OP
17
From: -
From: -
Thx
Danke sehr, jetzt funktionierts.
Danke sehr, jetzt funktionierts.
1 Re: Themenwechsel
Philipp Esselbach
From: -
Editor
0From: -
Probiere einmal folgende Modifikation in modules/core/theme.php
Ändere:
in:
Ändere:
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:
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' ] );
}
1 Re: Themenwechsel
Wolf42
OP
17
From: -
From: -
Integration mit vB 3.7, Cookiepfad ist / (Standardeinstellung).
1 Re: Themenwechsel
Philipp Esselbach
From: -
Editor
0From: -
Ist Contentteller mit vBulletin integriert? Auf welchen Wert ist der Cookie Pfad (unter Verwalte Websites) eingestellt?
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.