![]() |
To make this show on Forumhome rather than in search results:
1. Install product 2. Edit the Add Blogs to Search Page plugin and change it's Hook Location from search_start to forumhome_start 3. Edit your FORUMHOME template and insert the text $blogsinsrch where you want the blogs search results to show. (probably just before <!-- what's going on box -->or after <!-- end what's going on box -->) that's it. If you wish it to show in search results AND FORUMHOME, you will need to create a new plugin on forumhome_start with teh same contents as the Add Blogs to Search Page plugin Hope this helps |
Please consider to make this into a vbadvanced module, so that we are able to display latest blogs/comments on vbadvanced pages.
|
Quote:
Let me know how it goes... |
It works like a charm. Many thanks! This really adds to the integration of the blog with the rest of my site.
I wish we had the same for group comments. Would you consider looking into this? |
Received the same database error with vb 3.7.4
|
/images/buttons/lastpost.gif should be the full url, otherwise it will not display on pages located outside the /forum/ directory.
I edited the plugin myself, but thought this might be useful for others. |
Any information on why I received a database error when I went to hit new posts?
I'm currently using vb 3.7.4 PHP Code:
|
Any assistance?
|
could be a MYSQL version issue - 4.0.20 is a bit out of date ....
|
Quote:
Thanks again |
Would be cool to get a 3.8 version of this. Crazy that they didn't add it as default.
|
Quote:
|
I put the code in the wrong place. Thanks for making me check it again.
|
Not a big fan of this. It works weird. There has to be new posts for new blogs to show up.
|
Search doesn't find if i search for the title
|
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 |
vb 3.8.1 PL1, vbblog 2.0.0
working sweet! Check you settings ... |
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) |
Fixed by changing
Code:
$numblogs = mysql_num_rows($result); Code:
$numblogs = $db->num_rows($result); |
Quote:
|
No, you have to change this in the plug-in which is called "Add Blogs to Search Page" :)
|
Thanks, entertain. Main product file updated. mooncreek, just re-install the latest version.
|
Thanks - I made entertain's edit and it is working sweetly.
|
this is great
would love to see something like this for album comments! |
3.8.3 Works a treat! ty
|
Dartho, it appears that unpublished, pending blogs are also listed. Any way to fix this?
|
I'll look into it...
|
*EDIT: Disregard my previous response in case you received it via email notification.
In your Product XML file, find the following: AND blogtitle.state = 'visible' Add below it: AND blogtitle.pending = '0' This should take care of pending blog entries (that are likely currently scheduled but not published). Also, be sure to update the version number in the XML. It appears the 0.0.10 version still reflects 0.0.9b. |
Quote:
Would it be possible to get this added into the next release? I have to edit the plugin with each upgrade. |
Quick query.
New blogs/comments seem to disappear after a certain (and very short) period of time even if I haven't gone and seen the blog post/comment. It is almost as though if someone clicks the new blog then it disappears from the search results for the whole community and not just that one individual user. |
thank's so much, i love it!
install & nominate |
It shows titles of entries that are marked private in the results and titles of entries from private blogs.
Cheers - Super mod |
Looks like you have installed version 0.0.10.
0.0.11 should fix this |
Optional Template Edits for Right/Left Column on vBAdvanced CMPS Main Page:
Template "adv_portal_recentblogs" Code: Code:
$newblogs Template: "adv_portal_recentblogs_bits" Code: Code:
<tr> :) |
All times are GMT. The time now is 01:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|