Search Results for 'buddypress'
-
AuthorSearch Results
-
February 18, 2013 at 2:33 pm #153337
In reply to: How do I get Yoast SEO to work with Buddypress
Asynaptic
Participant@zorro1965 a simple google search yielded this:
http://bp-tricks.com/coding/making-buddypress-compatible-with-the-wordpress-seo-plugin-from-yoast/
February 18, 2013 at 2:19 pm #153335In reply to: How do I get Yoast SEO to work with Buddypress
Hugo Ashmore
ParticipantYou place a lot of store by that rather ambivalent phrase or acronym SEO, back in the day when we built sites freehand, we covered this requirement simply by following good Standards, which google was starting to grasp and use as it’s measure.
What exactly is so poor in BP’s data/content presentation that you think it requires further manipulation to the extent that if you can’t do so you would actually ditch the entire application, that response just sounds bizarre to me.
WP always did manage to get indexed pretty well by search engines, why or how is BP so bad and why are you so disappointed in the lack of response here to your assertion that BP needs SEO so badly.
Search engine indexing I grant you is important – sadly – BP could probably be massaged in the area of titles perhaps. SEO on the other hand is snake oil to many of us that have been around a while.
And the best answer has been given above I’m afraid, contact the plugin author commission him to update the plugin to work with BP, sometimes you have to pay a little to earn a little.
February 18, 2013 at 1:59 pm #153332In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantSo nobody here knows how to get SEO to work properly with Buddypress? This is kind of crazy as as popular as buddpress is nobody knows how to make SEO work with Yoast. SEO is an important part of any internet venture. Without it its pointless today online unless your going to pay for all your advertisement or do affiliate marketing.
I am completely disappointed so far as I spent so much time researching this information and nobody either has the correct and complete information or cares to respond with it. I thought Buddpress was a very well supported compatible community for wordpress.
I may have to find another product all together for this project possibly even outside wordpress as it just does not make sense to build something without SEO in mind.
Zorro…
February 18, 2013 at 1:07 pm #153330benny_ray
ParticipantDear Guys,
As far as I can understand from the previous post I would have the same question as the topic starter.
I would like to move the whole buddypress toolbar from the admin menu to the top nav as the picture shows below.
Could somebody help me how to achive it?

Thank you for advance!
February 18, 2013 at 12:29 pm #153329In reply to: A facebook style Theme
Shmoo
ParticipantSearch for: Facebook WP lookalikes themes. BuddyPress will integrate with almost every WP Theme.
February 18, 2013 at 12:27 pm #153328In reply to: Theme Integration
Shmoo
ParticipantThanks for searching around,
Bummer, I was so excited about BuddyPress 1.7 but it’s a little disappointed that such a WP DNA features aren’t included.
I’ve made some bbPress themes before and I love how simple the page templates can be moved around and extended by just calling them different names like you would do by a regular WP Theme.Hope that will ever be the feature for BuddyPress.
For now, I have to accept losing the page.php template to BuddyPress only and add a Custom Page Template for every other created page inside the WP Dashboard.
By doing so i can clean-up all HTML inside the page.php and move it two templates higher -> members/index.php just before all the BuddyPress stuff starts to roll.It’s not the best en most beautiful solution but it works for now.
February 18, 2013 at 11:19 am #153327In reply to: Custom post types to activity
Unsal Korkmaz
Participantopened ticket for it: https://buddypress.trac.wordpress.org/ticket/4835
February 18, 2013 at 11:12 am #153326In reply to: Custom post types to activity
Unsal Korkmaz
ParticipantWell..
I found my problem..
Btw it seems it was a misunderstood that i was trying to show it on blogs directory as latest post.. Seems my problem is post_type = ‘post’ is hardcoded on buddypress:$paged_blogs[$i]->latest_post = $wpdb->get_row( "SELECT post_title, guid FROM {$blog_prefix}posts WHERE post_status = 'publish' AND post_type = 'post' AND id != 1 ORDER BY id DESC LIMIT 1" );This is just.. wrong. Why not use {$blog_prefix}bp_activity table? why trying to connect to {$blog_prefix}posts?
February 18, 2013 at 7:55 am #153323In reply to: Theme Integration
Hugo Ashmore
ParticipantHard ticket to find:
https://buddypress.trac.wordpress.org/ticket/4639
While hunting remembered that Paul’s guide had been linked to on that ticket originally, perhaps we can give it a little more prominence?
https://codex.buddypress.org/theme-development/template-hierarchy/
If that is the page existed??!! seems the page has been removed entirely @DJPaul ?
February 18, 2013 at 3:40 am #153320In reply to: BuddyPress Compatible
@mercime
Participant@patrykos360 Deleted some elements and divs – groups/index.php which is for the Groups Directory Page http://pastebin.com/sU6CXdJN
If that doesn’t work, then as Hugo mentioned above you should also consider contacting theme author and point to the instructions I posted in other site. Won’t blame you if you ditched BuddyPress but I don’t see you as one who quits 🙂
Sidenote: BP 1.7 beta renders BP templates similar to how bbPress does it. Curious, have you checked if forum topics are duplicated if you use Continuum as well?
February 18, 2013 at 2:31 am #153319tonewilliams
ParticipantThat’s correct, a blog post. My WordPress was set to default to a role called “Member”. I’m not sure how or why. I changed it back to “Subscriber” all seems well now. The blog post option no longer appears in the top bar. 🙂
Thank you two for your help.
February 18, 2013 at 2:24 am #153318In reply to: permalinks break links
@mercime
Participant@nicholas-ritson Windows server? Did you add index.php to the permalink structure for pretty permalinks? It won’t work with BuddyPress. Use the first example posted in https://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite or contact webhost for assistance
February 18, 2013 at 2:23 am #153317In reply to: help with buddyPress Group home
@mercime
ParticipantFirst, the only group you’ve created is http://quantumtwingames.com/groups/fans-quantumtwingames/
Second, looks like you didn’t template-pack or apply the HTML structure changes you made in your other BP template files to /groups/single/home.php
February 18, 2013 at 1:34 am #153316In reply to: Theme Integration
@mercime
Participant@hnla I saw that guide created by @djpaul but can’t find it now as well. There is this one by @modemlooper https://codex.buddypress.org/theme-compatibility/
At this point however, you can’t adjust HTML structure per component in BP 1.7 if you use legacy templates loaded (can’t find the ticket where Roger/you/me/etc posted about this matter) or maybe I overlooked something, I have tested (not fully though) and used BP Template Pack plugin on a couple of themes in BP 1.7 trunk.
February 18, 2013 at 1:25 am #153315In reply to: Custom post types to activity
shanebp
ModeratorThat approach is the proven standard.
Here’s a thread on it:
https://buddypress.org/support/topic/display-custom-post-types-in-activity-feed/You don’t say where you’re trying that code.
So it might be the file location or maybe something in how you built the cpts.February 18, 2013 at 12:51 am #153313In reply to: Full forum URL String in activity feed
dasped
ParticipantHIÂ @mercime, thank you for your reply.
The set up is as follows;
New install: WordPress 3.5.1 MU joint Network with x7 Mapped domainsNew install: Buddypress 1.6.4 Running all sites on Dynamix WP/BP theme
New install: BBPress 2.2.4 With Network & Group forums configured.
Buddypress has been installed ‘without’ the discussion forums tab enabled.
<code>define( ‘BP_ENABLE_MULTIBLOG’, true );</code> Is located in wp-config.
Set up for stewide & group forums from:Â https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/Â followed to the last note.
After further examination, it appears that I can edit group forums with no issues whatsoever, it is the sitewide forums that have the blocked actions, I literally can’t do anything with them. Page just refreshes.
Tried disabling all network enabled plugins which are;Â WP SEO (Yoast), WPMU Domain Mapping, Ultimate coming soon page & Join my multisite, to no avail.
It has me well and truly stumped ! The site is locked down under maintenance at the moment, but I’m happy to PM access to any moderator here if they felt it may help to see the issue first hand.
Regards,
February 18, 2013 at 12:50 am #153312Ben Hansen
Participanti think he must be since he’s talking about the admin bar and categories
February 18, 2013 at 12:48 am #153311Renato Alves
Moderator@tonewilliams When you say “post”, you mean post/activity, right? Or are you talking about “post” as in a blog post?
February 18, 2013 at 12:41 am #153310Ben Hansen
Participantthat’s not normal maybe your general wp settings are making new users something other then subscribers? the default member role does not grant posting capability.
February 18, 2013 at 12:36 am #153309In reply to: Full forum URL String in activity feed
@mercime
Participant@dasped First, glad you resolved the first issue pm your own 🙂
Second, by default you should as keymaster and even moderator, edit, close, stick, merge, trash or spam forum posts.
– Which kind of forum are you encountering the problem in? Group or Sitewide Forums?
– Did you follow the updated instructions for setting up Group/Sitewide Forums at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/February 17, 2013 at 10:30 pm #153306In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantI posted in his forum for the plugin on wordpress.org. That is where they tell you to ask for support. https://yoast.com/contact/
Posted something days ago off another post that had been there for a while. Created a new post today.
I was hoping there would be some Buddypress pros here that would maybe know the answer to this. I am completely new to BP and only been working with WordPress for about a year. Although been in tech online for sometime. But I am no developer for sure. But a good IM and web strategy guy.,
February 17, 2013 at 10:29 pm #153305In reply to: How do I get Yoast SEO to work with Buddypress
Shmoo
ParticipantBetter to contact Joost.
February 17, 2013 at 8:44 pm #153297In reply to: Sitewide Activity problem?
Hugo Ashmore
ParticipantThis is actually not an issue, if you want to understand the nature of this read this ticket:
February 17, 2013 at 8:07 pm #153290In reply to: BuddyPress Compatible
Patryk
ParticipantMy friend is unlikely to change the theme too 🙂 it like it
if “mercime” says the instruction is good it must work 🙂
@mercime can you do me a file groups according to your instructions? 🙂
to check if it works 🙂 maybe in the beginning I’ve done something wrong
if it still does not work it will close the topic and end BP 🙂February 17, 2013 at 5:40 pm #153283In reply to: Buddypress and Multisite – 2nd and successive sites
Ben Hansen
Participantwell what i would suggest is to network enable buddypress meaning that the buddypress pages would only exist on the primary site.
if you want to do the other thing i’d google “multiple instances of buddypress” looks like theres some good stuff there. but again i would not suggest that unless you are sure you need it that way because it’s not really the way buddypress is intended to be setup.
-
AuthorSearch Results
