Search Results for 'buddypress'
-
AuthorSearch Results
-
April 28, 2010 at 7:08 pm #75773
In reply to: BBpress setup through buddypress plugin?
Josh
ParticipantI’ll try it, good thing for backups! If all else fails i’ll go back to phpbb, if that is my resort i’ll have to find a way to import phpbb into wp…..but not there yet!
April 28, 2010 at 7:06 pm #75772In reply to: since installing bp new users can not sign up
José M. Villar
Participant@Anthony why don’t you check if “allow new registrations” is enabled at “options” under “site admin” in your wordpress backend ? Read the same question today and provided the same answer, let’s hope it is the same problem !
sameast
ParticipantHi Boones
I am running buddypress.1.2.3.zip
Thanks for the replies
April 28, 2010 at 6:58 pm #75769NY Law
ParticipantI am really a big fan of buddypress.
April 28, 2010 at 6:54 pm #75767In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantThanks, glad people are finding it useful!
I’ve been using it on my own site for a while now. So I thought I’d share the plugin love.
Please rate the plugin and vote if it works for you.April 28, 2010 at 6:49 pm #75766In reply to: [New Plugin] CubePoints Buddypress Integration!
jaxster
ParticipantThanks for everything! You guys rock!
April 28, 2010 at 6:48 pm #75765In reply to: since installing bp new users can not sign up
r-a-y
KeymasterApril 28, 2010 at 6:43 pm #75764In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantNot with ranks. I’ll mention that to them. They are really busy lately. Not much time to work on it. I have time, but I’m fairly new to this, lol.
April 28, 2010 at 6:41 pm #75761In reply to: Forums setup is empty
Patrick
ParticipantOkay I did the internal install of bbpress and it said successfully installed. I have a group and in the group admin the enable forums button is selected. When I click on forum I still have a blank page.
Any advice?
April 28, 2010 at 6:40 pm #75760In reply to: Personal Activity Stream not showing
chrisjdavisorg
Member@djpaul no, nothing in the error logs. The system seems to be working as designed, which is what is throwing me.
April 28, 2010 at 6:39 pm #75759In reply to: Buddypress version of wordpress 'mystique' theme?
k33n
ParticipantLooks solid, would love to check it out.
April 28, 2010 at 6:33 pm #75757In reply to: [New Plugin] CubePoints Buddypress Integration!
jaxster
ParticipantThanks a lot!! You’re fast! Do you have a code to display toplist with ranks?
April 28, 2010 at 6:31 pm #75756In reply to: BBpress setup through buddypress plugin?
r-a-y
KeymasterNot sure if this will work:
https://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-releaseApril 28, 2010 at 6:28 pm #75754In reply to: BBpress setup through buddypress plugin?
Josh
ParticipantOk, now i just need to import my phpbb db tables……but i can’t find a recent one that might work on the newest version of phpbb which is 3.0.7 pL1
I need to import milleja46games.frih.org/forums to the the bbpress
April 28, 2010 at 6:21 pm #75752In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantYa, right now only the admin pages. I use this link in the sidebar after they are logged in:
http://www.mysite.net/wp-admin/admin.php?page=cp_user_logsI do have a public page that shows all the points users have earned on the site. Like so:
[cubepoints toplist 0]I would like to see the users points displayed on there buddypress profile. If I figure it out, I’ll let you guys know for sure.
April 28, 2010 at 6:19 pm #75750In reply to: Hide Admin
April 28, 2010 at 6:16 pm #75749In reply to: [New Plugin] CubePoints Buddypress Integration!
jaxster
ParticipantHi Tosh,
What’s the easiest way for my users to view their points? I can’t seem to find a link on my profile page or the buddypress admin bar? Or is the only way to view your points is to go to the WordPress admin pages?April 28, 2010 at 6:15 pm #75747In reply to: BBpress setup through buddypress plugin?
r-a-y
KeymasterActually, you know what you might want to do is install bbPress externally, and use whatever bbPress import scripts exist out there.
Then re-run “BuddyPress > Forum setup” when you’re ready to integrate it into BuddyPress and select the existing install option.It might be wise to omit the forum setup from BuddyPress if you already have a large PHPBB forum post count.
April 28, 2010 at 6:13 pm #75745In reply to: BBpress setup through buddypress plugin?
Josh
Participantyes i am able to set it up, but and that question has alot of answers but not recent ones that might work with phpbb pL1, to convert the tables, i have already set buddypress up completly and have it fully functional, it’s the bbpress part of buddypress i have a question about
April 28, 2010 at 6:07 pm #75740In reply to: BBpress setup through buddypress plugin?
r-a-y
KeymasterOkay so now that you have the bbpress-admin plugin disabled, are you able to install the forums normally via “BuddyPress > Forums setup”?
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/Ask your question about PHPBB > bbPress over on the bbPress forums.
April 28, 2010 at 6:06 pm #75739April 28, 2010 at 6:04 pm #75738r-a-y
KeymasterHey @scotm – That’s not the correct usage.
What I meant was copy the the template file I listed above in your child theme and remove everything in it.
Then use bp_profile_field_data(‘field=YOURFIELD’); to list only the xprofile fields you want to list (no need to use functions and remove actions here).
The other method is using a variation of this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/faq-how-to-code-snippets-and-solutions/#post-13243April 28, 2010 at 6:02 pm #75737In reply to: BBpress setup through buddypress plugin?
Josh
ParticipantNo i am trying to use the install that comes with buddypress, it messed up and gave me those errors. I guess it was that admin plugin. But does anyone know how to convert phpbb to bbpress db tables so i can move people over from my phpbb install on my site?
April 28, 2010 at 6:00 pm #75735Scotm
Participant@r-a-y I’m reaching here to figure this out:
function my_bp_xprofile_name() {
bp_profile_field_data(‘field=Name’);
}
remove_action(‘my_bp_xprofile_name’);April 28, 2010 at 5:58 pm #75734In reply to: BP Album+ || New Features Requests and Discussion
gpo1
Participant@foxly , mobile apps/internet is the future and if you could make a remote API or add it to ping.fm ,so that mobile users can upload photos!
ping.fm doc: http://groups.google.com/group/pingfm-developers -
AuthorSearch Results