vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Find threads started by user (https://vborg.vbsupport.ru/showthread.php?t=32696)

Tommy Boy 12-18-2001 06:57 PM

Neat one, bira! Can the result show preview of the post, like the regular posts search?

bira 12-18-2001 07:28 PM

Parker - your title preview addon is fan-bloody-tastic. I love it and my users reacted very happily to it (I think it's the latest add-on they most like). No slow-downs or anything on my site. Thanks :)

Tommy - it uses the normal search script. If you search for threads (latest threads or in threadsubject only), you don't get a preview post. And, since this is a search for threads user X started, this post snippet is redundent, really.

Sadie Frost 12-19-2001 12:07 PM

I love this :)

The other thing that would be better is if it was added to the actual search page functions.

Another great hack bira :)

LanciaStratos 02-20-2002 07:57 PM

Wow, just what I was looking for, bira! Thanks, great work! :) Now, I just need a hack that will show the last 10 threads a user made in their profile... ;)

wolfe 03-14-2002 07:46 AM

Cant you make it like the posts on Vbbb.org

where it shows the number and it is a link to search how do i do that in Post bit temp

kippesp 06-19-2002 05:07 AM

Just getting ready to install it.

Found one bug. If a thread has been moved, it shows up as a poll in the search results. This will fix.

after this
Code:

$wheresql="1=1".$forumsql.$usersql;
add this
Code:

$wheresql.=" AND thread.open<>10";

inetd 06-19-2002 07:54 PM

Good hack!
I install this :)

FleaBag 06-20-2002 03:06 PM

Thanks for this hack, working on 2.2.6! :)

FleaBag 09-04-2002 07:43 AM

Works with 2.2.7. :)

X-Fan 10-10-2002 06:53 AM

Just trying to install this on a clean copy of 2.2.8, but I'm not finding this code in showthread.php:

PHP Code:

$post[postcount] = ++$postcount

Help!

:confused:


All times are GMT. The time now is 04:22 AM.

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.01162 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete