Search Results for 'buddypress'
-
AuthorSearch Results
-
February 20, 2010 at 11:35 pm #64483
In reply to: Error after deactivate buddypress.HELP!!
siayuneh
MemberThanks, it works !!

does it means once I activate buddypress I can’t deactivate it?
February 20, 2010 at 11:35 pm #64482In reply to: After the Deadline & BuddyPress
michaelmarian
ParticipantI’m looking at it. Good idea for spell checking in forms. Sorry I don’t have an answer for you. Give it a bit. Someone will answer.
February 20, 2010 at 11:34 pm #64481In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantsteps when uninstalling BP:
1- switch theme to WP default
2- deactivate all BP addons
3- deactivate BP
February 20, 2010 at 11:33 pm #64480In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantreload your admin page: http://stecemu.weinandy.net/wp-admin/ and go change your details…
February 20, 2010 at 11:32 pm #64479In reply to: Error after deactivate buddypress.HELP!!
siayuneh
MemberI use bp default. I rename the folder and now I got blank page.
February 20, 2010 at 11:30 pm #64478In reply to: After the Deadline & BuddyPress
Avi M
ParticipantNo one?
February 20, 2010 at 11:29 pm #64477In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantis your theme built based on BP?!… if yes, rename its folder.
February 20, 2010 at 11:26 pm #64476In reply to: Error after deactivate buddypress.HELP!!
siayuneh
MemberI did that already..didn’t work
February 20, 2010 at 11:23 pm #64474In reply to: Error after deactivate buddypress.HELP!!
Mike
ParticipantI’d delete the buddypress plugin folder, refresh your site to make sure it works properly and try a different way of uploading the bp plugin folder (if you did it through the Dashboard >> Plugins >> Add new, then try it manually or vice versa).
February 20, 2010 at 11:21 pm #64473In reply to: Default theme with widgetized home page
modemlooper
Moderator@stefrusso check this link http://tempsg.com/buddypress you can see I have a text widget with HTML text added. This theme is using the same code as the default BP theme. I’ve only included CSS to format the widget columns.
February 20, 2010 at 10:49 pm #64467r-a-y
KeymasterThis problem has been reported:
https://buddypress.org/forums/topic/nothing-appearing-under-my-blogs
I’m afraid there isn’t a definitive solution for this yet.
February 20, 2010 at 9:11 pm #64455In reply to: Blog Post/Comment show blog title in Activity Stream
Nick Watson
ParticipantFebruary 20, 2010 at 9:10 pm #64454In reply to: Three table again :(
Karin Johansson
ParticipantYou can have a look at a theme called Feed me, Seymour, https://wordpress.org/extend/themes/feed-me-seymour
It is not for BuddyPress, but maybe you can find some code to copy and paste…
February 20, 2010 at 8:55 pm #64452r-a-y
KeymasterFebruary 20, 2010 at 8:48 pm #64451In reply to: BuddyPress Themes In WP Theme Repo – Please Upload
Andrea Rennick
ParticipantWorkin’ on it!
Have one ready today, just having issues getting it repo-ready.
February 20, 2010 at 8:31 pm #64445In reply to: remove/modify copyright text
nickmy
Participantreally I mean this one :
My Site is prouldy powered by WordPress MU & BuddyPress
I can delete this?
February 20, 2010 at 8:21 pm #64442In reply to: Microformats & linked data
Jeff Sayre
ParticipantWith regards to this thread’s title, if by “linked data” you are referring to the Semantic Web, then microformats do not have anything to do with Linked Data. Linked Data (with capitals) is a very specific entity whereas, linked data (lowercase) can mean just about anything. So, I’m just trying to clearly understand what you are suggesting.
It is important to know that what the Microformats community calls POSH (Plain Old Semantic HTML) is not the same thing as semantic markup which uses RDF classes and properties to model relationships between data. Semantic Web applications are built using a stack of W3C technologies.
But I agree that properly semantifying BuddyPress via Linked Data protocols is a great idea!
February 20, 2010 at 8:19 pm #64440In reply to: remove/modify copyright text
r-a-y
KeymasterIf you have a child theme, simply copy over /wp-content/plugins/buddypress/bp-themes/bp-default/footer.php to your child theme and modify to your liking.
February 20, 2010 at 8:14 pm #64438Avi M
ParticipantKwiw please lets us know if you find any other options out there. I for one am always looking for more oprions on stuff like this.
February 20, 2010 at 8:10 pm #64437kiwipearls
ParticipantThanks for all your reply guys. I will check everything out.
February 20, 2010 at 8:04 pm #64435In reply to: Avatar Upload Issues
oldenburg
MemberHi,
As a newbie i first want to thank the community for buddypress – I hope I will get everything to work properly.
I cannot get images to work on my site http://www.nannys.dk
When trying to upload an avatar to a profile i get to a page where i can crop. The image is not visible, so unfortunately I cannot crop. Standard avatars work fine.
Also it does not collect Gravatar.
When inserting an image to a blogpost, i cannot get to show the image. The image is uploaded, but not shown.
I hope some friendly person can assist me?
Best regards
February 20, 2010 at 7:44 pm #64433@mercime
Participantor try to make WP theme compatible with BP https://wordpress.org/extend/plugins/bp-template-pack/
February 20, 2010 at 6:46 pm #64419In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterTo all,
I have tagged v0.51, which fixes the “cannot modify header” issue.
https://downloads.wordpress.org/plugin/oembed-for-buddypress.zip
You still need to rename the folder from “oembed-for-buddypress” to “bp-oembed”.
This will be the last release in the 0.5 series.
—
Andy P has made some nifty improvements to the plugin. Among other things, no more folder renames and whitelist! Thank you Andy!
This upcoming version will be v0.6 and will be released when BP 1.2.1 drops early next week.
Thanks everyone for testing.
February 20, 2010 at 6:43 pm #64417mkels
Participantahhh..i thought so..
i was thinking of using absolute path in grandchild theme functions.php..inside functions.php are
include (BP_PLUGIN_URL . ‘/buddypress/bp-themes/bp-default/functions.php’);
include(ABSPATH . ‘/wp-content/themes/child-theme-one/functions.php’);
<!– start grandchild theme extra function –>
adding some filter to function below to point to get_option(‘template’);
get_stylesheet_directory()get_stylesheet_directory_uri()
all works well…but when dealing with define STYLESHEEPATH and TEMPLATEPATH.
i can’t add filter or apply filter since it is a define function and definately cannot redefine.
that’s where i know i hit rock bottom:)..and pull the white flag
the only solution will be
bp-default -> child-theme-one & child theme two with extra customize..so there 2 child theme with bp-default as parent..well this is doable in the first place:)
anyway..thanks for the input guys..cheers
February 20, 2010 at 6:38 pm #64416In reply to: BuddyPress-Links 0.3 FINAL is here at last
Jean-Pierre Michaud
Participantthanks Marshall, for the optional field, could it be possible to do the same for the thumbnail?… i’d like my links repository to be without thumbs when i need it..
-
AuthorSearch Results