Search Results for 'wordpress'
-
AuthorSearch Results
-
September 1, 2011 at 4:03 pm #119361
In reply to: Upgrading Theme WP 3.2.1 & BP 1.2.9
@mercime
ParticipantBP Codex is your friend
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/Per info given in above links, open up /activity/index.php and at the top of the file replace:
``with
`<div id="page-” >`Then at the bottom of the file, replace
``
with
``
Save file. Proceed to change HTML of remaining 12 files posted in links above. There might be a need to include div entry plus closing div. But check out first how this turns out. Good luck.
September 1, 2011 at 7:57 am #119350In reply to: Using Buddypress search rather then WordPress search
Krokkodriljo
Member@mercime Thanks.
The select box doesn’t seem to have any effect, though. It seems to search members, groups and blogs (not forums) even though I select “members”, for example.
August 31, 2011 at 11:07 pm #119333In reply to: Same installs Same server, two diferent results
@mercime
ParticipantWP 3.1 (Fantastico Install)
WordPress should be installed manually i.e. via FTP, cpanel, etc. and NOT via webhost scripts which bring about numerous issues when BuddyPress is activated. https://codex.buddypress.org/getting-started/before-installing/#system-server (webhost scripts wreaks havoc with creating a network as well)
August 31, 2011 at 2:24 am #119300In reply to: auto add friends
Steven Word
ParticipantI’ve created a plugin to help add friends automatically upon new user registration.
August 30, 2011 at 10:54 pm #119296@mercime
Participant@gregfielding my bad, that code above was for BP 1.5 beta 3 and this only prevents the adminbar.css from being enqueued via wp_head. So you can definitely use your own adminbar.css by @import in style.css of child theme or enqueueing it, whichever you prefer.
August 30, 2011 at 8:31 pm #119285In reply to: Getting started with BuddyPress in multisite
@mercime
ParticipantUpper right hand corner of dashboard, you’ll find the link to network admin in dropdown. http://wpmu.org/wordpress-3-2-bring-back-your-network-admin-link-with-our-free-plugin/
August 30, 2011 at 8:24 pm #119284In reply to: Using Buddypress search rather then WordPress search
@mercime
ParticipantLines 89-95 from bp-default theme’s header.php https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-themes/bp-default/header.php contains the search.
August 30, 2011 at 5:39 pm #119272In reply to: Getting started with BuddyPress in multisite
blaamann
MemberIn WordPress 3.2.1 as a Network admin you should find it at the left menu second item from the top ‘BuddyPress’.
August 30, 2011 at 5:16 pm #119270In reply to: Need plugins for FB connect, bookmarking
modemlooper
ModeratorTry some of the WP Facebook connects. I know simple FB connect works and a few others do as well.
Not sure if this plugin still works but for liking things on a site:
https://wordpress.org/extend/plugins/buddypress-likeAugust 30, 2011 at 9:04 am #119243In reply to: BuddyPress theme with bbPress templates
matuh
ParticipantI’m going crazy here. Where can I get instructions how to create a forum page like this: http://testbp.org/discussion/ ? I have searched everywhere. I have asked from the admins in testbp, but no answer. It is not possible that there is no help how to set up this kind of forum.
Does anybody know who has set up this forum? How is this done? Are they using bbPress WordPress plugin or is it a standalone bbPress forum installation that is integrated into WP and BB?
Any help is appreciated!August 30, 2011 at 6:15 am #119229In reply to: Programmatically add menu items to a specific menu
modemlooper
ModeratorAugust 29, 2011 at 5:10 am #119194@mercime
Participant@gregfielding I know what you mean

As DJPaul mentioned here, child themes can declare and empty function to override parent theme’s function. Check out Boone’s solution – a proposed patch which works of course and is better IMHO.
You might have noticed that the link to stylesheet is no longer in bp-default theme’s header.php. Hence, you could either add the link to stylesheet in child theme’s header.php or enqueue main stylesheet ala bp-default theme.
Cheers.
August 27, 2011 at 9:09 pm #119158In reply to: WordPress BuddyPress Integration
kkradel
ParticipantActually, plugins aren’t better, as they take up memory (I’m now on a VPS, so memory usage has become a concern) and they create a lot of doorways for hackage (not the good kind). I like, and would rather, hard code where ever I can, and I do, but I just don’t have the time or the bandwidth to do what I want to do on my own with BuddyPress, hence I’m stuck with plugins.
Before using Multisite, I hard coded as much as possible – all the header/footer stuff, links that I knew were stable. If I found a plugin that worked by adding one line of code, I just found that one line of code and added it by hand instead of using the plugin.
Currently I’m already using 30 plugins in a WordPress multisite and I’m still not getting all of the features that I need.
Already using BP Template Pack plugin. Already created my pages, which are fine, the problem is hacking the look and feel of BuddyPress elements within those template pack pages. Things that should be hardcoded, like the navbar, subnav, elements that should be automagically installed and configured, like the ones I mentioned above, are not.
Because I’m not using the BuddyPress theme, I can only guess that those elements are hardcoded into the theme instead?
I’d much rather be spending my time trying to hack a way for my BuddyPress members and my WordPress members to be integrated – or trying to make my already existing NextGen Galleries work as an “Album” within BuddyPress … but instead, I’m trying to figure out how to unscramble the stupid subnav bar.
Thanks for the code snippet links … I’m sure those would/should have shown up on my google searches if they had contained information that I was looking for. But when I get the time, I’ll peruse them and see if they contain the hacks I need. The stuff I need is really basic though and I don’t understand why it’s just not on the BuddyPress site, unless I am really missing something, which I could be …
Thank you for trying to help … !
August 27, 2011 at 8:25 pm #119157In reply to: WordPress BuddyPress Integration
modemlooper
ModeratorPlugins are better because then you have options as apposed to only having what is in core. BuddyPress comes with a set of core components but each of these have hooks, filters you can plugin into and craft anything your coding skills can muster.
You can use the profile part or maybe you just need groups. Pick and choose what you need to make it work for you.
The BP template pack plugin is there to help you integrate with a regular WP theme.
Code snippets:
http://bp-tricks.com
http://blog.etiviti.com/tag/buddypress-hack
http://buddydev.com/category/buddypress-tricks/August 27, 2011 at 8:23 pm #119156In reply to: please help me understand a wordpress/BP feature
joevansteen
ParticipantThis was bugging me and I decided to do some research. I posted the results here: http://architectedfutures.info/2011/08/23/bp-wp-profile-sync/ If I made any errors that misinform please help me to correct them by posting a comment or using the contact page to send me a note. Thanks!
Basically I want to post this to leave a track for others with the same issue. Note also, there is a BP TRAC ticket 3335 opened on this.
August 27, 2011 at 6:00 pm #119150modemlooper
ModeratorThis isn’t a buddyPress issue. Google this for WordPress. There may even be a plugin already.
If not you create an if statement on e same page template:
If user_is_logged_in {
}else{
}
August 27, 2011 at 4:40 am #119143In reply to: Advanced settings for group forums?
esploded
MemberThanks @mercime for the advice, but it still won’t work! ARGH.
Setup:
Single WP, MAMP (mac server), Not on a domain yet, but is on the root of MAMP/htdocs/wordpress
I did all of the steps above, but still no use. I hate you “There are no posts for this topic.”!Also, what do you mean by I didn’t “install/active BP in a subfolder/subdomain”? My buddypress site just has a tab under “community” which leads to the groups, forums, etc.
August 27, 2011 at 4:10 am #119142In reply to: It must be a National secret
enderandrew
MemberIt helps to post with a clear subject of what you’re looking to do.
Buddypress Media – http://code.google.com/p/buddypress-media/
BP-Gallery – http://buddydev.com/plugins/bp-gallery/
BP-YouTube-Feed – http://buddydev.com/plugins/bp-youtube-feed/
Tubepress – http://tubepress.org/But this might be the best solution for you:
https://wordpress.org/extend/plugins/contus-video-galleryversion-10/
There are tons of options. I just found that one with a quick Google search, so it can’t be a national secret.
August 27, 2011 at 1:35 am #119139In reply to: Buddypress doesnt work when I enable The Network.
@mercime
ParticipantThe basic steps @thewhyteempire
1. Make sure you installed WordPress manually instead of using webhost scripts which messes up multisite and BuddyPress
2. Make sure you’ve got mod_rewrite enabled and that your pretty permalinks are working in WP install.
3. Create a network per link given by r-a-y above. Check that you can create a new subsite and that you can upload images in said subsite.
4, Then install BuddyPress and activate in main site or in subsite (secondary) created
August 26, 2011 at 10:20 pm #119135In reply to: Buddypress doesnt work when I enable The Network.
thewhyteempire
MemberI been trying to figure it out for week or two now so im just taking small break hope to find the solution soon. IF not imma have to try and find someone to do it who’s specialty is wordpress, multisite, and buddypress.
August 26, 2011 at 10:18 pm #119134In reply to: Buddypress doesnt work when I enable The Network.
thewhyteempire
Memberyup your the first who has even wrote anything back to me I asked the question in Powweb Support, WordPress Support, and here. I’ve taking a break on figuring it out right now.
Good question though…. If I just start working on the different blogs correct. I can later add Buddypress correct?? if so imma work on these some and then try the above again. I know if doesnt work I always get it back to normal by deleting buddypress plugin.
August 26, 2011 at 7:16 pm #119129In reply to: permalink structure
r-a-y
KeymasterTry updating your permalink settings here:
https://codex.wordpress.org/Settings_Permalinks_ScreenChoose anything but the default.
August 26, 2011 at 7:14 pm #119128In reply to: Buddypress doesnt work when I enable The Network.
r-a-y
KeymasterDid you create the network using these steps?
https://codex.wordpress.org/Create_A_NetworkBecause you’re using subdomains, you’ll need to set that up correctly as well:
https://codex.wordpress.org/Create_A_Network#Step_2:_Setting_Wildcard_SubdomainsBtw, this is a WordPress problem; did you try posting your question over there?
August 26, 2011 at 7:02 pm #119124In reply to: Replacing landing page in BP
r-a-y
Keymaster@digitalhytop – BuddyPress is a WordPress plugin; front page handling is a WordPress thing.
Modemlooper’s link is a good place to start.
When you create a new page for your frontpage, you’ll probably want to create a page template for it:
August 26, 2011 at 5:58 pm #119121In reply to: Replacing landing page in BP
modemlooper
ModeratorYou choose a front page just like creating a static page in WordPress.
-
AuthorSearch Results