This product builds upon my Extra Profile Fields Page product. This product places the Extra Profile Fields into a new tab on the user's Public Profile.
Does anyone want a future version of this to have a mini block w/ the same data?
To Install:
1) Save the attached product-extratab.xml file.
2) Navigate to AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product]
3) Browse to wherever you saved the file.
4) Import!
Version History:
1.0.0 - Initial Release
1.0.1 - Cached template
I made the tab from a tutorial here on vB.org, and there's no mention on how to do it there. I checked the HTML, and it all looks the same, so I don't know why it's not working. What's the link that works for the other tabs?
BTW, if you're just trying to get profile info in posts, check out my Dropdown mod.
The link for the other tabs are as follows:
Code:
For About Me: ?tab=aboutme
For Contacts: ?tab=contact
For Friends: ?tab=friends
For Statistics: ?tab=stats
I used firefox web browser and the Firebug Addon to inspect the links since they are basically hidden because the ajax changes the tabs but doesn't reload the page.
I see that the link for your mod's tab is supposed to be
Code:
?tab=EPFP_tab
But it will not work for some reason. It always loads the regular profile page.
I am using the link in the drop down of the profile. It was an easy template edit to put it in, but I still need to get the correct url to display the custom tab.
Thanks for any assistance you can offer. And again - excellent modification!
Anyone know of a way to link to the tab that this mod creates? I still cannot get it to link directly to the specific tab. It always opens the profile's first tab and not the one this modification creates.
my apologies if this is already discussed, but i was wondering if this could handle multiple tabs? i use this for system specs, but had the idea of another tab with extra details for console user names and all that stuff.
I'd also really like a way to edit each fields look, with images etc. At the moment you are using some nice code, but it makes it hard to edit. I'm quite happy to just throw some less advanced code to get the fields to show up in the template, and then edit them all with images etc, and use the <if> to make them not disply if it's not filled in etc.
I love this mod, but i really think it needs these sort of options in there so it can be customised more.
i added a custom User Profile Field and wanted it to be second inline, but it's pushing in front of the system specs plugin. I assume it's using the same hook here, so how to i get the pc specs tab to display in front of it.
i added a custom User Profile Field and wanted it to be second inline, but it's pushing in front of the system specs plugin. I assume it's using the same hook here, so how to i get the pc specs tab to display in front of it.