Search Results for 'buddypress'
-
AuthorSearch Results
-
August 16, 2011 at 10:11 pm #118556
In reply to: Quick buddypress plugin question
Stigmartyr
MemberDamn the Purple Dynamite, I mentioned myself instead of @alfredojp in my post above ^ and I can’t edit it
August 16, 2011 at 10:10 pm #118555In reply to: Quick buddypress plugin question
Stigmartyr
Member@Stigmartyr – no need to thank me, Paul did the heavy lifting.
I’m not 100% sure but I don’t think that any tables get created when a new group is made, rather the existing tables are populated. Usually any tables to be are created are done initially when the mod is first installed.
If you’re trying to add more fields to the group profile like Paul said: you probably want to make a plugin that does this. Unfortunately like you I’m merely dangerous with php.
August 16, 2011 at 9:40 pm #118554In reply to: Post button missing on Activity Stream
Paul Wong-Gibbs
KeymasterBuddyPress 1.2.9?
August 16, 2011 at 9:08 pm #118553In reply to: Frisco Child Theme
David Carson
ParticipantIf anyone can help test browser compatibility for this theme, especially IE 7/8/9, I’d be very grateful. You can report issues here or on GitHub at https://github.com/davidtcarson/frisco/issues
P.S. I’m pinging you @InterMike just to make sure you get notified about my last post with theme options info and custom.css usage. … I messed up your username in that post so you probably didn’t receive notification.
August 16, 2011 at 9:02 pm #118552In reply to: Frisco Child Theme
David Carson
ParticipantThanks for your help testing it out and reporting issues, @InterMike.
I’ve just added a theme options page so that users can choose from a few basic color choices and use a custom.css stylesheet if they want to override anything. Aiming to get some other basic options in there for fonts.
For the custom stylesheet, check off the custom stylesheet option box in theme options, and create custom.css in the root theme directory.
A reminder that Frisco requires BuddyPress 1.5 and WordPress 3.2.1 or 3.3 (nightly build).
You can download the theme at https://github.com/davidtcarson/frisco/
August 16, 2011 at 8:48 pm #118550In reply to: Quick buddypress plugin question
alfredojp
Participant@Stigmartyr
@DJPaul
Thank yo both for your input
I’m pretty good with MySql but not so hot with PHP. I’ve spent two weeks trying to figure out how to add
another field(s) to the group creation so that a few more fields would be standard for the groups (i already know about that plugin that lets group admin put in fields aftewards), hours and hours and hours on these same forums with little help. I ran across group extension API code ( https://codex.buddypress.org/developer-docs/group-extension-api/ ) but i have no idea how to use it. What do i add or edit so that i can have group fields (at creation) for city, state, country and phone number.August 16, 2011 at 8:17 pm #118548In reply to: Post button missing on Activity Stream
lewmaster
MemberAlso I should note that I am using the most recent versions of both WordPress and Buddypress on a custom theme using the Template Pack. I am not currently using BBPress or Multi Site. I have already tried reuploading all the original template files.
August 16, 2011 at 7:15 pm #118545mabjustmab
Participantjad117 –
something similar happened to me. I was editing the wrong file that was supposed to be the right file.
there are a few different ways to find other versions of the same file.my preferred method:
if you have your site backed up to your local machine:
if you have Notepad++ (which is a free text editor program found here ->http://notepad-plus-plus.org/) you can use the “find in files” function. enter the phrase you are looking for (in this instance “public groups”). on the Directory section, select the wordpress folder. I tend to go to the highest directory possible so that I know for sure I’m not missing something.
the results will show you all instances where that phrase is. you can click on the phrase and it will open the file for you!
edit it there and then ftp/upload it to the same file path it came from (the file path is listed in the search results)other places to look for the file you need to edit:
if you don’t have your site backed up on your local server
sometimes, the files are not on the Appearance tab. sometimes, they are in the plugins folder. (that was the case for one of the profile files I wanted to edit)
yoursite.comwp-contentpluginsbuddypressbp-themesbp-default
go to the plugins page
select buddypress from the drop down menu
edit the file therehopefully, one of these two suggestion will help.
good luck.August 16, 2011 at 3:19 pm #118527In reply to: BuddyPress 1.5 compatibility for plugins and themes
Boone Gorges
Keymaster@archonic Consider yourself ignored
August 16, 2011 at 2:57 pm #118525In reply to: BuddyPress 1.5 compatibility for plugins and themes
archonic
Participant@boonebgorges ignore me! i thought the only files in “single” before were groups and plugins with none of the folders. not the case.
August 16, 2011 at 2:25 pm #118524In reply to: BuddyPress 1.5 compatibility for plugins and themes
Boone Gorges
Keymaster@foxly and others – Just wanted to drop a note about a recent commit https://buddypress.trac.wordpress.org/changeset/4977 where I made a minor adjustment to the new load order that should help a lot with plugin backward compatibility. In particular, plugins that are using the (old and incorrect but functional in 1.2.x) method of hooking their global and nav setup routines to ‘wp’ and ‘admin_menu’, which wasn’t working in earlier revs of BP trunk, should now be working. See https://buddypress.trac.wordpress.org/ticket/3476 for more explanation.
That said, you should do the right thing and update your plugin so that it does it correctly: set up your globals at bp_setup_globals and your nav at bp_setup_nav!
August 16, 2011 at 11:57 am #118520In reply to: BuddyPress Follow is not working
Nahum
Participantwhoever does update it finally, I hope they consider adding following of other entities like blogs, groups, topics(tags), or rss.
I know i’ve been asking for an update for a few months now. Now that I’m seeing G+ circles in action, something along those lines to tag and group the people you follow would be very nice.
August 16, 2011 at 11:21 am #118519In reply to: buddypress custom header
lgy1970
MemberThanks for the reply.
I hadnt made a functions.php file for the child theme. so I have been trying to with little success. The codex says to rename the functions.php so it doesnt clash with the default but that doesnt work either. I either get fatal errors and have to delete via ftp or in the buddypress editor it say “unable to edit”.
I have tried copying the default and placing it in the child theme and I’ve tried to create a blank function.php
I’ve also tried copying and renaming the default functions.php
I know its probably something I’m doing wrong Any suggestions, I’ll keep trying in the meantime.
Thanks in advance
leeAugust 16, 2011 at 11:10 am #118518In reply to: BuddyPress 1.5 compatibility for plugins and themes
Boone Gorges
KeymasterAugust 16, 2011 at 7:54 am #118516In reply to: BuddyPress 1.5 compatibility for plugins and themes
archonic
ParticipantAny word on a revised bp-template-pack plugin for 1.5? Just spent half a day trying to shoot from the hip but failed and reverted. The new files under members/single in the bp-default were particularly confusing.
August 16, 2011 at 6:54 am #118511In reply to: Add “Favorite” button to website comments?
modemlooper
ModeratorSounds like something that could be added as an enhancement to future BuddyPress
August 16, 2011 at 6:23 am #118508Paul Wong-Gibbs
KeymasterYou could download one of the BuddyPress 1.5 beta releases and either use that, or check to see how we’ve updated it to work with custom menus.
August 16, 2011 at 6:21 am #118506In reply to: Commas in Profile Field
Paul Wong-Gibbs
Keymaster@alaenadunn How do you mean? I’ve copy/pasted your sample text into the “about me” field on http://testbp.org/members/djpaul/profile/public/ and it looks ok?
August 16, 2011 at 6:18 am #118505In reply to: BuddyPress Follow is not working
Paul Wong-Gibbs
KeymasterBuddyPress Follow needs to be updated for 1.5.
August 16, 2011 at 6:17 am #118504In reply to: [Resolved} Help with Permalinks?
Paul Wong-Gibbs
Keymasteresploded; we need at the very least a link to your site, BuddyPress and WordPress version numbers, whether you’re using multisite, and whether you’re on IIS or not
August 16, 2011 at 6:16 am #118503In reply to: Quick buddypress plugin question
Paul Wong-Gibbs
KeymasterNo. If you want to create your own table (and I’d suggest you carefully consider if you need one), put the creation code into your own plugin.
August 16, 2011 at 4:00 am #118498In reply to: Quick buddypress plugin question
Stigmartyr
MemberIf your query is written correctly and your db user has permission to write it should work to your detriment.
August 16, 2011 at 3:33 am #118495In reply to: Spammer Spotted
Stigmartyr
MemberNP
Just got propositioned by another one today: https://buddypress.org/community/members/favourlv/Im flattered honestly but ehhh, I have enough kids lol
August 16, 2011 at 12:25 am #118489In reply to: BuddyPress 1.5 compatibility for plugins and themes
foxly
ParticipantHey guys, this is the code you need to paste to the wiki page to get it to work properly …

`PASS
</iframe>FAIL
</iframe>UNKNOWN
`Thanks!
^F^
August 15, 2011 at 10:01 pm #118485In reply to: BuddyPress Follow is not working
Will
MemberI’m with the same kind of issue here. Any ideas?
I’m using WP 3.2.1 + BP 1.5 Beta.
-
AuthorSearch Results