With the help of phpBB.nl, I installed the advanced SEO mod, myself I installed also the MOD that changes the pageheader. I run the canverPORTAL and am experiencing some problems with the results of the MOD perhaps you can advise me, because phpBB.nl can't they say, and they refer me to you. On the index of the canverPORTAL 2 routines are run, I temporarily removed one of them because of this mod. They both give old codes in stead of yhe new html codes.
Can you pelase give me the code change for these two routines of the canverportal to get clean html links in stead of old viewtopic? links? My board is at http://tjoogle.com and these are the routines:
this one is online and you can see the problem online in the bottom of the browser
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<div id="navigation">
<h3>latest freeware and betas</h3
<ul class="news">
<center><span class="gensmall"><strong>{L_NO_NEWS}</strong></span></center>
<li>
<IMG src="{T_THEME_PATH}/images/arrow_right.gif">
<A href="{news_row.U_VIEW_COMMENTS}"><strong style="FONT-SIZE: 1.1em">{news_row.TITLE}</strong></a>
<br clear="all">
<span style="FLOAT: left"><A title={L_VIEW_COMMENTS} href="{news_row.U_VIEW_COMMENTS}"><span style="FONT-SIZE: 0.9em"><em>{L_COMMENTS}: {news_row.REPLIES}</em></span></a></span>
<span style="FLOAT: right">{news_row.TIME}</span>
<br>
<li class="last"><em><A style="FONT-SIZE: 1.1em" href="viewforum.php?f=2">Show all software</a></em></li>
</ul>
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br clear="all">
and number 2 which is not online because of problems with the MOD
<!-- $Id: recent.html,v 1.4 2007/04/14 02:05:17 angelside Exp $ //-->
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>{L_RECENT_TOPIC}</h3>
<table width="100%">
<tr>
<td class="row1"><strong>{L_RECENT_ANN}</strong></td>
<td class="row1"><strong>{L_RECENT_HOT_TOPIC}</strong></td>
<td class="row1"><strong>{L_RECENT_TOPIC}</strong></td>
</tr>
<tr>
<td class="row1" width="33%" valign="top">
<small>
<!-- BEGIN latest_announcements -->
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a><br />
<!-- END latest_announcements -->
</small>
</td>
<td class="row1" width="33%" valign="top">
<small>
<!-- BEGIN latest_hot_topics -->
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a><br />
<!-- END latest_hot_topics -->
</small>
</td>
<td class="row1" width="33%" valign="top">
<small>
<!-- BEGIN latest_topics -->
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a><br />
<!-- END latest_topics -->
</small>
</td>
</tr>
</table>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br clear="all"
kind regards from the Netherlands,
IzFazt

English |
French
News
phpBB SEO
