Search Results for 'wordpress'
-
AuthorSearch Results
-
October 19, 2012 at 6:43 pm #143716
In reply to: What are Friends for?
@mercime
Participant@shawn38 Apologies, no bug at all. It’s my bad, I forgot I have BuddyPress Message Privacy Plugin installed in all sites ever since There’s a free https://wordpress.org/extend/plugins/buddypress-private-message-for-friends-only/ but it needs to be updated for current BP version.
October 19, 2012 at 5:04 pm #143711@mercime
Participant– Pagelines theme with BP -> if I recall well, Pagelines has a premium plugin to make Pagelines theme compatible with BuddyPress
– You can find examples of BP multisite installs at https://buddypress.org/showcase/
– Create a Network – https://codex.wordpress.org/Create_A_Network
– Before Installing BuddyPress – https://codex.buddypress.org/getting-started/before-installing/
– Installing BP – https://codex.buddypress.org/getting-started/setting-up-a-new-installation/October 19, 2012 at 4:56 pm #143710In reply to: Group Forums not Working
@mercime
Participant@amy-joy Two things:
1. Go to Settings > Forums and check/add that the path to your existing bb-config.php file is correct
and/or
2. Download a copies of WordPress and BuddyPress to your hard drive and re-upload WP and BP folders manually i.e., via FTP/cpanel/file manager/etc.October 19, 2012 at 3:59 pm #143702In reply to: PLEASE HELP bp default is duplicating post
@mercime
ParticipantRe BP Activity Plus: It has not been updated for WP 3.4.2 nor does it show it has been updated for current BP versions. To get support for this plugin, please post at https://wordpress.org/support/plugin/buddypress-activity-plus and click on Support tab. Deactivate this plugin and check if duplicate posts are resolved.
October 19, 2012 at 1:09 pm #143696In reply to: [Resolved] Buddypress Pages not working as expected
lottiejam
ParticipantHi mercime. I set up a test site on my localhost(mac environment). I then recreated the same set up on my hosting space using a fresh download of both wordpress and buddy press. I think I have located the problem to my permalinks in that WordPress includes the index.php in the permalink and this inhibits buddy press functionality(?). I have mod rewrite enabled on the server and have tried numerous elements from other support threads e.g. ensuring .htaccess is correct. I don’t have a url at present as I am only putting it up as a test site and by the time I had posted I took it down! let me know if this is enough information and any help would be most welcome.
October 19, 2012 at 9:59 am #143692In reply to: Create private membership site with BuddyPress
Paul Wong-Gibbs
KeymasterThe simplest approach may be to surpress the “click here to activate your account” emails, and use something like https://wordpress.org/extend/plugins/unconfirmed/ to manually activate them.
October 19, 2012 at 9:36 am #143688DaveyWavey
ParticipantI honestly spent hours looking for a suitable answer to this question before posting it here. There were all kinds of solutions available for older versions of WordPress – like adding this line:
`define(‘BP_DISABLE_AUTO_GROUP_JOIN’,true);`
to bp-custom.php but it seems as if there is no longer any need for bp-custom.php in BP 1.6+ – in any event, no matter what I put into the file, it has zero effect on BP, so I assume all bp-custom.php related information is not relevant to BP 1.6+ installs. So what do I do?
Or am I missing something super obvious?
October 18, 2012 at 11:58 am #143651In reply to: BP 1.6 upgrade and avatar functions
Philipp
ParticipantI spend a lot of time to find a fix for that. So if you still have problems do the following:
1.) Download the “avatars” folder and delete all bpfull-XXxXX.jpg pictures and reupload it
2.) Take a look here: https://buddypress.trac.wordpress.org/ticket/4092
@boonebgorges gave the comment with the workaround (Thanks for this!)…So this is the code to replace with in bp-core-avatars.php, line 211:
`// Check for current avatar
foreach( $avatar_files as $key => $value ) {
if ( strpos ( $value, $avatar_size )!== false ) {
$avatar_url = $avatar_folder_url . ‘/’ . $avatar_files[$key];
break;
}
}
`For me there are no more problems now… It would be great if the BuddyPress-Team could get this into the next release…

Best!
October 18, 2012 at 5:53 am #143634In reply to: No ‘create’ new member option login widget
Paul Wong-Gibbs
KeymasterThe default theme with BuddyPress doesn’t have a log in widget. If you’re not using a different theme and you’re referring to the sidebar area, that’s hardcoded into the template. In this case, some extra text with a register link will appear as long as user registrations are enabled on your site.
To check, http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress
October 18, 2012 at 3:33 am #143627@mercime
Participant@robreg what theme are you using? Did you check at bottom of the page you looked at where we have “template-packed” a number of WP themes https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
If your WP theme is not listed there, open up your theme’s header.php file, copy all, paste in pastebin.com, click submit and post the generated URL here. Do the same for your theme’s page.php, index.php, sidebar.php and footer.php file. I need to see the whole picture.
October 18, 2012 at 3:22 am #143625In reply to: Post sticky in all group forums with one topic
@mercime
Participant@raphadko aas r-a-y mentioned above, it would require custom development.
Simplest way to add a notice is to create a function where you can add/revise the announcement/s and hook it into `do_action( ‘bp_before_group_forum_content’ );`
OR
copy over https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/groups/single/forum.php into your theme folder wp-content/themes/yourthemefolder/groups/single/forum.php and add/style announcement on line 2 or line 4 of that file. It will show up in all group forums but won’t show up in Forums Directory list of topics.October 17, 2012 at 10:02 pm #143601October 17, 2012 at 5:55 pm #143590In reply to: Front End User Blog
my2hands
Participanti find it strange that there isnt something that could be done, i mean the grop blog for instance works pretty much how i would like this to work, so how come no one seems to be doing this? i love wordpress and buddypress but for this prject i think i’ll have to find an alternative if there is one and i hate doing that.
what do you mean by a buddypress component?
October 17, 2012 at 4:01 pm #143574Paul Wong-Gibbs
KeymasterIt was built the way it was because of architectural reasons. It’s something we want to change, it’s just as simple as no-one’s done it yet.
October 17, 2012 at 1:33 pm #143563In reply to: Mobile inquiry – high demand
Tammie Lister
ModeratorBuddypress is already mobile friendly as the default theme is responsive. It all depends on what you want – just a theme or extra functionality for mobile? You don’t need a mobile plugin for any WordPress or BuddyPress site to work on mobile. BuddyPress mobile is not just about working on mobile though that’s exploring mobile functionality too.
October 17, 2012 at 12:12 pm #143562sammyb
ParticipantI just had a look at the ticket but was unable to comment on it, so I will post my comment here instead.
The idea of using the ?p= links is not ideal as a redirect will have to be performed for each link, also for SEO it is far better to have the correct links on the page instead of links that rely on redirect.
My suggestion for posts activity items would be: instead of storing a URL / permalink for each posts activity, why not just store the post ID? – that way you can let the wordpress native function (post_permalink) generate the permalink and no matter how many times you change the permalink settings buddypress activity will instantly link to the correct URLs.
October 17, 2012 at 5:53 am #143549hozefasmile2007
ParticipantHi Does anybody have got any solution for this issue?
This is really an important thing, when we use the code bp_loggedin_user_avatar() for displaying thumbnail of user avatars in other sites of a wordpress network, it don’t get the correct path of thumbnail used.
For example instead of taking the path http://uniqueswebsolution.com/wp/wp-content/uploads/avatars/2/18cdaaffad36b2a391c5c48ccdc8ebc3-bpthumb.jpg
its taking
http://uniqueswebsolution.com/wp/avatars/2/18cdaaffad36b2a391c5c48ccdc8ebc3-bpthumb.jpg
So its going to the correct main site path /wp/ but intead of going to wp-content/uploads its directly use the path next to it that is avatars/2/18cdaaffad36b2a391c5c48ccdc8ebc3-bpthumb.jpg
So how can we call him to follow that missing directory path?Thanks
HozefaOctober 17, 2012 at 3:36 am #143547jaybird2214
ParticipantSo I’ve been having some troubles with a few buttons not showing up or working properly, one of them being the “Post Update” button on the Groups activity page. I figured out that the reason why some of these buttons were not showing up or working properly was from my AJAX.
Without reading too much about AJAX in WordPress, I added in header.php:
in order to get AJAX to work. This aparently was calling all of my AJAX scripts when they weren’t supposed to be called, therefore interfering with other AJAX calls.
After removing that from header.php, all of the buttons my site began working normally.
October 16, 2012 at 8:48 pm #143542modemlooper
ModeratorDownload the template pack plugin to your desktop and then you can get the file https://wordpress.org/extend/plugins/bp-template-pack/
October 16, 2012 at 9:09 am #143526In reply to: Changing slugs with bp-custom.php: No change!
DaveyWavey
Participant@modemlooper said 4 days, 6 hours ago:
To change slugs you change the page name and URL for that page in the WordPress admin.That worked perfectly. Almost. It seems that links in the activity feed still reference “groups” as opposed to the new slug so for instance the link should be something like this:
http://www.mysite.com/newslugforgroups/groupname/forum/topic/newforumpost/
instead the groups slug somehow persists and reads like this:
http://www.mysite.com/groups/groupname/forum/topic/newforumpost/
And this above link generates a 404 page not found error.
Old slug: groups
New slug: newslugforgroupsThis seems to only occur in the activity feed – everywhere else, your suggestion seems to work just fine.
October 15, 2012 at 7:49 pm #143509In reply to: BuddyPress Tags
@mercime
ParticipantThere was a plugin for BP 1.5.1 https://wordpress.org/extend/plugins/buddypress-activity-stream-hashtags/ Not tested if it works for BP 1.6.1
October 15, 2012 at 4:39 pm #143490In reply to: Adding Dynamic Profile Link to Main Menu Item
ript247
ParticipantI am very sure. I am not having a problem making the profile page a home page, My problem is making “My Profile” show up in my component directories. On my components page it says “Associate a WordPress Page with each BuddyPress component directory” I would like to add “My Profile” to this component directory.
Currently I have “Activity Stream = activity, Discussion Forum = Forums, Groups = Groups etc..
How can I do this, sorry my english not so good sometimes.
October 15, 2012 at 10:29 am #143478In reply to: Get name of the creator of a group
Paul Wong-Gibbs
KeymasterI’ve added a ticket to Trac to get a template function added for this: https://buddypress.trac.wordpress.org/ticket/4596
Patches welcome
October 14, 2012 at 6:48 pm #143425In reply to: Adding Dynamic Profile Link to Main Menu Item
modemlooper
ModeratorOctober 13, 2012 at 7:07 am #143379In reply to: 1.6 allowing users to register with spaces in SN
inkblot
ParticipantHow about this:
https://wordpress.org/extend/plugins/restrict-usernames/
It looks like something that might possibly work for your problem, and would disallow the use of spaces in the username since I believe it’s all handled on the WordPress side of things for BuddyPress anyhow concerning registrations and so forth…
-
AuthorSearch Results