Search Results for 'buddypress'
-
AuthorSearch Results
-
September 18, 2010 at 8:26 am #92772
@mercime
ParticipantSeptember 18, 2010 at 6:52 am #92769bplove
ParticipantWould be nice if there was a “BuddyPress” Admin setting that did not have to be “Super Admin” for the whole network but still had access to the BuddyPress adminning…
September 18, 2010 at 6:10 am #92766In reply to: Edit comments
paulhastings0
Participant@bplove I searched around and found this: https://wordpress.org/extend/plugins/editable-comments/
September 18, 2010 at 5:07 am #92764pcwriter
ParticipantUnder “Super Admin” > “Users”, click “Edit” under the username of the member you want to promote.
Then, on the member’s WP Edit User screen, check the box labeled ” Grant this user super admin privileges for the Network”.
Save.September 18, 2010 at 4:08 am #92761In reply to: The Buddypress album + no run correctly.
@mercime
Participant@m4cgyver post in the plugin’s forums https://buddypress.org/community/groups/bp-album/forum/
September 18, 2010 at 3:36 am #92759In reply to: bbPress Themes
@mercime
ParticipantSeptember 18, 2010 at 3:33 am #92758In reply to: Remove Activity Link From Navigation
@mercime
ParticipantBuild Child theme of bp-default then copy header.php from bp-default theme into your child theme. Delete lines 51-55.
September 18, 2010 at 3:30 am #92757@mercime
ParticipantSeptember 17, 2010 at 11:03 pm #92752Paul Wong-Gibbs
KeymasterNot planned for core at this time, but we try hard to provide support for anyone wanting to write a plugin to do this.
September 17, 2010 at 10:30 pm #92750In reply to: bbPress Themes
andrewp
Memberso is it possible to theme it like the regular bbPress?
We are trying to add BuddyPress to an install but its conflicting with the current bbPress install….
Is it possible to run both?
September 17, 2010 at 10:30 pm #92749In reply to: Plugin to modify admin bar? Examples of what to add?
pcwriter
ParticipantHere you go:
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/You can create a test account at my site (still under development) to check out how things look: http://nowrecovery.com
September 17, 2010 at 10:09 pm #92744rickkumar
Participant@ mercime
Thank you very much.
Anyone knows if there is a plan for BuddyPress Multi-site plugin?
Thanks.
September 17, 2010 at 8:08 pm #92737In reply to: Forum Categories
apwinthrop
ParticipantIs this what you are looking for?
September 17, 2010 at 7:19 pm #92735In reply to: Need help learning plugin development
Anonymous User 96400
Inactive@boonebgorges
true. it makes a lot more sense working towards a certain goal. in my case that was also wordpress development, so that’s the way i learned php as well. which wasn’t necessarily the easiest or fastest way to do it. Anyways, I think, having a certain understanding of php makes it so much easier to understand WP, or any other php-based code.Once I got my hands on Programming PHP, my skills developed a lot faster than by trying to figure out stuff by reading other peoples source code.
September 17, 2010 at 6:52 pm #92732In reply to: Need help learning plugin development
Boone Gorges
KeymasterI actually learned PHP by doing WP development, so I don’t think you have to do it in that order. But you do have to get real good at Googling, and you have to have a lot of patience combing through source code of other plugins, as @modemlooper suggests, and at the source code of BP and WP itself.
September 17, 2010 at 6:51 pm #92731In reply to: Registration not working
airrykah
Participantokay I deactivated buddypress, wp is sending out e-mails fine, now it is just the buddy press registration that is not working. I do not have any BP registration plugins that i am aware of…
September 17, 2010 at 5:53 pm #92727In reply to: Changing group links
rich! @ etiviti
Participanta safe bet is just to modify a child theme for /groups/groups-loop.php and change the line of code
`<a href="”>` to
`<a href="forum/”>`
another idea is just to add a forum link within the group directory loop
http://etivite.com/groups/buddypress/forum/topic/quick-tip-display-the-groups-forum-link-on-the-group-directory-groups-loop-php/#topicSeptember 17, 2010 at 4:38 pm #92724In reply to: Split members into admin defined caregories
Roger Coathup
Participantit’s item 9 on this list for BuddyPress 1.3:
September 17, 2010 at 4:28 pm #92722In reply to: Split members into admin defined caregories
Roger Coathup
Participant@modemlooper – roles would restrict you to just one level of categorisation
Category and tag taxonomies for members would allow you to implement much more complex groupings, e.g. hierarchical nested groups of members, allocation of members to multiple categories, etc.
[Edit: This argument applies to groups as well as members, and is something Burt Adsit tried to achieve in the early 1.0 BuddyPress days]
September 17, 2010 at 4:15 pm #92721In reply to: Need help learning plugin development
Anonymous User 96400
InactiveA good way to start are these 2 pages:
This one specifically for BP:
https://codex.buddypress.org/home/And this one for WP:
https://codex.wordpress.org/Main_PageOn that last one have a look at the developers documentation.
But as said before, if you don’t know php, then that’s where you need to start.September 17, 2010 at 3:43 pm #92720In reply to: Need help learning plugin development
modemlooper
ModeratorDownload existing plugins and look at the code. That’s how I learn by disecting and seeing the workings of a functional plugin. Also I plan an idea and then learn as I go along. If you get stuck there are plenty of people here who might help. And like @djpaul said you need to understand php as that’s what WP/BP is built on
September 17, 2010 at 3:11 pm #92718In reply to: Feature Request – Profile Galleries?
Roger Coathup
Participant@thelandman – yes, that should do it
September 17, 2010 at 3:02 pm #92717In reply to: Feature Request – Profile Galleries?
thelandman
Participant@hitler, @rogercoathup, I think this is what we’re looking for.
http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/September 17, 2010 at 2:35 pm #92714In reply to: Feature Request – Profile Galleries?
Roger Coathup
ParticipantWith some template coding, you can enable writing on other people’s walls – it’s done on this site for instance… click through to any member, and you’ll see the post box at the top!
I haven’t looked in to the coding, but suspect it’s just a ‘simple’ case of hiding the @mention ‘behind’ the post form
September 17, 2010 at 2:20 pm #92713In reply to: Feature Request – Profile Galleries?
thelandman
Participant@Hitler, unfortunately there is no way to write on a users profile “wall” with BP. The system implemented with BP is similar to how Twitter works. User’s communicate through @ mentions or simply commenting on another user’s status.
-
AuthorSearch Results