I recently made a WP theme for my client at bikefitness.net
He then told me to make a phpBB theme for his site. You can view the phpBB at bikefitness.net/v2
There are a few problems in the phpBB that I need help with: [list]Header Gap When page is smaller than window the background does not repeat at the bottom[/list:u]
Can anyone please help me with any of the issues I am having?
Here is code in overall_header.html:
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"{S_CONTENT_DIRECTION}\" lang=\"{S_USER_LANG}\" xml:lang=\"{S_USER_LANG}\"> <head>
<!-- phpBB style name: prosilver Based on style: prosilver (this is the default phpBB3 style) Original author: Tom Beddard ( http://www.subBlue.com/ ) Modified by:
NOTE: This page was generated by phpBB, the free open-source bulletin board package. The phpBB Group is not responsible for the content of this page and forum. For more information about phpBB please visit http://www.phpbb.com -->
<script type=\"text/javascript\"> // <![CDATA[ var jump_page = '{LA_JUMP_PAGE}:'; var on_page = '{ON_PAGE}'; var per_page = '{PER_PAGE}'; var base_url = '{A_BASE_URL}'; var style_cookie = 'phpBBstyle'; var style_cookie_settings = '{A_COOKIE_SETTINGS}'; var onload_functions = new Array(); var onunload_functions = new Array();
<!-- IF S_USER_PM_POPUP --> if ({S_NEW_PM}) { var url = '{UA_POPUP_PM}'; window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400'); } <!-- ENDIF -->
/** * Find a member */ function find_username(url) { popup(url, 760, 570, '_usersearch'); return false; }
/** * New function for handling multiple calls to window.onload and window.unload by pentapenguin */ window.onload = function() { for (var i = 0; i < onload_functions.length; i++) { eval(onload_functions[i]); } }
window.onunload = function() { for (var i = 0; i < onunload_functions.length; i++) { eval(onunload_functions[i]); } }
<!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain the full copyright we ask you at least leave in place the \"Powered by phpBB\" line, with \"phpBB\" linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected.
The phpBB Group : 2006 //-->
<div class=\"copyright\"> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> <!-- IF U_ACP --><br /><strong><a href=\"{U_ACP}\">{L_ACP}</a></strong><!-- ENDIF --> <br> </div> </div>
</div>
<div> <a id=\"bottom\" name=\"bottom\" accesskey=\"z\"></a> <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> </div>
I recently made a WP theme for my client at bikefitness.net
He then told me to make a phpBB theme for his site. You can view the phpBB at bikefitness.net/v2
There are a few problems in the phpBB that I need help with:
[list]Header Gap
When page is smaller than window the background does not repeat at the bottom[/list:u]
Can anyone please help me with any of the issues I am having?
Here is code in overall_header.html:
Here is code in overall_footer.html:
If you can't find the CSS please let me know and I will put a link up to it.