Dennis
Forum Replies Created
-
{name} didn’t work, but {email} just works! That’s great!
Thanks ??
I just got the log and sent to this adress. I hope to see this fix, it`s a great form ??
Well, is there something I can do or it’s better to search for another plugin?
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.
It’s working fine now ??
Cool, I will try again and see if it’s fixed for me.
Forum: Themes and Templates
In reply to: Show div of content only if user is role 8 or higherI 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
In reply to: Ctrl-BkSp Not Deleting Last WordResolved even in Chrome? I really missed this thing in Chrome too.
I made that, thanks anyway ??
Forum: Plugins
In reply to: [AntiVirus] [Plugin: AntiVirus] See previous post about False PositiveBut, 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
In reply to: [Redirection] [Plugin: Redirection] Redirect when the url is using "@"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.
I didn’t make anything yet, but I have almost sure that is possible changing the default theme directly in plugin directory.
Hmm, understand. But if I can change for my own the default theme folder, don’t?
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.