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.
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
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