0% found this document useful (0 votes)
158 views2 pages

ID Object Template CSS Script Names

This document summarizes changes made to a phpBB 3.X.X style based on Prosilver. It lists modifications to templates, CSS, and language files including changing the top bar, header logo, headings, scripts, login/registration boxes, and more. Tips are provided on unselectable elements in different browsers and checking for the index page in PHP.

Uploaded by

M.Abooali
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views2 pages

ID Object Template CSS Script Names

This document summarizes changes made to a phpBB 3.X.X style based on Prosilver. It lists modifications to templates, CSS, and language files including changing the top bar, header logo, headings, scripts, login/registration boxes, and more. Tips are provided on unselectable elements in different browsers and checking for the index page in PHP.

Uploaded by

M.Abooali
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CC 1.0 phpbb 3.X.X Style Change based on Prosilver [by M.Abooali@hotmail.

com] ID 1 2 2 3 5 6 7 8 9 10 11 Object External PM Scripts Fixed Bar (Top) Center Logo (Header) h1 Site Name For Bots JQuery Library Fast Search Removed Welcome Box MCP Bar ACP Bar Login / Log out BOARD_DISABLED Template overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html common.css common.css common.css common.css common.css common.css common.css common.css common.css CSS Script common.js jquery-1.3.2.min.js #cc_bar #cc_logo h1 #cc_wl + .cc_wl #cc_mcp #cc_acp # cc_logio #cc_dis Names

Common CSS Names ID 1 2 3 4 5 6 Object Fade 1 to 0.7 - on hover Fade 0.7 to 1 - on hover Rounded Corner Text Links Unselectable for +IE10 FF & Hide Div Info Just a little Lighter From Glassy to Burner For Div & Images &TD & Objects Dark BG For Opera & IE < 10 need (tip-1) For use in Scripts CSS common.css common.css common.css common.css common.css common.css Script .cc_fade .cc_r_fade .cc_rc .cc_drtx .unselectable .hiden Names

Tips: 1. 2. 3. Opera & IE < 10 Unselectable Elements: Example: <div unselectable="on" class="unselectable">...</div>

2. Fixed Bar (Top) ID 1 2 3 4 5 6 7 8 Fade Fixed Bar Icons Home Icon FAQ Icon Font Size Icon Search Icon Navy Links / Date IF Index Page User PM ./ CP / Posts overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html common.css common.css common.css common.css common.css common.css common.css #cc_2 #cc_2_home #cc_2_faq #cc_2_font_size #cc_2_search #cc_2_nav #cc_2_user Object Template CSS Script Names

9 10

Member List Icon

overall_header.html

common.css

#cc_2_mlist

7. Welcome Box ID 1 2 3 4 5 6 7. 8 9 Login Box Registration Box Full Option Login Without PHP Change Check Box Shadow In Login Box Fade Reg & Login Box on Hover Style Login Register Info Register Button overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html overall_header.html common.css common.css common.css common.css common.css common.css common.css common.css #cc_7_login #cc_7_reg .cc_7_fild . cc_7_sps .cc_7_fade . cc_7_btn . cc_7_prg . cc_7_spr Object Template CSS Script Names

PHP Changes: 1. Cheek If current page is index: Example: <!-- IF CC_INDEX --> Cods <!-- ENDIF --> a. Open: Index.php a. Find = S_DISPLAY_BIRTHDAY_LIST' => ($config['load_birthdays']) ? true : false, a. Add After = 'CC_INDEX' => true,

2.

Language Files Changes ID Object ' < br /> < br /> < br /> < br /> < br /> ', File

L_REGISTER_TIPS

common.php

2 3 4 5 6

You might also like