Hi all!
Lets say I am rebuilding the index page from scratch and want to fully reconstruct all elements.
The members' block seems to be Ajax driven with 4 main menu items (Latest, Top, Online. Random). What I would like to achieve is to discard the Top, Online and Random items. This is no problem, I can just take them out of my html code. But, how do I get the Latest members to load automatically when the page is called. I understand that is usually done with 2 things in mind, first, the 'Latest Member' Content is the 'default' content in that code, and secondly, the menu item 'Latest' must be given some .css class like 'active' or 'selected'. The css is no problem and shouldnt affect the functionality anyway, but I am still unable to get the Latest members to come up automatically.
Would appreciate any ideas.
Thanks