Search Results for 'wordpress'
-
AuthorSearch Results
-
September 26, 2011 at 4:48 pm #121137
In reply to: Add widget areas to BP 1.5 bp-default child theme?
modemlooper
ModeratorNot a BuddyPress issue. You add widget areas to a theme just like you would to a plain WordPress theme.
September 26, 2011 at 2:01 pm #121132In reply to: Showing WordPress blog comments in activities
Krokkodriljo
MemberI created a custom post type and comments posted on those pages does not appear in the activity stream. Any ideas on how to include them?
Using BP 1.5.
Thanks
September 26, 2011 at 11:25 am #121125In reply to: Activity follow up pages not showing
Paul Wong-Gibbs
KeymasterThe activity/post issue is known and has been fixed for BuddyPress 1.5.1 (not out yet). In the meantime, either do this https://buddypress.trac.wordpress.org/changeset/5187/ or include the default theme’s javascript into your theme.
September 26, 2011 at 8:59 am #121119lizac
Memberhi again Paul. I’m using CosmicBuddy theme and I was able make the blog link work now as suggested by the creator of the theme.
So now I’m missing the member settings area. My wordpress is a single site and the subdir is bp/. The page is blank when i try to go to /bp/members/admin/settings and /bp/members/admin/forums. Thanks again for your help.
September 26, 2011 at 6:12 am #121115In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
ParticipantWhoa, Just updated to 1.5 current version and this issue started to happen again
I’ve checked and the file mentioned in https://buddypress.trac.wordpress.org/changeset/4939 is “updated”, some clues on where can the error be? Thanks!September 26, 2011 at 6:11 am #121114In reply to: Activity Embeds Too Wide (BP 1.5)
Paul Wong-Gibbs
Keymaster$content_width is a standard WordPress theme variable and mainly controls the width of embeds and other media such as images. You’ll see it set something similar in any well-written WordPress theme.
September 26, 2011 at 6:08 am #121113Paul Wong-Gibbs
KeymasterWhat theme are you using? Are you using multisite? What’s the name of the subdir that you’ve installed WordPress into?
September 26, 2011 at 2:03 am #121103In reply to: Gravatar not displaying after upgrade to 1.5
r-a-y
KeymasterThere shouldn’t be an issue with gravatars on BP 1.5.
Give it a shot on the BP test site – http://testbp.org
Did you enable gravatar support on your specific WP install?
https://codex.wordpress.org/Settings_Discussion_Screen (scroll down to the “Avatars” section)September 26, 2011 at 2:00 am #121102In reply to: BP and Multisite questions pre-install
r-a-y
KeymasterTry this tutorial:
https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/Please test on a dev environment first!
Just so you’re aware, there are a few 1.5 bugs that have popped up regarding multisite installs:
https://buddypress.trac.wordpress.org/ticket/3602September 26, 2011 at 1:58 am #121101In reply to: how to find my support posts
r-a-y
KeymasterA ticket is already filed for this:
https://buddypress.trac.wordpress.org/ticket/3604#comment:2A dev just needs to get to it when they have the time. Just got to twiddle those thumbs for now!
September 26, 2011 at 1:54 am #121099In reply to: Activity Embeds Too Wide (BP 1.5)
r-a-y
KeymasterThere are two ways to resize the width:
1) Set the “maximum embed size” in the WP Media Settings Subpanel
2) Set the $content_width variable in your theme’s functions.php
`if ( ! isset( $content_width ) ) {
// Change 640 to whatever the width of your column is
$content_width = 640;
}`September 25, 2011 at 9:25 pm #121086In reply to: Fishbook Help
favtm
ParticipantHey folks, I’m lost here. I have Fishbook installed with BuddyPress, and the only time I can see the admin bar (whatever menu name you want to give it, the one with My Account, Dashboard & Notifications) only shows up when I scroll down.
preview: http://myfilmnetwork.com/sample-page/
username: mfn
password: futureCurrently, 0 plugins installed, I reinstalled WordPress, then BuddyPress then Fishbook, and the issue remains. I did the trick of moving the header.php file from the BP Default folder into the Fishbook folder (by the way the above file names are no longer correct since BP 1.5) but with or without the header file, the issue remains. I remember testing out BP several months ago, and I didn’t have this menu problem with Fishbook then. I vaguely remember having to install a plugin to customize the menu buttons, specifically for Fishbook, but I can no longer find that plugin.
Let me know your thoughts, thanks a lot.
September 25, 2011 at 8:33 pm #121082lselwd
MemberI must upgrade wordpress and after buddypress…?
September 25, 2011 at 7:18 pm #121079echiomega
Participant@Flora1234 Couldn’t you re-install your wordpress through http://yousite.com/wp-admin/update-core.php ??
If that’s what you want then you can just click on the re-install link. Also you won’t loss your plugin, but i do suggest you backup your database just in case.September 25, 2011 at 6:02 pm #121069r-a-y
KeymasterTo backup manually, make a backup of your DB:
https://codex.wordpress.org/Backing_Up_Your_DatabaseAnd your entire files inside /wp-content/.
There are also plugins that help do this:
https://wordpress.org/extend/plugins/tags/backupSeptember 25, 2011 at 5:56 pm #121066r-a-y
KeymasterIn BP 1.5, you need these pages.
However, you can easily exclude pages from the main nav with a plugin like:
https://wordpress.org/extend/plugins/exclude-pages/—
To customize the BuddyBar, unfortunately you’ll need to get your hands dirty with code:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/The code for widgets can be found in:
/plugins/buddypress/bp-core/bp-core-widgets.phpYou’ll need to extrapolate some of that code when building your custom entries in the BuddyBar.
Hope this is a good enough starting point!
September 25, 2011 at 5:54 pm #121063In reply to: bad admin bar links in bp 1.5
Boone Gorges
KeymasterI may have stumbled upon the problem. It appears only to be happening on the non-root-blog. Follow https://buddypress.trac.wordpress.org/ticket/3622#comment:3 for details.
September 25, 2011 at 3:20 pm #121039In reply to: editing adminbar
gwu123
Participanti want to remove the multi level drop down and just keep it to single level. also remove the wordpress search and put in the buddypress search.
for CSS – I want to change the weight and background of the admin bar.
September 25, 2011 at 1:45 pm #121027In reply to: Page not found – after update
NicolaAvery
MemberHi, I had blank pages after upgrading – at the time I had custom community theme. I uninstalled buddypress via ftp and dropped all the database tables. (I also uninstalled and reinstalled wordpress too at one point). I tried all of these as well https://codex.buddypress.org/troubleshooting/blank-pages/ , thanks to mercime, but unfortunately still got the same errors.
I tried bp default theme and was then able to see the dashboard but the front end pages were all blank. I have started using Elbee Elgee and was able to see dashboard and set up forums, groups ok on the front end (the only thing which doesn’t work so far – but I haven’t tested everything is create topic in forum).September 25, 2011 at 11:22 am #121022In reply to: BP 1.5 – Group Search Not Working
Boone Gorges
KeymasterGood catch. I’ve opened a bug ticket: https://buddypress.trac.wordpress.org/ticket/3619
September 25, 2011 at 11:02 am #121019In reply to: Get image, title and blog-link
Paul Wong-Gibbs
KeymasterImage, title, and link of… what? Posts from your blog(s)? If so, that’s all standard WordPress theming and has nothing to do with BuddyPress making it any harder.
I think the first example at http://wordpress.stackexchange.com/questions/13020/display-thumbnail-only-on-the-very-first-post-in-the-loop will get you started!
September 25, 2011 at 10:55 am #121016In reply to: Widgets are not working BuddyPress 1.5
Paul Wong-Gibbs
Keymaster@bakelady The issue is with your custom theme (https://wordpress.org/extend/themes/bp-columns), not BuddyPress itself. @modemlooper, are you still supporintg bp-columns?
September 25, 2011 at 5:34 am #120993In reply to: User Profile
modemlooper
ModeratorMembers edit profile fields on their profile. Click the profile tab and then edit. These extra fields do not show in the WordPress user page in the admin
September 24, 2011 at 10:26 pm #120971In reply to: WordPress vs. buddypress theme
brandonw91
MemberThanks for the reply! I agree that a hack wouldn’t be a good idea. I guess you helped to clarify my question. I don’t want to have a second theme. I like the style and look of my site overall, but it seems to interfere with the way that buddypress looks and fuctions. It just isnt’ as easy to use and navigate as the basic buddypress theme. I don’t know how extensive the coding would be, so I may or may not be able to do it myself. We would definitely look into outsourcing the work if its something that would give us a good end result.
By the way, I am using wordpress template pack. Would you be able to elaborate your suggestion about copying over the styling, etc. Thanks again!
September 24, 2011 at 10:15 pm #120967In reply to: UI issue – “Remove Favorite” title
Paul Wong-Gibbs
KeymasterCool spot. Can you report this as an enhancement on http://buddypress.trac.WordPress.org please? You can use your username and password from this site to log in with. Thanks!
-
AuthorSearch Results