Quote:
Originally Posted by apokphp
The drop down (Show) menu works fine.
The links in the bottom right of the screen do not.
What is the template name where I can change the links in the bottom right, to be identical with that in the drop down (Show) menu?
I can't mess with sql routines, I know nothing about them. Can't I just change the code in the template to match the url in the drop down (Show) menu? Don't both places result in the same display?
|
I took a look at your site, and I think I finally understood your question.
Please check your vb/admincp/languages and phrases. I think that you will find that you have modified the phrase "ll_recent" at some time in the past. It should look like this:
Code:
{2} new entries {3}since {1}
In an old version of LDM, the phrase had four parameters, something like this:
Code:
There have been:<br />· {2} new entries [<span class="smallfont"><a href="{4}.php?catid=-8">what's new</a></span>]<br />· {3} hits [<span class="smallfont"><a href="{4}.php?catid=-7">what's hot</a></span>]<br />during the last {1} days
which on your board has been modified to look something like this
During the last July 2nd, 2007 days:
? 42 new entries [what's new]
? [view] hits [what's hot]
Apologies for being slow on the uptake with this.