templates/portal/blocks/news_compact.html
Find.......
Code: Select all
<a name="n{news_row.N_ID}"></a><img src="{T_THEME_PATH}/images/arrow_right.gif" alt=""/>
<!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}" title="{S_NEWEST_OR_FIRST}" class="topictitle">{news_row.TITLE}</a>
<br style="clear:both" />
I have managed to get my board working but had to use a work around similar to the problem I had in version 0.21 and I stress this is only a work around and not a fix/solution...
Okay so find the code above and replace with this.....
Code: Select all
<a name="n{news_row.N_ID}"></a><img src="{T_THEME_PATH}/images/arrow_right.gif" alt=""/>
<!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}" title="{S_NEWEST_OR_FIRST}" class="topictitle">{news_row.TITLE}</a>
<br style="clear:both" />
So for this to be fixed is there anyone that can help me resolve this so that the SEO MOD does work with portal... and it does work with the rest of the portal.... just not viewtopic.php and viewforum.php properly ..... Dont quote me tho as I dont understand a word of it.... lol.....
Here is the output of the url before I made the changes..... this does not work..... http://www.lone-parents.net/viewtopic.p ... 1739#p1739
and this is how it should look so that it can work.... http://www.lone-parents.net/so-sorry-t480.html#p1739
Please help I realy need this to be resolved.... here is a link to Handmans seo mod http://www.phpbb.com/community/viewtopi ... 9&t=691165
regards Micheal...