prock13
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] How to remove " ?repeat=w3tc " from query stringI’m having the same problem and can’t find a solution. Anyone?
This still does not work for me even in 1.3…
Hmm…so in the page definition you just have the slugs named the same for both languages? Let me try that. But I think the reason it works is cause the bug in the plugin is that it does not change the name of the page. Like in your example: http://something.com/aktivitaeten comes to http://something.com/en/aktivitaeten not to http://something.com/en/activites
I’m actually already doing something like in that post with the exception that I am not creating a UL list. I’m just listing the languages…My code looks like this:
function icl_post_languages(){
$languages = icl_get_languages(‘skip_missing=1’);
if(1 < count($languages)){
foreach($languages as $l){
if(!$l[‘active’]) $langs[] = ‘‘.$l[‘native_name’].’‘;
}
echo join(‘, ‘, $langs);
}
}bschmidttraub….let me ask you…
When you are in the WordPress admin and go to Settings -> BuddyPress and select the pages tab.
Are you able to switch languages and select the pages for register, activate, members, etc?
I can do it for one language, but when I switch to the other language it seems to overwrite the previous language selection. So it’s like I can only have the pages defined in only language a ta time.
Unfortunately I am not getting any help and it’s still not working. I have a site for a major client in production and not working…
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] How do I have users register?That happened to me. Make sure the Free Membership under Gateway in the menu is active. It defaults to Inactive.
jtreweek were you able to resolve your error? I am getting the same error in a local install using MAMP.
Forum: Fixing WordPress
In reply to: add category selection to new post on front pageI’ve added a category dropdown to the right of the tags field, but am having trouble updating the newPost function in p2.js.
Has anyone been able to get this to work?
Here is a link to my test area showing the category dropdown.
http://67.199.124.111/wordpress/Any help would be greatly appreciated!