Search Results for 'buddypress'
-
AuthorSearch Results
-
April 21, 2014 at 7:47 am #181835
In reply to: Unable to Register Users
@mercime
Participant@sarahs91 there have been changes to both BuddyPress and WordPress. Have you done some basic troubleshooting like changing theme to Twenty Fourteen/Thirteen? If it’s still an issue, have you deactivated plugins other than BuddyPress to check which is causing conflict in your registration?
April 21, 2014 at 7:24 am #181834In reply to: cant create new topic (and) reply
wolfied
ParticipantYes Palmdoc,
I’m waiting patiently for the buddypress staff to fix this problem. They are updating the buddypress but noone is touching this issue which is a very boring situation. I wonder when they will enable us to create a new topic WITHOUT joining the topic.
April 20, 2014 at 7:23 pm #181816In reply to: BuddyPress App
meg@info
ParticipantApril 20, 2014 at 6:52 pm #181814In reply to: Lost admin access after 2.o update
Mathieu Viet
ModeratorApril 20, 2014 at 6:50 pm #181813Mathieu Viet
ModeratorThanks for your feedback, can you confirm this patch is solving your issue ?
April 20, 2014 at 5:35 pm #181809In reply to: How to create LinkedIn with Buddypress?
Henry Wright
ModeratorPerhaps list all of the featured LinkedIn has that you want to have in your BuddyPress site then recommending plugins will be a little easier
April 20, 2014 at 4:21 pm #181806In reply to: BuddyPress from developer's perspective
modemlooper
ModeratorFrom a developers perspective, BuddyPress gives you a large amount of functionality in what a social network is known to be. For FREE. The last bits that you need for a unique site/app/experience is up to you. BuddyPress even includes many APIs to add more functionality.
BuddyPress dropped theme dependency in version 1.7. The base templates that come with the plugin are generically a basic social network. This is just one example of how to use the core software on the front end.
Here is a perfect example of doing something besides a “dated social network” as you put it, and this was years ago, it’s a web based game with BuddyPress. http://www.bpinspire.com/zombies-vs-hippies
It is really a disservice to the contributors of this project when people post these rants. They work countless hours to give you something that is ridiculously feature rich. No one is ever going to develop for you a “magical just what you expect” social network for free.
If you think there are areas that need enhancement then help contribute to the project.
April 20, 2014 at 7:04 am #181792In reply to: Lost admin access after 2.o update
meg@info
ParticipantHi @imath, @boonebgorges,
I think the problem is caused by bp_update_to_2_0().
https://buddypress.trac.wordpress.org/ticket/5569April 20, 2014 at 6:57 am #181791In reply to: [Resolved] Simple styling
@mercime
Participant@eddieb12180 Did you even try adding the styles I provided above? Of course you can make some changes in the registration page’s markup. Copy over the register.php file from https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-templates/bp-legacy/buddypress/members/register.php into yourchildthemefolder/buddypress/members/ folder and make the changes you want to html tags available there.
April 20, 2014 at 4:43 am #181788In reply to: [Resolved] Simple styling
@mercime
Participant@eddieb12180 Add the simple tweaks below to your child theme’s stylesheet and adjust to taste. Basically, tame the styles of the descriptions and settings so it will be more visually pleasing.
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
font-size: 14px !important;
}#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
font-style: normal !important;
}#buddypress .current-visibility-level {
font-weight: normal !important;
}#buddypress .field-visibility-settings a.visibility-toggle-link {
font-style: italic;
text-decoration: underline;
}#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
margin-bottom: 0;
}April 20, 2014 at 2:34 am #181785chrisipeters
ParticipantI am running bbPress for forums, and woo commerce, but other than that nothing user impacting.
I did the WP3.9 update after which everything was fine,
Then buddypress2.0, after which I experienced the error.April 19, 2014 at 9:07 pm #181781In reply to: 2.1 top features
Hugo Ashmore
Participant@simple-man you might want to read the release docs more carefully 😉
https://codex.buddypress.org/buddypress-components-and-features/member/pending-users-admin-screen/April 19, 2014 at 9:02 pm #181780In reply to: Buddypress groups url points to forum
kingdgm
ParticipantI was using Cinematix 1.1.5 though I have changed to another theme. http://themeforest.net/item/cinematix-buddypress-theme/4959387
Though I installed and uninstalled some pluggins to change the howdy bar, so I don’t know what happened.
It only happens to the theme as I’m using another theme that’s working fine. I love to know what happened to improve my knowledge of WP.
THanks
April 19, 2014 at 7:39 pm #181776In reply to: Buddypress & Continuum Theme…Help!!!
@mercime
ParticipantApril 19, 2014 at 4:34 pm #181765In reply to: 2.1 top features
SK
ParticipantOk, looks like the iron’s hot https://buddypress.trac.wordpress.org/query?group=status&milestone=2.1 , so while the core team is enjoying a pizza and relishing a job well done (2.0), sneak in your wishlist…this appears to be a short cycle…
April 19, 2014 at 4:28 pm #181764In reply to: Lost admin access after 2.o update
Mathieu Viet
ModeratorFrom what i see, the latest user you registered “Leon123” is an author. Have you changed his role manually ? else the signup process is ok.
174 users seems to be problematic
I wonder who is adding ‘signup_ip’ in the usermeta, have you reactivated the plugins ? Or it maybe the theme you are using ? In options i see that “buddycorp” is adding a lot of options and some are related to signups, is it your theme ?
Otherwise, i think i would test this :
0/ make a back up of the database.1/ It looks like you deactivated BuddyPress and rollback to a previous version of the database several time because in the signups table, there were signups in “8plicate”
So before batch activate or activate, you’ll surely need to run this query :
DELETE FROM wp_signups WHERE signup_id > 1732/ try with one user (for example “sert” ID = 2006) to edit his user_status to 2 and then go into the BuddyPress signups management screen and try to activate him. Once done check his role.
3/ If everything went fine, i think, i’ll update the user status of the 174 users to 2, then form the signups management screen batch activate the 174 users, i think it’s best to do it step by step, you can increase the number of signups displayed from the screen options, but i advise you not to set it to 174, maybe 40.
to update the 174 user status, you can run this query in PhpMyAdmin for example :
UPDATE wp_users SET user_status = 2 WHERE ID NOT IN ( SELECT user_id FROM wp_usermeta WHERE meta_key = "wp_capabilities" );For your info activating the signup for the “admin” user won’t work as the activation key is empty, so you can just delete it for this user.
I wonder if it’s not simpler for you to batch edit the user roles.
April 19, 2014 at 11:09 am #181748In reply to: Lost admin access after 2.o update
Mathieu Viet
ModeratorJust tested in WP 3.9/ BuddyPress 2.0, the role set for a new user is the one that is defined in the WordPress setting (wp-admin/options-general) > New User Default Role dropdown field.
April 19, 2014 at 9:31 am #181737In reply to: WP Multisite with BP or BP on its own?
DennisBarkerCV
ParticipantThis sounds like something that can be achieved without multisite.You can use Buddypress Groups and bbPress running as a forum for each group to achieve the discussion / chat.
Each project could become a BuddyPress Private Group with its own forum / docs.
If you want a seperate blog for each project then that would require multisite,but one blog categorised by project could achieve the same thing without the additional comlexity.
April 19, 2014 at 7:28 am #181729In reply to: BuddyPress Custom Nav and Page Template
patrick30
ParticipantI have already removed that and tried it.
bp_core_new_nav_item( array( 'name' => __( 'About', 'buddypress' ), 'slug' => 'about', 'position' => 30, 'screen_function' => 'about_page', 'css_id' => 'about' ) );April 19, 2014 at 7:07 am #181726In reply to: Buddy Press Log in and Word press Log in Issue
alanbeck
ParticipantWhere you log on to any site, username and password. When you type, it types inside the box. Soon as i downloaded buddypress for some reason the boxes are smaller and the writting doesnt fit in the box.
April 19, 2014 at 3:12 am #181722careb
ParticipantYes, using the filter to disable mentions solves the problem above, but then mentions are disable. It’s not a desirable outcome.
Other plugins – Network:
Advanced Access Manager
Akismet
BackWPup
Blue Login Style
BP Sticky Groups
BuddyPress
BuddyPress Docs
Enable Media Replace
Enhanced Media Library
Hashtag
Multisite Global Search
Multisite User Management
Network Shared Media
TinyMCE Advanced
User Groups
User Switching
WordPress MU Sitewide Tags Pages
WP-CMS Post Control
WP-Mail-SMTP
WP-Memory-Usage
WP Better EmailsOther plugins – Local:
Broken Link Checker
Disable Sitewide Tags (Single Blog only)
Eyes Only: User Access Shortcode
Google Doc Embedder
HTML Editor Reloaded
Subscribe2
Unified Media Folder
WP-Polls
WP Native DashboardApril 18, 2014 at 8:22 pm #181715In reply to: Why do members loops include the current user?
@mercime
Participant@godavid33 If you’re on BP 2.0 version, go to Dashboard > Tools > BuddyPress and run repair tools one by one. https://codex.buddypress.org/buddypress-components-and-features/buddypress-repair-tools-admin-screen/
April 18, 2014 at 8:16 pm #181714In reply to: [Resolved] Disable Buddypress to do certain things
@mercime
Participant@ksample Thanks for posting back about the plugin conflict. If you like the plugin might I suggest informing the developer about the issue so he can update it https://wordpress.org/support/plugin/buddypress-like
Marking this as resolved.
April 18, 2014 at 7:59 pm #181713r-a-y
KeymasterI just tried mentioning 11 users on P2 and couldn’t duplicate your issue.
It appears this issue only occurs when you view the post on the frontend since you state that the correct content shows up when you edit the post.
Try the recommendation I listed in the ticket you opened:
https://buddypress.trac.wordpress.org/ticket/5565#comment:1If that doesn’t work, what other plugins are you using?
April 18, 2014 at 7:58 pm #181712In reply to: [Resolved] Disable Buddypress to do certain things
ksample
ParticipantThanks for the advice. I disabled the “buddypress like” plugin and that fixed it I think. I can live without the like buttons.
-
AuthorSearch Results