Title: ThreadPasser's Replies | WordPress.org

---

# ThreadPasser

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WooCommerce Shop Manager or Salesperson role](https://wordpress.org/support/topic/woocommerce-shop-manager-or-salesperson-role/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-shop-manager-or-salesperson-role/#post-7415719)
 * This is also crucial for a business that I’m running… we are a sales team using
   wordpress/woocommerce and we really need to assign customer accounts to a specific
   salesman.
 * This salesman could then log in to the backend, and manage (ONLY) his own customers,
   create new orders, etc…
 * Reports could then also be run to split out sales per salesrepresentative.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BlackBird] Woocommerce footer messed up](https://wordpress.org/support/topic/woocommerce-footer-messed-up/)
 *  Thread Starter [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/woocommerce-footer-messed-up/#post-7474794)
 * marked as solved
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BlackBird] Woocommerce footer messed up](https://wordpress.org/support/topic/woocommerce-footer-messed-up/)
 *  Thread Starter [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/woocommerce-footer-messed-up/#post-7474792)
 * solved it by copying page.php to woocommerce.php and then remove the post content
   loop with woocommerce_content() and now it integrates fine. Look it up on google
   and you’ll get there: **wordpress theme compatible woocommerce content**.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Help forum down](https://wordpress.org/support/topic/help-forum-down/)
 *  Thread Starter [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/help-forum-down/#post-7164146)
 * Ok nice we’re back up and running it seems. Could you look in to my question 
   at [http://qtranslate-x.com/support/index.php?topic=335.0](http://qtranslate-x.com/support/index.php?topic=335.0)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] How can i put a flag bar in hearder](https://wordpress.org/support/topic/how-can-i-put-a-flag-bar-in-hearder/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-put-a-flag-bar-in-hearder/#post-6734698)
 * Any updates on the flag bar feature?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] Translation of Meta Description: My Solution but i need HELP](https://wordpress.org/support/topic/translation-of-meta-description-my-solution-but-i-need-help/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/translation-of-meta-description-my-solution-but-i-need-help/#post-7093369)
 * You should see some icons at the bottom of the page. This should contain all 
   strings that you are looking for.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[bpost shipping] Cost of bpost account](https://wordpress.org/support/topic/cost-of-bpost-account/)
 *  Thread Starter [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/cost-of-bpost-account/#post-7030858)
 * Ok thanks this is useful info. I’ll send them a mail to get an account. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] adding transposh URLs to sitemap](https://wordpress.org/support/topic/adding-transposh-urls-to-sitemap/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/adding-transposh-urls-to-sitemap/#post-6964028)
 * I’d link to know this as well. Thanks for your input!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Add plugin options](https://wordpress.org/support/topic/add-plugin-options/)
 *  Thread Starter [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/add-plugin-options/#post-6558211)
 * The problem I also have with studying plugin development, is the fact that there
   aren’t a lot of good tutorials that use proper coding technique. Or if I find
   some tuts, I feel that they are outdated or try to re-invent the wheel (don’t
   use built in functions for security). Also, when I study code of plugins, various
   techniques are used (singleton pattern, functions.php hacks, plugin “the wordpress
   way”, fragmented code, etc…).
 * I’m trying to make the best of it, for my own peace of mind, for easy maintenance
   later. That’s why I ask for useful pointers if you know any existing tools for
   this task.
 * But yeah don’t get me wrong please. I’m not afraid to do it myself, because trust
   me I will. I’m certainly not looking for blocks of code. Still I feel it’s useless
   to code something from the ground up if there is an elegant way to do it by using
   built-in wordpress functions.
 * Looks like there is no such thing for my requirements, so yes, I’ll look at jquery
   indeed. 🙂 Thanks for your answers so far.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Add plugin options](https://wordpress.org/support/topic/add-plugin-options/)
 *  Thread Starter [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/add-plugin-options/#post-6558127)
 * Yeah jquery seems to way to go. Too bad there’s no tool/framework to generate
   this code. Perhaps it’s a closely guarded secret amongst all the “pro” plugin
   writers. 😉
 * Other suggestions still welcome.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cat + Tag Filter] Using plugin without 'category' in urls](https://wordpress.org/support/topic/using-plugin-without-category-in-urls/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [13 years ago](https://wordpress.org/support/topic/using-plugin-without-category-in-urls/#post-3425935)
 * Hello Sir,
 * How do I edit the code to exclude the “category base” from the url?
 * Now I have
 * /category/selectedcat/tagname/selectedtag
 * I want the plugin to drop the “/category” prefix. How could I change the code
   to create this kind of functionality? Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Shell Lite] Nederlandse vertaling beschikbaar](https://wordpress.org/support/topic/nederlandse-vertaling-beschikbaar/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [13 years ago](https://wordpress.org/support/topic/nederlandse-vertaling-beschikbaar/#post-3583610)
 * Found out the answer myself. For those who are also struggling:
 * – Place the .po file in the languages directory in your theme
    – Install the 
   plugin “CodeStyling Localization” & activate it – Go to extra/localisation in
   the admin menu – Scroll down to the “Shell lite” entry – Locate your language,
   select “edit” – After pageload, click the button “Generate the .mo file”
 * Done.
    Thanks for this nice theme!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Shell Lite] Nederlandse vertaling beschikbaar](https://wordpress.org/support/topic/nederlandse-vertaling-beschikbaar/)
 *  [ThreadPasser](https://wordpress.org/support/users/threadpasser/)
 * (@threadpasser)
 * [13 years ago](https://wordpress.org/support/topic/nederlandse-vertaling-beschikbaar/#post-3583609)
 * Where do I place the translated file? I put it in /languages but it doesn’t seem
   to change anything.

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