The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
About the phrasetype's, this means that all coders will now change their installers to support automatic finding the next available id?
Can't really say that i am satisfied with the response Quote:
And what we can do with the bitfields? Something we can agree on together to avoid future problems? Remember that in the end the users (admins) of the hack will blame the "product vBulletin" if things don't work how they want or cause them problems. Wether this can be blamed on teh core product or not. |
#32
|
||||
|
||||
Finding the next available phrasetype ID is the most responsible way to do this: you cannot be responsible for toher coders, only yourself.
Making a mountain out of a molehill is not the way to get around a molehill. |
#33
|
||||
|
||||
@MarcoH64
Quote:
So I think nobody can blame vBulletin or Jelsoft for causing problems, only the coders who don't use common API. As for bitfields: I'd vote to make a note in the manual that standard bitfields should be left untouched. |
#34
|
|||
|
|||
adding extra bitfields is easy isn't it? its always seemed that way to me... just multiply the last number in it by 2 not hard to write some dynamic code modifications to deal with that...
let me throw some code together... and work this out. PHP Code:
PHP Code:
|
#35
|
||||
|
||||
Quote:
|
#36
|
||||
|
||||
includes folder
@carnage Well, even if you assign the value dynamically you can never be sure that future vBulletin versions won't ust it for its own purposes - and then ppl will wonder why hacks that rely on a certain bit don't work any longer. |
#37
|
|||
|
|||
well if they do when the instal script is re-run to install it after the upgrade, the bit field will be dynamically assigned to a higher number.
|
#38
|
|||
|
|||
Quote:
|
#39
|
||||
|
||||
Worst-Case Scenario:
Jelsoft introduces a new Bit "Is Superadmin" (eg. does have all admin privileges) in usergroup permissions - while your hack used it for <place smth. harmless here>. Now users unaware of this upgrade and - BANG |
#40
|
||||
|
||||
Quote:
They are not documented anywhere as far as I can see, people are not going to use things they don't know about. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|