{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'general' } ) }}

Content Settings

General Display Settings

{% if edit == true %} {% else %}

{{ club.contentName }}

{% endif %}

Display Title Name

{% if edit == true %} {% else %}

{{ club.contentSlogan }}

{% endif %}

Display slogan line

{% if edit == true %} {% else %} {{ club.contentBanner }} {% endif %}

Banner Image for the club

{#
{% if edit == true %} {% else %}

{{ club.contentCss }}

{% endif %}

CSS File for the Club

#}
{% if edit == true %} {% else %}

{{ club.contentSupportEmail }}

{% endif %}

Technical support email to display.


Metadata Strings

Customize the club's metadata strings.

{% if edit == true %} {% else %}

{{ club.metadataDescription }}

{% endif %}

Description phrase for metadata.

{% if edit == true %} {% else %}

{{ club.metadataKeywords }}

{% endif %}

Separate each keyword with a comma (,)

{% if edit == true %} {% else %}

{{ club.metadataAuthor }}

{% endif %}

Author information (Company name)


Media Settings

Configure media handling and display settings.

{% if edit == true %} {% else %}

{% if club.enableVideoPreviews %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Enable short video previews before downloading

{% if edit == true %} {% else %}

{% if club.enableMediaStreams %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Enable media streaming


Layouts

Grid and arrangement settings.

{% if edit == true %} {% else %}

{{ club.layout|capitalize }}

{% endif %}

Layout Style For the Club

{% if edit == true %} {% else %}

{{ club.theme|capitalize }}

{% endif %}

Theme implemented for chosen layout.


Google Adwords

Configuration and setup of Google Adwords' tracking scripts.

{% if edit == true %} {% else %} {% if club.googleAdwords %}
{{ club.googleAdwords }}
{% else %}

{% endif %} {% endif %}

Google Adwords tracking scripts. (Do not use for notification scripts)


Terms

Terms of service settings.

{% if edit == true %} {% else %}

{{ club.termsTitle }}

{% endif %}

Terms page title

{% if edit == true %} {% else %}

{{ club.termsText }}

{% endif %}

Text of the Terms of Service

{% if edit == true %} {% else %}

{{ club.termsFooter }}

{% endif %}

Footer text at end of every page

Privacy Notice

Privacy Notice settings.

{% if edit == true %} {% else %}

{{ club.privacyTitle }}

{% endif %}

Privacy Notice page title

{% if edit == true %} {% else %}

{{ club.privacyText }}

{% endif %}

Text of the Privacy Notice

{% if edit == true %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}