|
||||
sweet I always wanted to know my mpg and this is a good way to do that. if I run into any bugs ill let ya know. note everyone this is a .exe that has to run on the desktop to install.
~mike
__________________
|
|
||||
This is nice. I always kept a log for my car. My commute to work is 150 miles everyday and keeping an eye on gas usage is important to me. Now I might have alittle fun doing it on the ppc. :P
|
|
||||
Cool. If need be I can also post this as a zipped cab file for easier access via WAP.
I noticed that the download times doesn't increment. Bummer. Most probably incremented by the download.php page. We may need to take that out of the template so it doesn't show...unless you want it to stay there. |
|
||||
I really wanted it to work, but noticed it stopped after moddifing the download.php. Any idea if we can get it back to working order? If not we can just remove it. and ya a zipped .cab would be great! I myself and I think alot of the members use their ppcs when accessing the board.
~mike |
|
||||
There's a way to do this so it only affects those downloads that you actually have to click on. Images and streams would still show the downloaded times part. All you would need to change in viewtopic_attach_body.tpl is:
Code:
# ##FIND # <td rowspan="4" align="center" width="10%" class="attachrow">{postrow.attach.attachrow.S_UPLOAD_IMAGE} {L_DOWNLOAD}</td> # ##REPLACE WITH # <td rowspan="3" align="center" width="10%" class="attachrow">{postrow.attach.attachrow.S_UPLOAD_IMAGE} {L_DOWNLOAD}</td> # ##FIND # <tr> <td width="15%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td> <td width="75%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOAD_COUNT}</span></td> </tr> # ##REPLACE WITH # <!-- <tr> <td width="15%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td> <td width="75%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOAD_COUNT}</span></td> </tr> --> |
|
||||
Not without using download.php which is what is actually incrementing the counter.
I can try and look at what's making the images increment the counter and see if something in the code doing that can be added to the downloadable ones. |
|
||||
I didn't think of that or I would have tried that. I added the super quick reply mod last night, and like a idiot didn't back up. And ran into some probelms I'm trying to fix, with the quick reply box, and the user name hyperlinking to the profile instead of whatever they have it linked now. I may have a lookcy at the download.php in a min.
~mike |
|
|
|