Loading...
Use
Create
Develop
FAQ
Troubleshooting
History: Tips and Tricks
View page
Collapse Into Edit Sessions
Source of version: 12
«
»
This page is still in development and will continuously be evolving as more people share their Profiles Tips and Tricks. Please consider any information you read on this page as opinions from experienced Profile Developers that may help you as you take the dive towards creating your first profile. These Tips and Tricks are by no means a manual on how to configure or create your profiles. Profiles are very flexible and we encourage you to explore what can be accomplished with them. Be creative and please feel free to contribute back your Tips and Tricks to help others learn from your experiences. {maketoc} !Configuring Profiles !!Configuration Layout When creating Tiki Profiles you will notice that debugging can be difficult. Although you can organize your profile any way your wish; you will notice that as you create more complex profiles debugging will become a pain if your Profile is disorganized. Here is a good order to ensure your profile is maintainable, easy to debug and ensure references get properly set. The idea behind the following flow is creating your profile from low level objects and moving up towards high level user interface configuration. __Objects__ Anything that will generate an ID except for Modules & Menus (they get assigned in the UI section) *Wiki Pages *Forums *Blogs *etc... __Features__ Turn on and off what you want activated __Permissions__ Groups and Perms (also include Categories attached to any groups) __UI__ Create the Modules & Menus you want and assign a theme __Preferences__ Usually things found in the Admin -> General Section !!Configuration Layout - Sample __Objects__ ''Wiki Pages'' {CODE(caption=>YAML,wrap=1)} objects: - type: wiki_page ref: homepage_wiki_include data: name: HomePage description: HomePage lang: en mode: create_or_update content: wikicontent:HomePage {CODE} ''File Gallery'' {CODE(caption=>YAML)} objects: - type: file_gallery ref: site_file_gallery data: name: site images description: site images owner: admin archives: 0 flags: [ public, visible, lockable ] column: [ icon, name, created, creator, files ] {CODE} __Features__ ''Wiki'' {CODE(caption=>YAML)} preferences: feature_wiki: y feature_lastChanges: y feature_history: y feature_source: y feature_listPages: y feature_wiki_comments: y wiki_comments_displayed_default: y feature_warn_on_edit: y feature_wiki_pictures: y feature_page_title: y feature_wikiwords: y feature_wikiwords_usedash: y feature_wiki_plurals: y feature_wiki_ext_icon: y feature_wiki_userpage: y feature_wiki_protect_email: y feature_wiki_1like_redirection: y wiki_edit_section: y wiki_list_name: y wiki_list_hits: y wiki_list_lastmodif: y wiki_list_user: y wiki_list_comment: y wiki_list_description: y wiki_list_versions: y {CODE} ''Forums'' {CODE(caption=>YAML)} preferences: feature_forums: y feature_forum_parse: y feature_forum_replyempty: y feature_forums_search: y feature_forum_content_search: y forum_list_topics: y forum_list_posts: y forum_list_lastpost: y forum_list_visits: y forum_list_desc: y forum_thread_defaults_by_forum: y {CODE} __Permissions__ {CODE(caption=>YAML, wrap=1)} objects: - permissions: Anonymous: allow: deny: [ view ] Registered: description: allow: - view - edit - read_comments - forum_post - forum_post_topic - forum_vote deny: - wiki_view_history - wiki_view_source Master: description: include: Registered allow: - wiki_view_history - wiki_view_source deny: [ ] {CODE} __User Interface__ ''Top Menu'' {CODE(caption=>YAML,wrap=1)} objects: - type: menu ref: main_menu data: name: Main Menu description: links that appear in the top navigation bar items: - name: Home url: ((HomePage)) groups: [ Anonymous ] - name: About Us url: ((About Us)) groups: [ Anonymous ] - name: Contact Us url: tiki-contact.php groups: [ Anonymous ] {CODE} !Upgrading Profiles When running the same profile twice either to test new options or actually to try and upgrade. You will notice that certain objects will be created twice. If duplication of objects is causing your profile upgrade to break menu links or make your site behave strange it is then a good idea to divide your profile into sub profiles each with their own specific task. A good example of how to separate your profile into sub profiles is to create one Profile for: *Objects *Features & Permissions *User Interface (Modules, Menu's, Theme) __Please Note__ that the downfall of this method means that you will not be able to use Profile References when referring to objects. Please review the Pros and Cons section before making a decision on how to manage your profile. You can also refer to the HOW TO section to see examples of assigning an object with a ((HOW TO - Assign Object Using Reference|Reference)) and Without a ((HOW TO - Assign Object Without Using Reference|Reference)) !!Sub Profile - Pros *Objects do not get duplicated when upgrading parts of profile *Profile is easier to manage especially when multiple people are working on it *You can use sub profiles as building blocks for other use cases (use Objects and Features combined with different UI Profile to create different applications) !!Sub Profile - Cons *You cannot use Profile References *You need to run all of your Sub Profiles to complete your installation
History
Enable pagination
rows per page
HTML diff
Side-by-side diff
Side-by-side diff by characters
Inline diff
Inline diff by characters
Full side-by-side diff
Full side-by-side diff by characters
Full inline diff
Full inline diff by characters
Unified diff
Side-by-side view
×
Side-by-side diff
HTML diff
Side-by-side diff
×
Side-by-side diff
Advanced
Information
Version
Mon 31 of Aug, 2009 17:30 GMT-0000
Xavier de Pedro
14
Thu 20 of Aug, 2009 20:26 GMT-0000
System Administrator
13
Thu 20 of Aug, 2009 20:10 GMT-0000
Pascal St-Jean
12
Thu 20 of Aug, 2009 20:10 GMT-0000
Pascal St-Jean
11
Thu 20 of Aug, 2009 20:09 GMT-0000
Pascal St-Jean
10
Thu 20 of Aug, 2009 20:07 GMT-0000
Pascal St-Jean
9
Thu 20 of Aug, 2009 20:07 GMT-0000
Pascal St-Jean
8
Thu 20 of Aug, 2009 19:55 GMT-0000
Pascal St-Jean
7
Thu 20 of Aug, 2009 19:54 GMT-0000
Pascal St-Jean
6
Thu 20 of Aug, 2009 19:53 GMT-0000
Pascal St-Jean
5
Thu 20 of Aug, 2009 19:49 GMT-0000
Pascal St-Jean
4
Thu 20 of Aug, 2009 19:48 GMT-0000
Pascal St-Jean
3
Thu 20 of Aug, 2009 19:45 GMT-0000
Pascal St-Jean
2
Thu 20 of Aug, 2009 19:44 GMT-0000
Pascal St-Jean
1
Select action to perform with checked...
Remove
×
Select action to perform with checked...
OK
Menu
Featured profiles
Profiles in Wizard
Profiles Todos
Handlers
Profiles Tester
Admin
of this site
Current Profiles
Tiki version
21.x
24.x
26.x
27.x
28.x
Deprecated
25.x
state
Not fully functional yet
alpha
beta
release
type
Available in the Profiles Wizard (12+)
Featured profiles
Full profile (out of the box & ready to go)
Learning profile (to show off feature)
Long tail
Mini-profile (can be included in other)
Profile-snippet (optional but needs another "parent" profile)
Security
Tests
Latest Changes
test_new_small_organization_web_presence
test_new_personal_blog
test_new_personal_blog_instructions
test_new_small_organization_web_presence_instructions
test_new_small_organization_web_presence_homepage_include
test_new_small_organization_web_presence_mission_include
test_new_small_organization_web_presence_about_include
test_new_small_organization_web_presence_services_include
test_new_small_organization_web_presence_testimonials_include
Small_Organization_Web_Presence_21
test_new_personal_blog_vlog_include
test_new_personal_blog_social_include
test_new_personal_blog_about_include
test_new_personal_blog_post1_include
test_new_personal_blog_post2_include
test_new_personal_blog_post3_include
Profile_Activity_Stream
Profile_Work_Custom_Pricing_page
test_profile_change
Bootstrap Row and Col Plugin Aliases
...more
Like almost all *.tiki.org sites, you can log in with your login from
https://tiki.org
(register over there)
Search
Find
Most Popular Tags
admin
agenda
alias
antibot
antibot captcha
app
archive
articles
banning
batch
blogs
calculations
calendars
cart
categories
cluster
codemirror
comments
computation
contact us
datachannel
debug
debug console
dropdown with other
error messages
features
file galleries
forums
geo
geocms
geolocation
group homepages
group watches
header
i18n
images
item link
items list
jquery
languages
location
map
maps
maths
menu
menupage
multilingual
ol3
ol5
openlayers
paypal
plugin
plugin alias
plugin datachannel
plugin fade
plugin tabs
plugin trackerlist
pretty trackers
print
project management
r
r project
realnames
rss
static
static text
statistics
stats
structures
syntax highlighter
tablesorter
template
trackers
user watches
visualization
watches
webservice
wiki
wiki argument variables
wiki structures
Tiki Newsletter
Subscribe to the Tiki newsletter.
Don't miss major announcements and other news!
Profiles - Tiki Wiki CMS Groupware
Tiki Project Sites
Documentation
Development
Community
Themes
Branding
Profiles
WikiSuite
Demo
Register
Log in
Username:
Password:
CapsLock is on.
Remember me (for 1 week)
Log in