Better Blogs [Deleted]

The blog home page doesn't show if a blog entry displayed htere has comments or not. A comment count would be nice.
 
Rigel Kentaurus updated Better Blogs with a new update entry:
1.0.36 Newest entries in "What's New"

New Features
  • Blogs now have a tab in the "What's New" section of the forum
Enhancements
  • The "B" icon was removed from Quick Reply
Bugs Fixed
  • Customized Blogs were not working when URL rewrites are enabled
  • Search by category was not working, and not following permissions
  • Fix a padding issue with the reply box on Quick Reply
  • Admins were not able to upload attachments to someone else's blog
  • Single Sign On was not working when the person logged in from the HomePage on the secondary login (but was working when logging in from a particular fixed blog)

If you like this add-on, please post a review. It takes 1 minute and I enjoy the feedback!
:)
Existing Customers - Download here: http://xfaddons.com/threads/1-0-36-newest-entries-in-whats-new.887/

New Customers: Click on "Buy Now" on top of this thread for instant delivery to your email

If you don't have access send me a conversation with your username at xfaddons.com and your paypal transaction id
 
@Rigel Kentaurus : have you a solution for the attachment import bug from vB4?

Not yet, I haven't looked at it because it requires me to install a sample vBulletin 4 database to fix the import issue. Not an issue, but requires quite some time.

I had the previous update in the pipeline and the attachments bug is next in my priority list. I think I would probably just create an official vBulletin 4 importer. If it doesn't hit the release next week definitely would be the week after.

The funny thing is, the previous importer was working for a while, I would be interested in seeing when vB changed the attachments table at all just for my reference. I hope my vB member access is still valid, haven't used it for a big while :)
 
The funny thing is, the previous importer was working for a while, I would be interested in seeing when vB changed the attachments table at all just for my reference.

Your importer imports blog attachments from a addon for vB3. Only vB4 (suite) had a built-in blog system.

My problem is, I need to import the attachments retrospectively. I hope that goes with the bug fix ...
 
Yes, the import code is buggy ...

PHP:
        $attachments = $sDb->fetchAll($sDb->limit("
                SELECT attachmentid, userid, dateline, filename, counter, blogid
                FROM " . $prefix . "blog_attachment
                WHERE attachmentid > " . $sDb->quote($start) . "
                    AND visible = 'visible'
                ORDER BY attachmentid
            ", $options['limit']
        ));

The table blog_attachment is not exists, the right name is $prefix . "attachment" (without "blog_"). And, blog attachments have the contenttypeid = 15 (posts =1, albums=8).

@Rigel Kentaurus : please fix the vb import and let us import only the attachments again ...
Could you please try with the newest version 1.0.37? I added an importer for vBulletin 4.2.2
http://xfaddons.com/threads/1-0-37-importer-for-vbulletin-4-2-2.888/
 
@Rigel Kentaurus Please fix the template modification "navigation_visitor_tab_xfab_1" - it inserts the "My Blog" link on the account page in a very sloppy way. I really dislike this. You'll notice that when hovering over, it selects the entire pane instead of just the "My Blog" link. You'll also notice that it appears more upwards than the others.

bug.webp
 
@Rigel Kentaurus Please fix the template modification "navigation_visitor_tab_xfab_1" - it inserts the "My Blog" link on the account page in a very sloppy way. I really dislike this. You'll notice that when hovering over, it selects the entire pane instead of just the "My Blog" link. You'll also notice that it appears more upwards than the others.

View attachment 69768
I have fixed this for the next release
 
I'm using Better Blogs for xenforo 1.2 and recently noticed that one of my users created 2 blog entries and both are not showing up on the blog home page. I can view the users entries only if I'm logged in as admin. I've also tried viewing the users blog entries as a guest to the forum and they do not show up. I've checked user permissions and thats all good. I gave all users the ability to view blogs and read blog comments.

Your help is appreciated

Thanks,
Jonah
 
I'm using Better Blogs for xenforo 1.2 and recently noticed that one of my users created 2 blog entries and both are not showing up on the blog home page. I can view the users entries only if I'm logged in as admin. I've also tried viewing the users blog entries as a guest to the forum and they do not show up. I've checked user permissions and thats all good. I gave all users the ability to view blogs and read blog comments.

Your help is appreciated

Thanks,
Jonah
There is privacy options, your user might have limited the entry for followers
There is both privacy controls for blog and an individual entry
 
My forum is productive, after import from 1 March several blog entries have added. If I re-import again, they (the new) are gone and the old entries are twice ...
 
My forum is productive, after import from 1 March several blog entries have added. If I re-import again, they (the new) are gone and the old entries are twice ...

I see. Since you already did a production import, then re-importing won't work for you

I cannot take on the task personally, but you should be able to get a developer to run just the stepAttachments() step of the importer, which would bring in the attachments. The data is there after all.

Are the phantom blog entries gone too? that bug I reported before?
Sorry, I don't know what that refers to
 
I cannot take on the task personally, but you should be able to get a developer to run just the stepAttachments() step of the importer, which would bring in the attachments.

I'am not happy with ... It's your bug and you should have a solution for that. Please explain, how I "run just the stepAttachments() step of the importer" ...
 
I'am not happy with ... It's your bug and you should have a solution for that. Please explain, how I "run just the stepAttachments() step of the importer" ...
Definitely a bug in the software, which is now fixed. If you run the import again it should bring the attachments and everything else.

I am sorry I can't do more, but I really cannot go into the individual installations and fix the users particular issues. The same can be said with theme compatibility, addon conflicts and even web server configuration. That falls to the admins responsibility.
 
Back
Top Bottom