NYCPHP Meetup

NYPHP.org

[nycphp-talk] Modifying Forum PHPBB Template

CED Consult at CovenantEDesign.com
Sat Feb 11 10:38:05 EST 2006


hey bob,

You need to locate your current Themes index_body.tpl. 
Usually located under Templates -> "Name of your current Theme" -> index_body.tpl

In there you'll see familiar HTML. Somewhere between the end of the U_Search Table code block and the beginning of the next Table (the category layout table) insert another UNCLOSED table and utilize it to place your link in.

Example:

  <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>

<-- end of table -->
<-- beginning of my new 'link table' -->

<table font size="-4" width="100%" border="0"><tr><td font size="-4" valign="top"> 
<a href="http://www.albanycrpc.org/" target="_self"><b font size="-4">Home</b></a><br>
<a href="http://reformedpresbytery.org/ss_order.html" target="_self"><b font size="-4">Doctrine</b><br>
<a href="http://reformedpresbytery.org/about.html"><b font size="-4">About</b><br>
<a href="mailto:Webmaster at AlbanyCRPC.org" target="_self"><b font size="-4">Contact</b><br> 
</td>
<td width="100%" valign="top"> 

<--Notice The link table is not closed, do that at the bottom of the page -->

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">

Result:

http://www.AlbanyCRPC.org/phpBB2/


HTH.

Edward J Prevost II
Senior Applications Specialist
SIS Project, Data Migration Lead
Albany Medical College
Albany Medical Center
Edward.Prevost at amc.edu
desk |  518.262.2743
cell |  518.331.5061





----- Original Message ----- 
From: "Robert Kim Wireless Internet Advisor" <evdo.hsdpa at gmail.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
Sent: Saturday, February 11, 2006 9:58 AM
Subject: [nycphp-talk] Modifying Forum PHPBB Template


Guys... i dont know the first thing about php.
Good.. got that outta the way :o)

how do i add a HTML LINK to the home page of
http://hacks.wirelessinternetcoverage.com
?

bob
http://hsdpa-coverage.com
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
New York PHP Conference and Expo 2006
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20060211/a403ffdb/attachment.html>


More information about the talk mailing list