buddypress
Debugging Wordpress Loops
Specifically in the buddypress forums loop. I want to be able to alter the SQL so that it returns only specific forums topics. I want to be able to find where the SQL is exec开发者_StackOverflow中文[详细]
2023-02-09 06:56 分类:问答PHP help with using variable inside code
I have this line of code: <?php global $bp; query_posts( \'author=$bp-&g开发者_开发百科t;displayed_user->id\' ); if (have_posts()) : ?> but it doesn\'t work as expected. Probably because it\'[详细]
2023-02-08 23:10 分类:问答BuddyPress show post author avatar
On my home page where all my blog posts are I want to show the avatar of the author and then link it to the members profile so for example: domain.com/members/cameron.[详细]
2023-02-08 15:35 分类:问答Is there a version of buddypress in arabic?
I downloaded and installed the Wordpress arabic version. I would also like to install the arabic version for buddypress. Does such translation exist? If it doesn\'t, where can I submit translatio开发者[详细]
2023-02-06 03:25 分类:问答Using a function found in a different file in a loop
This question is related to BuddyPress, and a follow-up question from this question I have a .csv-file with 790 rows and 3 columns where the first column is the group name, second is the group descri[详细]
2023-02-01 06:52 分类:问答Turning a spreadsheet into array and loop and call a function
This is related to generate groups in BuddyPress. I have a spreadsheet with (in this case) a group name, group description and slug.[详细]
2023-02-01 05:55 分类:问答Querying (Wordpress) MySQL Database using asp.net OR sending data from wordpress to asp.net
I\'m working on a Press Release website that currently has an existing distribution platform built on ASP.NET - the site that I have built is utilizes Wordpress Multi-site and BuddyPress, and I need t[详细]
2023-01-31 11:56 分类:问答Wordpress and buddypress advice
I have a website that I want to setup so that users can register for the 开发者_如何学运维site but the administrator of the site will have the final say on whether or not they can be a member of the s[详细]
2023-01-16 18:09 分类:问答Fatal error: Cannot redeclare happening on same line
I have been fighting with this error for a while. The error is somewhere in the function I now have php telling me it can\'t redeclare a variable on the same line... strange. Any help would be great.[详细]
2023-01-08 15:34 分类:问答BuddyPress: Stop overriding default parameters passed to the template loop?
How do I stop BP from overriding default parameters passed to the template loop? For example, on the Activity page, let\'s say you want BP to \"forget\" the user\'s last viewed parameter (like \"My F[详细]
2022-12-25 11:27 分类:问答