Search Results for 'bbpress'
-
Search Results
-
Topic: get last two posts
Hi everybody.
Just got bbpress sorted out.
But as always I need a bit more functionality.
Can any one point me in the right direction to put a query together to extract the last two posts made on bbpress to display on the site home page.been digging about in the db but can’t find any clues there..Anyone?
thanks
I don’t know if this is possible, but I was wondering if there was some way to automatically “close” or “hide” threads/posts after a certain period of time with no activity. I currently have about 8 pages of threads/topics on my site, sorted by freshness, and some of the older ones haven’t had a new comment/post in over a month.
Instead of manually closing or trashing all of the older posts, I would love it if there was a piece of code that would automatically do that.
*I found a way to do this by age of the topic, but not by freshness.
(All up-to-date)
Wordpress 3.5.1
bbPress 2.3.2
BuddyPress 1.7.1Topic: Activity Widget?
I remember how impressed I was the first time I saw a bbpress standalone installation. It was so clean and easy to navigate–things weren’t buried in places I couldn’t find them, the threads were clean and the UI was simple. I couldn’t resist using it on my next project.
After installing it, I got into the admin interface and it was just like using wordpress! It integrated with Akismet, there was a plugin architecture, it was fantastic! I was sold.
Then.. I started to run into a few issues here and there… a couple of the plugins didn’t work, and I couldn’t find support for them.. I couldn’t find a way to integrate a good wysiwyg editor.. and then bugs started to show up in the admin panel.
“No problem” I thought.. “I’ll just upgrade”.
Over to the bbpress.org page, and now it’s a wordpress plugin.. “OK.. guess I’ll give that a try”. after half an hour of working with it, I realized it wasn’t for me, and now I see that the standalone version appears to be permanently mothballed.
That is unacceptable. That standalone software was awesome… we can’t let it die.
Let’s bring it back!!
I am raising my voice for resurrecting the bbpress standalone software. Who here will support this effort? I’m a developer.. that’s one.. who else is going to help me?
I am installing a bbPress (2.3.2) forum on a WordPress (3.5.1) and I simply need to make my “reply” and “submit” buttons bigger, so they stand out. I am a newbie to WordPress and am sure this is an easy fix.If somebody could please point me in the right direction.
I have a members only area on my website, and this is where the bbPress forums are (will be) located. Is there a way to have all forum pages have the “member area” page as a parent?
Hi.
I am having the blank page issue. I tried adding a shortcode to it, but it stayed blank.
I am using Widezine theme with a BBpress Child theme.
website: westcoastnomads.com
Can someone help, please?
I’m a coding newbie, so please dumb it down. 🙂
Jill
I added a
bbpresssubdirectory to my theme and got a blank screen. I was using a “silence is golden”index.phpfile in the subdir and removing that fixed it. I guess the subdir acts as a subtheme or something (though it has no style.css file).Interesting thing is I could also fix it by dropping in the files from
plugins/bbpress/templates/default/extrasto my main theme directory, following the instructions here: `http://codex.bbpress.org/theme-compatibility/Posting this in case it helps anyone else.
bbpress 2.3.2 and WordPress 3.5.1. Link to site.
Hello,
I have a multi-site set up and a problem with users automatically being added to other blogs (sub-sites) on their network. Upon visiting a sub-site, the user gets assigned a “participant” role. This is then shown in their “My Sites” drop down in their Admin bar.
In the forum “settings”, there is a check box with this next to it:
Automatically assign default role to new, registered users upon visiting the site.
I have toggled this off and on several times, in the hope that it would fix my problem. It doesn’t.
Please help: why is my multi-site installation still adding users (“participants”) to every sub-site they visit?
Thank you.
SonnyI’m wondering how I can make the 14×14 avatar images that are in the loop of topics on a forum landing page. I know I could just go into
loop-single-topic.phpand change the'size' => 14. But I’m wondering if/how I could use anadd_filter? in my functions.php (so it’s not blown away with an update) to make this change.I have a pretty basic understanding of
add_filterbut I’m not able to figure out how to get this working. Any help is appreciated