The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Blog Comments vBAdvanced CMPS (formatted) Details »» | |||||||||||||||||||||||||||
Add blog comments to your portal !
One of the main problems with the vB blog module is its poor integration with the main forum. This module allows you to show the last 5 blog comments (number is configurable) in a module on your vba portal page. It displays a short version of the comment, the blog title, and the person who commented, with built in links to the commment, user profile and the blog post itself. This was the first and is still the only blog comments module for vBAdvanced Features
Click install Download the attached zip file Edit blog_comments.php and change the variables to allow connection to your database. Upload blog_comments.php to your modules directory. From your admincp - vba cmps Add new module PHP file Title - call it what you want Active - yes File to include - blog_comments.php Identifier - call it what you want Initialize BB Code Parser - YES Select clean file output Link - choose either blog home or comments page as you wish Save and add to the page of your choice, the module has been designed to be a center block on the basis that long URL titles will push the margins. You can however place it where you want. 28th Feb 2009 - VERSION 2 Version 2 has been completely re-coded to make install land confiuration simpler. Rather than 2 files, there is now only one. This must be installed in the modules folder. Allows blog titles Allows configurable word count to be displayed Links to user profile, blog and comment included. Made variable changes easier in file. 22nd Feb 2009 Version upgrade from https://vborg.vbsupport.ru/showthread.php?t=173381 Allows smilies Allows URL's Allows formatting [BBCODE] Bold etc Download Now
Show Your Support
|
Comments |
#22
|
|||
|
|||
I'll PM you the code/file with the parts inserted. Make sure you use notepad, not word or wordpad for editing as it looks like you have returns and extra spaces all over, that or there is a wordwrap issue or something.
The only other notes I can see that are worth mentioning is that the website url should stop as follows $website = "http://xxx.com/forum"; and is your database table prefix really forum? $prefix = forum; |
#23
|
|||
|
|||
Thank you very much for your superb support!
First of all the code you sent me works! One interesting note is that the initial error message I received after implementing your original specific category code (before the code from you pm) was: Fatal error: Cannot redeclare shorten_string() in /home/xxx/public_html/forum/modules/blog_comments.php on line 17 Then I think I messed with things too much (as you said it works 100%) Then I suddenly got the new error message I wrote about: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/modules/blog_comments_cars.php on line 31 I cannot connect to the database Probably due to the messing around. Okay, then I used the code you sent me by pm and then I receive the same error as initially: Fatal error: Cannot redeclare shorten_string() in /home/xxx/public_html/forum/modules/blog_comments.php on line 17 Then I found out I had two instances of your mod on the same cmps page - one with blog_comments.php and one new file for the specific category blog_comments_cars.php Then I removed the "get all blog comments" file: blog_comments.php And then it worked! Thank you again! I am sure other people will find this mod interesting. PS: yes it is forum :-) |
#24
|
|||
|
|||
Excellent, glad you are all sorted.
PS if anyone has vbseo, then it makes adding the avatars easy |
#25
|
|||
|
|||
How to disable shown images in this module !?
And pls few words about user avatars infront of comment Thanks |
#26
|
|||
|
|||
To remove images you would need to change
Code:
$comment= $bbcode_parser->do_parse($longcomment, 1,1,1,1); Code:
$comment= $bbcode_parser->do_parse($longcomment, 0,1,1,0); VBSEO for avatars: My avatars are in the format url/avatars/username.gif?datelinestamp I can use this method, due to the fact that usernames are unique. The code I use on the hack is Code:
<img align=\"absmiddle\" src=\"{$website}/avatars/{$row['username']}.gif\" width=\"30\" height=\"30\"></img> |
#27
|
|||
|
|||
Just changed code regarding to images, works like charm
But I think with avatars I dont have much luck, its on my side for shure as Iam noobish to all this I have installed VBSEO for my forums, free version...I guess I should install addon for CMPS in order that this avatr thing work out for me Thank you very much for this mod |
#28
|
|||
|
|||
AFAIK there is not a free version for VBSEO, unless you are on about the sitemaps generator, which is not the same thing.
|
#29
|
|||
|
|||
Yes my mistake .... was thinking about sitemap generator Thanks again for great mod |
#30
|
|||
|
|||
I've followed the installation instructions but get a blank page at the moment. I've checked my variables, and they seem to correspond with those in the config.php file. Any ideas?
|
#31
|
|||
|
|||
You need to click install for support
but to point you in the right direction http://www.theshebeen.org/blogs/ has no blog comments displaying either |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|