I recently started to use IP.Board and I'm positively suprised of it's capabilities. I'm trying to learn it, but with lack of good documentation it's a pretty hard way. With that in mind, I have a few questions to people who are more experienced than me.
I'm using IP.Board 3.2.3 with IP.Content 2.2.2.
- On my home page I'd like to display 10 highest rated articles and after that, 10 newest articles (they could double with highest rated, no matter)
- I'd like to customize the first displayed article so that it shows a wide picture with a big title (similar to first page of a newspaper)
What I did so far:
- I've tried to use feed from blocks feature, but it shows only article titles, with no content nor images.
- I've also looked into Articles Archives Template, but to limit number of displayed articles, I'd have to use some kind of "for" loop, which isn't mentioned in the - IP.Board documentation. Anyways, I'm not keen with PHP and I'm starting to wonder if I'm supposed to dig so deeply to achieve so simple goal?
- I'm thinking if it could be some option of the {parse articles} command, but I can't find any documentation of that.
So how can I customize article listing to achieve my goals?
I've managed to do that by using $record variables from template help when creating block.
2) I've installed then "Spectrum" skin and I really like the idea of floating header bar. I'm wondering - is it possible to move that feature into some other skin, by copying some fragment of code? Anyone knows where should I look for that?
3) I'd like to customize my navigation bar so that:
- On the left side of the bar there would be the logo of my page and after that dropdown menu with the article categories/subcategories (the links from that menu are supposed to lead to the frontpage of category/subcategory)
- On the right side of the bar there would be IP.Board applications of my choosing (for example: Forums, Gallery, etc.)
What I did so far:
- I've installed ProMenu (version 1.0.1) which allowed me to use the dropdown menu. So I'm able to put the categories on the left side of the top bar.
Problem is that I don't know how to put menu items on the right side of the top bar, while other items would stay on the left side.
Can anyone point me in the good direction? Where should I look?
Best wishes,
Karol















