Search Results for 'wordpress'
-
Search Results
-
Hello,
This is my first time posting on buddypress support so I wanted to say in advance I really appreciate any help. I have a wordpress site which is running buddypress. I have also have two themes under my wordpress page. What I need to do is have one theme for almost all of my pages and then change the theme when a user goes to one of the buddypress pages such as “/member/” or “/activity/”.I was able to have this happen and change my theme based on the suburl using the plugin “jonradio Multiple Themes” but when I activate buddypress the plugin does not work anymore. I’ve seen forum postings saying that that plugin does not work with buddypress.
Is there a php code that I could add into the index pages which will load a different theme? Or is there another way to do it?
Thank you!!
Topic: can't create groups
I have installed buddy Press in my website and for some reason I am not seeing the option to create groups. I have the latest version of both WordPress and Buddypress. I have it enabled so that members can create groups….still nothing.
help!
Topic: Issue Creating Groups
I went to create a group. I made it through all the steps, clicked finish and got a 404 page not found. The group shows up in the list, but when clicked it goes to the page not found.
http://blog.skemaholicsanonymous.com/groups/skemanon-blog/
So, I hit the back button to go back to the group creation and after going through a second time the group page was created with numbers following the slug.
http://blog.skemaholicsanonymous.com/groups/skemanon-blog-1976713/
Not sure what to make of this issue. I do have buddypress set to not allow group creation by all members and I am using an admin account to create group.
1. Which version of WordPress are you running?
3.5.12. Did you install WordPress as a directory or subdomain install?
subdomain3. If a directory install, is it in root or in a subdirectory?
4. Did you upgrade from a previous version of WordPress? If so, from which version?
Not sure5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes6. Which version of BP are you running?
1.7.27. Did you upgraded from a previous version of BP? If so, from which version?
1.7.18. Do you have any plugins other than BuddyPress installed and activated?
Yes9. Are you using the standard BuddyPress themes or customized themes?
201210. Have you modified the core files in any way?
No11. Do you have any custom functions in bp-custom.php?
yes`function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
}
add_action( ‘bp_init’, ‘remove_xprofile_links’ );`12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
2.3.213. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting?
hostmysite.com15. Is your server running Windows, or if Linux; Apache, nginx or something else?
LinuxWordpress 3.5.1. Buddypress 1.7.2
Site admin is not receiving new user registration email notification.
Emails ARE working. The new user receives the activation email, and when I create a user from WP Admin (Add New User) an email IS sent to the site admin.
Hello,
Im having this problems,I have used a multisite and used BP on my subdirectories.But after the success installation it gives me this error The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Site Tracking, User Groups, Members, Activate, Register..
I try to click on repair but when I click on new page it wont create a page on my subdirectory,but it create pages on the main directory..
Anyone know how i can fix this..here is the link of my subdirectory http://209.105.244.10/~executiv/employee,when click sign up it goes to the main site..Which I dont want to..Can you please help me…
Thank you
Hi, (My second post in an hour, apologies if that’s too much!)
I’m a developer just starting out on my first BuddyPress project. Really excited about it- after researching for a few weeks and trying out other solutions I determined BuddyPress was definitely the right way to go for creating a social network.
I’m currently trying to adapt the bp-legacy templates to a Bootstrap-based theme. I’d really like to rely purely on the bootstrap css and not load any buddypress css. But some of the buddypress functions include css class names. I have been converting them to accept arguments but I really don’t want to update the buddypress core files.
For example:
from: function bp_get_options_nav() {…}
to: function bp_get_options_nav($css_selected_class = “current selected”) {…}from: function bp_get_displayed_user_nav() {…}
to: function bp_get_displayed_user_nav($css_selected_class = “current selected”) {…}It could be taken farther to include the html tags to use, but for now I just use the standard unordered lists.
Is there a better way other than modifying the buddypress core files? Or should I just give in and make CSS classes to fit buddypress?
(WordPress 3.5.1, BuddyPress 1.7.2)
Hi,
I’m a developer just starting out on my first BuddyPress project.
My WordPress theme is based on Bootstrap. I would like BuddyPress templates to only use CSS components offered by Bootstrap.
I have searched these forums and only found a couple full-blown Bootstrap-based WordPress/BuddyPress themes, for instance here
However, I am looking for something simpler. Just the buddypress bp-legacy folder templates converted to Bootstrap. This includes moving all buddypress content into Bootstrap scaffolding (rows and spans), replacing buddypress ul lists with Bootstrap nav-pills, and replacing the form selects with Bootstrap drop-down lists (which requires some javascript as well).
The idea is that this Bootstrap-based buddypress bp-legacy folder can be dropped into any theme that uses Bootstrap and it will work using Bootstrap elements.
I have already begun the work and it is fairly straightforward but then I thought to myself someone else must have already done this. If you can help, please let me know. Thanks..
