The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi everybody
I'm doing a new hack (PYNFATYF Hack) but I'm in front of a big problem ... You probably know that now, with vb 3.5 you can add hacks to your forum without modifying at all any file, just upload at least one file, import a XML and you're done So, it's really easier to upgrade your forum, it's faster to install :bandit: But I'd like to know what people really think about it ... Would you prefer a hack (a big hack) with file modifications to try decreasing the number of queries that this hack adds, or would you prefer a hack without files modifications at all, so, easy and fast to install (even when you upgrade your board) I'm waiting for your answers ![]() |
#2
|
||||
|
||||
![]()
I prefer edit-free Hacks that don't add overhead
![]() In (rare) cases where this is not possible, one must decide if the overhead is worth it or not. If it happens often (eg. forumdisplay, showthread, etc): Move on and edit the file. If it is seldom (for example when the user updates his profile or smth.), introduce a new query. |
#3
|
||||
|
||||
![]()
Andrea I'm sure you know that sometimes we have no choice and we need to get back some new datas ... and so we need new queries ... or try modifying an existing query to get these datas through an existing query (even it slows down the forum too ...)
![]() Ok for the edit ![]() In my case, it concerns showthread and even if I can modify an existing query, I'm sure it would reduce the load time, so what to do ? :ermm: |
#4
|
||||
|
||||
![]()
What exactly would be your file edit?
|
#5
|
||||
|
||||
![]()
What is PYNFATYF ?
Anyway, an extra query or two is generally neither here nor there, people worry too much about them. The one hack I have left to release requires a query and a bit of code to be duplicated because of the location of the hooks, but that's life. ![]() |
#6
|
||||
|
||||
![]()
I don't exactly know for now, but I need to get back datas from a new table (SELECT * if I use hooks, if I modify the file, I'll have to linked some tables in an existing query) in showthread
And surely an other one to get back a new field I should have to add to the attachment table (for this one it's better to modify the existing query I think) |
#7
|
||||
|
||||
![]()
Personally, I would rather have the file edits and have the code more optimized. So many users are on shared servers with limited resources, which makes optimization key.
Amy |
#8
|
||||
|
||||
![]()
Paul : PYNFATYF is for Personalize Your Newthread Form According To Your Forum
|
#9
|
||||
|
||||
![]()
The two most important queries in showthrad.php (to get the IDs and the actual posts) can be modified without editing the files.
|
#10
|
||||
|
||||
![]() Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|