Quote:
Originally Posted by hexonxonx
Ok, I started out with a fresh unhacked style again, and again I come up with the same as in my screen cap. The thread creation date header is not even there in the subscribed threads list in the usercp.
|
Well, the header being present is going to be affected by the Template changes as well as the Phrase that needs to be added (which I assume you did).
Make sure that you performed steps 5 and 6:
Code:
5. Open the "SUBSCRIBE" template and Find:
**********
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=desc&sort=lastpost">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>
********************************
6. Below, Add:
**********
<td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=asc&sort=threadstarted">$vbphrase[date_creation]</a> $sortarrow[threadstarted]</span></td>
I am also assuming that you are not making the mistake of viewing a style that is unaffected by the style you made these template changes to.
In addition, the fact that the data isn't showing up suggests a problem in the PHP file changes. Make sure that you made the changes to Subscription.php (singular) and NOT Subscription
s.php (plural). It's a common mistake.
If you didn't make any of the above mistakes, PM me with your email, and I'll ask you to ZIP up some files for me so that I can examine your code.