Theo_1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Author's Twitter UsernameHey Connor !
Thanks a lot for your post, just helped me figuring out just how to include the twitter meta in my author biography box.
Cheers !
Forum: Fixing WordPress
In reply to: Update problem invalid argumentThis also worked for me, thanks a LOT hlr !
There should be some way for developers of such plugins and/or community to warn users of such things : spending so much time looking up the error in the forums is a bit of a pain ??
Same for me. Version 2.0.0 in a multisite 3.3.1 wordpress, it says “Unable to create member”. Plugin wasn’t made for multisite, too bad it wasn’t mentioned in the plugin description…
I’ll just code it by hand, then :-/I’d really appreciate an answer, the AnythingSlider for WordPress plugin is awesome, and I’m sure there’d be an easy fix ! ??
Good afternoon.
I have the same problem : I’m not able to use W3 Total Cache because of the AnythingSlider implementation I did inside my theme.
When I activate W3TC, the slider is offset to the left, and no CSS rule can change it.Please fix it ??
Forum: Plugins
In reply to: [Add Local Avatar] [Plugin: Add Local Avatar] avatars for multisiteThis interests me, please give an answer to this post … !
Thank you ! I’ll put back the standart layer then ! ??
Forum: Fixing WordPress
In reply to: [Community] Restrict REGISTRATION to specific EMAIL adressesI figured it out by modifying the Theme my login plugin, more precisely by deleting the function in the plugin that detects multisite.
Thanks to everyone for answering, useful as always ??
Forum: Plugins
In reply to: [Plugin:WP Hide Dashboard] Hide profile menu to subscribers only?Hi,
I’d also appreciate if you could share how you did it.
Thanks a lotForum: Plugins
In reply to: [CSS-JS-Booster] [Plugin: CSS-JS-Booster] HTTP 500-Error on WPMUI got the same error on my server, it’s a shame the developer didn’t warn anybody.
He deserves the one star rate I gave him.
Please update !Forum: Fixing WordPress
In reply to: [Community] Restrict REGISTRATION to specific EMAIL adressesThanks everyone for your quick answer.
Just kidding, of course i didn’t get any answer of this forum.
I am really looking for a forum that DOES answer people’s questions, if anyone knows any, please PM me : i’m sick of never getting answers…Anyway, I found the answer on another forum :
You need to edit wp-login.php in some way, and add the following lines :
`// Check that the e-mail address is an ‘@the_email_you_want.com’ adress
if ( ! preg_match (‘#^[\w.-]+@the_email_you_want.com$#’,$user_email )) {
$errors->add( ‘invalid_email’, __( ‘<strong>ERROR</strong>: Type your error message here ‘ ) );
$user_email = ”;
}
// End of Ieseg verification`Sadly, this doesn’t work when you have some additional registration plugin enabled, such as the great “theme_my_login”, so I have the choice of either not using it, or forgetting about email domain verification.
Maybe I could implement it in the “theme_my_login” plugin file, but I can’t find the corresponding fonction, and I won’t ask the question on this forum because I know it would be a loss of time ..Anyway, I hope that helped the many people who are in the same desperate situation ??
Forum: Plugins
In reply to: [Sharebar] [Plugin: Sharebar] Wouldn't Reccomend your pluginHey !
Saying “Wouldn’t recommend your plugin” is a really rude sentence for developers who’ve been spending hours making a free plugin available to everyone. You should consider using a more obvious title, like “I can’t make Sharebar work”.You could also be polite in your post, saying “hello” and “thanks” to people who could eventually help you.
I can’t help you, but when I saw your message, I had to react.
Have a good day ??Forum: Fixing WordPress
In reply to: Publication Date – Not Showing On RSS Feed?I have exactly the same problem !
What can I do ?
Please answer, wordpress geniuses ??Forum: Fixing WordPress
In reply to: How to allow specific Facebook sign up ?Up ?