![]() |
|
#41
|
|||
|
|||
|
Quote:
WHERE blog.state='visible' A draft should have blog.state='draft' I have found one more issue and that is that "private" blog entries still shows up. Dont know wich table that value is in.
|
|
#42
|
|||
|
|||
|
I've taken Guganei's query to skip deleted blogs, and added a bit to only use blogs that are visible for everyone. Small change. I'm sure the entire module can be a lot more mature and intelligent but for now this works for me:
Code:
$latestblogs = $db->query("
SELECT blogid, blog.title, blog_user.title AS blogname, username, dateline, userid, views
FROM " . TABLE_PREFIX . "blog
LEFT JOIN blog_user ON blog_user.bloguserid=blog.userid
WHERE blog_user.deleted=0 AND blog_user.options_everyone=3
ORDER BY dateline DESC
LIMIT 5
|
|
#43
|
|||
|
|||
|
Any ideas?
|
|
#44
|
|||
|
|||
|
Change the path to blog.php in the blog_navbar_link template.
|
|
#45
|
|||
|
|||
|
I got this error:
Quote:
|
|
#46
|
|||
|
|||
|
I had missed the "private entry" part in the last query. The following works perfect for me.
PHP Code:
Hope that it works for you also.
|
|
#47
|
|||
|
|||
|
can any help? how to install the module file?
|
|
#48
|
|||
|
|||
|
Quote:
Yes it had some error , yours is working nostalgia Thanks |
|
#49
|
|||
|
|||
|
hai gorp , i had the same error
install nostalgias module its working imprezion --> to install module , goto admincp > vba cmps > Download / Upload Module |
|
#50
|
||||
|
||||
|
weird:
The file you have uploaded is not a valid module file. Any suggestions? Thanx, Jacquii.
__________________
JacquiiDesigns.com • One of a Kind
Poetry in Color Forum • Celebrating Diversity With The Typed Word WLSJourney.org • Shaping Ourselves Into Healthier People JacquiiCooke.com • Poetica Magnifique ![]() |
|
#51
|
|||
|
|||
|
Quote:
|
|
#52
|
|||
|
|||
|
I've tried both versions on 3.6.8 & neither function.
EDIT: I managed to get it to work by manually creating the php file, template, & module. I will post full instructions when I get a chance. Last edited by Buffer.OverRun; 11-07-2007 at 03:46 AM. |
|
#53
|
|||
|
|||
|
Got Nostalgia's module to work, but then I deleted it to try and make some visual changes to the module and reupload it and am now getting this error:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /admincp/vba_cmps_admin.php on line 3374 I reverted to his original code and reuploaded and it gives the same error. |
|
#54
|
|||
|
|||
|
Quote:
|
|
#55
|
||||
|
||||
|
Quote:
Thanx ![]() Jacquii.
__________________
JacquiiDesigns.com • One of a Kind
Poetry in Color Forum • Celebrating Diversity With The Typed Word WLSJourney.org • Shaping Ourselves Into Healthier People JacquiiCooke.com • Poetica Magnifique ![]() |
|
#56
|
|||
|
|||
|
Me too. I've tried to do it manually without success.
|
|
#57
|
|||
|
|||
|
What edit needs to be made in the modules>vb_blogs.php file to get the path in the module to link correctly? My cmps_index.php is in my '****.net/members/' directory, and the links to blogs and users are 'pointing' to ****.net/members/blog.php?=....
I tried changing all instances of Code:
<a href=\"blog.php?.....****">****</a>"; Code:
<a href="http://www.****.net/forums/blog.php?.....****">****</a>"; other than that I had no problems installing the '2nd' module in this thread. No drafts or private blogs present at this time so I have encountered the problems with regard to those as mentioned in previous posts.... Last edited by Eq4bits; 11-10-2007 at 10:10 PM. |
|
#58
|
|||
|
|||
|
I put 'http://www.****.net/forums/blog.php' there and it still 'points' to 'http://www.****.net/members/blog.php' . Did I enter the path incorrectly?
|
|
#59
|
|||
|
|||
|
It claims it is not a valid module file (on RC2).
|
|
#60
|
|||
|
|||
|
it loads fine here as well, but i can not get the links to the blogs to show the right directory. it just shows blog.php?b=1 etc instead of /forum/blog...
i've tried "hacking" the vb_blogs.php, i tried setting the module link to /forum/blog.php .. nothing helps :P |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBulletin Blogs versus vBadvanced Dynamics | Kaelon | Pre-Sale Questions | 0 | 08-12-2007 05:24 PM |
| Collapse and Expand on Blogs | attroll | Feedback & Suggestions | 2 | 05-21-2007 06:10 PM |
| vBulletin Blogs coming | attroll | Feedback & Suggestions | 10 | 03-25-2007 03:55 PM |