Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No number in front of "Requests Since"


armenstamp

Recommended Posts

On the bottom line, (where day and date is), on the right hand side I have “requests since”. I assume there should be a number in front of it showing number of times people have visited the site. How do I turn that numbering ON. Right now my website of www.ArmenianStamps.com Shows no number and only “requests since.” Thanks[/size]

Link to comment
Share on other sites

In /includes/footer.php you should find a line like this:-

 

<td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

In /includes/footer.php you should find a line like this:-

 

<td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

 

Yes, I see that line, but what am I suppose to do?

Well I figured it out.

Place a number between ' ' and place a date between ' '

Thanks

Link to comment
Share on other sites

They should already be there

 

<td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

 

$counter_now

$counter_startdate_formatted

 

Looks like your site is not retrieving the data. Most sites remove this as it looks a bit 1960ish.

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...