SlideShare ist ein Scribd-Unternehmen logo
1 von 23
CB Workshop with
uddeIM, Kunena, GroupJive
       and CBSubs




       @ J and Beyond 2012
Author and other info …
   Nick A. (nant) – CB Team member along with Beat and Kyle

   Matias Griese – Kunena team
   Stephan Slabihoud - uddeIM




                            © Joomlapolis                      2
Extensions mentioned




                © Joomlapolis   3
References
   Slides will be shared here:
        www.slideshare.net/cbteam/presentations
   Community Builder
        www.joomlapolis.com/community-builder
   uddeIM
        www.slabihoud.de/software/id4001.htm
   Kunena
        www.kunena.org
   GroupJive
        www.joomlapolis.com/cb-solutions/groupjive
   CBSubs
        www.joomlapolis.com/cb-solutions/cbsubs
   Picture-book tutorials
        www.joomlapolis.com/support/tutorials/111-picture-books


                                  © Joomlapolis                    4
Agenda
   Introduction – goals
   Step 1: Joomla (2.5.4)
   Step 2: Community Builder (1.8)
       Configuring CB + Joomla integration
   Step 3: uddeIM (2.7)
       Configuring uddeIM + CB integration
   Step 4: Kunena (1.7)
       Configuring Kunena + CB + uddeIM Integration
   Step 5: CB GroupJive (2.5.1)
       Configuring GroupJive + CB + uddeIM + Kunena Integration
   Step 6: CBSubs (2.0.1)


                               © Joomlapolis                       5
Introduction
   Three different project teams
   Collaboration – skype group chats
   Clean integration – api extensions
   End-users benefit




                             © Joomlapolis   6
1. Joomla
   Starting with default content Joomla 2.5.4 website




                             © Joomlapolis               7
2. Community Builder
 Install CB component
 Install CB Modules (login, workflow, online)
 Edit CB Configuration:
       General tab:
          name style: First and Last Name Field
          Date format: yyyy-mm-dd
       Registration tab:
          Allow User Registration: Yes, independently of global J! settings
          Require Admin Approval: Yes
       User Profile tab:
          Fields validation in Admin: No
          Allow user to edit his CMS parameters in frontend: ?
          Use new div or old table based views: Use divs
       Moderation tab:
            Allow user to edit his CMS parameters in frontend: CB Moderators


                                    © Joomlapolis                               8
More
       2. Community Builder
          Edit CB Configuration
              Connections tab:
                   Enable Connections: Yes
                   Notification Method: PMS+Email
                   Connection Types: Add Contact + Forum-buddy
          CB Login module
              Position-7
              Publish
              Show only on Home menu (same as Joomla module)
              Show avatar when logged-in: Always
              Private Messaging System: uddeIM
              Private Messaging Notification: Show even if no messages
              Connections notification: Show only if pending connections


                                         © Joomlapolis                      9
More
       2. Community Builder
          CB Workflow module
            Position-7
            Publish
            Access: Special
            Show on Home menu
          CB Tab Manager
            Enable Connections Tab
            Enable Articles Tab
          User Menu items:
            Create CB Profile menu item in User menu
            UnpublishYour Profile menu (Joomla)




                                      © Joomlapolis     10
More
       2. Community Builder
          Home Menu items:
            Create CB Login menu
            Unpublish Joomla Login menu
          Joomla login
              Unpublish all 3 instances
          Turn-off Joomla Registrations
              Users  User manager  Options: Allow User Registrations




                                           © Joomlapolis                  11
Joomla and CB
   CB registration and login processes can be used instead of
    Joomla’s
   CB Articles tab shows all articles published by user
   CB users are also Joomla users (i.e., if you remove CB in the
    future your Joomla user table will still contain the users)




                              © Joomlapolis                         12
3. uddeIM
   Install the uddeIM component
   Create User menu item to uddeIM
   Configure uddeIM:
     Messages tab: Allow BB code tags: Yes
     Integration tab  Verify that Community Builder has been
      detected




                              © Joomlapolis                      13
More
       3. uddeIM and CB
          Enable CB support for uddeIM
              CB Plugin Manager  Private Message System plugin
                   Publish
                   PMS Component Type: uddeIM 1.0+
              CB Tab Manager  Quick Message
                   Publish




                                        © Joomlapolis              14
More
       uddeIM and CB Integration
          You can send a private message to user by visiting his profile
           and selecting CB menu item
          Quick message (one-click message)
          You can see number of incoming / unread private messages in
           CB Login
          Any CB plugin can use CB Private Message plugin (example
           CB Connections, GroupJive, CBSubs mailer, etc)




                                     © Joomlapolis                          15
4. Kunena
   Install Kunena 1.7.2 component
   Kunena Integration tab:
       Set Community Builder integration items
 Create Kunena entry page menu in Joomla Top Menu
 CB Plugin Management  Forum Integration plugin:
     Publish
     Forum component: Kunena
   CB Tab Management  Forum:
       Publish




                               © Joomlapolis         16
More
       Kunena and CB Integration
          Forum Tab in CB shows all forum posts and thread
           subscriptions of profile user
          Kunena avatar area uses CB Avatar and links back to CB User
           profile
          Kunena uses CB Login, registration, forgotten login functions
          Kunena sidebar can be customized to show CB data of poster




                                    © Joomlapolis                          17
More
       Kunena sidebar – CB integration
       <ul class="kpost-profile">
         <li class="kpost-username"><a rel="nofollow" title=""
       href="index.php?option=com_comprofiler&task=userProfile&user=[user_id]&Itemid=
       47" class="kwho-admin">[cb:userfield field="formatname"/]</a></li>
         <li class="kpost-avatar"><a rel="nofollow" title=""
       href="index.php?option=com_comprofiler&task=userProfile&user=[user_id]&Itemid=
       47" class="kwho-admin"><span class="kavatar">[cb:userfield
       field="avatar"/]</span></a></li>
         <li>[cb:userfield field="onlinestatus"/]</li>
         <li class="kpost-userrank">[cb:userfield field="forumrank"/]</li>
         <li class="kpost-userposts">Posts: [cb:userfield field="forumposts"/]</li>
         <li class="kpost-karma">Karma: [cb:userfield field="forumkarma"/] [karmaminus]
       [karmaplus]</li>
         <li>[cb:if cb_osm="1"]OSM[/cb:if]</li>
         <li>[cb:if cb_jlt="1"]JLT[/cb:if]</li>
       </ul>




                                          © Joomlapolis                                   18
5. GroupJive
   Install and publish all CB GroupJive plugins
   Create GJ menu from CB Plugin area of main GJ plugin
   Move item to Top menu and Publish
   GroupJive Forum configuration (select Kunena top category)




                            © Joomlapolis                        19
GroupJive and uddeIM
   GroupJive notifications can use uddeIM (config)
   GroupJive group messaging can use uddeIM (config)




                            © Joomlapolis               20
GroupJive and Kunena
   GroupJive created Kunena forum for private / intra-group
    discussions
   GroupJive forum tab shows forum subjects with links




                             © Joomlapolis                     21
6. CBSubs
   With CBSubs you can further achieve the following
    integrations:
       Automatically add/remove subscribers to/from Joomla Groups
       Automatically add/remove subscribers to/from GJ groups
       Protect Joomla content based on subscriptions
        (component, modules, menu items, articles)
       Do not allow users to post on specific Kunena forum categories
        without a subscription (URL-Parts)
       Show/hide specific CB Fields/Tabs based on subscriptions of
        profile owner and profile viewer




                                © Joomlapolis                            22
Conclusion
   Community Builder, uddeIM, Kunena, GroupJive and CBSubs
    integrate nicely with each-other and are able to support
    many different use case scenarios
   With new Joomla UX project, user interface will even look the
    same.
   This is an example of Joomla spirit and team-work
   There are many other Joomla projects that also have nice CB
    integrations:
     K2 (authors use CB user profiles and K2 tab gets K2 articles)
     AcyMailing (nice integration with CB and CBSubs)
     We are always open




                               © Joomlapolis                          23

Weitere ähnliche Inhalte

Was ist angesagt?

Webiny Content Management System
Webiny Content Management SystemWebiny Content Management System
Webiny Content Management SystemGoran Candrlic
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.comTan Pham
 
AD301: What's New in the IBM Social Business Toolkit
AD301: What's New in the IBM Social Business ToolkitAD301: What's New in the IBM Social Business Toolkit
AD301: What's New in the IBM Social Business ToolkitMark Wallace
 
Social Enabler for XPages
Social Enabler for XPagesSocial Enabler for XPages
Social Enabler for XPagesNiklas Heidloff
 
Rs membership and subscriptions manager
Rs membership and subscriptions managerRs membership and subscriptions manager
Rs membership and subscriptions managereatmeagain
 
JSN Cube Configuration Manual
JSN Cube Configuration ManualJSN Cube Configuration Manual
JSN Cube Configuration ManualJoomlaShine
 
Chapter 2 - Publishing Online
Chapter 2 - Publishing OnlineChapter 2 - Publishing Online
Chapter 2 - Publishing Onlinekwduncan
 

Was ist angesagt? (12)

Webiny Content Management System
Webiny Content Management SystemWebiny Content Management System
Webiny Content Management System
 
Jpb cb-joomla-articles-quickstart
Jpb cb-joomla-articles-quickstartJpb cb-joomla-articles-quickstart
Jpb cb-joomla-articles-quickstart
 
Jpb group jive-quickstart
Jpb group jive-quickstartJpb group jive-quickstart
Jpb group jive-quickstart
 
Jpb kunena-quickstart
Jpb kunena-quickstartJpb kunena-quickstart
Jpb kunena-quickstart
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.com
 
AD301: What's New in the IBM Social Business Toolkit
AD301: What's New in the IBM Social Business ToolkitAD301: What's New in the IBM Social Business Toolkit
AD301: What's New in the IBM Social Business Toolkit
 
Social Enabler for XPages
Social Enabler for XPagesSocial Enabler for XPages
Social Enabler for XPages
 
Rs membership and subscriptions manager
Rs membership and subscriptions managerRs membership and subscriptions manager
Rs membership and subscriptions manager
 
JSN Cube Configuration Manual
JSN Cube Configuration ManualJSN Cube Configuration Manual
JSN Cube Configuration Manual
 
Jpb joomla25-quickstart
Jpb joomla25-quickstartJpb joomla25-quickstart
Jpb joomla25-quickstart
 
Chapter 2 - Publishing Online
Chapter 2 - Publishing OnlineChapter 2 - Publishing Online
Chapter 2 - Publishing Online
 
Chapter 03
Chapter 03Chapter 03
Chapter 03
 

Ähnlich wie CB Workshop with uddeIM, Kunena, GroupJive and CBSubs

Community Builder 2.0 Preview Webinar
Community Builder 2.0 Preview WebinarCommunity Builder 2.0 Preview Webinar
Community Builder 2.0 Preview WebinarCB Team @ Joomlapolis
 
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto ActionsCivicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto ActionsCB Team @ Joomlapolis
 
CBSubs™ beyond Memberships and ACL
CBSubs™ beyond Memberships and ACLCBSubs™ beyond Memberships and ACL
CBSubs™ beyond Memberships and ACLCB Team @ Joomlapolis
 
IBM Sametime 9.0.x - mixed license configuration (limted vs complete)
IBM Sametime 9.0.x - mixed license configuration (limted vs complete)IBM Sametime 9.0.x - mixed license configuration (limted vs complete)
IBM Sametime 9.0.x - mixed license configuration (limted vs complete)Novakenstein
 
World Tour Chicago 2017: Intro to Lightning Communities
World Tour Chicago 2017: Intro to Lightning CommunitiesWorld Tour Chicago 2017: Intro to Lightning Communities
World Tour Chicago 2017: Intro to Lightning CommunitiesMeighan Brodkey
 
Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools CB Team @ Joomlapolis
 
Zimmertwins Presentation
Zimmertwins PresentationZimmertwins Presentation
Zimmertwins PresentationAshok Modi
 
Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3Rod Martin
 
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensionsJoomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensionsChanratha Sorn
 
phpBB3 Invitation Only Mod
phpBB3 Invitation Only ModphpBB3 Invitation Only Mod
phpBB3 Invitation Only ModJeff Behnke
 
Life Cycle Management for BusinessObjects Enterprise XI 3.1
Life Cycle Management for BusinessObjects Enterprise XI 3.1Life Cycle Management for BusinessObjects Enterprise XI 3.1
Life Cycle Management for BusinessObjects Enterprise XI 3.1Jay Riddle
 
Life Cycle Management for XI 3.1
Life Cycle Management for XI 3.1Life Cycle Management for XI 3.1
Life Cycle Management for XI 3.1guest3ceb96
 
Drupal 8 for site builders
Drupal 8 for site buildersDrupal 8 for site builders
Drupal 8 for site buildersKim Pepper
 
BuddyPress - Harrisburg WordPress Users Group Meetup June 2014
BuddyPress - Harrisburg WordPress Users Group Meetup June 2014BuddyPress - Harrisburg WordPress Users Group Meetup June 2014
BuddyPress - Harrisburg WordPress Users Group Meetup June 2014Timothy F McKenna
 
Joomla! 2,5 ACL- A use case
Joomla! 2,5 ACL- A use caseJoomla! 2,5 ACL- A use case
Joomla! 2,5 ACL- A use caseRicky D'Cruze
 
Drupal User Profiles Sydney Meetup 0109
Drupal User Profiles Sydney Meetup 0109Drupal User Profiles Sydney Meetup 0109
Drupal User Profiles Sydney Meetup 0109theneemies
 

Ähnlich wie CB Workshop with uddeIM, Kunena, GroupJive and CBSubs (20)

Cb subs gpl-membership-sites
Cb subs gpl-membership-sitesCb subs gpl-membership-sites
Cb subs gpl-membership-sites
 
Community Builder 2.0 Preview Webinar
Community Builder 2.0 Preview WebinarCommunity Builder 2.0 Preview Webinar
Community Builder 2.0 Preview Webinar
 
Joomlapolis Incubator
Joomlapolis IncubatorJoomlapolis Incubator
Joomlapolis Incubator
 
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto ActionsCivicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
 
CBSubs™ beyond Memberships and ACL
CBSubs™ beyond Memberships and ACLCBSubs™ beyond Memberships and ACL
CBSubs™ beyond Memberships and ACL
 
IBM Sametime 9.0.x - mixed license configuration (limted vs complete)
IBM Sametime 9.0.x - mixed license configuration (limted vs complete)IBM Sametime 9.0.x - mixed license configuration (limted vs complete)
IBM Sametime 9.0.x - mixed license configuration (limted vs complete)
 
World Tour Chicago 2017: Intro to Lightning Communities
World Tour Chicago 2017: Intro to Lightning CommunitiesWorld Tour Chicago 2017: Intro to Lightning Communities
World Tour Chicago 2017: Intro to Lightning Communities
 
Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools
 
Zimmertwins Presentation
Zimmertwins PresentationZimmertwins Presentation
Zimmertwins Presentation
 
Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3
 
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensionsJoomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensions
 
win10 from_scratch
win10 from_scratchwin10 from_scratch
win10 from_scratch
 
phpBB3 Invitation Only Mod
phpBB3 Invitation Only ModphpBB3 Invitation Only Mod
phpBB3 Invitation Only Mod
 
Life Cycle Management for BusinessObjects Enterprise XI 3.1
Life Cycle Management for BusinessObjects Enterprise XI 3.1Life Cycle Management for BusinessObjects Enterprise XI 3.1
Life Cycle Management for BusinessObjects Enterprise XI 3.1
 
Life Cycle Management for XI 3.1
Life Cycle Management for XI 3.1Life Cycle Management for XI 3.1
Life Cycle Management for XI 3.1
 
Drupal 8 for site builders
Drupal 8 for site buildersDrupal 8 for site builders
Drupal 8 for site builders
 
JUK 2013-implementation-wo-coding
JUK 2013-implementation-wo-codingJUK 2013-implementation-wo-coding
JUK 2013-implementation-wo-coding
 
BuddyPress - Harrisburg WordPress Users Group Meetup June 2014
BuddyPress - Harrisburg WordPress Users Group Meetup June 2014BuddyPress - Harrisburg WordPress Users Group Meetup June 2014
BuddyPress - Harrisburg WordPress Users Group Meetup June 2014
 
Joomla! 2,5 ACL- A use case
Joomla! 2,5 ACL- A use caseJoomla! 2,5 ACL- A use case
Joomla! 2,5 ACL- A use case
 
Drupal User Profiles Sydney Meetup 0109
Drupal User Profiles Sydney Meetup 0109Drupal User Profiles Sydney Meetup 0109
Drupal User Profiles Sydney Meetup 0109
 

Mehr von CB Team @ Joomlapolis

Community Builder 2.0 Presentation at Joomla! Day France 2014
Community Builder 2.0 Presentation at Joomla! Day France 2014Community Builder 2.0 Presentation at Joomla! Day France 2014
Community Builder 2.0 Presentation at Joomla! Day France 2014CB Team @ Joomlapolis
 
Juk 2013-getting-started-with-cbsubs
Juk 2013-getting-started-with-cbsubsJuk 2013-getting-started-with-cbsubs
Juk 2013-getting-started-with-cbsubsCB Team @ Joomlapolis
 
Joomla Day Switzerland 2013 Presentation Slides
Joomla Day Switzerland 2013 Presentation SlidesJoomla Day Switzerland 2013 Presentation Slides
Joomla Day Switzerland 2013 Presentation SlidesCB Team @ Joomlapolis
 
Community Builder 2.0: Using a new way to build Web-Apps
Community Builder 2.0:Using a new way to build Web-AppsCommunity Builder 2.0:Using a new way to build Web-Apps
Community Builder 2.0: Using a new way to build Web-AppsCB Team @ Joomlapolis
 
Jand b 2011-cb-solutions-and-coding-finalgiven
Jand b 2011-cb-solutions-and-coding-finalgivenJand b 2011-cb-solutions-and-coding-finalgiven
Jand b 2011-cb-solutions-and-coding-finalgivenCB Team @ Joomlapolis
 
Jand b 2011-cb-2.0-and-future-finalgiven
Jand b 2011-cb-2.0-and-future-finalgivenJand b 2011-cb-2.0-and-future-finalgiven
Jand b 2011-cb-2.0-and-future-finalgivenCB Team @ Joomlapolis
 

Mehr von CB Team @ Joomlapolis (14)

JAB14 Honey I shrunk the code
JAB14 Honey I shrunk the codeJAB14 Honey I shrunk the code
JAB14 Honey I shrunk the code
 
Community Builder 2.0 Presentation at Joomla! Day France 2014
Community Builder 2.0 Presentation at Joomla! Day France 2014Community Builder 2.0 Presentation at Joomla! Day France 2014
Community Builder 2.0 Presentation at Joomla! Day France 2014
 
Juk 2013-getting-started-with-cbsubs
Juk 2013-getting-started-with-cbsubsJuk 2013-getting-started-with-cbsubs
Juk 2013-getting-started-with-cbsubs
 
Joomla Day Switzerland 2013 Presentation Slides
Joomla Day Switzerland 2013 Presentation SlidesJoomla Day Switzerland 2013 Presentation Slides
Joomla Day Switzerland 2013 Presentation Slides
 
Joomla daytoulouse2013 talk-slides
Joomla daytoulouse2013 talk-slidesJoomla daytoulouse2013 talk-slides
Joomla daytoulouse2013 talk-slides
 
Jd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abcJd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abc
 
Jab 2012-contribute
Jab 2012-contributeJab 2012-contribute
Jab 2012-contribute
 
Community Builder 2.0: Using a new way to build Web-Apps
Community Builder 2.0:Using a new way to build Web-AppsCommunity Builder 2.0:Using a new way to build Web-Apps
Community Builder 2.0: Using a new way to build Web-Apps
 
Jpb cb admin-nav-quickstart
Jpb cb admin-nav-quickstartJpb cb admin-nav-quickstart
Jpb cb admin-nav-quickstart
 
Community Builder Solutions
Community Builder SolutionsCommunity Builder Solutions
Community Builder Solutions
 
The ABC of Joomla Community
The ABC of Joomla CommunityThe ABC of Joomla Community
The ABC of Joomla Community
 
Jand b 2011-cb-solutions-and-coding-finalgiven
Jand b 2011-cb-solutions-and-coding-finalgivenJand b 2011-cb-solutions-and-coding-finalgiven
Jand b 2011-cb-solutions-and-coding-finalgiven
 
Jand b 2011-cb-2.0-and-future-finalgiven
Jand b 2011-cb-2.0-and-future-finalgivenJand b 2011-cb-2.0-and-future-finalgiven
Jand b 2011-cb-2.0-and-future-finalgiven
 
Joomla daylyon2011 talk-finalgiven
Joomla daylyon2011 talk-finalgivenJoomla daylyon2011 talk-finalgiven
Joomla daylyon2011 talk-finalgiven
 

Kürzlich hochgeladen

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 

Kürzlich hochgeladen (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 

CB Workshop with uddeIM, Kunena, GroupJive and CBSubs

  • 1. CB Workshop with uddeIM, Kunena, GroupJive and CBSubs @ J and Beyond 2012
  • 2. Author and other info …  Nick A. (nant) – CB Team member along with Beat and Kyle  Matias Griese – Kunena team  Stephan Slabihoud - uddeIM © Joomlapolis 2
  • 3. Extensions mentioned © Joomlapolis 3
  • 4. References  Slides will be shared here:  www.slideshare.net/cbteam/presentations  Community Builder  www.joomlapolis.com/community-builder  uddeIM  www.slabihoud.de/software/id4001.htm  Kunena  www.kunena.org  GroupJive  www.joomlapolis.com/cb-solutions/groupjive  CBSubs  www.joomlapolis.com/cb-solutions/cbsubs  Picture-book tutorials  www.joomlapolis.com/support/tutorials/111-picture-books © Joomlapolis 4
  • 5. Agenda  Introduction – goals  Step 1: Joomla (2.5.4)  Step 2: Community Builder (1.8)  Configuring CB + Joomla integration  Step 3: uddeIM (2.7)  Configuring uddeIM + CB integration  Step 4: Kunena (1.7)  Configuring Kunena + CB + uddeIM Integration  Step 5: CB GroupJive (2.5.1)  Configuring GroupJive + CB + uddeIM + Kunena Integration  Step 6: CBSubs (2.0.1) © Joomlapolis 5
  • 6. Introduction  Three different project teams  Collaboration – skype group chats  Clean integration – api extensions  End-users benefit © Joomlapolis 6
  • 7. 1. Joomla  Starting with default content Joomla 2.5.4 website © Joomlapolis 7
  • 8. 2. Community Builder  Install CB component  Install CB Modules (login, workflow, online)  Edit CB Configuration:  General tab:  name style: First and Last Name Field  Date format: yyyy-mm-dd  Registration tab:  Allow User Registration: Yes, independently of global J! settings  Require Admin Approval: Yes  User Profile tab:  Fields validation in Admin: No  Allow user to edit his CMS parameters in frontend: ?  Use new div or old table based views: Use divs  Moderation tab:  Allow user to edit his CMS parameters in frontend: CB Moderators © Joomlapolis 8
  • 9. More 2. Community Builder  Edit CB Configuration  Connections tab:  Enable Connections: Yes  Notification Method: PMS+Email  Connection Types: Add Contact + Forum-buddy  CB Login module  Position-7  Publish  Show only on Home menu (same as Joomla module)  Show avatar when logged-in: Always  Private Messaging System: uddeIM  Private Messaging Notification: Show even if no messages  Connections notification: Show only if pending connections © Joomlapolis 9
  • 10. More 2. Community Builder  CB Workflow module  Position-7  Publish  Access: Special  Show on Home menu  CB Tab Manager  Enable Connections Tab  Enable Articles Tab  User Menu items:  Create CB Profile menu item in User menu  UnpublishYour Profile menu (Joomla) © Joomlapolis 10
  • 11. More 2. Community Builder  Home Menu items:  Create CB Login menu  Unpublish Joomla Login menu  Joomla login  Unpublish all 3 instances  Turn-off Joomla Registrations  Users  User manager  Options: Allow User Registrations © Joomlapolis 11
  • 12. Joomla and CB  CB registration and login processes can be used instead of Joomla’s  CB Articles tab shows all articles published by user  CB users are also Joomla users (i.e., if you remove CB in the future your Joomla user table will still contain the users) © Joomlapolis 12
  • 13. 3. uddeIM  Install the uddeIM component  Create User menu item to uddeIM  Configure uddeIM:  Messages tab: Allow BB code tags: Yes  Integration tab  Verify that Community Builder has been detected © Joomlapolis 13
  • 14. More 3. uddeIM and CB  Enable CB support for uddeIM  CB Plugin Manager  Private Message System plugin  Publish  PMS Component Type: uddeIM 1.0+  CB Tab Manager  Quick Message  Publish © Joomlapolis 14
  • 15. More uddeIM and CB Integration  You can send a private message to user by visiting his profile and selecting CB menu item  Quick message (one-click message)  You can see number of incoming / unread private messages in CB Login  Any CB plugin can use CB Private Message plugin (example CB Connections, GroupJive, CBSubs mailer, etc) © Joomlapolis 15
  • 16. 4. Kunena  Install Kunena 1.7.2 component  Kunena Integration tab:  Set Community Builder integration items  Create Kunena entry page menu in Joomla Top Menu  CB Plugin Management  Forum Integration plugin:  Publish  Forum component: Kunena  CB Tab Management  Forum:  Publish © Joomlapolis 16
  • 17. More Kunena and CB Integration  Forum Tab in CB shows all forum posts and thread subscriptions of profile user  Kunena avatar area uses CB Avatar and links back to CB User profile  Kunena uses CB Login, registration, forgotten login functions  Kunena sidebar can be customized to show CB data of poster © Joomlapolis 17
  • 18. More Kunena sidebar – CB integration <ul class="kpost-profile"> <li class="kpost-username"><a rel="nofollow" title="" href="index.php?option=com_comprofiler&task=userProfile&user=[user_id]&Itemid= 47" class="kwho-admin">[cb:userfield field="formatname"/]</a></li> <li class="kpost-avatar"><a rel="nofollow" title="" href="index.php?option=com_comprofiler&task=userProfile&user=[user_id]&Itemid= 47" class="kwho-admin"><span class="kavatar">[cb:userfield field="avatar"/]</span></a></li> <li>[cb:userfield field="onlinestatus"/]</li> <li class="kpost-userrank">[cb:userfield field="forumrank"/]</li> <li class="kpost-userposts">Posts: [cb:userfield field="forumposts"/]</li> <li class="kpost-karma">Karma: [cb:userfield field="forumkarma"/] [karmaminus] [karmaplus]</li> <li>[cb:if cb_osm="1"]OSM[/cb:if]</li> <li>[cb:if cb_jlt="1"]JLT[/cb:if]</li> </ul> © Joomlapolis 18
  • 19. 5. GroupJive  Install and publish all CB GroupJive plugins  Create GJ menu from CB Plugin area of main GJ plugin  Move item to Top menu and Publish  GroupJive Forum configuration (select Kunena top category) © Joomlapolis 19
  • 20. GroupJive and uddeIM  GroupJive notifications can use uddeIM (config)  GroupJive group messaging can use uddeIM (config) © Joomlapolis 20
  • 21. GroupJive and Kunena  GroupJive created Kunena forum for private / intra-group discussions  GroupJive forum tab shows forum subjects with links © Joomlapolis 21
  • 22. 6. CBSubs  With CBSubs you can further achieve the following integrations:  Automatically add/remove subscribers to/from Joomla Groups  Automatically add/remove subscribers to/from GJ groups  Protect Joomla content based on subscriptions (component, modules, menu items, articles)  Do not allow users to post on specific Kunena forum categories without a subscription (URL-Parts)  Show/hide specific CB Fields/Tabs based on subscriptions of profile owner and profile viewer © Joomlapolis 22
  • 23. Conclusion  Community Builder, uddeIM, Kunena, GroupJive and CBSubs integrate nicely with each-other and are able to support many different use case scenarios  With new Joomla UX project, user interface will even look the same.  This is an example of Joomla spirit and team-work  There are many other Joomla projects that also have nice CB integrations:  K2 (authors use CB user profiles and K2 tab gets K2 articles)  AcyMailing (nice integration with CB and CBSubs)  We are always open © Joomlapolis 23