vkaryl
08-22-2005, 11:06 PM
I didn't want it in the top right corner - just not right for my current theme.
Here's what I did to move it down the page below the list of links (and above the output of the "link count" mod from yktan (and David!):
Open footer.tpl and comment out (or remove) the following code:
Content visible to registered users only.
Look at your Links page and decide where you'd like the "Total Records - " line to display. Open whichever template file "covers" that area (in my case that was main.tpl) and insert the following line:
Content visible to registered users only.
In my case, this was inserted in the "links" section of main.tpl, and I surrounded the line with a span and some whitespace; styling the output requires adding the relevant elements in main.css.
This works fine in RC5.2 on my local and web installs. YMMV.
Here's what I did to move it down the page below the list of links (and above the output of the "link count" mod from yktan (and David!):
Open footer.tpl and comment out (or remove) the following code:
Content visible to registered users only.
Look at your Links page and decide where you'd like the "Total Records - " line to display. Open whichever template file "covers" that area (in my case that was main.tpl) and insert the following line:
Content visible to registered users only.
In my case, this was inserted in the "links" section of main.tpl, and I surrounded the line with a span and some whitespace; styling the output requires adding the relevant elements in main.css.
This works fine in RC5.2 on my local and web installs. YMMV.