sidebar with full navigation ...!

majmx

Joined: 2004-08-06
Posts: 11
Posted: Fri, 2004-10-01 17:18

Hi ,
As you know , when you add more than 7-8 items in an album in G2 , when you are visiting an item in single view , the sidebar contains the links to the other images , but when the other images are alot the links seem like this :
1.item1
2.item2
3.item3
4.item4
...
14.item14

my question is abut the "..." part , I know how can I prevent it in the template , but I want it to be replaced by the other 11 links of that album and images .
How can I do that ?!
I think that it's not a template based feature ?!
please help me with this question ...
best regards

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2004-10-01 17:48

layouts/matrix/layout.inc, look for function _loadPeerInfo.
maybe just try changing $windowSize to be really big.. I haven't tried it, but it might work.

 
majmx

Joined: 2004-08-06
Posts: 11
Posted: Sat, 2004-10-02 10:13

Dear mindless ;
The soloution you told me , worked great !
thanks so much for your help .
but I have a question : How could I realize such a thing me , myself ?!
I think that G2 development structure is so advanced and complicated , and there is no development document for it yet .
so How could I realize an structure of it , fo further customization...
best regards
and thank you so much

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sat, 2004-10-02 15:36

we hope for most customization to be possible via themes (css) and modifying template (tpl) files (you can see instructions at the top of each tpl file). since your change actually requires more data (titles and links to items) from G2 you needed a change to the layout code itself, so this is a more advanced change.