11
lucastds
Re: Attempting to edit theme.html in lucastds01.html?
  • 2004/5/16 4:12

  • lucastds

  • Just popping in

  • Posts: 32

  • Since: 2004/2/20


Quote:

macunkie wrote:
I still need to link a credit to you, but the original credit at the bottom wasn't working? What is the correct url to you that you want me to use?

Sorry. I didn't have time to make the website yet. But I will make it soon. The URL will be the same (www.lucastds.tk). I will post an article here when it is done.

12
macunkie
Re: Attempting to edit theme.html in lucastds01.html?
  • 2004/5/16 4:17

  • macunkie

  • Just popping in

  • Posts: 20

  • Since: 2004/5/1 2


[[/quote]
Sorry. I didn't have time to make the website yet. But I will make it soon. The URL will be the same (www.lucastds.tk). I will post an article here when it is done.[/quote]

Thanks! I look forward to seeing it!


13
Stewdio
Re: How do I get the page counter in the lower right of your site pages?
  • 2004/5/16 5:29

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Quote:

macunkie wrote:
Quote:

Stewdio wrote:
I think I used <{$show_total_time}>


Do I put this in my theme.html somewhere?
I can't find it in your source?


Yes, you place it where you want in your theme.html

14
macunkie
Re: How do I get the page counter in the lower right of your site pages?
  • 2004/5/16 8:28

  • macunkie

  • Just popping in

  • Posts: 20

  • Since: 2004/5/1 2


O.k... so I don't know what I'm doing:

Here is my attempt at addiing the counter:

<table cellspacing="0">
<tr>
<td align="center"><{$show_total_time}>
</tr>
</td>
</table>

How far off am I?


15
Stewdio
Re: How do I get the page counter in the lower right of your site pages?
  • 2004/5/16 12:22

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Sorry about that.

Open your footer.php and near the top where it looks like
if ( !defined("XOOPS_FOOTER_INCLUDED") ) {
    
define("XOOPS_FOOTER_INCLUDED",1);
    
$xoopsLogger->stopTime();


Add the line:
$xoopsTpl->assign("show_total_time", substr($xoopsLogger->dumpTime(), 0, 6));

So it looks like:
if ( !defined("XOOPS_FOOTER_INCLUDED") ) {
    
define("XOOPS_FOOTER_INCLUDED",1);
    [
b]$xoopsTpl->assign("show_total_time"substr($xoopsLogger->dumpTime(), 06));[/b]
    
$xoopsLogger->stopTime();




16
macunkie
Re: How do I get the page counter in the lower right of your site pages?
  • 2004/5/16 12:37

  • macunkie

  • Just popping in

  • Posts: 20

  • Since: 2004/5/1 2


It works great now!
Thanks again for your great help and support!

Login

Who's Online

248 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 248


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits