The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
![]() Quote:
|
#63
|
||||
|
||||
![]()
Is it possible to post an upgrade text file from the previous version for those with the previous version already installed?
|
#64
|
||||
|
||||
![]()
Basically just do the changes in that file for /index.php only. It helps to start on a fresh copy of it. I can see about doing an upgrade, but my code base for index.php is probably way different than yours.
|
#65
|
||||
|
||||
![]() Quote:
![]() |
#66
|
||||
|
||||
![]()
Instructions were updated for index.php in the first message. I have some more speed tweaks I can do as well, which I'll do when I get back from Seattle next week.
Once fully optimized this hack won't add much load at all and should hold people over that want this feature until V3 |
#67
|
||||
|
||||
![]()
Thanks ethank, going to check them right now.
|
#68
|
||||
|
||||
![]()
Your new index.php reduced my homepage queries by a LOT. Thanks!
![]() |
#69
|
||||
|
||||
![]()
I'm going to also re-release the subforums hack for those that use
PHP-Cache. It will further reduce query load. I've got my main index page to 32 queries minus the queries to do all my navigation. |
#70
|
||||
|
||||
![]()
I'm going to also re-release the subforums hack for those that use
PHP-Cache. It will further reduce query load. I've got my main index page to 32 queries minus the queries to do all my navigation. |
#71
|
||||
|
||||
![]()
I absolutely love this hack and have been using a version or another of it since vB version 2.0.3.
![]() I was curious though if there was a way to modify the behaviors of the two different markread functions just a little. What I am requesting may not be possible, but I sure think its logical. At least to me. When a user goes to mark a forum read using this feature, it normally implies that they are done with that particular forum, but by default, when this action is performed they are returned to the same forum. I have found a way to have it so that using either of the markread functions will return a user to the main forum index, but what I would like to see and perhaps a few others who use this, is that the user is returned to the Parent forum after the link to mark is clicked. I?m really not very good with PHP, or else I probably would have come up with some kind of routine to achieve this for the users of my forum and added it here for others who may be interested. For those interested in how I managed to get users to be redirected to the forum index when using this feature, have a look at this topic and apply what information it contains to the markforumread functions here within ethank?s hack to get that behavior. https://vborg.vbsupport.ru/showthrea...threadid=32384 If its not feasibly possible to do this I understand, but logistically it just seems to me to make more sense when a user marks a forum read that they be returned to the parent forum without having to make any extra click to either leave the forum they just marked or as the case is at my board, to go from the forum index back into the subforums they were browsing. Great hack ethank! ![]() |
#72
|
|||
|
|||
![]()
Question: What about an automatic Mark as Read?
The difference being, not only does it utilize database tracking instead of the default use of a cookie, but it doesnt require a user to physically click the Mark as Read button. This is similar to what would occur if a member reads a new thread. If they read the thread, they are not required to mark it as read in order to make it reset; it just occurs. With an automatic mark as read for forums, they would not be required to mark the forum as read; it just resets itself as read once all new posts within the forum have been read. |
#73
|
|||
|
|||
![]()
When I go to modify this portion of my index.php:
PHP Code:
unexpected $ in index.php on line 420 Any ideas? I'm running 2.2.5 and all the other updates for this hack in index.php seem to work fine. Also I get an undefined function updatelocation{} in search.php when I add the 3rd search type into the file. |
#74
|
||||
|
||||
![]()
I know how to fix the index.php error, but the other, saddly, no. Add another } after that code, so it looks like this:
PHP Code:
|
#75
|
|||
|
|||
![]()
You developed a such big hack but the most important feature that is not so hard - is not in it !?
I talk about this automatic Mark as Read. Is it hard to add this feature?? Please !!! Thanks ! |
#76
|
||||
|
||||
![]()
The reason why Automatic Mark as Read was not included is because some of use go and preview a post, but don't actually read it, and don't want it to be marked as read. Better to click on the Mark All Read link once you feel you have read all posts.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|