boddhi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 403 on my SVN repohi, it’s not
I changed my username in my profile from boddhi to fxbenard a long time ago. My svn is setup to use the “old” boddhi username.
Using it and making a new password fixed my issue.
thanks for your support
Completely approved, are you going to make those improvments ?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Missing translate stringsHappy to help…if i can
I’m back to business and the problem is still not resolved.
I need to change the date in the template, even with <?php the_time(‘j F Y’); ?> in the code the month stays in english.
A clue some one?Forum: Themes and Templates
In reply to: Localization problemi found out the problem, my xampp is not case sensitive and my server is, i made a mistake with the fr_Fr and fr_FR
Problem solved, thanks
Forum: Fixing WordPress
In reply to: Upgrade 3.1 – Links change and errors appearI have the same problem, did you find a way to solve this problem with the category?
Salut michel83
je n’ai pas rebosser la traduction car le dev vient de sortir la nouvelle version et donc toutes mes traductions ne fonctionnent plus, il faut que je refasse tout…:( et dernièrement je n’ai pas eu le temps.Sais tu implanter un domain search pour créer le .pot. J’ai bien essayé de mon coté mais je n’ai pas réussi et le dev non plus?
sinon il te faudra traduire à la main dans certains fichiers…
@+
Forum: Hacks
In reply to: Problem navigation with #link<!-- NAVIGATION --> <ul class="side_navigation"> <li><a href="#page-single" id="page-top">Top</a></li> <?php $pages = get_pages('sort_order=asc&sort_column=menu_order&depth=1'); foreach ($pages as $pag) { $new_title = str_replace(" ", "", $pag->post_title); echo '<li><a href="#'.$new_title.'"title="'.$pag->post_title.'">'.$pag->post_title.'</a></li>';} ?> </ul> </div>and in the content i have this :
<?php $pages = get_pages('sort_order=asc&sort_column=menu_order&depth=1'); foreach ($pages as $pag) { setup_postdata($pag); $new_title = str_replace(" ", "", $pag->post_title); ?> <div class="content-wrap" id="<?=$pag->post_title;?>"> <h3 class="sub-title"><?=$pag->post_title?></h3> <div class="break-page"></div> <div class="break-delta"></div> <?php the_content(); ?> </div> <? } ?>There is only one page and the menu links get to the #
thanks for your help
Forum: Hacks
In reply to: Problem navigation with #linkthe structure is okay for the page except that i give you an example:
my about page title is “about” and my permalink is going to be :
“http://mysite.com/about/”like that my #link works great
I got a problem when :
my problem page title is “problem page” and my permalink is automatically going to be :
“http://mysite.com/problem_page/”Then my page title and the permalink are different and then the #link doesn’t work anymore.
My knowledge of php is really basic but i’m sure there is a way to change this snippet so it doesn’t use the post title but the permalink
if someone want to see the full index page i can send it directly.
ThanksCan a wordpress’s master check out the plugin and tell me how to fix this issue… it will be great for all the next users
Hard coded is bad…and for some of you code is poetryHi a little up to know how the localization is progressing.
i followed this :
http://codex.ww.wp.xz.cn/I18n_for_WordPress_Developers
I know how to create the catalog in poedit for the .po and .mo files
I know how to create the strings for the translation __ or _e but i don’t succed in insertng the text domain…
<?php load_plugin_textdomain( ‘Connections’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/lang/’ );
The subfolder “lang”is created in the plugin folder.Does someone have a clue?
I’m ready to make the rest of the workForum: Plugins
In reply to: [Plugin: Connections] Drop Down filters for categoryA little up, what about this feature?
thanksForum: Fixing WordPress
In reply to: probleme taxonomy.phpA little up, i’m still stuck with this, thanks
Forum: Fixing WordPress
In reply to: probleme taxonomy.phpi tried with
‘rewrite’ => array( ‘slug’ => ‘xyz’,’with_front’ => false ) and
‘rewrite’ => array( ‘slug’ => ‘xyz’,’with_front’ => true )
nothing changed my taxonomy works when it’s in my post section but not when it’s in my custom fieldForum: Fixing WordPress
In reply to: probleme taxonomy.phpi don’t understand how to make it true or false