Search Results for 'updated'
-
Search Results
-
What’s the easiest way to edit my forum home page to display the most recently updated forum topics?
Topic: Freshness Incorrect
Hello
This is forums main page https://www.jkyog.org/forums/
and this is a sub-forum https://www.jkyog.org/forums/forum/yoga-meditation-2/In Sub-forums Freshness is: 1 week, 2 days ago and in main forums page it display 4 weeks ago with some other random user..
When users are posting non stop then Freshness is coming correct but if i delete any spam replay, or if we don’t post anything from long time then main forums page Freshness will change itself into some random user and time..
Tried couple of things like:
All plugins disable expect bbpress
Caching disabled
Recalculate everything from Tools
Changed theme to default / All plugins, wordpress version etc updated to recent versionBut no success will appreciate if someone can provide solution or hint!
Thanks.
Hello, I am not able to switch to HTML tab in the editor during editing of topics/replies… (When I enter it through dashboard) It simply does not react to clicking…. Another buttons also do not suddenly react – so I am unable to link a word/fraze with an URL (my forum is here: http://www.fotoguru.cz/fotoforum/)
It seems to me that it happened after I updated to the latest version of WP…
Or might there be another issue? I tried to deactivate anything I could think of but did not help…
Thanks! JanHello I am in the process of converting a simplepress forum to bbpress.
The first issues I have noticed is that the date and time of some posts is not being carried over and is defaulting to the time of the conversion. However this is not on all post, only a percentage, approximately 860 topics of a total 5029. One thing I have noticed is that all the topics witout updated date/times do not have any responses to the original post, although there are posts with correct date/times that have no responses if that makes sense.
I have run all the repair functions and the only one I am having trouble with is “Recalculate the position of each reply” which seems to stop (timeout?) and go to a white page.
Any insight as to what may be going on?
Hi there!
We’re trying to move our forums from a custom Q&A platform to bbPress… very glad there is now an importer! 🙂
So I copied example.php to myimport.php, changed the class name, and updated the tables/columns that apply (the ones that exist in the old database).
And ran the import…
But I keep running into import errors for fields that don’t apply as they don’t exist in the other database, like forums_table.the_reply_count
So for a field that just does not exist in the old database, what’s the proper syntax for “ignore this”? 🙂
For example, this one…
// Forum topic count (Stored in postmeta) $this->field_map[] = array( 'from_tablename' => 'forums_table', 'from_fieldname' => 'the_topic_count', 'to_type' => 'forum', 'to_fieldname' => '_bbp_topic_count' );
I looked for this on the importer codex page, but just don’t see it. 🙂
Thanks!
Dan1,i have several problems atm i am using bbpress and buddypress one i have a random yellow block on my forum page
http://lexmotoownersclub.com/forums/
2, my topics show up under all parents ie lexmoto adrenaline show stay under lexmoto adrenaline and not show up under all category
3, This forum contains 1 topic, and was last updated by Profile photo of ADMINB ADMINB 1 day, 16 hours ago. want this removed
i have tried changing themes and also pluging im no good at messing around in code noobie here
thanks 🙂in the notice text area of a forum, there’s message:
“This forum contains xxx topics, and was last updated by”
and there’s an avatar before the user, how to remove that?also, that’s the case for a topic, how to remove that?
“This topic contains xxx replies, has xxx voice, and was last updated by”BTW,
I managed to remove some avatars in other areas through this:.widget_display_topics .bbp-author-avatar { display: none ! important; } .bbp-topic-started-by .bbp-author-avatar { display: none ! important; } .bbp-topic-freshness-author .bbp-author-avatar { display: none ! important; } <code></code>
reference:
Topic: Weird freshness bugs
I’m seeing some weird freshness bugs on a bbpress installation (version 2.5.5). I’m using a different forum structure (a forum index, subforums, etc. – a traditional phpBB layout), so the bug is even more visible to the general public, but it’s certainly not the cause of these bugs, because I can easily reproduce the bug just by clicking on the trash link in the frontend or WordPress Admin and looking at the postmeta database.
I’ve tried using the admin tool to recalculate freshness, but it makes the whole situation worse. So, I have to manually change the freshness postmetas of all forums and subforums. 🙁
I’ve encountered at least three different bugs:
– wrong freshness set for parent forum and subforums after trashing a post
– wrong freshness set for forums and subforums after using freshness recalculation via admin tools
– no updated freshness set for parent forum and subforums after untrashing a postThis seems like a blocker to me. How can I help? Are those bugs covered inside bug #2414 or bug #1925?