Search Results for 'buddypress'
-
AuthorSearch Results
-
August 27, 2010 at 10:41 pm #90635
In reply to: BuddyPress w/ bbPress & WordPress
Paul Wong-Gibbs
KeymasterHopefully someone else will chime in, but the only thing you may lose by not importing the bb_usermeta would be any customisation a user has done to their “display name” or “nice name”; it’d default back to that person’s username. They’d have to just type their preferred display name back in to WordPress or bbPress, so nothing tricky. So, I don’t think you need to.. probably.
I get the feeling you’re aware of this, but I’d suggest having a test-run of this to find out how well it works (or doesn’t) before doing it on your live database. Also, check that bb_usermeta and wp_usermeta have the same columns, you may need to massage the import a bit.
Once you get the users into WordPress, and you can log in as one of them, we can see about associating existing bbPress forum posts with a particular BuddyPress Group’s forum. I’ve not done that myself so hopefully someone who has can guide.
August 27, 2010 at 10:34 pm #90633In reply to: BuddyPress w/ bbPress & WordPress
phillcross
MemberPaul – Thanks – I think I am grasping this…
(Please pardon my ignorance. I am used to having to rewrite code in PHPbb not move info around in the database. A bit different.)
I currently have 16 forums – most are just separated into subject not necessarily another group so I may have to manually merge these… Not difficult with a few SQL statements. I can probably get these down to like 5 groups. The members/users will have to get a bit used to the change – but it shouldn’t be to difficult.
As far as moving the members/users I can just import the bb_users into wp_users (voila!) 13K+ members –
Please correct me if I wrong – so, I don’t need to import the bb_usermeta into wp_usermeta??
Thanks again…
August 27, 2010 at 10:22 pm #90631In reply to: BuddyPress w/ bbPress & WordPress
Paul Wong-Gibbs
KeymasterHmm it depends how you want your site to work. At the moment, it’s a one group to forum mapping. That means, for each forum (or sub-forum), you’re going to need a group.
How many (sub)forums on your existing site? If you have more forums than you want BuddyPress Groups created, we need to do some more work to configure your setup to integrate your WordPress into an external bbPress installation. This is not technically easy, and would involve you creating a separate theme for the bbPress site itself.
A benefit of this approach is that you have full access to a traditional forum look-and-feel (bbPress’).If, however, you’re happy with how the one forum to group mapping works with BuddyPress, you’ve already done the installation (i.e. clicked the button that said “use an existing bbPress installation”). What you’ll need to do next is move your users from the bb_users table into wp_users (and usermeta too if you want, but be careful and consider if you need to do that), create some groups and then edit their database entries to point to the existing bbPress tables.
August 27, 2010 at 10:01 pm #90629In reply to: BP Doesnt Show Garvatar or Avatar?
DJ Rg
ParticipantI’mmmmm Back! …lol.. ok so checking on BP ..been keeping my faith ..but i still cant get my gavatar to show (yes email etc is correct, I am on 100s of blog via gavatar) ..Why is this on BP?
and again I try to upload an avatar via my computer and i get this error >> Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/5009. Is its parent directory writable by the server?
Why does BP hate me?
)August 27, 2010 at 9:52 pm #90628In reply to: put admin bar links somehwere else
pcwriter
ParticipantYes. In WP3, create your menus in “Appearance” > “Menus”.
Then copy the menu names to the appropriate fields in “Settings” > “BP-WP-Navbar”.
– – – – – OR – – – – –
Give me about an hour to upload the latest version of the plugin to the repository, and then update. The new V2.1 handles the menu insertion automatically (you still have to create your menus yourself though). Plus, you get all the other cool options to play with too!August 27, 2010 at 9:52 pm #90627In reply to: BuddyPress w/ bbPress & WordPress
phillcross
MemberInteresting… I was under the impression that because it offered the “Use an existing bbPress installation” it somehow integrated the users? Well that isn’t very nice to fool me like that? lol
Paul – You are correct – I have a standalone installation of bbPress & have a users database (bb_users) I’ve installed WordPress, and activated BuddyPress?
I am attempting to use the 13K+ members of the current website as well as the information to integrate into a more “Social Media” Community format. PHPbb (extensively modified) was what I was/am using currently.
What do you suggest I do? Import the bb_users into wp_users? Then import the bb_usermeta into wp_usermeta?
August 27, 2010 at 9:51 pm #90626In reply to: I need ideas for theme creation.
Sofian J. Anom
ParticipantBuddypress theme as social bookmarking.
I am interested in the concept of the pressmark theme. I try to modify to make it as a child theme on BuddyPress, But so far not been successful
. It would be great if anyone can do it. Maybe you, @modemlooper,
. Not necessarily adopt the Pressmark theme . The point is to make a Buddypress theme for social bookmarking.August 27, 2010 at 9:40 pm #90624Grakisaurus
ParticipantI’ve tried the header.php in budypress as well as the one in my Randy Candy theme…but they don’t seem to be there hummmm….
Stil vaguely new to buddypress as well
August 27, 2010 at 9:32 pm #90622Paul Wong-Gibbs
KeymasterProbably header.php? Depends which nav bar
August 27, 2010 at 9:32 pm #90621In reply to: Windows Server 2008 IIS7
Paul Wong-Gibbs
KeymasterI assume there’s nothing useful in your server’s log files? 500 is usually a misconfiguration of some type. Have you tried to upload a copy of the BuddyPress files rather than the automatic download?
Also, fyi, https://codex.buddypress.org/developer-docs/iis7-web-config/ which may be of some help once you get the plugin activated
August 27, 2010 at 9:25 pm #90619In reply to: Customizing the Blog Loop
Roger Coathup
Participantyou can write your own custom blog loop, see: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-blogs-loop/
and make use of some of the functions in bp-blogs-templatetags.php to check for blog name, etc. and exclude as appropriate.
August 27, 2010 at 9:09 pm #90617In reply to: Unable to install BP on my site
Paul Wong-Gibbs
KeymasterHmm. So, you’re saying, if I have a non-English version of WordPress (maybe MS subdomain specific), and I try to activate the BuddyPress plugin, it’ll fail and give me the “are you cheatin'” message?
The problem goes away if you removed your localisation? You changed nothing else?
August 27, 2010 at 8:59 pm #90615In reply to: put admin bar links somehwere else
jenyus
MemberAugust 27, 2010 at 8:58 pm #90614In reply to: BuddyPress w/ bbPress & WordPress
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t use bb_users at all, only wp_users.
You have a standalone installation of bbPress which is where your users database is (because you mentioned bb_users, I expect)? Can we just clarify that you’ve installed WordPress, and activated BuddyPress?
Have you integrated your standalone bbPress install at all? If so, how? Via the “Use an existing bbPress installation” button in the BuddyPress Forums Setup page?
August 27, 2010 at 8:51 pm #90613In reply to: BuddyPress w/ bbPress & WordPress
phillcross
MemberPaul –
Let me try to understand. In answer to my Problem 2 – it is because I am the only member to be “active” (ie visit the site) therefore I am the only one displayed? So when another member “visits” they will be come active an be displayed. Correct?
Then Buddypress is using the list of members from the database table bb_users instead of wp_users. Correct? Note: These are both inside the same database.
– – –
What about the problem with the forums?Thank you for the input & assistance.
August 27, 2010 at 8:31 pm #90609In reply to: BuddyPress w/ bbPress & WordPress
Paul Wong-Gibbs
KeymasterThe default view for the member directory is “active members”. This will only show users who have logged in since you activated BuddyPress, and are therefore considered active (last_activity meta is present). If you change the ordering to something else, the members will show.
Technically this comes down to if a user’s “last_activity” record is present in wp_usermeta. I suppose you could pre-prime the last_activity record by something like this: http://buddypress.pastebin.com/USrLFAFH It’s not tested, but I think you could put it in your functions.php. Remember to remove it after one execution, however(!)
August 27, 2010 at 7:22 pm #90599In reply to: Problem with Title Tag in Category and Tag
@mikey3d
ParticipantAugust 27, 2010 at 6:18 pm #90597In reply to: Forums Not Working – Error when creating topic
Hugo Ashmore
Participant@peterreiser Good to hear, it won’t work for all circumstances but is worth trying before hunting further. thanks for reporting back on it
August 27, 2010 at 6:08 pm #90596In reply to: Forums Not Working – Error when creating topic
Peter Reiser
Participant@hnla – I followed your instructions and it works ! Thanks !
August 27, 2010 at 5:10 pm #90592In reply to: How do I change the name of the “Forum” tab
paulhastings0
ParticipantActually, I would create a custom language file. In the end it’s much simpler in my opinion. We did basically what you’re talking about.
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
August 27, 2010 at 4:18 pm #90587In reply to: Changing target of ‘register’ link on login page
footybible
Participant@rogercoathup Excellent! There were 2 lines, one around 400, one around 600, which looked something like:
<a href="”>
I replaced them with the code you suggested and that did the trick perfectly! So much neater
Many thanksAugust 27, 2010 at 3:51 pm #90580In reply to: Buddypress not on themainblog ?
John
Participant@r-a-y Thanks you SO MUCH ! This fixed my problem, I’m still having some bad links redirecting to the previous locations on the activity page but when I’ll install my wordpress + buddypres on my server there should be nothing like this, if I define the right BP Root from the beginning. No ?
I’m using Wamp, I don’t have the possibility to test the subdomain features. Do you think I’ll have the same problem when I’ll install my site on the server using subdomain instead of subdirectory ?
August 27, 2010 at 3:47 pm #90579In reply to: Changing target of ‘register’ link on login page
Roger Coathup
Participant@footybible – have a look for a block with p id=”nav” . Replace the line in that block with the link to register
August 27, 2010 at 3:42 pm #90577In reply to: Delete field name
Paul Wong-Gibbs
KeymasterIf you go to the main BuddyPress settings screen, you can rename it
August 27, 2010 at 3:27 pm #90575In reply to: Changing target of ‘register’ link on login page
footybible
Participant@govpatel – Yes it doesn’t make sense really, otherwise I would have chosen them the same when I signed up!
-
AuthorSearch Results