Forum Replies Created
-
In reply to: Site title missing
You can revert the previous version, wait for new update or download the new file from trunk like I did.
In reply to: Site title missingThanks, that seems to work.
In reply to: Topic and Forum archiveSorry to bump this up but have you find anything that is causing this. Because I haven’t.
In reply to: Topic and Forum archiveOk I recreated this issue with Twenty Twelve theme.
I copied archive.php and renamed it archive-topic.php. I copied content-page.php and rename it content-topic.php. And I get what I want in url domain.com/topics. Here is screenshot, normal archive “page” with topic title/content using bbPress 2.2.4.
https://dl.dropboxusercontent.com/u/11753008/Pysyvat/archive_2.2.4.jpg
Then I update to version 2.3 and this is end result. No loop, no topic content.
https://dl.dropboxusercontent.com/u/11753008/Pysyvat/archive_2.3.jpg
I’m on WP 3.6-beta1-23997.
In reply to: Topic and Forum archiveYes naturally. But I don’t want to spend your time before I know is it theme issue or not. As you said if it’s working for you, it’s hardly a bbPress bug.
In reply to: Topic and Forum archiveFor now I pulled back 2.2.4 on live site. I run some more tests what’s going on and let you know if I find anything.
In reply to: Permalink return 404This seems to work now. I changed topic from sticky to normal and permalink works. If I change it back to sticky, it works.
In reply to: Topic and Forum archiveThere should be `the_excerpt()` or `the_content()` doesn’t return anything.
In reply to: Topic and Forum archiveBasically what happens “ or “ doesn’t return anything.
In reply to: Topic and Forum archiveI let you know when I’m back on my computer. I’m on localhost and testing with WP 1.6 beta.
In reply to: Filter nameThanks!
In reply to: bbPress latest topics by activityHmmm and now I’m thinking why there is no sticky post support for custom post types in WP.
In reply to: bbPress latest topics by activityThanks Pippin. Justin Tadlock gave me same advice to go into that file. Let me tell you that it’s little out of my head. But I definitely try this out and report here if I find a solution.
$query->set( 'meta_key', '_bbp_last_active_time' );
$query->set( 'orderby', 'meta_value' );This actually works better because now sticky posts are in their ‘natural’ position, not last.