agundabbo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text Widget and Link with I18nThanks.
At the end I have done a simple plugin with my widget and use the wp-plugin internationalization.Forum: Plugins
In reply to: Problem when translating a pluginOk, I get it.
I have to load the load_text_domain also where/when the wp_error is called.You can close.
Forum: Networking WordPress
In reply to: What is changing when I pass to multisite?Thanks for the answer.
For the last part, now that you point out, I have no idea what I wanna really know either.Forum: Plugins
In reply to: Problem when translating a pluginSorry if I double post but I have figure how makepot works.
But I have a problem: i have done these two modification before creating the pot/>Check to ban this user < /><?php _e('Check to ban this user','ban-users')?> <
and
WP_Error( 'rc_banned', __('This account has been suspended', 'ban-users'))
The first modification works fine, I have the string displayed like I set in my .po/.mo file.
The second one instead does not work but I do no figure why. Maybe with WP_error there are some issues?
ThanksForum: Fixing WordPress
In reply to: Activation mailYes, I am using buddypress.
Forum: Themes and Templates
In reply to: [Openstrap] How to handle sidebarThanks. After I post that, I figure that it was simply a div issues ??
Forum: Fixing WordPress
In reply to: Profile BadgesThanks.
I have seen BadgeOS but I do not find where I have to insert my php code to make user getting the badge.Forum: Fixing WordPress
In reply to: Ajax UsageThanks for the answer.
I take this as sample
https://www.w3schools.com/php/php_ajax_database.asp
The error i had was like
www.mydomain.com/page-one/mytemplate.php?choice=xyz
not found because my file php was a template page and It cannot be found at that path, I thought.So my question how can I manage a variable in a situation like that?
Perhaps did I take a bad prospective?Forum: Fixing WordPress
In reply to: Linking problemWith that ID, I will make a query in database with that parameter.
But the parameter, i guess, it is not correctly set perhaps for the link.Oh man. I do not have getuser.php beacuse I do all in the same php page.
By bad.But I can reload the same page with the q variable set?
If I use window.location.pathname id does not work either