My SMF linkedin.com profile mod, which development process you can read in thiss blog, is approved already! All my bugs were fixed, textes are now adding to the language files, valid XHTML (”alt” for “img” tag) and you can aways get it here:
http://custom.simplemachines.org/mods/index.php?mod=1172
It will work on 1.1.4 and 1.1.5 (haven’t tried on others)
In previous article we improved our Linkedin.com mod for SMF. But I doubt each user will go to his/her profile page and submit hist linkedin.com profile page. Lets add new feature to our mod: users are able to enter their linkedin.com profile on the registration page (and it’s not required).
(more…)
Let’s improve our LinkedIn mod, created in previous article. We will add LinkedIn column to the Members page. As you can see you can sort members list by fields like MSN, AIM, ICQ, but our mod won’t do this. We’ll just add a column with the link to LinkedIn.com profile of each user.
As you remember we define all changes, which our mod makes in modification.xml file.
Let’s add some new lines.
(more…)
Want to create own little profile mod for SMF forums? It’s easy. Let’s do it
As example we’ll create profile mod which displays link you your Linkedin.com profile.
For mod we need 2 xml files, which define our mod and ‘images’ directory with “in” icon in it:
- package-info.xml (our package definition)
- modification.xml
- images/linkedin.gif
(more…)