Search Results for 'bbpress'
-
Search Results
-
Topic: Forum name under IE?
Hello,
I normally surf the web with FireFox Mozilla. With Internet Explorer, I realize that my bbPress name overlaps registration and login boxes. How can I reduce font size?
Thanks for your reply.
http://patrimoineacadien.com/bbpress/
// What are you going to call me?
$bb->name = ‘Babillard PatrimoineAcadien.com’;
Hello,
How do I delete/erase members via the Admin section? In the member profil, it seems I can erase a member, but it doesn’t seem to delete this member from the users tab within the Admin.
http://www.patrimoineacadien.com
Thanks in advance for your support.
Hello,
My bbPress and WordPress Admin username and password is the same for both databases: bbPress was integrated into WordPress MySQL tables during installation and configuration. Consequently, bbPress and WordPress seems to share the same cookies reason when I logged into one as Admin, I’m logged into the other as Admin; the same is true when I’m logout out.
The same is not true, as the above, with a new member registration within bbPress or WordPress. When I’m registered as a new member into one, I’m not registered into the other: the new bbPress registered member is not automatically registered into WordPress and vice versa.
How can I resolve? Thanks for your support.
The WordPress in question: http://www.patrimoineacadien.com
bbPress: http://www.patrimoineacadien.com/bbpress/
bbpress-integration.php and display-name.php are installed and configured.
Topic: Rating bbPress
Sorry about having to make a change in functions.php, I just don’t know how else to do it.
You can see it in action at http://www.rayd.org/forums2/
You can download the file at http://faq.rayd.org/bbpress_avatar/ (link goes to readme which has link to file).
Don’t forget to change your css file in the described fashion. By default (which, I like this) anything that goes beyond the bounds of the author box is hidden.
Topic: My first plugin (post count)
It’s a simple one.
It returns the post count of the user.
You can see it in action at http://www.rayd.org/forums2/ (you have to look at an actual topic)
You can download it from http://faq.rayd.org/bbpress_postcount/ (link is instructions how to use it, link at bottom instructions)
Is this something I can submit to bbpress? Or is me mentioning it here the equivalent of submitting it?
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();