Clipbucket template files
Last updated
Last updated
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.
403.html | When a 403 error occurs, this layout is used. |
---|---|
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
category_list.html | Used to display categories of videos, channels and groups. |
---|---|
add_comment.html | Used to display add comment form. It also used on view_channel and view_topic for replies. |
---|---|
index_featured_video.html | Used to display editors pick videos list. |
---|---|
add_topic.html | Used to display new topic form. |
---|---|
manage_group.html | Used to display a block group. Private |
---|---|
block.html | Used to display the block of quicklist |
---|---|
channel_global.html | Used to take advantage of background settings found in user account |
---|---|
Loading...
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
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
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.
comment.html
Used to display a comment.
comments.html
Used to display comments.
video_block.html
Used to display editors pick video player
group_header.html
Used to display group top portion.
group_topics.html
Used to display list of group topics.
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.
video_block.html
Used to display the video block inside block.html
channel_left.html
Used to display left side of view_channel.html
channel_top.html
Used to display top of view_channel.html