Search Results for 'wordpress'
-
AuthorSearch Results
-
August 3, 2011 at 6:30 pm #117546
In reply to: Can’t get Buddypress to work!
abccreativity
MemberWordPress 3.2.1.
BuddyPress 1.2.9Theme is Headway 2.0.12
August 3, 2011 at 6:26 pm #117545In reply to: Can’t get Buddypress to work!
enderandrew
MemberWhat version of WordPress are you running, and which version of Buddypress are you uploading?
August 3, 2011 at 5:46 pm #117538In reply to: timthumb vulnerability and BuddyPress
Tammie Lister
ModeratorTimthumb would be theme side not plugin side. The fix is fairly easy to any theme that does have it however most won’t and use featured images / built in WordPress functions that do similar things.
August 3, 2011 at 4:22 pm #117534igeekout
MemberAlso, if anyone wants to to do some solid reading on custom post types:
August 3, 2011 at 2:41 pm #117524Andrea Rennick
Participant“i set the permalink to custom “/” “
You filled n the wrong values. Basically what you put there will never work. On any theme.
August 3, 2011 at 1:35 pm #117516jdpark7
MemberI have the same problem. as NrFive and Iwikia. I wonder if they solved the problem.
Thanks.
August 3, 2011 at 7:19 am #117477@mercime
Participant== i have the problem with the non-buddypress theme ==
If you want to use your WP theme with BP, you need to install the BP Template Pack plugin and go through the compatibility process.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/August 2, 2011 at 8:41 pm #117436Tammie Lister
ModeratorIf you want it considered to be part of the BuddyPress core then filing an enhancement ticket is usually the best route.
https://buddypress.trac.wordpress.org/
If you have a patch for it smiley faces of happiness all around as that really rocks.
As a work around you probably want to look at some of the user limiting plugins / membership / privacy.
August 2, 2011 at 7:49 pm #117431In reply to: Buddypress Privacy
enderandrew
MemberThis entry in trac looks particularly relevant:
August 2, 2011 at 6:24 pm #117416In reply to: Need 1.5 component slug code example
Boone Gorges
KeymasterI’ll work on providing a document with best practices for creating them. See https://buddypress.trac.wordpress.org/ticket/3422 for further discussion of the page creation problem.
August 2, 2011 at 4:55 pm #117410In reply to: Can I put a logo in the defult theme
@mercime
Participant== how can I do this using the default theme.==
1. Create a child theme of bp-default theme. – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
2. Copy over header.php from bp-default theme – https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-themes/bp-default/header.php
3. Open up header.php and replace the following:
<h1 id="logo"><a href="" title=""></a></h1>
with
<h1 id="logo"><a href="" title=""><img src="/images/logo.png" /></a></h1>4. Upload a logo.png or .jpg, etc. to your theme’s images folder
August 2, 2011 at 6:01 am #117384In reply to: BP 1.5 Group Extension API
Paul Wong-Gibbs
KeymasterIt ought to continue to work. I don’t think we made any changes directly in the Group Extension stuff. If you can’t figure it out, check where you’re hooking into BuddyPress (try earlier) and/or report on BuddyPress.trac.WordPress.org
August 2, 2011 at 3:05 am #117376@mercime
Participant== I would like to have one site dedicated to BP, not the others. ==
https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/== The theme of the primary site is not BP compatible. ==
https://wordpress.org/extend/plugins/bp-template-pack/
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/August 1, 2011 at 8:50 pm #117350Andrea Rennick
ParticipantUse multisite instead.
Don’t add another wp install in a subdirectory. Enable the network on the main site. you can hav sub dir sites with it and they share a userbase.
August 1, 2011 at 4:47 pm #117338doetinchemsnieuws
MemberLAST TRY
Why doesn’t buddypress work with wordpress as it should and as it is told by the experts.
pages are not found so who CAN help me?August 1, 2011 at 4:08 pm #117334Andrea Rennick
ParticipantOr, go back to using just bbpress and install a private messaging plugin if that’s all the extra you need?
https://wordpress.org/extend/plugins/private-messages-for-wordpress/
that’s just one i found.August 1, 2011 at 1:27 pm #117320In reply to: A quick jump into 1.5 bleeding and issues
Boone Gorges
Keymaster@pisanojm The BP_Activity_Template::__construct() problem has been fixed in the trunk; see https://buddypress.trac.wordpress.org/ticket/3421 Thanks for the report.
@imjscn You should be prompted to run the wizard in a yellow message across the top of the Dashboard (or Network Admin, on Multisite). Or, underneath the Dashboard > BuddyPress menu, you should see a Setup button.
August 1, 2011 at 6:48 am #117305In reply to: WordPress Blogging
Paul Wong-Gibbs
KeymasterQuestion doesn’t seem to really cover BuddyPress. I’d suggest you try searching on the WordPress.org forums
August 1, 2011 at 6:41 am #117302In reply to: WordPress Blogging
Treebeard
MemberBuddypress v. 1.2.9
WP v. 3.2.1Hi,
I’m trying to figure out a way to allow users to add new Posts to existing blog categories but with control over the categories they are allowed to post to… but I’m having no luck finding a way to do that.Users are registered as Contributors.
This is a single site (not allowing them to create their own blogs)When you click on the Dashboard > New Post link, you can see the actual dashboard in the site. It looks a bit tacky and confusing because you can see everyone’s posts in there as well as your own. There are hundreds…
1. I would like to disallow users from posting to the main category, and force them to choose a subcategory.
2. I would like to allow them to post on the frontend if possible, it’s not a major necessity (functionality is more important right now).I have already tried the 2 plugins I found listed here in the forums, but they are both broken.
Perhaps I’m missing something in the settings for Buddypress? or maybe there’s a hack for this?
thanks!
August 1, 2011 at 6:08 am #117297In reply to: A quick jump into 1.5 bleeding and issues
Paul Wong-Gibbs
KeymasterWe added two new parameters to the BP_Activity_Template class. The error is because they are missing. Please report this on https://buddypress.trac.wordpress.org/, those new values should have defaults for back pat.
July 31, 2011 at 11:09 pm #117282aces
ParticipantIf you rename the plugin folder buddypress-group-css or delete it then then wordpress will deactivate it so you should be able to get back into the admin dashboard…
July 31, 2011 at 6:14 pm #117272In reply to: Group maodertaion
@mercime
ParticipantBP 1.5 beta1 has “swich” where group creation can be restricted to Super Admins only
July 31, 2011 at 6:00 pm #117267In reply to: Help Help & More Help
@mercime
ParticipantYou will need to activate the BP Template Pack plugin to make your WP theme compatible with BuddyPress.
https://wordpress.org/extend/plugins/bp-template-pack/
The process at a glance and some helpful hints
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/July 31, 2011 at 10:10 am #117248LordSpid
MemberI downloaded the Mammoth-Theme from Ghostpool.
http://ghostpool.com/wordpress/?theme=mammoth
And I used this tutorial to adjust the width of the template.
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
July 30, 2011 at 10:21 pm #117234Samuel Whitelie
Participanti’m using the latest versions of wordpress and buddypress. i edited my theme recently right after i updated. and it started before that. http://www.3plstripes.com
-
AuthorSearch Results