Hi
I have successfully upgraded to the new 3.1. I noticed with the themes that the read count doesnt show in the zenlike theme like it does in the csszen theme.
here is the link to the site with zenlike theme
http://www.mydragonateamazingnoodles.com/Fiction/Fics/browse.php?type=categories&id=6
please can you tell me how to add the read count so it shows up on this page in the themes.
sorry if I seem a bit slow at times, I dont know php and I am a newbie to php coding.
Many thanks Kate
I haven't familarized myself with 3.0 completely yet, but but I'm sure it's in your skins tpl coding. You shouldnt need to know any php. Your tpls can be accessed through your /skins folder and then going to the skin that you want to edit.
Hi Becca
Yes it is in the skins tpl coding. I have taken a look already but am not sure how to string the code for the read count I think its {count} or something similar.
I have been comparing the csszen skin with the zenlike skin to see what is different.
I have noticed in the csszen skin that the read count shows up but in the zenlike skin it does not.
Is this the same for the view story if you want the hits on the same page as the story itself would that be through the skin tpl as well or not? This prolly should be a seperate post, but not sure.
many thanks Kate
Ok I just found it by looking through the php code string this is what it is:
<span class="label">Read Count:</span> {count}
just cut and paste the code to the tpl file that you wish for the read count to appear. I thought this might be helpful for others.
thanks
Kate
