Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
UserProfilingBlockBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
The EzUserProfilingBlockBundle allow you to personalize the content of the landingpage when using eZ Platform Enterprise Edition for multiple user categories.
The code in this bundle belongs to the previous work in the "ezstudio-demo-bundle" . The user profiling code is the same but now available as bundle, so that it is now possible to use this bundle in different project
1.Clone or download the bundle in your src/Ez folder
2.Add the bundle in app/AppKernel.php:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Ez\UserProfilingBlockBundle\EzUserProfilingBlockBundle(),
// ...
);
}
3.Add following route to app/config/routing.yml
ez_user_profiling_block:
resource: "@EzUserProfilingBlockBundle/Resources/config/routing.yml"
prefix: /
4.Install web assets
php app/console assets:install --symlink --relative
5.Dumping Asset Files
php app/console assetic:dump
6.Clear cache (production add : --env=prod)
php app/console cache:clear
subtreeLimit: xx,
When user is logged you can try to call following frontend route:
/user/preferences
From hier you can change the user keywords
See the doc folder