Title: Profile CCT
Author: ctltwp
Published: <strong>09.03.2012</strong>
Last modified: 16.03.2015

---

ჩადგმების ძებნა

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

![](https://s.w.org/plugins/geopattern-icon/profile-custom-content-type.svg)

# Profile CCT

 ავტორი: [ctltwp](https://profiles.wordpress.org/ctltwp/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/profile-custom-content-type.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/profile-custom-content-type/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/profile-custom-content-type/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/profile-custom-content-type/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/profile-custom-content-type/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/profile-custom-content-type/)

## აღწერა

This plugin allows for management of user public profiles with a lot of customizability.

In the dashboard under Profiles->Settings, administrators can:

 * Build a form for users to fill out, choosing which fields to include and how 
   to arrange them, via a straightforward drag and drop interface.
 * Add taxonomies to group and filter profiles
 * Design a page to display user information
 * Design a separate list view when listing multiple users
 * Create additional fields that can be added to the profile form and page.
 * Manage, create and delete user profiles

Users can edit their profile under Users->Public Profile, where they’ll be presented
with
 the form you created.

Everything can be styled with CSS

Dashboard icon from http://p.yusukekamiyamane.com/
 Social icons from http://paulrobertlloyd.
com/2009/06/social_media_icons/

### Usage

The plugin will generate pages for individual profiles as well as for lists of people.

The profile form your users will fill out can be fully customized in Profiles->Settings,
as well as how profiles are displayed on your site.

Additional information on this customization is available at http://wiki.ubc.ca/
Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories

### Archive Pages

By default you can see a list of profiles on your site at example.com/your-site-
path/person
 To display filtering/searching controls on the archive page you have
three options: 1. modify your taxonomy.php template and archive.php (or archive-
profile_cct.php) in your theme folder and include the line `<?php do_action("profile_cct_display_archive_controls");?
>` where you want t he controls to appear. The plugin will function fine without
this but it won’t be as easy for your users to search/filter/browse profiles. (The
controls can be customized as well on the Settings page) 2. Use the Profile Navigation
widget. It’ll include the fields you specified in the settings page. 3. Use the [
profilenavigation] shortcode (More info in the shortcode section of this document.)

Note: Make sure you enable at least one navigation element in the Profiles->Settings
page under the Settings tabNote: You can find examples of modifications that you
could make to your theme, in the ‘examples’ folder in this plugin’s directory.

In addition, you may want to customize the search results page for profile_cct posts
and only display the_excerpt() in the loop (the_excerpt() will output the list view
as set on the profile settings pa
 ge)

See the examples folder for examples of these theme modifications

For other uses you can use the [profilelist] and [profile] shortcodes to display
profiles anywhere on a site.

#### Shortcodes

 * [profilelist] shortcode –

[profilelist] by default shows all profiles in list view format

**Filtering by taxonomy**:`[profilelist {taxonomyname} = "{taxonomyvalue}"]` shows
profiles that meet the specified criteria

You can specify multiple taxonomies to filter by, by default then only profiles 
that meet ALL the specified criteria will be displayed. Alternatively you can also
add query=”or” to the shortcode to show
 profiles meeting at least one of the criterias.

**Filtering by letter**:
 [profilelist letter=”a”] returns all profiles where last
name starts with letter ‘a’.

**Ordering results:**
 [profilelist orderby = orderfield] where ‘orderfield’ is 
either first_name, last_name, or date. By default it will use the manual ordering
specified on the Profiles->Order Profiles page You can also show results in descending
order, eg `[profilelist orderby='first_name' order='desc']`

**Displaying more details:**
 use display=”full” to show full profiles, or display
=”name” to only shows names. Default behaviour shows the list view as set in the
settings.

**Show a specific set of people:**
 [profilelist include=”id, id2, id3…”] Displays
the people with the corresponding id

 * [profile] shortcode –

With this shortcode you can display a single profile. (This can also be accomplished
with the [profilelist] shortcode with the right parameters, but this is a more straightforward
option)

Simply use `[profile person="slug"]` where slug is usually firstname-lastname.

By default the full view will be shown, but you can set display=”list” instead to
show the list view.

 * [profilesearch] shortcode –

Display a search box (with jquery-ui Autocomplete) to search for profiles by name

 * [profilenavigation] shortcode –

Displays profile navigation. If no parameters are supplied it’ll rely on the options
set in the settings page. If at least one parameter is supplied then the global 
settings will be ignored

display_searchbox=true to show the search box
 display_alphabet=true to show the
letter list display_orderby=true to show the orderby field display_tax=”comma separated
list of taxonomies” to show dropdowns to filter by those taxonomies.

eg. `[profilenavigation display_searchbox="true" display_tax="location, position"]`
will show a searchbox as well as two dropdown menus to filter by the two specified
taxonomies

 * [profilefield] shortcode –
    This shortcode can only be used on a profile page.
   It pulls specific fields from the profile and render it at the shortcode. The
   display will mirror the settings that you configure in the Profile View Builder.
   These are the available parameters for the profilefield shortcode
 * type, set the id of the field that you want to get. (eg. name, bio, email, clone_lab_phone,
   phone)
 * show, determines which parts of a field are displayed. This corresponds to the“
   show / hide input area” checkboxes when you edit a field in the Profile View 
   Builder. So for example, for the “name” field type, the valid options are “salutations”,“
   middle”, and “credentials”. The show parameter should be set to a comma separated
   list of the sections that you want to display, and will override the settings
   that you configured on the Profile View Builder.
 * html, if you set html=”false” then all html tags will be stripped out of the 
   field. Allowing you to just get the information.
 * width, the width of this field. Valid options are “full”, “one-third”, “two-third”,
   or “half”. Note that if html=false then this option will do nothing.

eg. `[profilefield type=name show="salutations, middle", html=false]` will show 
the profile’s salutations as well as first, last, and middle name. The text will
not be wrapped in any html, and so will not
 have the usual header tags.

### Meta

Git Plugin Name: profile-cct
 Wordpress SVN Plugin Name: profile-custom-content-
type Main plugin file: profile-custom-content-type.php

## ეკრანული სურათები

 * [[
 * Listing profiles in the dashboard
 * [[
 * A profile form for the user to fill out, fully customizable in the settings
 * [[
 * Social network links, custom taxonomies, etc
 * [[
 * Custom taxonomies for profiles can be easily set up to filter profiles by.
 * [[
 * Drag and Drop profiles around to customize how they’re ordered. Alternatively
   they can be sorted automatically by first name, last name, date
 * [[
 * Main plugin settings screen. Tabs at the top to access various settings
 * [[
 * Settings tab containing general settings
 * [[
 * Custom taxonomies will show up in the menu in the dashboard
 * [[
 * The Form Builder where you can set up a profile form for your users to fill out
   by dragging and dropping the desired fields into place
 * [[
 * Profile View Builder where you can decide what shows up on users’ profile pages.
 * [[
 * List View Builder
 * [[
 * Custom fields can be added which can then be added to the form and the views
 * [[
 * Where users go to edit their profile

## დაყენება

 1. Extract the zip file into wp-content/plugins/ in your WordPress installation
 2. Go to plugins page to activate
 3. Recommended: Some minor changes to theme files (archive.php, search.php, taxonomy.
    php) to accommodate profile cct features (see “Usage” for details)

The plugin (optionally) makes use of jQuery UI tabs so you’ll need to grab some 
CSS for that if your theme doesn’t already have it and you want tabbed content on
profile pages.
 See http://jqueryui.com/themeroller/ to find or create a style for
the tabs

## მიმოხილვები

![](https://secure.gravatar.com/avatar/20eed4d0ae64e466d8d9597de8f63a2b8333d4ef9c5d3fc4b79b83d451235232?
s=60&d=retro&r=g)

### 󠀁[Huge surprise to find this plugin doesn't work and the authors have disappeared.](https://wordpress.org/support/topic/huge-surprise-to-find-this-plugin-doesnt-work-and-the-authors-have-disappeared/)󠁿

 [fpats](https://profiles.wordpress.org/fpats/) 07.02.2017

I despair of this place. Will someone please delete these ***** plugins and stop
wasting everyone’s time.

 [ 5 რევიუს წაკითხვა ](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/)

## მონაწილეები & დეველოპერები

“Profile CCT” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს 
მის განვითარებაში.

მონაწილეები

 *   [ ctltwp ](https://profiles.wordpress.org/ctltwp/)
 *   [ Enej Bajgorić ](https://profiles.wordpress.org/enej/)
 *   [ ejackisch ](https://profiles.wordpress.org/ejackisch/)
 *   [ Aleksandar Arsovski ](https://profiles.wordpress.org/alekarsovski/)
 *   [ ctlt-dev ](https://profiles.wordpress.org/ctlt-dev/)
 *   [ ubcdev ](https://profiles.wordpress.org/ubcdev/)
 *   [ loongchan ](https://profiles.wordpress.org/loongchan/)

[გადათარგმნეთ Profile CCT თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/profile-custom-content-type)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/profile-custom-content-type/),
შეამოწმეთ [SVN რეპო](https://plugins.svn.wordpress.org/profile-custom-content-type/),
ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/profile-custom-content-type/):
[RSS](https://plugins.trac.wordpress.org/log/profile-custom-content-type/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

#### Version 1.3.3

 * Updated code to fix tab issues because of WordPress update of jQueryUI.
 * View button in Your Public Profile section of Dashboard Home page now links to
   correct page.

#### Version 1.3.2

 * More Editor Options, Allow users to upload Media, Allow for more advanced media
   options.

#### Version 1.3.1

 * bug fix: shortcode full width now supports tabs as well.

#### Version 1.3

 * The source code has been rewritten, improving stability, and fixing a variety
   of bugs.
 * Added [profilenavigation] short code.
 * Added [profilefield] short code.
 * A new dashboard widget will display the current user’s theme. Or prompt them 
   to create one.
 * A new search and navigation widget called “Profile Navigation”
 * Resolved an issue where users with low permission levels would be unable to control
   the taxonomies on their own profile.

#### Version 1.2.3

 * Fixed bugs related to to updating from lower version to the latest once.
 * Implemented a way to force of the refresh of profiles. Instead of waiting for
   the profile to get requested. A must if you are using shortcodes instead of regular
   profile views.

#### Version 1.2.2

 * Removed php short tags which caused fatal errors if they’re disabled
 * Ensure profile data gets updated appropriately when plugin is updated (this process
   may cause a brief delay after updating if you have lots of profiles)

#### Version 1.2.1

 * Fixed bug where post formatting gets mangled sometimes
 * Fixed bug where default values sometimes show up in profile pages

#### Version 1.2

 * Added [profilesearch] shortcode
 * Added automatic ordering (first name, last name, date added) for archive pages
   and shortcode
 * Profiles can now be filtered by first letter of last name
 * Added filter/search interface on archive page
 * Also added widget and shortcode to display filter/search interface
 * Fixed a bug that may cause PHP errors when [profilelist] is called with no arguments
 * Fixed image uploader to be compatible with WordPress 3.4
 * Fixed minor formatting issues

#### Version 1.1.8.1

 * Version Number bump

#### Version 1.1.8

 * Made it so that you can place the plugin into which every folder.
 * Better error on settings page
 * Bug fix for the ordering of the items

#### Version 1.1.7

 * Bug fix for IE7 Tabs didn’t display properly

#### Version 1.1.6

 * Bug fixes, for ordering of the items

#### Version 1.1.5

 * Added the ability to order things using a better UI

#### Version 1.1.4

 * Javascript Bug fixes
 * CSS bug fixes
 * Input fields bug fixes
 * Just lots of bug fixes
 * Bug fix, now admin is able to change the proper author
 * Bug fix shortcode is lists all the people by default

#### Version 1.1.3

 * Added [profilelist] shortcode.

#### Version 1.1.2

 * Removing dead code, webscraper was implemented as db-field

#### Version 1.1.1

 * Bug fixes: social fields look better
 * Appearance of professional affiliation changed
 * Renamed classed so that they are not repeated, use shell-rename
 * Added the ability to sort fields now by using the page order
 * Clarification of the permission fields

#### Version 1.1

 * Initial public release

## მეტა

 *  Version **1.3.2**
 *  Last updated **11 წელი წინ**
 *  Active installations **10+**
 *  WordPress version ** 3.6, ან უფრო მაღალი **
 *  Tested up to **3.6.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/profile-custom-content-type/)
 * Tags
 * [profile](https://ka.wordpress.org/plugins/tags/profile/)[user](https://ka.wordpress.org/plugins/tags/user/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/profile-custom-content-type/advanced/)

## რეიტინგები

 2.6 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/profile-custom-content-type/reviews/)

## მონაწილეები

 *   [ ctltwp ](https://profiles.wordpress.org/ctltwp/)
 *   [ Enej Bajgorić ](https://profiles.wordpress.org/enej/)
 *   [ ejackisch ](https://profiles.wordpress.org/ejackisch/)
 *   [ Aleksandar Arsovski ](https://profiles.wordpress.org/alekarsovski/)
 *   [ ctlt-dev ](https://profiles.wordpress.org/ctlt-dev/)
 *   [ ubcdev ](https://profiles.wordpress.org/ubcdev/)
 *   [ loongchan ](https://profiles.wordpress.org/loongchan/)

## მხარდაჭერა

გაქვთ კომენტარი? გჭირდებათ დახმარება?

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/profile-custom-content-type/)