PDA

View Full Version : Themes & Forum Display


mattster2002
10-09-2004, 02:19 AM
Tried posting this on the the modifacations board but no-one seems to read anything there, so here goes...

G'day,
Wanting to run a particular theme in which posts are ordered alphabetically. I was wondeirng if its possible to hardcode in this. I tried using the phpinclude template without avail using the following variables.
$page=1;
$pp=9999;
$sort="title";
$order="desc";
$daysprune=99999;


Can anyone shed some light onto this issue for me? Much much much appriciated.

peterska2
10-09-2004, 02:26 AM
I'm pretty sure this can be done but I'll have to look it up for you.

Give me a few mins and I'll get back to you.

peterska2
10-09-2004, 02:31 AM
OK.

I've found this (https://vborg.vbsupport.ru/showpost.php?p=492699&postcount=2) which works on a per forum basis.

It's not tested but I believe that if you replace

$foruminfo['forumid']

with

$memberinfo['styleid']

then this should then work on a per style basis.

I'm not 100% sure on that code though so it could be wrong.