Recent Topics

1 Feb 17, 2008 15:35    

My b2evolution Version: 1.10.x

I have often provided a link for people to read post in reverse order like this

http://www.tvcm.co.uk/comblogs/index.php/mb2?order=ASC

but I want to do it for several blogs - what would the code look like to make the link work in any blog rather than having to make a different version for reach blog

e.g. blogURL?order=ASC

2 Feb 17, 2008 16:07

Not sure if this is what you mean, but that's never stopped me before ;)

echo '<a href="'.regenerate_url( 'order', 'order=ASC' ).'">Ascending</a>';

¥

3 Feb 17, 2008 17:49

yes that works thanks


Form is loading...