Quote:
Originally posted by Flash_Prince
Hi,
I have installed the hack and it is running!
But there is still one Problem left, although is installed the updates.
The Ranksystem-Scrolldown is in the "Profile-Menu" in the Profile under the neccessary information for the registration, but the other informations like
Biography:
A few details about yourself
Location:
Where you live
Interests:
Your hobbies, etc
Occupation:
Your job
are also up under this topic, although they have been under "Additional information" before I installed the hack
What did I wrong.
I hope somebody is able to help me and excuse my english.
So long...
CU
*edit*: The custon User Titles are reverted back after changing them. This is the same Problem which the others have too.
P.S. I installed the fix, but the problems are still there.
PLEASE Help me.
|
Find in member.php
Code:
eval("\$customfields_required .= \"".gettemplate("register_customfields")."\";");
change in
Code:
eval("\$customfields .= \"".gettemplate("register_customfields")."\";");
And what ist this also in member.php:
Code:
$rankid = $$varname;
Should this not be:
Code:
$rankid = $varname;