---
title: "Advanced Customization of Version 2 of the Members Portal"
slug: "advanced-customization-version-2-of-the-members-portal"
updated: 2023-04-12T12:32:00Z
published: 2023-04-12T12:32:00Z
canonical: "help.nexudus.com/advanced-customization-version-2-of-the-members-portal"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Advanced Customization of Version 2 of the Members Portal

## What You Need to Customize Version 2 of the Members Portal

* An admin account in Nexudus with permissions that allow you to edit the web templates. 

{{variable.MoreInformation}} [Creating Accounts for Developers](/v3/docs/creating-accounts-for-developers){target="_blank"}.


## Programming Languages Used in Version 2
In order to customise version 2 of the Members Portal, you need a working knowledge of the following programming languages:

* **HTML**
* **CSS**
* **DotLiquid**

{{snippet.NeedHelpFindingDeveloper}}

## Methods to Customize Version 2
You can customize each page directly through its file in the web templates editor. 
The following article provide some references on how to leverage data in the code: 

### [Dynamic Pages Data](/v3/docs/dynamic-pages-data){target="_blank"}

### [Common Data](/v3/docs/common-data){target="_blank"}

### [Page-specific Data](/v3/docs/page-specific-data){target="_blank"}

### [Date Formatting](/v3/docs/date-formatting){target="_blank"}

### [Control Flow](/v3/docs/control-flow){target="_blank"}

### [Iteration](/v3/docs/iteration){target="_blank"}
