![]() |
what if I give you ten bucks will you fix it?
|
Thanks.. that's okay... with a query would be fine since even with it this mod, once it's working well, will be a real asset to a vB board and very appreciated by many I'm sure. :)
|
Quote:
|
OK. Updated to 1.0.1, which fixes this issue. I was pulling the data from blog_text which stores both entries and comments. The comments didn't have a title (but still belonged to the user), which caused no link / title to show up. I am now correctly pulling the information from blog which does not include comments and always has a title.
|
showthread_query
use that hook $hook_query_fields $hook_query_joins add the blog id, blog title to the fields and the blog table to the join |
Quote:
|
Thank you for fixing the one problem. :cool: I've installed it and it's looks great now... but I was surprised to see that a draft I wrote up is showing even for reg members.
It seems to me that it would be best to leave drafts not visible until published. Is there by any chance an easy fix for this please? :) |
Quote:
|
Great mod, but it use 1 query for uncached templates
https://vborg.vbsupport.ru/ Can you solve it? Thanks!! : ) |
Quote:
|
Quote:
|
How about adding a little more to it? If the number of replies could be displayed (ideally as an option) next to the entry it may bring more attention to the discussion within the blogs. There could even be a different color for the number if there's a new comment on the blog entry. It would look something like this:
The title of latest blog entry (14) And thanks for making this mod in the first place. I've had it installed since it was released and hope for updates. |
I will install when you get the draft issue resolved when this does not show drafts. I can't use this until that is fixed.
|
It's been a few months and I was wondering how fixing the draft showing issue is going? :)
|
My brain is scattered right now. Since I am out of school for 2 weeks in < 1 week, I should have time to devote to updating some modifications. I have 3 on my list that need updated.
|
Thanks looking forward to this plugin :)
|
this is working great for me on a forum of mine that is 3.8.0.
Quote:
|
Working fine for me thanks!
|
This is working great for me.
Kris |
Installed. One of my users reported a problem where they have a private blog, but their blog posts are appearing in the postbit even for other users who are not allowed to see the private blog.
I'd think a private blog should not appear there. |
Have all these issues been resolved yet?
|
I changed the SQL statement from
Code:
$sql = $this->registry->db->query("SELECT * FROM `" . TABLE_PREFIX . "blog` WHERE `userid`='" . $post['userid'] ."' ORDER BY `blogid` DESC LIMIT 1"); Code:
$sql = $this->registry->db->query("SELECT * FROM `" . TABLE_PREFIX . "blog` WHERE `userid`='" . $post['userid'] ."' AND `state`='visible' AND `pending`='0' ORDER BY `blogid` DESC LIMIT 1"); I've attached the updated product file with the two changes above. |
All times are GMT. The time now is 01:28 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:
|