Search Results for 'test'
-
Search Results
-
Topic: It’s time for next alpha
Ok, guis, WP 2.7 is here. Give us bbpess alpha 3 to test it.
Because of … there are only 59 active tickets
Topic: Using Sticky Post
I’m new to using bbpress and installed version Version 1.0-alpha-2
In one of the forums, I did a post and made it sticky… I other forums the sticky is always the first post(s) with all the other post underneath.
The main forums is showing 1 topic and 1 post. When I click on the forum, it isn’t there…. The only place the post sticky shows is in the latest discussions and not in forum area.
Is there some way to make the sticky topic show up in its forum?
Thanks
Ann
Topic: Limit front-page.php
I would like to only display 10 topics on my front page, but 40 when viewing each forums individually.
Is there an easy way (within the theme maybe?) to limit the front-page.php latest discussions to a smaller number than the items per page assignment in the admin panel?
So I got my bbpress theme looking great. The only problem is that I can’t login to my BB Admin. I am using the latest unstable version with wp 2.6.5. I used the require_once (wp_blog_header.php) trick then added get_header/get_footer to the necessary files in my bbpress theme.
Hey everyone, hows it going. I’m trying to find out how to match my current wp theme to my bbpress theme. How can I accomplish this?
Thanks
Heres my wp installation
http://kauaihypnosis.site90.com/
and bbpress
I’ve been working on this for a few weeks and its finally complete. There are still a few small bugs left and I’m sure I’ll find more, but I have launched the forum in its present state.
I’m using a few of _ck_’s pluggins. “Instant Password” and “Human Test”
I made quite a few modifications to the core to support what you might call “Virtual Forums” for lack of a better term.
My site lists apartments, I have pages for around 26,000 cities in the U.S. I wanted to have forum content on each page but didn’t want to create 26,000 forums for a few obvious reasons. The main being that probably 99% of the forums would never get any content.
My solution. I created 2 generic forums and 51 state forums. On each one of my apartment city pages I integrated the forum content from the state forum in which the city resides. For example, the Boston, MA apartment page would show content from the Massachusetts forum.
The trick is that if someone creates a topic from the Boston, MA apartment page, the topic is inserted into the bbPress DB with a new column that contains the latitude and longitude of Boston,MA.
If someone creates a topic from the Newton, MA (10 miles from Boston, MA) apartment page. The topic is inserted in the bbPress DB with the latitude and longitude of Newton, MA.
What this allows me to do is show forum content from any City in the U.S. with the forum topics sorted by distance (and secondarily by date) from the City the user is currently viewing.
To show you an example. (Scroll down under the map to view the forum content on the right hand side)
Each forum topic has the City and State that the user posted from prefixed to the actual forum topic.
As you can see the forum posts change order based on what city you view. This is not that useful without many forum posts, but once the forum starts to fill up it will appear that each city page contains a “Virtual” forum based on that city and the cities that are nearest to it.
Hopefully this will not only allow me to engage a much larger audience as most of the forum topics will be relevant to the page they are viewing.
Please let me know if you have any suggestions or comment. This is very much still a work and progress and can definitely be improved. The #1 thing I’m not happy with is the location of the city forums. I’m working on a redesign that would move the forums, or at least a link to the forums, up near the top of the page.
You can also view the regular apartment forum which has a modified very of the default template.