Running Win7 and checked in latest release versions of Chrome, Firefox, Safari, IE and Opera.
The only issue I can see is in IE and Opera as you mentioned and from clicking around it looks like there is just an issue with the ad in your sidebar.
It doesn’t appear to have any clear: right/both; applied to it so it sits to the left of the searchform. I applied
style="clear: right;"
to
<div align="center">
and it fixed the issue in both IE and Opera.
here is my issue with jwplayer in a nut shell—
working video player
(tested on my 404, because no one should be there anyway):
http://www.soundhampton.com/404_page_not_found
non working video player
(inside forums shortcodes not being read):
http://www.soundhampton.com/the_knowledge_forum/topic/why-its-important-to-research-your-business-and-domain-name
Hi There,
I am running the latest wordpress
site url is: http://www.climberism.com/forum-page-tst/
We have an iframe setup in the url above pointing to the bbpress forum we have installed. It is the only way I can get it to work with my wordpress theme. Anyway, is there a way to stop the iframe refresh from always going back to the same page? ie. if you’re in the “gear talk” section and refresh you just get dumped back to the main forum page.
If anyone has any ideas, that would be awesome. Thanks.
Right now, in ver 1, my profiles come up as such: profile.php?id=3. If a spammer is able to register, they can move through everyone’s profile by just sequentially moving through the numbers. Some numbers will not exist as the user was deleted.
They can actually do this for profile names too. So if a spammer registers on your site, like one of your latest, Nike101NFL, all they have to do is punch in a particular user name in to the profile url, and they can see everything, but can`t see the email address. So how do I protect my users?
Hi, I was hoping someone could guide me here. On http://www.rutmonkey.com/moto-forums/
Notice my menu item is highlighted “Dirt Rider Forums”
Now notice when you click on one of the Forums such as “Test Forum” the menu item is no longer highlighted.
I added the menu through WP Custom menus and added the “Forums” page to it and renamed it “Dirt Rider Forums”
Anyone know this fix? I’m guessing some CSS somewhere?
Have you tested it with the twentyten theme?
If that works, then it could be an issue with the theme being out of date.
Good luck!
Hi Scheena,
I did it with the following piece of code:
<div id="recent-topics-block">
<?php
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
bbp_get_template_part( 'bbpress/loop', 'latest-topics' );
?>
</div>
wp-admin/nav-menus.php on the left I have options to drag into my menus
Custom links
Pages
Categories
But not forums.
On another site I have the same set up and forums are an option to add to the menu.
Any ideas. Latest version of both bbpress and wp
Have you made sure akismet is updated to the latest version?
I’m using the latest version of bbPress at http://www.mrhensler.com/forums. The forums show up fine, but when I click on them it just takes me to a blank page with a “comments are closed.” Message. Any ideas?
I’m trying to create the author.php file inside wordpress to display user’s profile, latest blog posts and user’s forum activities. Using the snippet below just returns empty data for each user. I’m sure I’m missing something in the snippet and hopefully someone could point me to the right direction.
<?php do_action( 'bbp_template_notices' );
// Subscriptions
bbp_get_template_part( 'bbpress/user', 'subscriptions' );
// Favorite topics
bbp_get_template_part( 'bbpress/user', 'favorites' );
// Topics created
bbp_get_template_part( 'bbpress/user', 'topics-created' );
?>
Thanks.
Latest stable release of BBPress: 2.0.2
I have 2 bugs to report. Latest WordPress and BBpress plugin. No bbpress plugins.
1) I don’t know if anyone else has experienced this, but when I update my profile using the front-end profile editor, it resets the “disable visual editor” and “show admin bar on frontend” thingys so that I always see the visual editor (which i hate) and I don’t see the admin bar. So every time, I have to go back to backend and manually change them again!
2) I logged out, after replying to a thread, then immediately logged in on another account. Yellow text appeared above the reply box saying “you are now logged out”. Then I immediately posted a reply with apostrophies in, and instead of posting it, it reloaded the page with slashes added. I manually removed the slashes, hit the post button, and this time it worked as normal.
Anyone else got either of these?
Hi all,
I have been going nuts as to how I can successfully install bbpress latest version. Well, I tried everything and all just failed.
I downloaded the latest files, uploaded it in my root directory but never I did get the bbpress installation page. I am using latest WP installation (this is the intended URL http://www.easyenglishlearning.org/ask/) but I never got the bbpress installation instructions page.
Moreover, I also uploaded it to my plugins directory as mentioned in the downloading page and I got it in my Wp dashboard but it came just as a plugin and nothing a different forum software where I can change theme, and everything. Now, please guide me.
Kalyan
I just wanna ask, how did you add the latest discussion at the very top? Im kinda a newbie about this
I am sure there is a better solution, but you could use something like
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
bbp_get_template_part( 'bbpress/loop', 'latest-topics' );
Then use some css to remove everything except the avatars.
Hard to say exactly, I see that you are using a caching plugin so that could cause potential issues. The fact that you also moved over from vBulletin could be causing another issue of course.
I can’t access your Cafe section due to it being private but I could access the test post that you made so I could see that at least. How soon after a new post would that old post show up again?
In our cafe, newer posts will show up, then somehow it keeps reverting back to a post that’s 35 days old, by the same person!
I finally just added a test reply to her post, so it would stop.
It’s only happening in the forum.
We just ported the whole thing over from vBulletin to bbpress and are obviously still working out the kinks.
Hi, I’m Jen’s business partner. It’s for our forum, but seems like it may only be affecting one of our forums. OF course it’s the forum that has the most topics and posts. Jen just posted a “test post” to see how long it stays.
The only other problem we’re having is that the front page doesn’t always show the latest post. Sometimes it does, then sometimes it goes back to a post that’s over a month old.
We can’t figure it out and it’s affecting participation, because then it seems like it’s dead in there, when there’s really new activity. Any ideas?
You’re going to have to FTP into your site in order to get to the file that you need to modify. The file that you need to modify is located under wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress which is one level lower than what you can access through the admin in WP.
Once you are inside the /bbpress directory explained above you’ll need to open loop-single-forum.php and follow the directions I posted in my first reply to you.
Unfortunately the plugin is only designed to work with bbPress 2.1 which currently is still in testing which is why it isn’t working for you. Was it working fine before the re-install today?
Just installed the bbpress 2.02 plugin on my site which is WP v3.3.1 – seemed to work ok but on trying to create a new topic (on the site i.e. as a user would) I get the following:
“Fatal error: Call to undefined function akismet_test_mode() in /mypath/wp-content/plugins/bbpress/bbp-includes/bbp-extend-akismet.php on line 350”
Not really too sure of the etiquette or whatever of posting links or code but I though this was such a show-stopper that someone else would have come across it – but nothing to be found here or elsewhere… I am also aware that ‘test mode’ may be a major clue, but to what I really don’t know…
Thanks for any advice
S
Hey Guys,
I am using the latest version of bbpress and I want to stop users to create topics.
GD bbPress Tools is a new free plugin for bbPress 2.0/2.1 for WordPress. Currently adds these new features:
* BBCode shortcodes support
* Quote Reply or Topic
* User signature with BBCode and HTML support
* Additional custom views
* Basic topics search results view
* Toolbar menu integration
* Limit bbPress admin side access
Plugin supports BBCodes based on the phpBB implementation. Right now, plugin has 30 BBCodes. Latest plugin version is 1.2:
http://www.dev4press.com/2012/blog/plugins-news/gd-bbpress-tools-1-2-0/