BBPress Travis Halff : Replies Created

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Force New Line in Organization Line #448745
    Travis Halff
    Participant

    Found the code! Where would your string go in the context of this snippet? Thank you so much for holding my hand through this process, PHP is NOT my strong suit.

            if ( $atts['show_org'] || $atts['show_dept'] ) {
    
                $entry->getOrgUnitBlock(
                    array(
                        'show_org'  => $atts['show_org'],
                        'show_dept' => $atts['show_dept'],
                    )
                );
    
    in reply to: Force New Line in Organization Line #448737
    Travis Halff
    Participant

    https://imgur.com/a/PfIh2

    If you could check that link– I think I identified the code to replace. It would be the org line there correct?

    Sorry for being overcautious, I know PHP errors can really mess up a WP site so trying to be extra careful.

    in reply to: Force New Line in Organization Line #448375
    Travis Halff
    Participant

    Great, I will give it a try. I am using the C-Map template. Is this the file I would add it under?

    connections-cmap/cmap.php

    If so, under which area?

    in reply to: Force New Line in Organization Line #448372
    Travis Halff
    Participant

    Thanks for the response. Would you mind letting me know how to split the title string on the demiliter? I would greatly appreciate it.

    in reply to: Order Entries in Category by Sub-Category Priority #398183
    Travis Halff
    Participant

    Hey Steven,

    I purchased the Category Order addition as that seemed like it would be a good solution. For some reason I am having trouble getting it to work. I installed it and activated it, then gave child-categories an order, but for some reason I am not seeing it sort by the order at all when I go to the Parent category. Any idea what could be going on there?

    Thanks,
    Travis

Viewing 5 posts - 1 through 5 (of 5 total)