StarBuG
01-21-2007, 10:19 AM
Hi
I have a rather extensive profile on my medical forums (See mine (http://www.patientenfragen.net/member.php?u=1)) which has a lot of additional profile informations and additional hacks (like Images, Guestbook, etc.) that make a public user profile realy long.
It would be cool to have some sort of tabs above the public profile which would show the different information in separat pages (perfectly it would be done with ajax so no reload would be neccessary when changing tabs).
Example:
[ Main ]| Medical Informations | Guestbook | Pictures |
These naming should be phrases.
Under main the original vB profile informations should be shown.
The second tab would show additional profile informations added via additional profile fields.
(I used medical informations as example phrase because these are the content of my additional profile fields)
It could/should work as the page wrapper (https://vborg.vbsupport.ru/showthread.php?t=92203).
For each additional tab a custom template could be added like:
tab_NAME
the hack would then check all templates starting with tab_ and create a tab for each template.
The Tab name should be defined in the first line of each template like:
<tab title>PHRASE</tab title>
This way tab names with more then one word would be possible without underscore.
If the name of the template would be used, this would not be possible.
What do you think about that idea?
And far more important, is anyone up for this? ;)
StarBuG
I have a rather extensive profile on my medical forums (See mine (http://www.patientenfragen.net/member.php?u=1)) which has a lot of additional profile informations and additional hacks (like Images, Guestbook, etc.) that make a public user profile realy long.
It would be cool to have some sort of tabs above the public profile which would show the different information in separat pages (perfectly it would be done with ajax so no reload would be neccessary when changing tabs).
Example:
[ Main ]| Medical Informations | Guestbook | Pictures |
These naming should be phrases.
Under main the original vB profile informations should be shown.
The second tab would show additional profile informations added via additional profile fields.
(I used medical informations as example phrase because these are the content of my additional profile fields)
It could/should work as the page wrapper (https://vborg.vbsupport.ru/showthread.php?t=92203).
For each additional tab a custom template could be added like:
tab_NAME
the hack would then check all templates starting with tab_ and create a tab for each template.
The Tab name should be defined in the first line of each template like:
<tab title>PHRASE</tab title>
This way tab names with more then one word would be possible without underscore.
If the name of the template would be used, this would not be possible.
What do you think about that idea?
And far more important, is anyone up for this? ;)
StarBuG