Search Results for 'bbpress'
-
Search Results
-
http://storeeboard.com is my new site using bbPress. The site is not a forum as such, it is used more as a game.
I’ve modified the kakumei theme and really simplified and cleaned up the whole look.
I hope you like the look of it…
Hi, I’m working on a WordPress + bbPress site – see it in development at http://beta.delectable.com.my/forum/ – and I’d like to know how to display a list of the new members. Just something that says “Newest users in our forum” and a list of the member usernames. I would like to display this in the footer, not on a separate page. Thanks!
Topic: DB Error: cannot select
When I get past Step1 I keep getting this message that will not allow me to proceed to Step2. Any help? I am using GoDaddy for hosting and followed all the instructions. Am not using the same database as WP is using. Have created a new one for bbPress.
I am entering the database user name and password and am getting an error message saying “there was a problem connecting to the database, please check the settings”. I set up the database and password correctly but bbPress will not let me go further. What do I do?
Thank you.
Topic: Change my default url
I’m a newbie with bbpress.
I just installed a new forum in a new folder “forum” and I want to know how to make some changes.
I want to change my url from http://my.site.com/forum/forum/my-topic to http://my.site.com/forum/my-topic
The default word after http://my.site.com/forum/ is “forum” can I change this?
I can’t find an option in permalinks.
Topic: Simple PHP Question
So, I’m learning how to hack around these bbpress themes pretty nicely, but sometimes the php confounds me. For example, here’ some code from a basic front page:
<th><?php _e('Posts'); ?></th>
<th><?php _e('Last Poster'); ?></th>
<th><?php _e('Freshness'); ?></th>Simple table headers, but what’s the point of the php? Why don’t I just slap the words in there exactly how I want it? Isn’t this just churning resources? Why wouldn’t I just do this:
<th>Posts</th>
<th>Last Poster</th>
<th>Freshness</th>Thanks!