Forum Replies Created
-
AuthorPosts
-
George Socha
ParticipantSteve,
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
George Socha
ParticipantSteve,
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 | 0Thanks,
George
George Socha
ParticipantSteve,
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
George Socha
ParticipantSteve,
First I need to get back where I was. Then I will follow up with what I was trying to do.
Thanks,
George
George Socha
ParticipantSteve,
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.phpcode:<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>George Socha
ParticipantYes, I do.
George Socha
ParticipantHere is a better example: http://www.edrm.net/apersee/name/advanced-discovery
George Socha
ParticipantSteve,
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
George Socha
ParticipantI 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; }George Socha
ParticipantI 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'] ) ); -
AuthorPosts
