Adding new profile tabs

avi

Active member
I want to know how to tabs in user profiles. These should display in public profile view : http://xenforo.com/community/members/xenforo.1/ along with other Profile Posts, Recent Activity etc.

My forum deals with books, novels etc.

1. Tab 1 :
Title : Books
It should have different fields like My fav books, authors, genre etc.

2. Tab 2 :
Title : Bookshelf
This is bit complicated compared to above. It should receive a value from members. Here Shelfari's code will be used. Usually it is of the format :

<div id="ShelfariWidget123456"><a href='http://www.shelfari.com/'>Shelfari: Book reviews on your book blog</a><script src="http://www.shelfari.com/ws/123456/widget.js" type="text/javascript" language="javascript"></script></div>


here 123456 is the unique code whenever a user generates a bookshelf at Shelfari.

So, this profile tab, should have a text field to receive the unique code, insert into HTML & complete it. If all goes well, it should display Book Shelf under tab.

Hope I am clear.

Thanks in advance :D
 
Top Bottom