-
iCagenda
-
iCagenda - English
-
Show all event for the public - content for registered only
Show all event for the public - content for registered only
-
Neoimage
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 2
-
Remerciements reçus 0
-
-
il y a 10 ans 11 mois #6386
par Neoimage
Hi,
I need the possibility to have all events visible for the public (in the module too) but if I click on the details I need a "register to read more" for the event with registered only permissions.
Is this feature already in your last release, or is it in the road map?
Thank you in advance for the answer.
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6784
-
Remerciements reçus 608
-
-
-
-
il y a 10 ans 11 mois #6406
par Lyr!C
hi,
It's not an idea i thought of...
This could be added in roadmap, but it's possible to add it in a custom theme pack by using the function to detect user permissions.
Something like this added in event.php (not tested) :
// Level you want for access, for example '1' is registered
$accessSet = '1';
// Get User Access Levels
$user = JFactory::getUser();
$userLevels = $user->getAuthorisedViewLevels();
// Control: if access level
if ( in_array($accessSet, $userLevels) ) {
// add here the code of event.php.
} else {
// Add here an alert message, or a redirect page, or else
}
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Les utilisateur(s) suivant ont remercié: Neoimage
Connexion ou Créer un compte pour participer à la conversation.
-
Neoimage
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 2
-
Remerciements reçus 0
-
-
il y a 10 ans 11 mois #6413
par Neoimage
Thank you very much !! I will try your solution !
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6784
-
Remerciements reçus 608
-
-
-
-
il y a 10 ans 11 mois #6419
par Lyr!C
Neoimage écrit: Thank you very much !! I will try your solution !
Keep me informed of your testing!
Lyr!C
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Connexion ou Créer un compte pour participer à la conversation.
-
iCagenda
-
iCagenda - English
-
Show all event for the public - content for registered only
Temps de génération de la page : 0.104 secondes