Search Results for 'buddypress'
-
AuthorSearch Results
-
February 19, 2010 at 11:24 am #64112
In reply to: Missing Content Within Website
Andy Peatling
KeymasterInstall the backwards compatibility plugin, also, read the upgrade instructions.
https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/
https://codex.buddypress.org/getting-started/upgrading-from-10x/
February 19, 2010 at 11:21 am #64111In reply to: How to return to BuddyPress 1.1.3
Andy Peatling
KeymasterInstall the backwards compatibility plugin and your theme should work.
February 19, 2010 at 11:18 am #64110In reply to: oEmbed for BuddyPress plugin – out now!
Andy Peatling
KeymasterDoesn’t seem to do anything on my test installs either.
February 19, 2010 at 10:55 am #64108In reply to: oEmbed for BuddyPress plugin – out now!
Ashish Kumar (Ashfame)
ParticipantIts not working for me either!
I added my subdomain to whitelist too
February 19, 2010 at 10:34 am #64106In reply to: How to return to BuddyPress 1.1.3
zageek
ParticipantI have determined my problem is due to the fact that I upgraded to 1.2 and my custom these is 1.1.x compatible.
Where can I find a guide for what needs to be changed in my theme to make it 1.2 compatible, because when I go to my site it doesnt show the frontpage anymore but goes straight to the Groups Page.
I can’t even view some of the other pages either.
February 19, 2010 at 10:01 am #64100In reply to: BuddyPress-Links 0.3-RC is out
Anton
ParticipantIf you go the link page of a specific link and no one has added any comments yet, it shows that their is no activity found on the link. Even if you voted for the link and that activity is displayed on the main activity feed for the site.
February 19, 2010 at 9:56 am #64098In reply to: oEmbed for BuddyPress plugin – out now!
bennyticklez
MemberI installed on WP single 2.9.1, BP 1.2 and the plugin is not working. I added a youtube link into the “Post update” activity box and it just posts the link. Not the actual video.
i added the whitelist code to bp-oembed-config.php with my domain name included but it didn’t change anything.
I am not getting any errors either. most bizarre!
February 19, 2010 at 9:45 am #64097In reply to: New BuddyPress 1.2 default theme
still giving
ParticipantJust downloaded and installed 1.2 release and I get the same error message as above.
Fatal error: Call to undefined function bp_is_front_page() in /usr/home/example/public_html/wp-content/themes/bp-default/header.php on line 47
Nothing shows. Only the blue header and the error message.
Try all the obvious.
February 19, 2010 at 9:15 am #64095dainismichel
ParticipantIf there’s a programmer out there willing to share the code and procedure for getting this done, without plaguing the forums here, please get in touch. I work well with programmers and would like some time on Skype to find out what code needs to go where. Please PM me a price and the approximate time you think we would need.
February 19, 2010 at 9:11 am #64093dainismichel
ParticipantI’d like to find a programmer who can show me how to do this via skype and provide the appropriate code and procedure. Please PM me your price.
February 19, 2010 at 9:11 am #64092In reply to: Default Activity Streams Are Backwards IMHO
Nick Watson
Participantin bp-activity-templatetags.php within the buddypress plugin folder, I found the following ‘scopes’:
if ( 'just-me' == $scope || 'friends' == $scope || 'groups' == $scope || 'favorites' == $scope || 'mentions' == $scope ) {Each of these has a case and it discribes which scope needs to grab each activity feed.
So now all we need to know is how to set a scope within lets say the “activity-loop.php” in your theme folder and then it will grab the “friends” scope and the “friends” activity feed.
I don’t know how or where to call the scope but I’m going to take a wild guess and say that it’s here:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>Within activity-loop.php.
Let me know if this helped, or just confused everyone.
Thanks
February 19, 2010 at 8:46 am #64089In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterI’m going to test this tomorrow.
But in the meantime, can you post any errors from your server log?
It could be memory-related.
Also can you try opening bp-oembed-config.php and adding your BP domain to the $bp_oembed[‘whitelist]’ array?
If you have BP installed on hxxp://example.com, you would put:
$bp_oembed['whitelist'] = array('<a ','">','<a>','example.com');February 19, 2010 at 8:40 am #64088In reply to: Convert a WordPress Theme to a BuddyPress Theme
armandmorin
ParticipantQuestion… I’ve got my theme working that did it. Thanks.
My theme DOES NOT show the nav bar like in the default BuddyPress theme. I tried copying the code from the header section of the BuddyPress theme, but I got a function error after.
Any ideas of how to add the BuddyPress Nav to the theme?
February 19, 2010 at 7:24 am #64086In reply to: oEmbed for BuddyPress plugin – out now!
modemlooper
Moderatordoes not work on WP single 2.9.2 no auto embed and the permalink page ends up blank. Also you can only deactivate plugin via deleting folder. Hitting deactivate in admin causes white page
February 19, 2010 at 7:15 am #64083In reply to: How to return to BuddyPress 1.1.3
Paul Wong-Gibbs
KeymasterThis is gonna be really tricky especially if you didn’t backup your DB. Have you tried running 1.2 with the Backwards Compatibility Plugin?
February 19, 2010 at 5:52 am #64080In reply to: How to return to BuddyPress 1.1.3
r-a-y
KeymasterBP 1.1.3 is available here:
https://trac.buddypress.org/changeset/2745/tags/1.1.3?old_path=%2F&format=zip
Upgrading instructions available here:
https://codex.buddypress.org/getting-started/upgrading-from-10x/
February 19, 2010 at 3:38 am #64074In reply to: Missing Blog 1 In Admin Bar
r-a-y
KeymasterThis is related to this thread:
https://buddypress.org/forums/topic/nothing-appearing-under-my-blogs
I’m afraid there isn’t a definitive answer yet.
February 19, 2010 at 1:20 am #64064dlittle800
Participant@jfigura – thanks for the tip about avoiding WPMU DEV templates, lol.
Re: too many quirky things in BP – I’ve found that a software program is ‘nothing but’ a bunch of quirky things. But it sure would be great if some brilliant programmer could create a plugin to solve this issue – I would certainly DONATE!
@Peter – you are definitely right about the trend to store sign-up email password notifications – In fact, I have a folder in my Gmail labelled ‘passwords’ full of logins including the one for Buddypress and WPMU! (I’d be resetting my password everyday if I didn’t)
@Mike – I would be willing to live with the current BP password situation because I sometimes forget (or delete) my own passwords and need to reset them and never even bother creating a password I can remember.
Where I’m at now, is trying to figure out how the frig to change the message from WPMU so I can eliminate the password that does not work (it actually sends the correct username).
I tried changing the text in the WPMU Admin panel, but this seems to have no effect at all – So I’m posting at the WPMU forum trying to find out which file to change.
Any ideas would be welcome : )
February 19, 2010 at 12:48 am #64062In reply to: Blogs can't be created once BP is installed
e_mcpartlin
Participant“Did you try creating a blog before adding BP? vhost means what kind fo blogs did you set up, subdomains or subfolders? “
Yes I sure did. They worked beautifully, same story once I remove BP.
Regarding this:
https://trac.buddypress.org/ticket/1947
I’m not sure my problem is exactly the same – I can create blogs by outside users that work fine. Only when I create them from the WPMU backend does the problem arise.
It’s all here by the way:
switchsoftware.ca
Thanks Guys!
February 19, 2010 at 12:46 am #64061In reply to: BuddyPress-Links 0.3-RC is out
MrMaz
ParticipantThanks for the love. You are one of my original supporters from back in the 0.1 days, and its much appreciated.
My post about final being released got buried, so here it is for those that missed it.
https://buddypress.org/forums/topic/buddypress-links-03-final-is-here-at-last
Please continue the conversation over there!
February 19, 2010 at 12:40 am #64060In reply to: BuddyPress-Links 0.3-RC is out
stwc
ParticipantLoving the new version, MrMaz, on my BP1.2 testbed. So slick. No bugs yet, but I’ll be sure to let you know as I mess around with 1.2 if any appear.
February 18, 2010 at 10:59 pm #64047In reply to: Blogs can't be created once BP is installed
Anraiki
MemberFebruary 18, 2010 at 10:42 pm #64046In reply to: BuddyPress i18n Topics
Anna Ladoshkina
ParticipantDoes anybody know if it’s already a known issue with activity stream in BP 1.2-final – content that loaded by clicking “more” button (through AJAX I suppose) completely untranslatable (buttons like Reply, Favorite, delete links, “more” button itself etc.). At least at my particular installation. Did anyone experience the same problem? Should it be reported?
I’m not so good in AJAX so I’m relying on default theme and could not provide the sufficient feedback on that, but it seems that some text are hardcoded in JS and didn’t affected by texdomain file.
I’ve browsed trac tickets – there’re some concerning the i18n issues but not exactly this as it seems to me.
P.S. @jjj
That’s the great news – about the user language settings – it seems the most appreciated feature in multilingual communities. But is it possible to share some concept – what will it look like and how will itl be integrated with WP internationalization?
I’m asking because I’m developing a plugin that provide this language setting functionality for registered users… and despite that my code is not as nearly perfect as yours I’d be happy to help somehow or al least I’d like to know that my own work is not going in completely wrong direction… thanks in advance
February 18, 2010 at 10:38 pm #64044In reply to: BuddyPress-Links 0.3-RC is out
pcwriter
ParticipantInstalled in a snap and it works perfectly.. well, almost. I found only one, very minor bug.
After creating 6 links (5 from YouTube and 1 ppt file on my server), I created a link to an mp3 file on my server, opened the link in a new window using Quicktime, closed that window and went to view the links in my profile.
I could find only the mp3 regardless of the filter used. While the Links tab in my profile showed (7), the counter below the My Links title showed “Viewing 1 to 1 (of 1 link)”.
In order to see all links in my profile after linking the mp3, it was necessary to go back to the Links Directory and select one from there. Then all 7 were visible.
Like I say, it’s minor as I don’t think many people (if any!) are going to link to individual mp3s hosted on external sites. (But I wanted to test it anyway.)
February 18, 2010 at 9:46 pm #64039In reply to: All Activities Have Reply Button?
r-a-y
KeymasterLogin to your WPMU backend, navigate to “Buddypress > General settings”.
Go to “Disable activity stream commenting on blog and forum posts?” And select “Yes”.
-
AuthorSearch Results