# Clipbucket template files

Clip-bucket templates has over 60 files and it can get pretty bad if you don’t know what file , serves what purpose ? This post is dedicated to give a proper list of template layout files and when these are used.

#### Main Files

| 403.html                | When a 403 error occurs, this layout is used.                                                                               |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| 404.html                | When a 404 error occurs, this file is used                                                                                  |
| activation.html         | This file is used when user is activating his account.                                                                      |
| add\_group\_videos.html | When user wants to add videos in his group.                                                                                 |
| body.html               | This is the back-bone of your template.                                                                                     |
| channels.html           | When displaying list of channels/users.                                                                                     |
| contact.html            | Your website contact page.                                                                                                  |
| create\_group.html      | When creating new group.                                                                                                    |
| download.html           | When downloading a video, only uploaded ones are allowed to download.                                                       |
| edit\_account.html      | When editing profile settings, email, password, avatar & background, subscriptions and ban users, this single file is used. |
| edit\_group.html        | When editing a group.                                                                                                       |
| edit\_video.html        | When editing a video.                                                                                                       |
| footer.html             | It serves as footer of your template. [Note](broken://pages/b9KfiSYnDrAikrnogXw2)                                           |
| forgot.html             | When user wants to request forgotten username or password.                                                                  |
| global\_header.html     | This file contains \<head> tag.                                                                                             |
| gourps.html             | When displaying list of groups.                                                                                             |
| header.html             | It serves as header of your template.                                                                                       |
| index.html              | Your homepage.                                                                                                              |
| manage\_contacts.html   | When user wants to perform some actions on his contacts. Private                                                            |
| manage\_groups.html     | When user wants to perform some actions on his groups. Private                                                              |
| manage\_playlists.html  | When user wants to perform some actions on his playlists. Private                                                           |
| manage\_videos.html     | When user wants to perform some actions on his videos. Private                                                              |
| message.html            | This is used to display Clip-bucket messages i-e Errors , Success and Warnings                                              |
| myaccount.html          | Home of your account.                                                                                                       |
| private\_message.html   | Used to display inbox, notifications, sent messages and to compose new message.                                             |
| search.html             | Used to display Search Form and Search Results.                                                                             |
| signup.html             | Used to display signup and login forms.                                                                                     |
| upload.html             | When user wants to upload video. This file contains all three steps.                                                        |
| user\_contacts.html     | When someone wants to view user contacts. Public                                                                            |
| user\_videos.html       | When someone wants to view user videos. Public                                                                              |
| videos.html             | When displaying list of videos                                                                                              |
| view\_channel.html      | When viewing a channel/user                                                                                                 |
| view\_group.html        | When viewing a group                                                                                                        |
| view\_page.html         | When viewing a page                                                                                                         |
| view\_topic.html        | When viewing a topic                                                                                                        |
| watch\_video.html       | When viewing a video                                                                                                        |

Above list are the main files of template. Following are block files(small pieces of code) that are used inside files, to make it more clean & readable. We will break these files according to folders

#### /blocks

| category\_list.html | Used to display categories of videos, channels and groups. |
| ------------------- | ---------------------------------------------------------- |
| flag\_form.html     | Used to display Report Form.                               |
| group.html          | Used to display a block group.                             |
| pagination.html     | Used to display pagination.                                |
| playlist\_form.html | Used to display add to playlist form.                      |
| rating.html         | Used to display rating on watch\_video.html.               |
| share\_form.html    | Used to display share form.                                |
| subscriptions.html  | Used to display subscription videos.                       |
| user.html           | Used to display a block of channel/user.                   |
| video.html          | Used to display a block video.                             |

#### /blocks/comments

| add\_comment.html | Used to display add comment form. It also used on view\_channel and view\_topic for replies. |
| ----------------- | -------------------------------------------------------------------------------------------- |
| comment.html      | Used to display a comment.                                                                   |
| comments.html     | Used to display comments.                                                                    |

#### /blocks/editor\_pick

| index\_featured\_video.html | Used to display editors pick videos list. |
| --------------------------- | ----------------------------------------- |
| video\_block.html           | Used to display editors pick video player |

#### /blocks/group

| add\_topic.html    | Used to display new topic form.       |
| ------------------ | ------------------------------------- |
| group\_header.html | Used to display group top portion.    |
| group\_topics.html | Used to display list of group topics. |

#### /blocks/manage

| manage\_group.html             | Used to display a block group. Private                                                                             |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| account\_head.html             | Used to display header of your account.                                                                            |
| account\_left.html             | Used to display left side of your account.                                                                         |
| account\_user.html             | Used to display a block user. Private                                                                              |
| account\_video.html            | Used to display a block video. Private                                                                             |
| group\_manage\_links.html      | Used to display a list manage links for group i-e Manage Members, Manage Videos, Edit Group, Delete Group. Private |
| user\_account\_pagination.html | Used to display pagination for your account. If you want to can use your main pagination.                          |

#### /blocks/pm

#### /blocks/quicklist

| block.html        | Used to display the block of quicklist            |
| ----------------- | ------------------------------------------------- |
| video\_block.html | Used to display the video block inside block.html |

#### /blocks/view\_channel

| channel\_global.html | Used to take advantage of background settings found in user account |
| -------------------- | ------------------------------------------------------------------- |
| channel\_left.html   | Used to display left side of view\_channel.html                     |
| channel\_top.html    | Used to display top of view\_channel.html                           |

![](https://clipbucket.com/docs/wp-content/plugins/wp-postratings/images/loading.gif)Loading...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clipbucket.com/guides/clipbucket-template-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
