1{* $Id$ *}
2
3<div class="media">
4	<div class="mr-4">
5		<span class="fa-stack fa-lg" style="width: 100px;" title="{tr}Configuration Profiles Wizard{/tr}" >
6			<i class="fas fa-cubes fa-stack-2x"></i>
7			<i class="fas fa-flip-horizontal fa-magic fa-stack-1x ml-4 mt-4"></i>
8		</span>
9	</div>
10	<div class="media-body">
11		<h4 class="mt-0 mb-4">{tr}Check out these more advanced configurations that demonstrate some other Tiki Features that you might be interested in for your site{/tr}.</h4>
12		{remarksbox type="warning" title="{tr}Warning{/tr}"}
13			<a target="tikihelp" class="alert-link tikihelp" style="float:right" title="{tr}Demo Profiles:{/tr}
14				{tr}They are initially intended for testing environments, so that, after you have played with the feature, you don't have to deal with removing the created objects, nor with restoring the potentially changed settings in your site{/tr}.
15				<br/><br/>
16				{tr}Once you know what they do, you can also apply them in your production site, in order to have working templates of the underlying features, that you can further adapt to your site later on{/tr}."
17				>
18				{icon name="help"}
19			</a>
20			{tr}They are not to be initially applied in production environments since they cannot be easily reverted and changes and new objects in your site are created for real{/tr}
21		{/remarksbox}
22		<h3>{tr}Profiles:{/tr}</h3>
23			<div class="row">
24				<div class="col-md-6">
25					<h4>{tr}Shopping Cart{/tr}</h4>
26					(<a href="tiki-admin.php?ticket={ticket mode=get}&profile=Shopping_Cart&show_details_for=Shopping_Cart&categories%5B%5D={$tikiMajorVersion}.x&repository=http%3a%2f%2fprofiles.tiki.org%2fprofiles&page=profiles&preloadlist=y&list=List#step2" target="_blank">{tr}apply profile now{/tr}</a>)
27					<br>
28					{tr}This profile provides a Shopping Cart and the corresponding basic payment system.{/tr}
29					{tr}It currently uses the PayPal shopping cart rather than the built in Tiki{/tr}.
30					<br/>
31					<a href="https://doc.tiki.org/Shopping+Cart" target="tikihelp" class="tikihelp" title="{tr}Shopping Cart{/tr}:
32						{tr}It creates:{/tr}
33						<ul>
34							<li>{tr}A tracker for products including price, weight, image and stock quantity{/tr}</li>
35							<li>{tr}Some sample items which are open, pending and closed items, with different permissions to view or edit them for different groups of users{/tr}</li>
36							<li>{tr}A small category subtree to classify products{/tr}</li>
37							<li>{tr}Wiki pages to display the available products list, one product details page and a search form{/tr}</li>
38						</ul>
39						{tr}Click to read more{/tr}"
40					>
41						{icon name="help"}
42					</a>
43					<div class="row">
44						<div class="col-md-8 offset-md-2">
45							<a href="http://tiki.org/display544" class="thumbnail internal" data-box="box" title="{tr}Click to expand{/tr}">
46							<img src="img/profiles/profile_thumb_shopping_cart.png" alt="Click to expand" class="regImage pluginImg" title="{tr}Click to expand{/tr}" />
47							</a>
48							<div class="small text-center">
49								{tr}Click to expand{/tr}
50							</div>
51						</div>
52					</div>
53				</div>
54				<div class="col-md-6">
55					<h4>{tr}Easy GeoBlog{/tr}</h4>
56					(<a href="tiki-admin.php?ticket={ticket mode=get}&profile=Easy+GeoBlog&show_details_for=Easy+GeoBlog&categories%5B%5D={$tikiMajorVersion}.x&repository=http%3a%2f%2fprofiles.tiki.org%2fprofiles&page=profiles&preloadlist=y&list=List#step2" target="_blank">{tr}apply profile now{/tr}</a>)
57					<br>
58					{tr}This profile demonstrates the geolocation of Blog posts, in conjunction with other associated features{/tr}
59					<br/>
60					<a href="https://doc.tiki.org/Geolocation" target="tikihelp" class="tikihelp" title="{tr}Easy GeoBlog{/tr}:
61						{tr}More details{/tr}:
62						<ul>
63							<li>{tr}Single map with all geolocated blog posts{/tr}</li>
64							<li>{tr}Different home page once the user logs in{/tr}</li>
65							<li>{tr}Random header image from files included in a file gallery{/tr}</li>
66							<li>{tr}WYSIWYG Editor (compatible mode with wiki syntax){/tr}</li>
67							<li>{tr}Wiki, Search, Menu & Tags{/tr}</li>
68							<li>{tr}Comments moderation & Banning (for anonymous comments to your site){/tr}</li>
69						</ul>
70						{tr}Click to read more{/tr}"
71					>
72						{icon name="help"}
73					</a>
74					<div class="row">
75						<div class="col-md-8 offset-md-2">
76							<a href="http://tiki.org/display512" class="thumbnail internal" data-box="box" title="{tr}Click to expand{/tr}">
77								<img src="img/profiles/profile_thumb_easy_geoblog.png" alt="Click to expand" class="regImage pluginImg" title="{tr}Click to expand{/tr}" />
78							</a>
79							<div class="small text-center">
80								{tr}Click to expand{/tr}
81							</div>
82						</div>
83					</div>
84				</div>
85			</div>
86			<div class="row">
87				<div class="col-md-6">
88							<h4>{tr}Profile Conditional_Display_in_Forms{/tr}</h4>
89							(<a href="tiki-admin.php?ticket={ticket mode=get}&profile=Conditional_Display_in_Forms_14&show_details_for=Conditional_Display_in_Forms_14&categories%5B%5D={$tikiMajorVersion}.x&repository=http%3a%2f%2fprofiles.tiki.org%2fprofiles&page=profiles&preloadlist=y&list=List#step2" target="_blank">{tr}apply profile now{/tr}</a>)
90							<br>
91							{tr}This profile demonstrates the setup to conditionally hide or display some fields in a form{/tr}.
92					<br/>
93					<a href="https://doc.tiki.org/PluginJQ" target="tikihelp" class="tikihelp" title="{tr}Conditional_Display_in_Forms:{/tr}
94							{tr}Main features used{/tr}:
95							<ul>
96								<li>{tr}Trackers{/tr}</li>
97								<li>{tr}Plugin JQ (jQuery){/tr}</li>
98								<li>{tr}Plugin TrackerIf{/tr}</li>
99								<br/>
100							</ul>
101						{tr}Click to read more{/tr}"
102					>
103						{icon name="help"}
104					</a>
105					<div class="row">
106						<div class="col-md-8 offset-md-2">
107							<a href="http://tiki.org/display988" class="thumbnail internal" data-box="box" title="{tr}Click to expand{/tr}">
108								<img src="img/profiles/profile_thumb_conditional_display_in_forms.png" alt="Click to expand" class="regImage pluginImg" title="{tr}Click to expand{/tr}" />
109							</a>
110							<div class="small text-center">
111								{tr}Click to expand{/tr}
112							</div>
113						</div>
114					</div>
115				</div>
116				<div class="col-md-6">
117					<h4>{tr}Profile Execute_on_list{/tr}</h4>
118					(<a href="tiki-admin.php?ticket={ticket mode=get}&profile=Execute+on+list&show_details_for=Execute+on+list&categories%5B%5D={$tikiMajorVersion}.x&repository=http%3a%2f%2fprofiles.tiki.org%2fprofiles&page=profiles&preloadlist=y&list=List#step2" target="_blank">{tr}apply profile now{/tr}</a>)
119					<br>
120					{tr}This profile demonstrates how to perform actions on several items from a list using Plugin ListExecute{/tr}.
121					<br/>
122					<a href="https://doc.tiki.org/PluginListExecute" target="tikihelp" class="tikihelp" title="{tr}Execute on list:{/tr}
123							{tr}Main features used{/tr}:
124							<ul>
125								<li>{tr}Trackers{/tr}</li>
126								<li>{tr}Plugin ListExecute{/tr}</li>
127								<br/>
128							</ul>
129						{tr}Click to read more{/tr}"
130					>
131						{icon name="help"}
132					</a>
133					<div class="row">
134						<div class="col-md-8 offset-md-2">
135							<a href="http://tiki.org/display1228" class="thumbnail internal" data-box="box" title="{tr}Click to expand{/tr}">
136								<img src="img/profiles/profile_thumb_execute_on_list.png" alt="Click to expand" class="regImage pluginImg" title="{tr}Click to expand{/tr}" />
137							</a>
138							<div class="small text-center">
139								{tr}Click to expand{/tr}
140							</div>
141						</div>
142					</div>
143				</div>
144			</div>
145	</div>
146</div>
147