sottise
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymore@gunu, both done ??
If you have some time to check my button language problem or if you have an other solution, your help is welcome ??
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreYEAY! Ok, than it was actually because of this “Hide URL language information for default language.” ??
Thank you so much for your patience, you rocks!Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreNow I remember why I’ve unchecked the “check Hide URL language information for default language.”, it’s because my button, on the sidebar, “Je parle fran?ais” was not working, and the /en/ language was still displayed :/
Maybe you have a solution?
This is the code I’m using:<?php if(qtrans_getLanguage()=='fr'): ?> <div class="langSWITCHER_EN"> <a class="languen" href="<?php echo getUrlInTargetLanguage("en"); ?>" >Translate</a> </div> <?php endif; ?> <?php if(qtrans_getLanguage()=='en'): ?> <div class="langSWITCHER_FR"> <a class="langufr" href="<?php echo getUrlInTargetLanguage("fr"); ?>" >Traduire</a> </div> <?php endif; ?>
Sorry if I bother you :/
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreoh, btw, the default language is french
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoredone.
Can you check?Also, I think it was already configured like that, except for the “check Hide URL language information for default language”.
(But I can’t remember why)Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreno, try Post name not Custom Structure /%postname%/
Postname is checked
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymorethe index.php under /blog/ contains :
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );
(and I kept the .htaccess file)
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreok.
– removed the folder qTranslate-X
– General settings adress URL are ok
– Permalinks on post-name
(not personalized : “…/%postname%/” right?Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreok, I’ve replaced the last line, and replaced the file on root (and keeped the <?php…
fingers crossed?Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreaaaah, the require is different!
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreyes, without the dot :
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('/blog/wp-blog-header.php');
Now I’m wondering if the ‘<?php’ is needed?
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreDo I replace the html index back and rename it?
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreI’ve removed the html index actually…
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreOops! Just removed the html index, sorry…
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreyes, empty index.html that I have just added (otherwise anyone can access the directory)