by Wecoc May 3rd 2018, 1:56 am
What he's asking for is a way to make the subforum link the main page of his forum, and delete the current main page instead.
So in other words,
when you enter the forum's main page what you will see is the subforum content (topic list box) instead.
He has only one subforum, so the subforum table displayed in the default main page is unnecessary for him and wants to rip it off.
It's not easy to explain, hope I didn't make it worse
remmylabeau wrote:I'd like to be able to have my home page,
gambit.forumotion.com be where
http://gambit.forumotion.com/f1-take-a-gambit-enter-hereis right now, do you see?
I don't want more than one page, for them
I don't need any subforums,
so I'd like to make the forum ticker my main page?
Please help
Sadly I don't see any clean way to accomplish this. Because the way how template variables work, you can't simply edit the main page template to insert the topic list box there instead; it would not work. Instead, using template edits altogether with Javascript/AJAX this could be possible, but it's not very recommendable. The code needs to load the data from the "real" hidden topic list box, page by page, and put it in the new topics box on the main page. This is a long code process and the topics would not appear instantly as they do now, so it wouldn't look very good...
I recommend you to conserve the main page and the subforum page separately the way they work now.
Maybe you can edit the main page template to look completely different and more useful in your case.
For example, you could change the subforums table to an image that links directly to that particular subforum instead (so it wouldn't look like a one-element table), and apart from that you could add other useful things in the page (affiliates, info about the page, etc).
This is much simpler than converting the main page to the subforum page, you would only need to edit one template.