Search Results for 'bbpress'
-
Search Results
-
Hi,
On the frontpage (bbpress index) you can see the latest discussions showing: topic, posts, Last Poster, refreshnesses.
The posts section counts all posts from that topic, INCLUDING the start topic. How can I exclude this first post? So reply = posts count – 1
Thanx
Topic: bbPress post 0.03
New version of bbPress post (plugin that plugin allows you automaticaly sent posts to your forum, when you publish them in your WP)
Topic: Simply doesn’t work
I recently installed bbpress and it doesn’t really work. Well kinda.
http://punkgoesacoustic.net/forum/
See for yourself, click any of the topics, and it just to my 404 page. Thanks for the help.
Topic: ye olde counter plugin
When I was a wee HTML coder in the 90s at the beginning of the .COM boom in Australia, most of the clients I built sites for wanted counters at the bottom of their pages. This was something I enjoyed placing at the footer of my web pages because I could go back and visit some of my sites and see 37 people had viewed my webpage! We would feed this back to the clients to measure our success.
Back then, there wasn’t much in the way of stats packages like urchin. There was no google either.
At the work Christmas Party we joked that about 50% of the time we were tripping the counters ourselves. They weren’t very reliable.
This trend faded with the advent of stats packages and the disappearance of the blink tag (and MC hammer).
Anyway I’ve created my own for nostalgic purposes. Maybe it’s a mid life crisis. See the bottom of this page! I started at zero, honest! At the time of this post it’s got to 12. That would have been me.
If you want to download it for your bbPress forum it’s here. I would appreciate it if you posted about this in your forum! http://www.freelancewebdeveloper.net.au/topic.php?id=49
Just unpack the
ye-olde-counter.zip
and upload thecounterinstall.php
file to your root folder and then browse to it. This creates a table for your counter in your MySQL database. Delete this file after you run it.Then upload the ye-olde-counter.php file to your
my-plugins
directory. You may need to create this.Place the code
<div id="counter"><?php ye_olde_counter(); ?></div>
somewhere in in the footer div tag of your ‘bb-tempaltes/footer.php’ file and place these in your stylesheet#counter{text-align: center;padding-top: 20px;}
.counter_number {color: red;}
Enjoy! and please let me know how you go.
you may wish to edit those styles.
Topic: Role-based forums plugin?
Hey all,
I just started using bbPress yesterday, and as a WordPress and longtime phpBB user I’m pretty happy with it.
The only drawback I see as a critical flaw right now is the lack of any kind of security / role-based restrictions on specific forums. I’d like to be able to pull over a phpBB2-based forum that I run, and using the phpbb2bbpress migration script another poster wrote, I was able to migrate all of the content over perfectly. However, I had at least a couple of private forums that are access-restricted based on user permissions, and I can’t really complete the migration until I can lock those forums down.
Has anyone written a plugin (or does anyone know if this feature is coming soon?) that will allow role-based access to a specific number of forums in a bbPress installation? I don’t want to lock down the whole app (which I’ve seen a couple of threads about), just a couple of forums within the install.
Thanks in advance-
My situation is this: I have two WP installations both oıf which require BBPRESS. So I installed bbpress_1 on WP_1 and did the integration. Everything works fine. My second WordPress installation WP_2 takes its users from WP_1. So in the config.php file for bbpress_2 I gave the info for WP_1. I installed the integration plugin to WP_2. But the integration does not work with bbpress_2.
My guess about what’s going on is this. WP_2 bbpress integration uses the user table from WP_2 as well (as could be expected) But since WP_2 uses the table from WP_1, its own user table which bbpress_2 uses to integrate is empty, hence no integration.
Could this be the problem and how do I get around it?
Topic: bbpress-integration Bozos
It would be great if I could stop “bozos” that register in my bbPress forum from being moved over to WordPress when using the bbpress-integration plugin located at:
http://trac.bbpress.org/ticket/438
Anyone have an idea how to put a check in for Bozo users not being added?
Trent
Topic: Site Options Plugin