phpbb topic post pages have all collapsed / multiple wraps after PHPBB-SEO tool MOD install

After installing the following phppbb Vuse SEO MOD mhelpdesk tools all my post and topics collapsed and combined the posts together.

phpBB SEO Dynamic Meta tags
phpBB SEO No Duplicate
phpBB SEO Related Topics
phpBB SEO Ultimate SEO URL

If i remove Ultimate SEO URL using AutoMod and clear my cache my site returns back to normal.

collapsed and combined phpbb topic screenshot

———————FIX————————-

Basically it was down to AutoMod getting carried away with itself and replacing to much code.

So for anyone else using AutoMod to install Ultimate SEO Sydney you may come across this so through would update

The PHPBB file affected was viewtopic_body.html in the template theme directory.

Line:- <a href=”{U_VIEW_TOPIC}#p{postrow.POST_ID}”>

This should have updated a line in between the below but replaced everything:-

<h3 <!– IF postrow.S_FIRST_ROW –>class=”first”<!– ENDIF –>><!– IF postrow.POST_ICON_IMG –><img src=”{T_ICONS_PATH}{postrow.POST_ICON_IMG}” width=”{postrow.POST_ICON_IMG_WIDTH}” height=”{postrow.POST_ICON_IMG_HEIGHT}” alt=”” /> <!– ENDIF –><a href=”{U_VIEW_TOPIC}#p{postrow.POST_ID}”>{postrow.POST_SUBJECT}</a></h3>

also

Line:- – <a href=”{U_VIEW_TOPIC}#wrap” title=”{L_BACK_TO_TOP}”>

This should have updated a line in between the below but replaced everything:-

<div><a href=”{U_VIEW_TOPIC}#wrap” title=”{L_BACK_TO_TOP}”>{L_BACK_TO_TOP}</a></div>

Share this post
Facebook
Twitter
Telegram
WhatsApp
Pinterest
You may also like
Comments