Forum Replies Created
-
In reply to: Migrating forums from IPS to wordpress
Yes. You can use integrated tool for that.
But that is very slow! 🙂
In reply to: Last activity link name wrongI used that tools 6-7 times, but it’s don’t fix. =/
In reply to: Last activity link name wrongI think my database is the problem.
How can i refresh the last active topics info?
In reply to: Last activity link name wrongSo when you all right, i don’t know why display bad topic title and the last active topic info is bad in some forum. 🙁
In reply to: Last activity link name wrongMy problem: bbp_get_forum_last_topic_title() is the last created topic title.
What i need: The last active topic title.In reply to: Last activity link name wrongHy!
Thank you, but it’s not solve the problem. =/
$link_url value is for one topic, $title value for another topic and now it’s mix.
The link, on the date is good and that link titlte attr is good. But where can i find it?In reply to: Last activity link name wrongHi @fuskeren!
I don’t use bbPress style pack plugin.
The theme use that code for call the last active topic display:
<a rel="internal" href="<?php bbp_forum_last_reply_url(); ?>" title="Legutóbbi aktív téma: <?php bbp_forum_last_topic_title(); ?>"><?php bbp_forum_last_topic_title(); ?></a>
and under that: (the second line, the time and user)<?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?> <?php bbp_forum_freshness_link(); ?> <?php do_action( 'bbp_theme_after_forum_freshness_link' ); ?>
I’m tried add that code:
<?php $forum_id = bbp_get_forum_id( $forum_id ); $active_id = bbp_get_forum_last_active_id( $forum_id ); ?> <?php echo bbp_get_forum_last_reply_url( $forum_id ); ?><br /> <?php echo bbp_get_forum_last_reply_title( $forum_id ); ?>
But that add “Comment:” or “Reply:” because that is the reply title, not the last active topic.
In reply to: Last activity link name wrongHy!
My forum: vizipipafan.com/forum/ (When You don’t understand the titles isn’t problem, you will see: the url is same or total another.)
I test links and not all is wrong.In reply to: Last activity link name wrongOne more information: Not one, all last active topic link wrong in forums, categories.