Search Results for 'wordpress'
-
AuthorSearch Results
-
December 26, 2011 at 4:28 am #126936
@mercime
Participanthttp error 500 usually means issue with server or sometimes .htaccess file and sometimes memory limits, etc. Check .htaccess file (compare with this). You might also need to increase memory limit (or ask tech support) from 32MB to 64MB
I’ve installed WP Multisite with BuddyPress using custom bp-default child themes in Quarter01/Quarter02 this year with IXwebhosting for two private communities each using Unlimited Pro shared hosting plan and have no issues with the hosting so far to date. Those were private/closed registration for 200+ and 275+ members with 24 and 45 subdomain blogs respectlvely. If you have more members, open registration and more blogs, you’d need to upgrade to VPS or Cloud Hosting plan either at IXweb or elsewhere.
Also, Mingle theme is for version BP 1.5 and WP 3.2.1 (as seen on theme demo site) and you’re on WP 3.3 and BP 1.5.2. Instead of activating a new WP default theme, activate bp-default theme and clear cache.
December 26, 2011 at 3:06 am #126935Emily-G
Member@karmatosed Sounds Awesome! Cant wait

1. (not a core dev) but i think that really depends on the end quality, right?
If it provides alot of value to buddypress and the community, i couldn’t see a reason it couldn’t be considered.
2. i personally prefer skeletons.
3. I wouldn’t mind either way…On the topic of a new default theme: Why dont we make a Buddypress version of Twenty Twelve? (assuming 1.7 will be released in 2012).
Five reasons:
1. Keep default themes consistent with other WP Foundation projects (both bbpress and wordpress use themes from the Twenty’s series)2. Alot of tutorials on the twenty’s themes get created
3. Plenty of child themes get created for the themes.
4. The themes are apparently reviewed by the Automattic team (I trust them. do you?)
5. It will already be half done… We will just need to create the buddypress specific stuff. Most of the theme-related bugs will be cleaned up by the wporg guys.
6. (Bonus reason) The theme’s name will ensure we dont let the theme get “grey hairs and become a little wrinkly” again
December 26, 2011 at 2:29 am #126932@mercime
ParticipantIf you built a child theme and copied template file/s over from bp-default to your child theme folder, you’d like to see what template files have been changed from one version to another. e.g. BP 1.2.9 to BP 1.5 changelog you could see what template files were changed. Then change only the BP template file/s you have in your child theme which have been affected. Take extra time to watch out for changes in bp-default theme’s functions.php and _inc/css/default.css as well.
December 26, 2011 at 1:58 am #126929In reply to: [resolved] Editing adminbar
@mercime
ParticipantBP links are fully integrated in BP 1.6 trunk already.
BP 1.5.2 – https://buddypress.trac.wordpress.org/browser/tags/1.5.2/bp-core/bp-core-adminbar.php
BP 1.6 trunk – https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-adminbar.phpDecember 25, 2011 at 11:57 pm #126926In reply to: [resolved] List of files changed in 1.5.2
@mercime
ParticipantDecember 25, 2011 at 9:42 pm #126921@mercime
Participant– Build a child theme of bp-default theme = https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
– Within child theme folder, create a folder named groups, and copy over the groups-loop.php from bp-default theme into the groups folder https://buddypress.trac.wordpress.org/browser/tags/1.5.2/bp-themes/bp-default/groups/groups-loop.php
– Open up that groups-loop.php and replace
“
with
“– Save and upload child theme folder e.g. bp-dusk to wp-content/themes/
December 25, 2011 at 1:30 pm #126916Jamal Mohamed
MemberHi Paul Gibbs,
I just noticed that it’s the same on WordPress. The email will not change via the WP profiles too. I’m really frustrated at the moment.Edit:
I’ve successfully changed it. Since BuddyPress and WordPress are linked together, you can go to: https://wordpress.org/wp-admin/profile.php and change your email there. The system will send you a confirmation email and once you confirm it your email is changed. You could do the same on BuddyPress but they decided to block any attempt to visit the back-end pages.December 25, 2011 at 9:42 am #126905Paul Wong-Gibbs
KeymasterHi!
On this site, it ties into the WordPress.org shared user accounts. Probably they just don’t let you change your WordPress.org details; I’ve never had any luck. We should probably remove the option from the profile screen, I’ll feed back.
December 25, 2011 at 9:23 am #126904In reply to: [resolved] Editing adminbar
Emily-G
MemberYou can hook it up with add_action(‘admin_bar_menu’, to remove or change what you need.
For example, if you want to remove the annoying wordpress logo (imagine facebook having the PHP.net logo on their header) You can use: remove_menu(‘wp-logo’);
Here is a larger article i found via a google search that might help.
http://sumtips.com/2011/03/customize-wordpress-admin-bar.html@mercime
Participant== it had more warnings (if I remember correctly, it was mostly warnings, not requirements) than I had time to even read up to understand them all. ==
Just to let you know that warnings/requirements listed in theme check are cause for rejecting a theme being submitted to the WordPress Theme Repository. Btw, Log Deprecated Notices plugin show up results in backend sometimes after clicking through 8-10 different theme pages in front end.== If I just used BBpress forums for now…would I encounter similar issues? ==
I wouldn’t know. But if that happens, you can always change to Twenty Ten or Twenty Eleven theme and see if behavior is corrected.December 24, 2011 at 6:01 pm #126881In reply to: [resolved] Sign Up Email
aces
ParticipantIf the emails were not picked up by spam or junk mail filters, then your webhosting may need an extra plugin.
See: BuddyPress isn’t sending out emails (eg. activation emails, email notifications) in https://codex.buddypress.org/troubleshooting/frequently-asked-questions/#register
and / or: https://wordpress.org/extend/plugins/wp-mail-smtp/ (which has a useful debug feature)
December 24, 2011 at 2:19 pm #126864In reply to: Delicate Theme
@mercime
Participant@anniyan07 Thank you for sharing your solution. You need to revise the following files as well
/blogs/create.php
/members/single/settings/delete-account.php
/members/single/settings/general.php
/members/single/settings/notifications.php
/registration/activate.phpUpdated list of files is available https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
December 24, 2011 at 1:55 pm #126861In reply to: [Resolved] Forum component error
@mercime
Participant== I have replaced everything except wp-content and wp-config.php with a fresh download of WordPress (3.3) after reading somewhere that installing via webscript can cause issues. ==
Did you delete .htaccess file as well and run Settings > Permalinks again? And yes, I’ve seen many cases of webscripts mucking up WP Multisite and/or BuddyPress installations and issues resolved by installing WP manually via FTP/cpanel/etc.December 24, 2011 at 1:50 pm #126860Emily-G
Member@sbaglia BP 1.5.2 was simply a small update to fix a few conflict issues with the two bars. (rather than leaving us stranded with broken sites)
The proper WP 3.3 update for Buddypress is 1.6 or 1.5.something where the features will be integrated.
December 24, 2011 at 5:03 am #126843@mercime
ParticipantYes, because this site and demo site testbp.org are running on BuddyPress trunk.
December 24, 2011 at 4:38 am #126842Rob Sbaglia
ParticipantUmmm….sorry, I’m a little confused. It seems buddypress.org and testbp.org have *new* admin toolbars on the front page, whereas my site has an old one on the front, and new one on the back end. Again, is this how it should be?
December 24, 2011 at 2:25 am #126838In reply to: Front page
Lindsayannb
MemberIt depends on the theme you are using. Generally to make a permanently imbedded video you would open the template file for your home page (sometimes called home.php) and paste it in there.
If your home page is widgetized then you can paste the code into a text widget and drag the widget to the proper location.
OR you can make your theme widgetized by following one of the many tutorials on how to widgetize a wordpress theme.
December 24, 2011 at 1:08 am #126835In reply to: Permalinks has changed after latest WP 3.3 upgrade
4ella
Participant@mercime this is my .htaccess file:
`# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress`
I dont see any .html here
December 22, 2011 at 6:29 pm #126765@mercime
ParticipantIf this is about WP Multi-Network plugin, please log in and post at the WordPress.org forums for the plugin https://wordpress.org/tags/wp-multi-network?forum_id=10
Found interesting threads about possible solutions, including this one https://wordpress.org/support/topic/plugin-wp-multi-network-setup-instructions#post-2250134 and follow up from there, up to you.December 22, 2011 at 12:09 pm #126751In reply to: Limit replies to a comment and not the children.
rich
Memberthe plugin above is only for the bp activity stream – maybe a regular wordpress plugin has that functionality for blog posts.
December 22, 2011 at 10:02 am #126747In reply to: Problem with adminbar avatar
Herman Alexander
MemberAnother thing, do anyone know how to get the buddypress avatar to show up in backend too? Not only front end? Since in the dashboard, it is just the default wordpress avatar. Maby also the gravatar will show up there if the user is registered at gravatar (haven’t tested yet). But anyway, I would like to display the buddypress avatar here. Possible?
@mercime
ParticipantYes it is. It’s one of the tools used when we review themes submitted to the WordPress Theme Repository. We also use the Debogger plugin as well as the Log Deprecated Notices plugin as well. See #1 on this page https://make.wordpress.org/themes/about/how-to-join-wptrt/
mikek
MemberJust doublechecking….is is this Theme Check Plugin? The one last updated in August before 3.3? https://wordpress.org/extend/plugins/theme-check/
mikek
MemberThanks mercime. Before I go through the process of the theme pack plugin, does it have a “back to original” feature or anything? Basically, if I make changes to preview, can I go back to scratch at any point (my hacked theme as of before installing the plugin) without saving any of the changes? The walk-thru you pointed to didn’t really cover that (unless I’m blind) and in case something goes wrong, I’d like to know ahead of time how to bring myself back to normal.
Worst case, just a complete backup that export from wordpress right before I add the template plugin?
Thanks again
December 22, 2011 at 1:14 am #126725In reply to: Limit replies to a comment and not the children.
rich
Membergive this a shot – you can disable nested replies
https://wordpress.org/extend/plugins/buddypress-activity-stream-extras/
-
AuthorSearch Results