vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   vBulletin Blog - New Blogs/Comments in Forum Search Results (https://vborg.vbsupport.ru/showthread.php?t=182609)

AzH 01-18-2009 08:47 PM

Would be cool to get a 3.8 version of this. Crazy that they didn't add it as default.

PtitLu 01-18-2009 09:22 PM

Quote:

Originally Posted by AzH (Post 1717223)
Would be cool to get a 3.8 version of this.

It works on 3.8.0 ;)

AzH 01-18-2009 10:26 PM

I put the code in the wrong place. Thanks for making me check it again.

edytwinky 01-24-2009 08:34 PM

Not a big fan of this. It works weird. There has to be new posts for new blogs to show up.

Haenk 03-11-2009 05:55 AM

Search doesn't find if i search for the title

mooncreek 03-15-2009 11:25 AM

vb 3.81, vb blog 2.0.1 Patch Level 1

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/search.php(1939) : eval()'d code on line 26

dartho 03-15-2009 12:32 PM

vb 3.8.1 PL1, vbblog 2.0.0

working sweet!

Check you settings ...

entertain 03-16-2009 12:43 PM

I get the following error at the top of the search page:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/search.php(1939) : eval()'d code (Line 26)

entertain 03-16-2009 12:54 PM

Fixed by changing
Code:

$numblogs = mysql_num_rows($result);
into
Code:

$numblogs = $db->num_rows($result);

mooncreek 03-16-2009 07:38 PM

Quote:

Originally Posted by entertain (Post 1769594)
Fixed by changing
Code:

$numblogs = mysql_num_rows($result);
into
Code:

$numblogs = $db->num_rows($result);

I got the same error - is that code change in the same search_results template?


All times are GMT. The time now is 07:14 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.01129 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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