Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
/ show_once Public archive

Show Once is the module for ExpressionEngine 2 that allows showing certain content to user only once (during his first visit)

Notifications You must be signed in to change notification settings

intoeetive/show_once

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Show Once is the module for ExpressionEngine 2 that allows showing certain content to user only once (during his first visit).

The content that you want to show needs to be wrapped in {exp:show_once:check} tag pair.

The only parameter (which is REQUIRED) is "code". It shoul contain a unique idenitifier for the content you want to show (no spaces, letters and digits only). This allows you to show several blocks of code - together or at different time, - each shown only once.

Example:

{exp:show_once:check code="twitter"}
Do not forget to follow us on Twitter!
{/exp:show_once:check}

About

Show Once is the module for ExpressionEngine 2 that allows showing certain content to user only once (during his first visit)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages