Tamas Rottenbacher (@rtomo)

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • @rtomo

    Participant

    Yes. You can use integrated tool for that.

    But that is very slow! 🙂

    @rtomo

    Participant

    I used that tools 6-7 times, but it’s don’t fix. =/

    @rtomo

    Participant

    I think my database is the problem.

    How can i refresh the last active topics info?

    @rtomo

    Participant

    So when you all right, i don’t know why display bad topic title and the last active topic info is bad in some forum. 🙁

    @rtomo

    Participant

    My problem: bbp_get_forum_last_topic_title() is the last created topic title.
    What i need: The last active topic title.

    @rtomo

    Participant

    Hy!

    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?

    @rtomo

    Participant

    Hi @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.

    @rtomo

    Participant

    Hy!

    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.

    @rtomo

    Participant

    One more information: Not one, all last active topic link wrong in forums, categories.

Viewing 9 replies - 1 through 9 (of 9 total)