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)
-   -   vBulletin Blog - Blog Comments vBAdvanced CMPS (formatted) (https://vborg.vbsupport.ru/showthread.php?t=206103)

goxy63 03-22-2009 05:50 AM

Hi
I got probem when comment link is clicked from CMPS homepage, user is redirected to blogs but they got '...forums/blog.php/blog.php'
Note that it says two times 'blog.php'....than I got trouble with images navbar and stuff

Any suggestions

Thanks for this nice hack, very usefull for my homepage

Regards
Goran

optrex 03-22-2009 09:00 AM

Line 7, your website should be in the format

Code:

$website = "http://www.domain.net"; //full website URL including http
not
Code:

$website = "http://www.domain.net/forum/blog.php"; //full website URL including http

goxy63 03-22-2009 06:09 PM

Thanx that resolved my problem

Cheers

dpnow 06-26-2009 09:48 AM

I have installed this and it's at the bottom of our forum portal page here:

http://dpnow.com/forum2/cmps_index.php

But I have to say the formatting is not very inspiring - can anyone point me in the right direction for making it present itself more like the Recent Threads module output above on that page?

How would you improve it if it was your site?

Ian

yotsume 07-01-2009 08:28 PM

I have the latest version of the blog installed and I am trying to get this single file version of the blog comments installed. However, I get the following error message:

Parse error: syntax error, unexpected T_STRING in /homepages/xx/xxxxxx/htdocs/xxxx/modules/blog_comments.php on line 10

Line 10 of your code is asking for the database password.

What I notice in this single file is there is no database option for inputing the "Server Name". My host doesn't use "Localhost" for this.

Anyway how can I fix this error?

THANKS!

yotsume 07-01-2009 08:52 PM

I was able tofix your module by making manual edits to include my database info.

Also, you have the default table prefix as vb and it is usually always vb_. So people will get an error with the prefix set as vb only.

I fixed your file this way:

1. I had to comment out
//$database
//$username
//$password

2. I had to manually edit and input my database info like this:

Code:

$link = mysql_connect ("xxxx.perfora.net", "dbxxxxxxxx", "pwxxxxx") or die("I cannot connect to the database");
mysql_select_db ("dbxxxxxxx");

Now that I manually edited your file it works fine. I believe you have a number of errors in your current zip file.

Chimpie 07-03-2009 01:21 AM

The only thing I would like to see added to this (unless I'm missing it here) is a way to add Entries to the list, not just comments.

peleh 07-03-2009 07:25 AM

i'm running wordpress + vbulletin + vbridge, does this mod work on wordpress?

Dstephan 07-07-2009 03:33 AM

Quote:

Originally Posted by Chimpie (Post 1841746)
The only thing I would like to see added to this (unless I'm missing it here) is a way to add Entries to the list, not just comments.

I'd like this too - I don't really want comments on my front page, but having links to actual blogs would be great.

yotsume 07-07-2009 03:57 AM

There is a separate cmps mod for showing blogs entries.

So far no blog mods are properly formatted.

We need blog mods formated to match how nice vba recent threads block looks!

Its shocking that no one has created a proper blog mod yet for vba. :(


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