BBPress George Socha : Replies Created

Forum Replies Created

Viewing 10 posts - 21 through 30 (of 38 total)
  • Author
    Posts
  • in reply to: Show Categories by Root Parent #360380
    George Socha
    Participant

    Steve,

    I thought it was just me, but this has happened twice now.

    I log it to the Connections website, go to My Account > Purchase History and download the Custom Category Order plugin, version 1.0.1.

    I install the plugin and then activate it.

    The category order capability appears.

    After a while, on the Plugins page of my dashboard, I see that a newer version of the plugin is available.

    I install the newer version, version 1.4.

    The category order capability disappears.

    I deactivate the CCO plugin and it disappears entirely from the Plugins page of my dashboard.

    I got back to the downloaded file, install it again, activate it again, and the category order capability reappears.

    For now it seems I should stick with the older version.

    Any idea what is happening?

    Thanks,

    George

    in reply to: Show Categories by Root Parent #360375
    George Socha
    Participant

    Steve,

    Here is the current structure for the categories that I want to use for this. I will be adding to this.

    The are listed in the order in which I would like them to appear. Where the “Order” is “0”, that means that an alphabetical listing is fine.

    The “—”s indicate level. They are followed by Name | Slug | ID | Order.

    — Apersee Provider | apersee-provider | 35 | 1
    — — By Offering Type | by-offering-type | 45 | 1
    — — — Offering: Services | services | 39 | 1
    — — — Offering: Software | software | 40 | 2
    — — By Organization Type | by-organization-type | 59 | 2
    — — — Org Type: Corporation | corporation-by-organization-type | 62 | 0
    — — — Org Type: Government | government-by-organization-type | 63 | 0
    — — — Org Type: Law Firm | law-firm-by-organization-type | 61 | 0
    — — — Org Type: Provider | provider-by-organization-type | 60 | 0
    — — By EDRM Stage | by-edrm-stage | 36 | 3
    — — — EDRM Stage: Information Governance | information-governance | 37 | 1
    — — — EDRM Stage: Identification | identification | 38 | 2
    — — — EDRM Stage: Preservation | preservation | 47 | 3
    — — — EDRM Stage: Collection | collection | 46 | 4
    — — — EDRM Stage: Processing | processing | 48 | 5
    — — — EDRM Stage: Review | review | 49 | 6
    — — — EDRM Stage: Analysis | analysis | 50 | 7
    — — — EDRM Stage: Production | production | 51 | 8
    — — — EDRM Stage: Presentation | presentation | 52 | 9
    — — By Subject Matter Area | by-subject-matter-area | 41 | 4
    — — — Subject Matter: eDiscovery | ediscovery | 42 | 1
    — — — Subject Matter: Information Governance | information-governance-by-subject-matter-area | 43 | 2
    — — — Subject Matter: Cyber Security | cyber-security | 44 | 3
    — — — Subject Matter: Archiving | archiving | 56 | 0
    — — — Subject Matter: Forensics | forensics | 58 | 0
    — — — Subject Matter: Jury Research | jury-research | 55 | 0
    — — — Subject Matter: Legal Hold | legal-hold | 57 | 0
    — — — Subject Matter: Staffing | staffing | 64 | 0
    

    Thanks,

    George

    in reply to: Show Categories by Root Parent #360373
    George Socha
    Participant

    Steve,

    I must have unintentionally uninstalled the plugin Custom Category Order. I downloaded and reinstalled it. As a side note, when I go to Purchase History I can get to and download the CCO file but I do not find any license key for the plugin.

    Thanks,

    George

    in reply to: Show Categories by Root Parent #360326
    George Socha
    Participant

    Steve,

    First I need to get back where I was. Then I will follow up with what I was trying to do.

    Thanks,

    George

    in reply to: Show Categories by Root Parent #360317
    George Socha
    Participant

    Steve,

    I had forgotten to enter the license number!

    I have done that and now the entries appear in alphabetical order. The category numbers are gone, however, so I need to figure out what happened with the numbers.

    Here is the current card-single.php code:

    <div class="cn-clear" style="display:table;margin: 10px 0;width:100%;">
        <div style="display:table-cell;vertical-align:middle;">
            <?php
            if ( $atts['show_categories'] ) {
                echo '<h4>';
                echo $atts['str_category_label'];
                echo '</h4>';
                cn_display_terms_of_parent_term_id( 35, $entry->getCategory() );
            }
            ?>
        </div>
        <div style="display:table-cell;text-align:right;vertical-align:middle;">
            <?php
            if ( $atts['show_last_updated'] ) {
    
                cnTemplatePart::updated(
                    array(
                        'timestamp' => $entry->getUnixTimeStamp(),
                        'style'     => array(
                            'font-variant' => 'small-caps',
                        )
                    )
                );
            }
            ?>
        </div>
    </div>
    
    in reply to: Show Categories by Root Parent #360312
    George Socha
    Participant

    Yes, I do.

    in reply to: Show Categories by Root Parent #360307
    George Socha
    Participant
    in reply to: Show Categories by Root Parent #360306
    George Socha
    Participant

    Steve,

    That worked great. Is there some way for me to sort results – best by the order number that I get by using Connections Custom Category Order?

    You can see what I have done so far at http://www.edrm.net/apersee

    Thanks,

    George

    in reply to: Vary displayed content by category #360035
    George Socha
    Participant

    I have managed to accomplish the same objection with css:

    /* Hide image, addresses, social media for non-members */
    #cn-cmap .not-active-member span.cn-image-style,
    #cn-cmap .not-active-member span.address-block,
    #cn-cmap .not-active-member span.social-media-block {
        display: none;
    }
    
    in reply to: Vary displayed content by category #360015
    George Socha
    Participant

    I figured out an answer to the second problem. I commented out this line:

    if ( $atts['show_addresses'] ) $entry->getAddressBlock( array( 'format' => $atts['addr_format'] , 'type' => $atts['address_types'] ) );
    
Viewing 10 posts - 21 through 30 (of 38 total)