Title: Dennis's Replies | WordPress.org

---

# Dennis

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/altermann/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/altermann/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/altermann/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/altermann/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/altermann/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/altermann/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Email Subject for each new message](https://wordpress.org/support/topic/email-subject-for-each-new-message/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/email-subject-for-each-new-message/#post-6754337)
 * {name} didn’t work, but {email} just works! That’s great!
 * Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Contact form don't send nothing to me email](https://wordpress.org/support/topic/contact-form-dont-send-nothing-to-me-email/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/contact-form-dont-send-nothing-to-me-email/#post-3732121)
 * I just got the log and sent to this adress. I hope to see this fix, it`s a great
   form 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Contact form don't send nothing to me email](https://wordpress.org/support/topic/contact-form-dont-send-nothing-to-me-email/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/contact-form-dont-send-nothing-to-me-email/#post-3732118)
 * Sure. [http://www.midiatismo.com.br/contato](http://www.midiatismo.com.br/contato)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AdRotate Banner Manager] It's not working since the 3.8 update :(](https://wordpress.org/support/topic/its-not-working-since-the-38-update/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/its-not-working-since-the-38-update/#post-7743050)
 * Well, is there something I can do or it’s better to search for another plugin?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AdRotate Banner Manager] It's not working since the 3.8 update :(](https://wordpress.org/support/topic/its-not-working-since-the-38-update/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/its-not-working-since-the-38-update/#post-7743044)
 * Already tried to update, doesn’t work neither. I didn’t write a bad review or
   used false information. I just reporting the problem because the plugin doesn’t
   work since 3.8+
 * All ads stop showing after update. When I try to edit any ad, it doesn’t update
   the status to disabled, showing or anything.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] [Plugin: AdRotate] Problems with time schedule](https://wordpress.org/support/topic/plugin-adrotate-problems-with-time-schedule/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-adrotate-problems-with-time-schedule/#post-2881552)
 * It’s working fine now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] [Plugin: AdRotate] Problems with time schedule](https://wordpress.org/support/topic/plugin-adrotate-problems-with-time-schedule/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-adrotate-problems-with-time-schedule/#post-2881541)
 * Cool, I will try again and see if it’s fixed for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show div of content only if user is role 8 or higher](https://wordpress.org/support/topic/show-div-of-content-only-if-user-is-role-8-or-higher/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/show-div-of-content-only-if-user-is-role-8-or-higher/#post-2786944)
 * I tried this two ways, didn’ work:
 *     ```
       <?php
       global $userdata;
       get_currentuserinfo();
       if ( $user_info->ID == 1 )
       {
         echo 'User is an Author';
       }
       else
       {
         echo 'User is not an Author';
       }
       ?>
       ```
   
 * and
 *     ```
       <?php
       $user = wp_get_current_user();
       if ($user->ID)
         if ( $user->ID == 1 )
           echo 'Admin';
         else
           echo 'Autor';
       ?>
       ```
   
 * It only shows to first echo :/
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Ctrl-BkSp Not Deleting Last Word](https://wordpress.org/support/topic/ctrl-bksp-not-deleting-last-word/)
 *  [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/ctrl-bksp-not-deleting-last-word/#post-2442297)
 * Resolved even in Chrome? I really missed this thing in Chrome too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Author Bio] [Plugin: Better Author Bio] Remove author box in Custom Post Type](https://wordpress.org/support/topic/plugin-better-author-bio-remove-author-box-in-custom-post-type/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-better-author-bio-remove-author-box-in-custom-post-type/#post-2384291)
 * I made that, thanks anyway 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiVirus] [Plugin: AntiVirus] See previous post about False Positive](https://wordpress.org/support/topic/plugin-antivirus-see-previous-post-about-false-positive/)
 *  [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-antivirus-see-previous-post-about-false-positive/#post-2476491)
 * But, about the “virus alert”, any news? I just see an “green alert”, but nothing
   that I didn’t already fixed, but the message in admin bar still there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] [Plugin: Redirection] Redirect when the url is using "@"](https://wordpress.org/support/topic/plugin-redirection-redirect-when-the-url-is-using/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-redirection-redirect-when-the-url-is-using/#post-2482559)
 * It solved my problem when I marked the input “regular expression”, at least for
   the @. Did you try it? I don’t know what really does, but worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] [Plugin: WPtouch] Theme selector](https://wordpress.org/support/topic/plugin-wptouch-theme-selector/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wptouch-theme-selector/#post-2485173)
 * I didn’t make anything yet, but I have almost sure that is possible changing 
   the default theme directly in plugin directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] [Plugin: WPtouch] Theme selector](https://wordpress.org/support/topic/plugin-wptouch-theme-selector/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wptouch-theme-selector/#post-2484987)
 * Hmm, understand. But if I can change for my own the default theme folder, don’t?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] [Plugin: WPtouch] Theme selector](https://wordpress.org/support/topic/plugin-wptouch-theme-selector/)
 *  Thread Starter [Dennis](https://wordpress.org/support/users/altermann/)
 * (@altermann)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wptouch-theme-selector/#post-2484975)
 * No, I mean the theme. In the desktop version you can choose from different themes,
   right? Like the TwentyTen, TwentyEleven, etc.
 * And I’m interested in developing my own theme, but using the WpTouch. But I think
   the only way now is overwriting the default theme folder.

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

1 [2](https://wordpress.org/support/users/altermann/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/altermann/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/altermann/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/altermann/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/altermann/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/altermann/replies/page/2/?output_format=md)