![]() |
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 |
Line 7, your website should be in the format
Code:
$website = "http://www.domain.net"; //full website URL including http Code:
$website = "http://www.domain.net/forum/blog.php"; //full website URL including http |
Thanx that resolved my problem
Cheers |
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 |
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! |
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"); |
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'm running wordpress + vbulletin + vbridge, does this mod work on wordpress?
|
Quote:
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|