MyBB Community Forums

Full Version: Need a custom profile field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hi all !

My forum deals with books and book worms, so I want to add a book shelf feature to each profile.

With help of member Envira, I have added tabbed profile and a tab for Book shelf. So all I need is a custom profile field where every user can enter his code from Shelfari.com.

see here - http://www.readersenclave.com/member.php...file&uid=2

The first tab is book shelf. Now I want there a custom html box, where user can enter his Shelfari code and add a bookshelf Smile

the shelfari codes are available in flash and js.
here is sample JS code :
<div id="ShelfariWidget170892"><a href='http://www.shelfari.com/'>Shelfari: Book reviews on your book blog</a><script src="http://www.shelfari.com/ws/170892/widget.js?r=15390" type="text/javascript" language="javascript"></script></div><noscript><ul><li><a href="http://www.shelfari.com/books/3827322/The-Last-Lecture?widgetId=170892">The Last Lecture</a> by Randy Pausch,...</li><li><a href="http://www.shelfari.com/books/8081464/The-Third-Victim?widgetId=170892">The Third Victim</a> by Lisa Gardner</li><li><a href="http://www.shelfari.com/books/223968/Secret-Story?widgetId=170892">Secret Story</a> by Ramsey Campbell</li></ul></noscript>
(2011-04-20, 06:29 PM)avi Wrote: [ -> ]see here - http://www.readersenclave.com/member.php...file&uid=2

Link is not allowing me to see this as guest. Can you allow guests to view board ?
Can you please use this login credentials ?

username : test
p: test123

thank you Smile
Can you link me to the page where Shelfari provides the codes in JavaScript and Flash? I can't seem to find it.
Add a Field using this guide: http://community.mybb.com/thread-92123.html

In that tutorial there are separate boxes for each Profile Field. You've to do just adding the {$userfields['fidX']} variable inside the Tab.
thanks a lot for teh pointer !

I will be back if I get any doubts Smile
Done !!!

Now to add JS code to that ?
yaldaram still waiting for your reply Sad
This will be a little different. Can I see your Shelfira profile?
You can add JS code in either headerinclude or member_profile template. I'll rcommend to add that in headerinclude.
Pages: 1 2 3