This hack will add an extra page to the User CP. This area can be used for extra profile fields that for one reason or another you would like to split from the main list.
Personally, I use this page for PC specs, but it can also be used for other specs as well (e.g. cars). I have the specs in a dropdown list under the user title in each user's post, as well as in their profile page, but that's another hack You'll see a link to it under Add-Ons to the right.
can't see it not working on newer versions as it's very basic code (haven't gotten a chance to test it yet); try un/reinstalling it; my guess is that you need to manually re-edit one of the template files again.
I am having the same problem that RedGTiVR6 was having... I can't seem to figure out how to fix it. Uninstalling and then reinstalling didn't work. :-/
Also, the extra profile fields I had before I upgraded no longer show up in the User Profile Fields Manager, but I can add new ones. However, they don't show up on the extra page. They do still show up in MEMBERINFO, though.
can't duplicate the tables getting squinched on a fresh install, but someone just pointed out a variable that goes nowhere. Looks like a whole plugin is somehow missing from the uploaded code. I'll re-upload it tomorrow (sleep calls!)
I've attached EXAMPLES of modified instruction.txt and product.xml of what to change. ANYWHERE you see ###, INCLUDING the product name, change to whatever number you wish (but don't repeat in another extra page). I'd recommend editing the product and instructions first, and then follow them as normal.
cavyspirit, futuredood, BETIServices:
Any questions? BTW, futuredood, please hit install
1996 328ti:
cool beans
That would not be this hack, sorry. Your idea is definitely possible, but beyond the scope of this hack.
This hack has nothing in common with that one, and that hack is for 3.0.x, so it may not even be compatible with 3.6.x.
I've done this on three seperate pages, and everything works fine until i to edit the field. No options show up there. Nothing does except a save button and a reset button
i tried that same thing and got an error i was hoping it would work.
Code:
Invalid SQL:
SELECT *
FROM profilefield
WHERE searchable = 1
WHERE form = 0 OR 6
ORDER BY displayorder;
You've almost certainly either had this answered by PM or gone off and gotten bored in waiting but while I was searching for the answer to how to get the additional fields on the memberlist search I saw your problem...
... and it's an easy fix.
In your SQL code, it reads:
Code:
SELECT *
FROM profilefield
WHERE searchable = 1
WHERE form = 0 OR 6
ORDER BY displayorder;
See the second "WHERE form = 0 OR 6"? That's a cut and paste error. That should read "AND form = 0 OR 6".
No options show up there. Nothing does except a save button and a reset button
Same here and did it by the book.. Twice.
Tried un/re-installing but still same thing - shows the edit extra options over on the left, and the save and reset in the middle area. No fields to fill with information. Looking at the user profile there's only the extra options box and a white empty field below it