Search Results for 'bbpress'
-
Search Results
-
Hi,
I have installed bbpress, works great. Now I want to install another bbpress in a subdirectory, but this bbpress has to use the users from the first bbpress install. This is possible, but how do I do this?
And how does this affect the forums and user registration from the bbpress 2 install? Will an admin from forum 1 also be admin on forum 2? And will a banned user be banned on both forums?
It would be great if I could make use of just 1 user db, so everyone can login on all my forums on my server and don’t need to register for each forum seperately. But an admin from forum 1 musn’t be admin on forum 2 and banned users should only be banned at the forum they are banned from.
Hope you guys understand what I mean!
Greetz,
Topic: Change URL address?
Hello again,
How and where can I change my URL from http://www.patrimoineacadien.com/bbpress/ to http://www.patrimoineacadien.com/somethingnew/?
Thanks for replying.
Check over here my yucky bbPress. There must be something wrong with my bbpress installation:
http://patrimoineacadien.com/bbpress/
After bbpress installation, I received an email with the following information:
Your new bbPress site has been successfully set up at:
http://www.patrimoineacadien.com/bbpress/
You can log in to the administrator account with the following information:
Username: *moderated*
Password: *Your WordPress password*
I can’t access bbpress admin; I’ve use the same Admin username in bbpress installation as my WordPress Admin username. I get error message: Internal Server Error…
I’ve checked my WordPress MySQL tables, and bb tables are present within the same location.
bbpress-integration.php and display-name.php are active plugins.
Hope you can help.
Topic: Plugin: Simple Onlinelist
Hi.
I really missed an onlinelist in bbpress, so i made a simple one myself. Dont expect anything special, it just tells who was online over the past 5 minutes.
Download it here.
See a demo here. (Login use: Test / test)
To Display the online list simply add
show_online_users();
wherever you want it in your template.Additional Features:
– Last online time on profile page:
profile_last_online();
– Current online users as number:
total_online_users();
I run a WordPress blog and bbPress forums at Nearthwort Obtain.
In order to keep all discussion centralised, blog posts direct users to a corresponding topic in the forums for commenting.
If possible, I’d like to display a note next to each “Discuss” icon at the bottom of blog posts indicating how many comments have been posted in the post’s forum topic.
Is this possible?
Thanks for any help.
When would you expect for bbPress templates to be produce in great quantities and availability, sales or free downloads, this compared to WordPress templates history availability?
Topic: look what i just done
http://www.freelancewebdeveloper.net.au/
thanks bbPress for a nice tidy forum.
Topic: Alternate Post Backgrounds
Pardon my probable ignorance, but I was working on modding a wordpress theme to work with my bbPress install. I was wondering how to make it so that posts alternate color.
Topic: My go at it
So I needed a simple forum to go with the wordpress install I was about to use to revive an old forum I have as a news blog with a small comunity on the side and I decided to use wordpress and BBpress for the mix. I obviously had to make them connect and so I did, here’s the result: http://new.ngagept.net/
I was just unable to add gravatar support to my forum, can anyone help me with that?
Topic: Avatars in bbpress
So, I just started using bbpress 3 days ago mostly because phpbb is God awful when it comes to spammers (akismet is pretty awesome on my homepage, so I assumed it would also be awesome in forums).
At any rate, I installed a copy as a test and have been playing with it, got kinda sad that avatars weren’t supported (and didn’t want to make people get gravatars just to have an avatar, esp since gravatar service was down the other night). So I wrote my own avatar functions.
I have everything I did on my forums, or you can just go check it out at http://www.rayd.org/forums2/
My question is, can what I did be done in a plug-in? I know I can put my two ground-up functions in a plug-in file, but the one I don’t know how to do is the way I added a spot for a link to an avatar in profile pages. Here’s the link to me describing what I did, and the quote from what I’m talking about:
http://www.rayd.org/forums2/topic/6?replies=1
bb-includes/functions.php line 1388: Added avatar info to the array in function get_profile_info_keys(). Looks like this:
array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), ‘interest’ => array(0, __(‘Interests’)), ‘avatar_loc’ => array(0,__(‘Avatar URL’)))
As you can see, adding that little avatar stuff at the end of that array definition not only easily added the spot to the page, but put it in the database and allowed me easy access to it in my other functions.
I’d love to make this into a plug-in, I just don’t know how to do that. Any advice would be great
Topic: My Template Victory
While in the beginning it would seem that modifying templates is the hardest thing in the world to do, once you understand the way that bbPress looks at templates (my-templates and then bb-templates), it is really not that bad.
I managed to get bbPress to almost look like my blog after working on it for awhile.
http://blog.trentadams.ca/forum/
I have some small changes to do, but it seems to work for me for now!
Trent