The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Member.php File change from vbulletin.com
I am not sure if anyone else has noticed, but in vbulletin 3.6, there is a change in the member.php file that affect's how mod's are going to be written, and i am not sure if this is the case in 3.6.1 since i am not running that version.
Anyways, in the past our member.php and a few other file's had this: PHP Code:
PHP Code:
I asked over at vbulletin.com about how to go about reinstalling this word back into our Vbulletin 3.6 version's and this was the response i recieved: Quote:
Quote:
Quote:
If this can't be put back in, is there a new field set we look at writting when it come's to performing query write's (Insert Into)......? Thanks, doug |
#2
|
||||
|
||||
The title is now phrased, to allow translation into different languages, which is why it was removed from that query.
You'd have to adjust the appropriate phrase with the languageid 0 to change it. |
#3
|
|||
|
|||
could this please be moved to programming discussions? I believe i posted in the wrong spot. I posted an earlier request only to find the post deleted, instead of moving this one to that requested forum.
Quote:
Quote:
so colin, would that mean that any phrase's i add to the hack, would have to be set to languageid 0? Or is that somewhere within a class file? Guess i am not really sure about all of the complete change's to 3.6 yet. But in order to add "title" back to "// CUSTOM PROFILE FIELDS" in member.php or just to get this order in mysql database like so: profilefieldid, required, title, type, data, def, height. I was just hoping there would be an easier way to write an xml and have it preform it's "insert into" function. I am sure there is just something i am not seeing.....or overlooking. |
#4
|
|||
|
|||
Like Colin mentioned, the title is not stored in the profilefield table anymore. You could add a column with that name into the table again, but that column would nowhere within vBulletin be used, so that would be useless. Colin explained that the title text is now inserted into the phrases to allow translations.
Your other thread was removed for Cross-Posting: posting the same thread in 2 forums. It doesn't make sense to have the same question in 2 places. |
#5
|
|||
|
|||
Quote:
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:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|