Title: tkien's Replies | WordPress.org

---

# tkien

  [  ](https://wordpress.org/support/users/tkien/)

 *   [Profile](https://wordpress.org/support/users/tkien/)
 *   [Topics Started](https://wordpress.org/support/users/tkien/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tkien/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tkien/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tkien/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tkien/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tkien/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Language problem after upgrade to WP 4.0](https://wordpress.org/support/topic/language-problem-after-upgrade-to-wp-40/)
 *  Thread Starter [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/language-problem-after-upgrade-to-wp-40/#post-5266031)
 * Ok, I got it, I have to choose language on Setting page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-United : phpBB WordPress Integration] WP-United forum permission roles are not saved in phpBB](https://wordpress.org/support/topic/wp-united-forum-permission-roles-are-not-saved-in-phpbb/)
 *  [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wp-united-forum-permission-roles-are-not-saved-in-phpbb/page/3/#post-3375512)
 * I got this issue when I edit an article I get “You do not have the permission
   required to edit posts in this forum” error on WordPress backend.
 * How to fix it???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not show thumbnail on Facebook](https://wordpress.org/support/topic/not-show-thumbnail-on-facebook/)
 *  Thread Starter [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/not-show-thumbnail-on-facebook/#post-1873678)
 * yes, it actually show full img url. I cant get it show on FB. Dont know why 🙁
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Multisite image path error](https://wordpress.org/support/topic/multisite-image-path-error/)
 *  [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/multisite-image-path-error/page/3/#post-1511449)
 * I also have an issue, thats weak, not like something here. I uploaded images 
   on August, it shows on folder /08. But now is september, images dont show anymore.
 * I checked folders manually, it created a new folder wp-content/**wp-content**/**
   1**/files/08 or something like this, depends on site id. I dont know why, all
   site setting is like as default. I havent changed upload setting.
 * So how to fix it? I’m using win 2008 server, iis 7.
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to remove /blog slug in WP 3.0?](https://wordpress.org/support/topic/how-to-remove-blog-slug-in-wp-30/)
 *  Thread Starter [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-blog-slug-in-wp-30/#post-1570486)
 * my site is yourdomain.com/wp-login.php
    I dont set permalink like above, I set
   category/post-name
 * But it is still show /blog
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to remove /blog slug in WP 3.0?](https://wordpress.org/support/topic/how-to-remove-blog-slug-in-wp-30/)
 *  Thread Starter [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-blog-slug-in-wp-30/#post-1570320)
 * my site is on root already, I just want to remove /blog slug wich WP creates.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [WordPress 3 and multiple languages?](https://wordpress.org/support/topic/wordpress-3-and-multiple-languages/)
 *  [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/wordpress-3-and-multiple-languages/#post-1519456)
 * Just use WPML, it works fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp_list_categories: highlight current category when viewing single post](https://wordpress.org/support/topic/wp_list_categories-highlight-current-category-when-viewing-single-post/)
 *  [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/wp_list_categories-highlight-current-category-when-viewing-single-post/#post-884343)
 * how do you fix the issue with tag cloud? When click to a tag cloud, both home
   item and others items are highlight.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [navigation menu question](https://wordpress.org/support/topic/navigation-menu-question-1/)
 *  Thread Starter [tkien](https://wordpress.org/support/users/tkien/)
 * (@tkien)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/navigation-menu-question-1/#post-1047335)
 * Thank you 🙂 I found a way to reslove it. Use this code
 *     ```
       <?php
       if  (!is_page() &amp;&amp; !is_home()){
       	$catsy = get_the_category();
       	$myCat = $catsy[0]->cat_ID;
       	$currentcategory = '&amp;current_category='.$myCat;
       }
       wp_list_categories('hierarchical=1&amp;use_desc_for_title=0&amp;exclude=12&amp;depth=1&amp;orderby=id&amp;title_li='.$currentcategory);
       ?>
       ```
   
 * [http://wordpress.org/support/topic/211637](http://wordpress.org/support/topic/211637)

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