I don’t think it’s a problem using <? as I was able to change it to a timestamp format with that.
I tried the simplified code, still the same problem. Only the regular freshness, no title.
Based on what you showed me that is working, mine should work fine.
Here is a simplified version:
<td class="num"><a href="<?php topic_last_post_link(); ?>" title="<?php echo date("r",strtotime($topic->topic_time)); ?>"><?php topic_time(); ?></a></td>
I think the problem with the old example is I used a php shortcode (<?) instead of the full <?php and some servers have a problem with it, maybe yours. I’ve now edited all examples on this page to use the full <?php to prevent confusion by future viewers.
<td class="num"><a href="<?php topic_last_post_link(); ?>"><span class=timetitle title="<?php echo date("r",strtotime($topic->topic_time)); ?>"><?php topic_time(); ?></span></a></td>
I was referring to the title in this line.
And I’m trying to implement the code you gave above.
I want the regular text to read the freshness and the title to hold the exact date.
Well call me stupid, but strangely things seem to work as i’d expected them to now… (i’ve changed nothing)..
Late night, perhaps it was just me… in any case it’s all as it should be..
Consider resolved. 
Thanks for the response…
Here are some instructions on how to change your file permissions using an FTP client:
https://codex.wordpress.org/Changing_File_Permissions#Using_an_FTP_Client
That is navigation for the front page, not topics.
My topics navigation works fine with permalinks but I also have the same problem with permalinks on the latest discussion (like on endrant.org).
I use Plugin: “Topics Per Page” .. I Added the replace in htaccess with no luck.
Using bbpress 1.0.1
Is there any other plugin or built in function that do the same trick for latest discussions?
Seems bbpress.org works with permalink / latest discussion pagination.
How do their code look like?
This will remove the ability for moderators to see IPs anywhere in bbPress.
add_filter('get_roles','no_view_ip');
function no_view_ip($roles){unset($roles['moderator']['capabilities']['view_by_ip']); return $roles;}
It will work in bbPress 0.9 or 1.0.
In 1.0 you can just put it into functions.php in your template folder or make it into a mini-plugin for 0.9
Anonymous UserInactive
Yesterday I had the same question – a look into the kakumei-theme helps me. The Code-Snippet is:
<?php topic_page_links(); ?>
I’m very happy with the way my bbPress them has turned out. I’ve even managed to fix my drop down menus so they work — my function that spits out the
tags was putting the before the
tag for the level below. Once I fixed the placement of the tag, they worked great.
My problem at this point is when I view a topic, my IP address shows up beneath my gravatar. That’s not in the code in topic.php. I believe it’s coming from the call to do_action(‘under_title’). This seems to be the only place that the gravatars can come into the post, as there doesn’t seem to be anything in the topic.php file related to them.
Any ideas are appreciated.
Tony
I’ve got my forum set in German and had some trouble displaying various characters, so I followed a few hints in various topics around here and set my database collocation from utf-8_general_ci to utf-8_bin.
That in itself didn’t change the problem – that didn’t disappear until I converted the front-page.php from being encoded in ANSI to being encoded in utf-8. Since that took care of the problem, I converted all other files I’d been using lately (profile, topic, etc) to utf-8, figuring that it was my mistake for not having notepad++ set properly when I started out with it.
Everything is now displaying properly except for the profile page which simply will not load. I am getting timeout errors, e.g.
Fatal error: Maximum execution time of 30 seconds exceeded in … /forum/bb-includes/functions.bb-formatting.php on line 257
or
Fatal error: Maximum execution time of 30 seconds exceeded in …/forum/bb-includes/backpress/functions.plugin-api.php on line 136
or
Fatal error: Maximum execution time of 30 seconds exceeded in …/forum/bb-includes/functions.bb-core.php on line 844
If I hit refresh, it shows up with a different line in any of those files. They all have something to do with the encoding, from what I can see.
So I changed back the database collation, and converted the files into ANSI again, and deactivated any plugin that directly links into the profile page (the subscribe to topics plugin). No change. No profile. Still the same error messages.
Could anyone point me into the right direction of where to look? If there’s anything more you need to know, I’ll gladly mail the details.
This sounds really good. Would love to see the code when you’re finished.
Looks great, Sam! I like the avatar size… would be nice to add Gravatar size options in the admin panel (hint).
I might have solved this whole business:
BbPress MultiQuote (Based on Wp Quote Comments)
– wysiwyg support (tinyMCE)
– multiquote (No reloading or other problems)
– Select area to quote and never be forced to quote the whole message.
– Quote from previous pages (I got a solution for this. Just need to make the code)
Might add nested quote support to it later.
If there is any interest, I will make the code available here once Im done cleaning it up.
Hi and hello.!
In my forum.php I use the following lines to show different content based on the forum-id:
<?php if ( $forum_id == '2' ) : ?>
blablabla
<?php elseif ( $forum_id == '3' ) : ?>
blablabla1
<?php else : ?>
blablabla2
<?php endif; ?>
Now, I need to show different content inside the topics (topic.php) based on witch forum the topic is posted in. For example if the topic is posed in forum_id 2, I would like to show “this post was posted in forum_id 2…”
Any idea what I might use to make this come thru? I am running bbPress 1.1. 
– Thanks!
Yes, .htaccess should be added to the list too. More eyes see better
Yeah, that too, wiseacre
Third, keep the following files and directories.
1. bb-config.php
2. my-plugins/ (if you have it)
3. my-templates/ (if you have it)
4. my-languages/ (if you have it)
I’d also suggest keeping .htaccess if you’ve modified it!
В страницата с разширенията горе има едно “Инталирани” – липсва с-то
See and I just turned off Akismet for catching nothing but ham 
FYI, the upgrade instructions still work, though Sam, you might want to remove ‘These instructions cover upgrading to version 0.9.0.2’ and the mention of config.php (are we really supposed to rename that? I just turn off my plugins, copy the my* folders, htaccess and bb-config over to the new folder, and rename them both)
@ _ck_
That is defined for you in bb-settings.php
if ( !defined( 'BB_LOAD_DEPRECATED' ) ) {
define( 'BB_LOAD_DEPRECATED', true );
}
I dig the new look, a much needed re-design! Glad to see a bit of honey in the new design, adds a little fun, without giving me a toothache 
The two column layout is a big improvement too, helps organize the content better and keeps it at out fingertips.
Can I infer from the “Themes” link that bbPress will have an official theme directory soon?
Please be patient. Waiting about an hour between bumping is a little rude for a forum full of volunteers 
What are you using for the rest of your site? PHP pages, WordPress?
These folders do not exist:
http://roadtoanimation.com/forums/my-plugins/
http://roadtoanimation.com/forums/my-templates/
These do:
http://roadtoanimation.com/forums/bb-plugins/
http://roadtoanimation.com/forums/bb-templates/
(BTW, you should turn off directory indexes by putting this in your .htaccess:
Options -Indexes )
Since that server appears to be running Apache/Linux, the directory names are case sensitive. Are you sure they’re lowercase? Also, using hyphens, not underscores? Can you take a screenshot of the directory listing, using a shell or FTP, and post a link to that? Or, find someone local who you trust that can log in and check this out for you.
I’ll have a fiddle with the documents and see if switching to Mac or Unix format helps. I just assumed i’d run with what i use on WordPress…
What concerns me is why these role lines seem to be required for template files to function correctly, and that in keeping them there invalidates the pages…
I suppose the question now is, does anyone else have the issues i mentioned when editting or creating bbPress themes? … If anyone is to report they do not, then i’m happy to accept that it’s likely my mistake and look back over what i’m doing, and where i’m going wrong…. but i’d like a little feedback beforehand….
Admittedly i’m using a custom theme that i converted from a WordPress theme, however i’m not incapable of managing code, so i’ll happily accept that i may have fudged something unintentionally if that’s really the case.
I’ll let you know if using Unix or Mac format makes a difference….