Contentteller Community Forums  

Go Back   Contentteller Community Forums > International > Deutsch > Probleme

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 12-02-2008, 01:33 PM
Junior Member
 
Join Date: Nov 2008
Location: Wien, Österreich, Europa
Posts: 17
Question 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.
__________________
Greetz
Wolf42

Never trust a smiling Wolfie!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 12-02-2008, 02:42 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

Ist Contentteller mit vBulletin integriert? Auf welchen Wert ist der Cookie Pfad (unter Verwalte Websites) eingestellt?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 12-02-2008, 03:06 PM
Junior Member
 
Join Date: Nov 2008
Location: Wien, Österreich, Europa
Posts: 17
Default

Integration mit vB 3.7, Cookiepfad ist / (Standardeinstellung).
__________________
Greetz
Wolf42

Never trust a smiling Wolfie!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 12-02-2008, 04:13 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

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

Ändere:
PHP Code:
        if( $database -> dbrows$query ) )
        {
            
setcookie$preferences'website_uwrapper_cookiepath' ] . "esselbachctt"$id );
        }
        else
        {
            
setcookie$preferences'website_uwrapper_cookiepath' ] . "esselbachctt"0mktime()-3600 );
        }
    }
    else
    {
        
setcookie$preferences'website_uwrapper_cookiepath' ] . "esselbachctt"0mktime()-3600 );
    }; 
in:
PHP Code:
        if( $database -> dbrows$query ) )
        {
            
setcookie$preferences'website_uwrapper_cookieprefix' ] . "esselbachctt"$idmktime()+31536000$preferences'website_uwrapper_cookiepath' ] );
        }
        else
        {
            
setcookie$preferences'website_uwrapper_cookieprefix' ] . "esselbachctt"00$preferences'website_uwrapper_cookiepath' ] );
        }
    }
    else
    {
        
setcookie$preferences'website_uwrapper_cookieprefix' ] . "esselbachctt"00$preferences'website_uwrapper_cookiepath' ] );
    } 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 12-02-2008, 07:12 PM
Junior Member
 
Join Date: Nov 2008
Location: Wien, Österreich, Europa
Posts: 17
Smile Thx

Danke sehr, jetzt funktionierts.
__________________
Greetz
Wolf42

Never trust a smiling Wolfie!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« - | Benutzer Modul »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:38 AM.


Copyright ©2002 - 2009 Esselbach Internet Solutions
Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 ©2009, Crawlability, Inc.