Skip to:
Content
Pages
Categories
Search
Top
Bottom

Please change widget forum li a php code


  • BackuPs
    Participant

    @backups

    Please change forum widget li a code at line 550 from

    					<a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>">
    						<?php bbp_forum_title( $widget_query->post->ID ); ?>
    					</a>

    to

    <a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"><?php bbp_forum_title( $widget_query->post->ID ); ?></a>

    Because it leads to unwanted spaces and tabs in the html and there is no filter to strip them out.

    make it the same and consistent as widget_display_topics where li a at libe 797 is done the correct way.

    When using both widgets in a same sidebar below each other the li a elements do not align in a vertical way.

    Thank you

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

  • Robin W
    Moderator

    @robin-w

    Have you a link to an example – they line up on my test site


    BackuPs
    Participant

    @backups

    Its in a test install local host install…

    Will set up a demo for you tomorrow. Please change the code as line 797 in the same file. As the list elements do not align vertically.


    Robin W
    Moderator

    @robin-w

    I am just a bbpress user who helps out here – I have no power to change code. I can log a defect, but I’ll only do that if I can also see an issue


    BackuPs
    Participant

    @backups

    Because of different html code (using tabs in html) the space is not the same in one widget! And the items do not vertically align correctly. See image and link

    bbpress-forum-lia

    bbpress-html

    BBpress Forum


    BackuPs
    Participant

    @backups

    Hi

    Something did go astray in the link supplied. The widgets do now show.

    BBpress Forum

    not-aligned

    Thank you


    Robin W
    Moderator

    @robin-w

    thanks, I’ll raise a ticker when I get a moment


    BackuPs
    Participant

    @backups

    Thank you for the reply,

    I have one question left : what does this mean?

    when I get a moment

    Does it mean that it has to wait on something? please advice. Thank you


    Robin W
    Moderator

    @robin-w

    this is free software, supported for free by volunteers like myself. I will raise a ticket when I get some time to do so, I have a life outside of this forum 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar