Title: damtox's Replies | WordPress.org

---

# damtox

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/damtox/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/damtox/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] [account_status] How to make an if?](https://wordpress.org/support/topic/account_status-how-to-make-an-if/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/account_status-how-to-make-an-if/#post-14582090)
 * [@champsupertramp](https://wordpress.org/support/users/champsupertramp/) – thank
   you 🙂
    I solved my problem like this:
 *     ```
       $args = array(
                   'role'    => 'subscriber',
                   'orderby' => 'ID',
                   'order'   => 'DESC',
               );
               $blogusers = get_users( $args );
   
               foreach (array_slice($blogusers, 0, 10) as $user) {
                   $userid = $user->ID ;
   
       if ($user->account_status == 'approved' ) {
                               echo 'xxx';
                           } else {
                               echo 'yyy';
                           }
   
       }
       ```
   
    -  This reply was modified 4 years, 10 months ago by [damtox](https://wordpress.org/support/users/damtox/).
    -  This reply was modified 4 years, 10 months ago by [damtox](https://wordpress.org/support/users/damtox/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Security Plugin, Firewall & Malware Scanner with Auto Removal] Good!](https://wordpress.org/support/topic/good-6305/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/good-6305/#post-14216358)
 * [@amagsumov](https://wordpress.org/support/users/amagsumov/) I sent you a link
   on support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Orphans] Nie działa the_excerpt – opis z produktu WooCommerce](https://wordpress.org/support/topic/nie-dziala-the_excerpt-opis-z-produktu-woocommerce/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/nie-dziala-the_excerpt-opis-z-produktu-woocommerce/#post-14138672)
 * A ok. Rozwiązałem i działa…
    Dodałem w “Własne typy treści” – produkt.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Remove link with ld+json ??](https://wordpress.org/support/topic/remove-link-with-ldjson/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-link-with-ldjson/#post-13468270)
 * [@priscillamc](https://wordpress.org/support/users/priscillamc/) [@maybellyne](https://wordpress.org/support/users/maybellyne/)
   
   And if I buy the premium version of woocommerce – are you going to help me with
   it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Remove link with ld+json ??](https://wordpress.org/support/topic/remove-link-with-ldjson/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-link-with-ldjson/#post-13453539)
 * I only want to remove the indicated piece of code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Unregister css and js](https://wordpress.org/support/topic/unregister-css-and-js/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/unregister-css-and-js/#post-13027764)
 * [@cryptex_vinci](https://wordpress.org/support/users/cryptex_vinci/) Thank you!
   Huge help! 🙂
    -  This reply was modified 5 years, 10 months ago by [damtox](https://wordpress.org/support/users/damtox/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] single-post.php ??](https://wordpress.org/support/topic/post-php/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-php/#post-12976938)
 * Thanks. So I did…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] single-post.php ??](https://wordpress.org/support/topic/post-php/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-php/#post-12976710)
 * I need to put tags under the picture (which are links).
    -  This reply was modified 5 years, 10 months ago by [damtox](https://wordpress.org/support/users/damtox/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] single-post.php ??](https://wordpress.org/support/topic/post-php/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-php/#post-12976175)
 * In which folder do I need to add the .php file for the .html file to work ??
 * Ok, I’ll leave your CSS, but I need to add some functions in the PHP file. How
   is this best returned as a child?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] single-post.php ??](https://wordpress.org/support/topic/post-php/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-php/#post-12975451)
 * Hi,
    I created the file: /wprm-templates/recipe/xxx/**xxx.css** and **xxx.html**
 * To add php, I have to create xxx.php ??
    xxx – same name?
 * How do you unregister all your css styles?
    How do you remove all classes from
   HTML? (shortcode – cleared) How to add a class to the tag: [wprm-recipe-name 
   tag=”h1″] ??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] single-post.php ??](https://wordpress.org/support/topic/post-php/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-php/#post-12936121)
 * I’m not doing anything yet … I want to know the possibilities of creating my 
   own recipes. I would prefer to create a layout in HTML + PHP myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection for Contact Form 7] How to handle Polish characters in URL?](https://wordpress.org/support/topic/how-to-handle-polish-characters-in-url/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [6 years ago](https://wordpress.org/support/topic/how-to-handle-polish-characters-in-url/#post-12756027)
 * [@yuvalsabar](https://wordpress.org/support/users/yuvalsabar/) Hahaha….
    **I 
   sent some e-mails – a zero response !!** **I didn’t receive the invoice either!!**
   They don’t want to return the money either! What in that case?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection for Contact Form 7] How to handle Polish characters in URL?](https://wordpress.org/support/topic/how-to-handle-polish-characters-in-url/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [6 years ago](https://wordpress.org/support/topic/how-to-handle-polish-characters-in-url/#post-12751275)
 * [@yuvalsabar](https://wordpress.org/support/users/yuvalsabar/)
    I use the PRO
   version. I have set: nazwa=[imie] [imie] = Małgorzata Instead of “ł” moves me“
   Ĺ” How to fix it?
 * It should convert Polish characters like this tool:
    online-toolz.com/tools/text-
   unicode-entities-convertor.php
    -  This reply was modified 6 years ago by [damtox](https://wordpress.org/support/users/damtox/).
    -  This reply was modified 6 years ago by [damtox](https://wordpress.org/support/users/damtox/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Out of memory – /public_html/wp-settings.php on line 165](https://wordpress.org/support/topic/fatal-error-out-of-memory-public_htmlwp-settings-php-on-line-165/)
 *  Thread Starter [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-out-of-memory-public_htmlwp-settings-php-on-line-165/#post-8843537)
 * I changed the version of PHP 7.0.14 on 5.6.39 and the problem solved.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Out of memory (allocated 2097152) (tried to allocate 49152 bytes)](https://wordpress.org/support/topic/fatal-error-out-of-memory-allocated-2097152-tried-to-allocate-49152-bytes/)
 *  [damtox](https://wordpress.org/support/users/damtox/)
 * (@damtox)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-out-of-memory-allocated-2097152-tried-to-allocate-49152-bytes/#post-8843535)
 * I changed the version of PHP 7.0.14 on 5.6.39 and the problem solved.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/damtox/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/damtox/replies/page/2/?output_format=md)