Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I remember hearing that a majority of hacks are from insecure FTP passwords. second is sql injection attacks.

    posted on your spam post :p

    the only suggestions I have is change the header from black (optional, and entirley my opinion) and line the header test up with the left of the content, and reduce the size of the rss logos.

    Forum: Installing WordPress
    In reply to: qtranslate

    desolee, mon francais est horrible.

    sure le site web de qtranslie, il dites specifquement que qtranslate ne fonction pas avec 2.5 mais un version se vien.

    quelqune a mis un “work around” sur le forum. essayier ca:

    ouvert wp-content/plugins/qtranslate/qtranslate.php et commenter (/*) le ligne 1651

    add_filter(‘the_editor’,’qtrans_modifyRichEditor’);

    Hi, I just installed this as well.

    anywhere you want to include language tags OUTSIDE of posts, thread titles or catagory titles, use:

    ‘code’
    <?php _e(“[lang_en]en[/lang_en][lang_fr]fr[/lang_fr]”); ?>
    ‘/code’

    for example, I have a header image. I made a directory en and fr and put logo.jpg in both (one english, one french) and used the following: <img src=”<?php bloginfo(‘template_url’); ?>/images/<?php _e(“[lang_en]en[/lang_en][lang_fr]fr[/lang_fr]”); ?>/logo.jpg”>

    works on my end.

    I guess what you will have to do is find the code where your upcoming events tile is and surround it with <?php e(” and “); ?>

    that should work.

    I need help too, I need to know how to not show up a post if there is no translation for it!

Viewing 4 replies - 1 through 4 (of 4 total)