Skip to:
Content
Pages
Categories
Search
Top
Bottom

remove comma's from sub forums list display?

  • Im trying to remove the commas in my sup forums display because I’m block listing them like this below

    Main section

    – Sub Main one,

    – Sub Main two,

    – Sub Main three

    I want them to look like

    Main section

    – Sub Main one

    – Sub Main two

    – Sub Main three

    I can seem to find the function to strip the commas, Any Ideas?

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

  • Lynq
    Participant

    @lynq

    Inside loop-single-forum in the theme files I changed the bbp_list_forums function.

    In the array inside the parameter just change the separator to
    or nothing.

    Good luck!

    all that is in the file is <?php bbp_list_forums(); ?> i don’t see a parameter

    it was in bbp-forum-template.php


    Lynq
    Participant

    @lynq

    I think bbp-forum-template is a core file?

    You would be better off using something like this inside loop-single-forum:

    bbp_list_forums(array ('count_sep' => ''));

    Good luck.

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