Quote:
Originally Posted by Ocean
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. 
|
I have made the template changes to both the main style and the child style, both have this problem. I also used a fresh subscription.php, made the changes and reuploaded it with no effect at all. Still have the same problem.