Quote:
Originally Posted by Chuck S what is itrader?
I would look at your site but I would need to go see if I still have your site info.
Probally easier to test on the actual site. I will let you know if I do not have access. |
You've already been to the site this morning at 10:00 am using my Admin access and logging in from Abingdon (or someone else from support using your computer was) and modified the template showproduct.tmpl. In that process, the link redirect we had put in-place (added with your orignal help) to our iTrader rating system got changed?
I don't understand the disconnect here Chuck. Even an unregistered guest connecting to
Main Index - Quartermaster Stores (Member Classifieds) and selecting the default vb4 style (bottom left corner) can see that regardless of style, the formatting doesn't work in showproduct, so that can't be the problem?
Regards,
Doug
Edit: Ok, never mind about the iTrader thing. I fixed it using your original patch you had provided which I located ... thanks ... still have the lack of formatting issue Quote:
Original:
<li><a href="{$Globals['maindir']}/member.php?uid=$iuserid&ppaction=readfeed">{$pp_phrase['seefeed']}</a></li>
Change to:
<li><a href="/itrader.php?u=$iuserid">{$pp_phrase['seefeed']}</a></li>
|