Search Results for 'wordpress'
-
AuthorSearch Results
-
December 6, 2010 at 7:19 am #99884
In reply to: Suggestion for a theme for Alumni website
Mike
ParticipantIf you google wordpress themes, click on the first link (should a wordpress.org one) and then search for keyword “buddypress.” This will bring up all the current themes that are available to you. WPMU sells some, as well. I think for an alumni theme, you’ll probably want to start of my mapping out your site and organizing what information will be most pertinent to your users and then go from there.
December 6, 2010 at 5:37 am #99878In reply to: Achivements/Badges?
N3k0
ParticipantDecember 4, 2010 at 7:07 pm #99826scorpio0679
MemberI am very excited about the prospects of full integration of bbpress, buddypress, and wordpress as plugins. I am standing up two sites under wordpress with buddypress and am hoping the following will be true:
1. bbPress will fully integrate with the WP/BP profiles
2. bbPress will have the option of functioning and displaying as a standalone forum in addition to all of the groups, etc. ‘integration’ with BP
3. bbPress will integrate with WP by setting up a forum where each blog entry posts to a subforum by category so that discussion can take place outside of the comments (separate discussion from comments in other words)
4. bbPress will be spider-friendly ! This is of course a big one
Thanks I am looking forward to this project . . .
*s*
December 4, 2010 at 5:52 pm #99822In reply to: How to add blog component
riccineer
MemberOk, I found it. I had to manually add a piece of code to the wp-config file so that the Network area would show under the Tools menu, then proceeded from there to get it set up. See https://codex.wordpress.org/Create_A_Network
December 4, 2010 at 11:52 am #99815In reply to: Question: WordPress User Roles and BuddyPress
nick_man
MemberVery helpful. Thanks.
tubruk
Participantsorry no the one which is published:
We only use wordpress.org to distribute the current STABLE version of the plugin. We do not support, answer questions, or accept bug reports through wordpress.org.
Such info should be in red
December 3, 2010 at 5:25 pm #99770In reply to: How to move BuddyPress installation?
techguy
ParticipantIf you want to move it to a new server. You can move it just like WordPress. If you mean that you want to move it from a subdomain to the main domain (or something like that), then you must be a very brave person to do that. I’m not saying it’s impossible, but I haven’t seen any easy ways to do it. BP relies heavily on the URL structure and changing that after the fact is problematic.
December 3, 2010 at 5:05 pm #99769rolandvparidon
MemberOtto, the creator of SFC and STC was active on this WordPress Support Ticket, https://wordpress.org/support/topic/plugin-simple-facebook-connect-buddypress-integration-1?replies=7#post-1818911
I also added my 2 cents there.
December 3, 2010 at 4:27 am #99747In reply to: New BP Chat plugin for Buddypress
james.tamplin
MemberThere is another chat solution for your BuddyPress community called Envolve Chat. Here’s the plugin page:
https://wordpress.org/extend/plugins/envolve-chat/
Here’s the site: http://www.envolve.com
It’s clean, professional and works great. (I am one of the devs)
December 2, 2010 at 9:06 pm #99724cshrimpt
MemberThanks, I read through that and setup multi-site as specified. WordPress is working fine, it’s just the user blog creation that has the issue. Everything else, including the forums is good. I verified that domain aliasing ( *.domain.com ) is not setup in the httpd_conf, so it’s definitely the problem of the hosting.
December 2, 2010 at 8:05 pm #99716In reply to: How to block ip when visiting /register ? [SPAM]
Stacy (non coder)
ParticipantDecember 2, 2010 at 7:50 pm #99713@mercime
Participant@cshrimpt blog creation is in the province of WordPress MS, not BuddyPress. Read through the codex https://codex.buddypress.org/getting-started/before-installing/#wp-configuration and resolve WordPress issues before installing BuddyPress at https://wordpress.org/support/forum/multisite
December 2, 2010 at 7:56 am #99669In reply to: New plugin: bpCKEditor
@mercime
ParticipantThank you Will. Found the URL https://wordpress.org/extend/plugins/bpckeditor/
December 2, 2010 at 6:50 am #99661In reply to: How to block ip when visiting /register ? [SPAM]
@mercime
ParticipantDecember 2, 2010 at 4:54 am #99655In reply to: Front End Profile
LPH2005
ParticipantYou might consider this plugin: https://wordpress.org/extend/plugins/my-brand/
December 1, 2010 at 7:39 pm #99609John James Jacoby
KeymasterThere are a few possible approaches to integrating them together, and the ones you need are possible even today. That’s actually exactly how bbPress works in the WordPress plugin repository, attaching plugins to tags in essence giving them their own ‘forum’ in a sense.
The first iteration will probably closely mirror how things work today, for the sake of it being an easy transition for everyone’s existing data. The last thing we want to happen is to force anyone to make changes to their existing setups. In future iterations we’ll include some options on how you want to configure them to communicate to each other. This may be strongly theme dependent though, since all of these components would need to have the proper hooks and CSS in place to style these elements correctly in any of the places they might appear.
December 1, 2010 at 12:45 pm #99577In reply to: Assigning user roles to Members! Cant Find it :(
noizeburger
ParticipantAre you talking about groups in Buddypress? I can’t remember a bp-version where you were able to set user roles. Do you need a function to select different usertypes? If yes, there’s a solution – needs a few hacks in your template and also in buddypress core – but a needful tool.
Set up a wordpress-multisite installation, then hack the files. If you need help, just tell me.
Here’s the link:http://cleverness.org/2010/08/08/add-user-types-to-wordpress-and-buddypress/
November 30, 2010 at 7:54 pm #99546In reply to: No “groups_before_delete_group” hook?
farmer paul
MemberI am now learning that this isn’t the only BuddyPress delete hook that is placed in this way. I’d also like to hook into `groups_remove_data_for_user()`, but same deal – the action is triggered only *after* the user’s group membership data has occurred (and that’s the data I need access to for Google Docs). I’m going to have to hook into WP’s user delete actions instead, specifying a higher priority than BP, since they are triggered immediately before deletion, when the data I need is still available.
A similar incident was noticed in WordPress core w.r.t. user deletion a few years ago, and I guess developers agreed to insert an additional hook: one prior to deletion – `delete_user`, and one following deletion – `deleted_user`. (Original bug reported here: https://core.trac.wordpress.org/ticket/2956)
Can the same additional delete hooks be added to BuddyPress?
November 30, 2010 at 11:46 am #99520PhillipSonderskov
MemberIs it something like this you’re looking for?
http://www.shinephp.com/user-role-editor-wordpress-plugin/
This allows you to modify the userroles and even create new ones.
November 29, 2010 at 9:59 pm #99489@mercime
ParticipantFollowing is a walkthrough of the Motion theme with the BP Template Pack https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ .
Per example there, you need to copy Retromania’s HTML structure onto the 13 files within the BP folders transferred to your Retromania theme folder in server. Save revisions and upload to server. You need to copy some styling from bp-default and adjust to taste.November 29, 2010 at 6:52 pm #99474bpartch
MemberI just moved it all back to the root.
November 29, 2010 at 5:07 am #99436In reply to: Any Experience with JQuery Tools Library
Simon Arame
Participantthis post ( http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/ ) aslo helps with the multiple jQuery inclusion issue.
November 29, 2010 at 3:22 am #99427In reply to: SideBar Whos Online and Recently Active
@mercime
Participant@eor as mentioned in this thread, site url?
Btw, why is text bold?
November 28, 2010 at 10:06 pm #99415Tekuan Coleman
Memberi see your second error on my pahge couldnt get any plugins or i would get the same message when i tried to download a pluggin.. i called my host and they add extra memory space so im not sure if it’s a wordpress/bp problem or not
*
November 28, 2010 at 6:59 pm #99406kkeller22
MemberHello,
extended profiles is enabled. I am using the default buddypress theme. I have permalinks set to non-default. Does it have anything to do with my blog not being my main page (instead of pangeastable.com it is pangeastable.com/my-palate). I’m thinking it may have something to do with the permalinks but I have no idea where to begin correcting this. I’m using yahoo hosting so you can install wordpress through our yahoo admin center. I also tried installing wordpress manually and ran into the same problem.
-
AuthorSearch Results