vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Latest Search in AdminCP (https://vborg.vbsupport.ru/showthread.php?t=208627)

Atakan KOC 03-16-2009 10:00 PM

Latest Search in AdminCP
 
1 Attachment(s)
Latest Search in AdminCP

Forum admin panel shows the most Latest Search.

New installation:
-----------------

Copy all files and directories of into your forumroot.

/admincp/admin_lsearch.php
/includes/xml/cpnav_latest_search.xml



Sorry. My time was very limited. Will develop more in future days.

v.1.0 first version
v.1.1 getdaily / getnew search results have been removed

Atakan KOC 03-17-2009 05:18 PM

Reversed

Jasem 03-17-2009 05:57 PM

Great Mod, thank you........

installed

tirol07 03-17-2009 06:35 PM

Thanks Atakan.installed

NAZIA 03-17-2009 06:59 PM

nice..

dartho 03-18-2009 12:14 AM

Thanks! Reckon you could add a couple options? Most searches are ether getnew or getdaily - having this addon disaply this infor would be good (if possible) as would having the option to only display keyword searches and ignore new/latests posts searches all together ...

Checking the displayterms column for "getdaily" and "getnew" would be a way to filter

Edit again - actually, adding a WHERE personal = 0 clause to the sql query should display only keyword searches...

Reycer 03-18-2009 12:40 AM

Quote:

Originally Posted by Atakan KOC (Post 1770561)
Reversed

Reversed or Reserved. Sorry, had to poke fun.... (it's all good),

Thanks for the mod, something I've been wanting to be able to do for a while.

Hornstar 03-18-2009 07:38 AM

in your screen shot where it shows posted by.. some of them are blank in your screen shot. is that a bug?

Daniel_HBK 03-18-2009 08:28 AM

very good hack ,
installed :)

Detomah 03-20-2009 09:35 PM

Very nice. Thanks. :)

Would definately be more useful if it didn't include the new posts or daily posts search results though, lots of empty results swamping the page makes it slightly less useful than it should be.

dartho 03-21-2009 09:41 PM

to remove the empty searches (getdaily/getnew), edit the admin_lsearch.php file and replace
Code:

  ORDER BY search.searchid DESC
with
Code:

  WHERE personal = 0
  ORDER BY search.searchid DESC


Atakan KOC 03-24-2009 04:28 PM

v.1.1 getdaily / getnew search results have been removed

saltedm8 04-08-2009 06:57 PM

Great mod, but I have a request adjustment / feature..

How about the option to not only post it in the admin area, but a forum of your choice too, so, if you have staff forums your staff can see the posts that are commonly searched on your site and create topics to cover the searched for terms ?

maybe if that is implemented to stop loads of posts, you could make it so you have the choice for it to post itself once a week or once every 2 weeks or 3 weeks.. up to a month or something.

just an idea

vithorius 04-15-2009 04:10 PM

GREAT hack! :up: :up: :up:


Is it possible to make it visible only to SuperAdmins (and not to ALL Admins?) :confused:


Thank you so very much! :up:

Feanor_87 07-10-2009 07:30 AM

Nice hack, thanks! :)

choccyclaire 08-17-2009 08:36 PM

Perfect. Any chance we could get a time column? :)

cpcmox 08-27-2009 05:21 AM

Yes, a time column, and is there a way to have a latest search page that is viewable to the public?

smirkley 08-27-2009 02:07 PM

I like this.

But shouldnt the admin link be under "Statistics & Logs" box?

ecihanuysal 08-27-2009 04:11 PM

how can we empty/erase the search records?

Darksky 09-05-2009 11:09 AM

does this mod record also "malicious" entry in the search form ? I.e., temptatives of breaching forum by strange string inserted in search form ?

BigDog56 09-07-2009 12:13 AM

Doesn't seem to be working for me.

Skydiver10 11-25-2009 08:39 PM

Been looking for this!! Thank you :up:

fishmaster 06-14-2010 06:51 AM

Does anyone happen to have an updated version of this for VB 4.0 that they would be willing to share?

richTV 10-11-2010 05:00 AM

working, tnx! :)

any way to increase it to more than a 100 results at a time?

or perhaps see all the search terms of a particular member?

BirdOPrey5 10-11-2010 01:52 PM

thanks...

question is- how is this info stored? Does it ever get deleted? Are search histories something vBulletin saves by default?

richTV 10-25-2010 01:55 AM

i was looking at the php file for it and i see the:

ORDER BY search.searchid DESC
LIMIT 100");


any problems increasing this value?

anyone try?

asd_ra7la 10-25-2010 08:26 AM

thanks

BirdOPrey5 10-25-2010 10:16 AM

Installed but the list gets deleted very quickly- each time I check it it's blank or just has a very recent search- I know it's not supposed to be like that. Any ideas?

richTV 10-27-2010 03:30 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2113910)
Installed but the list gets deleted very quickly- each time I check it it's blank or just has a very recent search- I know it's not supposed to be like that. Any ideas?

i adjusted the php file to increase the number being displayed....had it set to 50000

with the new setting, i have it showing over 200 at a time but it seems to not hold more than that for long before it automatically goes back to over a 100.

must be something i guess on the server side that isn't holding in the database for a longer period of time?

i sent a PM to the programmer here as i see it is still supported but i guess he is on hiatus.:)

BirdOPrey5 10-27-2010 12:53 PM

Thanks for the info. I hope he can shed some light on this issue.

richTV 10-28-2010 01:44 AM

btw, he never mentioned installing the xml as a product.

just making sure u only uploaded the files per his instructions. :)

as in my Sig, i'm on 3.8.1 as also listed for the version of this addon above.

richTV 05-01-2013 02:46 AM

Quote:

Originally Posted by richTV (Post 2114711)
i adjusted the php file to increase the number being displayed....had it set to 50000

with the new setting, i have it showing over 200 at a time but it seems to not hold more than that for long before it automatically goes back to over a 100.

must be something i guess on the server side that isn't holding in the database for a longer period of time?

i sent a PM to the programmer here as i see it is still supported but i guess he is on hiatus.:)

any update on increasing the number showing? :)


All times are GMT. The time now is 11:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01183 seconds
  • Memory Usage 1,770KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete