Quote:
It doesn't make sense to have the same question in 2 places.
|
I didn't have the same post in two area's, i made another post where i thought this post should be, asking to have the post moved to that spot, since i wasn't able to tell anyone that i needed it moved. I couldn't pm a mod, because they ask not to be pm'd....so i was kind of in a hard spot trying to get my post moved.
Which really doesn't matter, it is in the right spot now.......
So if i am understanding what you are saying, i would have to Insert a phrase, for what i want now, instead of the title of what i am wanting?
Say i want the title, "run"? That would now be a phrase? And it would become a custom field?
K, now if the title field is no longer available, that means' we can no longer make a query insert like this:
PHP Code:
$db->query_write("INSERT INTO " . TABLE_PREFIX . "profilefield (profilefieldid,title,description,required,hidden,maxlength,size,displayorder,editable,type,data,height,def,optional,searchable,memberlist,regex,form,html) VALUES (00,'".addslashes($??)."','".addslashes($?)."',0,0,'20','20','50','1','input','','0','0','0','0','0','0','','0')");
We would now have to make the insert's manually in the Phrase section in the admin control panel, then go to the profilefield within the admin panel and manually set what we are calling for?