|
| |||||||
| Mods and contribution Discussion This forum is only for discussion of modding phpLD. For specific mod releases, please see the appropriate forum. |
![]() |
| | topic widgets |
| | #1 |
| Join Date: Jun 2005 Location: The world Posts: 813 | Here it is, as talked about in this thread. {deleted} Please consider sending a donation to me for my time, PayPal details can be given out in PM upon request. Regards -Casey __________________ Casey Wilson / Ap0s7le Freelance Programmer Need help with PHPLD? PM me Last edited by David; 06-13-2008 at 07:33 PM. |
| |
| | #2 |
| Supporter Join Date: Oct 2005 Posts: 540 | it works very good. what must i change to give it to my users ? (external search) __________________ many thanks. thompson. |
| |
| | #3 |
| Join Date: Jun 2005 Location: The world Posts: 813 | Give it to your users? What do you mean? The actual results, like you see in the admin? -Casey __________________ Casey Wilson / Ap0s7le Freelance Programmer Need help with PHPLD? PM me |
| |
| | #4 |
| Supporter Join Date: Oct 2005 Posts: 540 | i will give my users a site. on this site there are the search words of the last searches. example: {deleted} __________________ many thanks. thompson. Last edited by David; 06-13-2008 at 07:33 PM. |
| |
| | #5 |
| Join Date: Jun 2005 Location: The world Posts: 813 | Sure that is fully possible. Just query the new table, and pull the results from there and sort as you wish. If you can't do that, then I can help. I've got to go, church get together. later! ![]() -Casey __________________ Casey Wilson / Ap0s7le Freelance Programmer Need help with PHPLD? PM me |
| |
| | #6 |
| Supporter Join Date: Oct 2005 Posts: 540 | hi casey, i have it on a separate page and i works good. what i need is a link to the searchresults. (not the problem with index.php?p=searchresult) searchresult should be a html page. what i mean: i need a htaccess rewrite from index.php?.... to searchresult.html. do you know a answer ? thanks for helping. __________________ many thanks. thompson. |
| |
| | #7 |
| Join Date: Feb 2006 Location: Orlando, Florida Posts: 12 | Okay you were killing me with that blank m_statistics.gif. I thought the code was broken and was looking all over for it, until I thought maybe I uploaded a corrupted file and when I opened it found it was the same color as the background. If anyone needs a graphic, here is one; Code: Content visible to registered users only. |
| |
| | #8 |
| Supporter Join Date: Dec 2005 Posts: 484 | Code: Content visible to registered users only. Thanks for the gif had been meaning to sort a graphic for that. Net. |
| |
| | #9 |
| Supporter Join Date: Jan 2006 Location: Michigan Posts: 192 | 3.04 friendly You still need the archive of the files in the first post. Do not follow the search-tracker.mod file if your using 3.04 follow this. There were no major changes I just want credit for taking the time to change one variable, and updating the instructions a little. Code: Content visible to registered users only. Last edited by droolingmnky; 05-17-2006 at 08:20 AM. |
| |
| | #10 |
| Supporter Join Date: Nov 2005 Posts: 180 | Thanks for this although i get Warning: Smarty error: unable to read resource: "admin/statistics.tpl" in /home/user/public_html/libs/smarty/Smarty.class.php on line 1095 in versison 3.0.5 anything I did wrong? does this still work with 3.0.5? |
| |
| | #11 |
| Supporter Join Date: Nov 2005 Posts: 180 | OK fixed though i should get some credit! :P Upload statistics.tpl into your /admin/ directory change the following in statistics.php Find: $tpl->assign('searched', $searched); $tpl->assign('requested', $requested); Then change the NEXT line to: $content = $tpl->fetch('/home/user/public_html/*/admin/statistics.tpl'); (where user is your username and * is your phpld directory location) worked for me in 3.0.5! by the way, what happened to Apostle?? |
| |
| | #12 |
| Supporter Join Date: Apr 2006 Posts: 84 | Code: Content visible to registered users only. |
| |
| | #13 |
| Supporter Join Date: Apr 2006 Posts: 84 | Code: Content visible to registered users only. |
| |
| | #14 |
| Join Date: May 2006 Posts: 27 | Thank you very much for this mod, I have implemented it in my directory and also made some changes so the last 10 searches appears on my front page for the users' benefit. You can see it at http://ipage.info/ |
| |
| | #15 |
| Supporter Join Date: Apr 2006 Posts: 84 | Code: Content visible to registered users only. |
| |
| | #16 |
| Supporter Moderator Join Date: Apr 2006 Posts: 1,723 | How can i get this mod for version 3.05???? __________________ Jetzt Neu: Immer aktuelle Gutscheine: http://www.gutscheinbase.de --- phpLD Services German --- |
| |
| | #17 |
| Supporter Join Date: Jan 2006 Location: Michigan Posts: 192 | The version I posted above is working for 3.05 |
| |
| | #18 |
| Supporter Moderator Join Date: Apr 2006 Posts: 1,723 | ah ok. is not working for me ! __________________ Jetzt Neu: Immer aktuelle Gutscheine: http://www.gutscheinbase.de --- phpLD Services German --- |
| |
| | #19 |
| Supporter Join Date: Jan 2006 Location: Michigan Posts: 192 | What does it say or not say? Did you follow the instructions I posted or not? |
| |
| | #20 |
| Supporter Join Date: Dec 2006 Posts: 13 | Hello, dcristo can you show the code you use to show stats of top searched on yours directory page, I tried to do it myself but with no good results, thx for all help mayby anyone else know how to do it and pase the code here |
| |