Better Blogs [Deleted]

I wasn't expecting anyone to try to upload the paid version over the free one so soon :)
My build system generates both at the same time, so in the future they will be in sync. Thanks for the comment, and glad you found a workaround.
I hadn't exactly planned on it. :P

I was trying to upload it to the test site just to play around. Someone here kept chatting away and kept handing me the phone. The end result was I mistakenly converted my paid version to the free version. And then needed to find away to upgrade the free to the paid. o_O

Good news though.... They work :D :ROFLMAO:
 
Here's my first major suggestion in awhile: Featured Blogs Slider with Ratings: http://xfaddons.com/threads/featured-blogs-slider-with-ratings.189/
Thanks for even posting a screenshot

I did add a self-suggestion to have promoted blogs, since even the vBulletin blogs had that feature (promoted entry), and it really sounds useful. In my original concept I was even going to add a BD Widget so you can promote to the homepage or to the widget (and you can place the BD widget in any page with a sidebar).

Thanks for posting the suggestion in such a details matter including a screenshot
 
  • Like
Reactions: DRE
Rigel Kentaurus updated Better Blogs with a new update entry:
1.0.30 Hardened Installer + CLI Installer + Uninstaller

Unless you want to play with the new installer, you can skip this version




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/index.php?forums/better-blogs.10/
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
========================


Changes

  • Hardened the installer. This will allow you to "resume" an incomplete installation by uploading the xml file again, even if the process timed out
  • Included an uninstaller inside extras, this will enable you to completely delete the addon
  • Included a CLI installer
Bug fixes
  • Fixed a bug with generating the BlogKey through the cron job
  • Fixed a bug that caused an Exception with robots.txt
 
Rigel Kentaurus updated Better Blogs with a new update entry:
1.0.30 Hardened Installer + CLI Installer + Uninstaller

Unless you want to play with the new installer, you can skip this version




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/index.php?forums/better-blogs.10/
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
========================


Changes

  • Hardened the installer. This will allow you to "resume" an incomplete installation by uploading the xml file again, even if the process timed out
  • Included an uninstaller inside extras, this will enable you to completely delete the addon
  • Included a CLI installer
Bug fixes
  • Fixed a bug with generating the BlogKey through the cron job
  • Fixed a bug that caused an Exception with robots.txt
Seems like 1.0.30 is missing from your site. Can only see 1.0.28 and everything before it. (see screen shot)
 

Attachments

  • Screenshot from 2013-09-24 22:35:56.webp
    Screenshot from 2013-09-24 22:35:56.webp
    49.7 KB · Views: 1
@Alfa1 , In the latest version, in the "extras" folder you are going to find two files

uninstall.php
This can be opened from the web, and it will perform uninstallation of the blogs add-on
it will remove all the tables and references for the add-on

install_blog_cli.php
You can run this from the shell as

Code:
$ php install_blog_cli.php

This will install the blog, I am hoping that you get much better results with this. Let me know if it succeed and any exceptions that it throw
 
Do you know if there's any issue running this side by side with XI Blogs for testing purposes? They don't seem to share a route from what I can tell...
 
Do you know if there's any issue running this side by side with XI Blogs for testing purposes? They don't seem to share a route from what I can tell...
There shouldn't be any issue. Intentionally I prefix everything (routes, content types, code, phrases, template), so this can be safely used along with XI Blog.

Other than it would look funny having two "Blogs" tabs on the navigation of course, nothing else should be a conflict
 
Cheers

This is only on our test site. I still need to decide which one we use and the easiest way was to test them both out.
 
In the usergroup permissions, am I correct in assuming that "Can edit blog entries:" means they can edit their own blog entries (not other people's)
 
Also is it currently possible to have a custom images/custom css for each category?

What I'd really like to do is if a blog post is in a certain category then it displays a unique image for that category, similar to how thread prefixes works.
 
In the usergroup permissions, am I correct in assuming that "Can edit blog entries:" means they can edit their own blog entries (not other people's)

Yes, it is only for their entries. There is a separate section for moderation permissions below.
Also is it currently possible to have a custom images/custom css for each category?

What I'd really like to do is if a blog post is in a certain category then it displays a unique image for that category, similar to how thread prefixes works.

Not out of the box, but you can probably start getting clever with CSS, depending onwhat you wan to change.
I imported everything but it didnt carry over the # count - look on the right column it says 0....

http://truckmountforums.com/xfa-blog-home/

Give it some time. That is updated with a cron job (I don't recall if daily or hourly). It will probably get updated in a bit :)
Or go to Tools -> Cron Entries
And run it manually

Screen Shot 2013-09-25 at 9.43.20 AM.webp
 
Error Info
PHP:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY user_id ASC, display_order ASC' at line 6 - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 44 minutes ago
Stack Trace
PHP:
#0 /home/sociall1/public_html/forums/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????SELECT?????...')
#1 /home/sociall1/public_html/forums/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????SELECT?????...')
#2 /home/sociall1/public_html/forums/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????SELECT?????...')
#3 /home/sociall1/public_html/forums/library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('????SELECT?????...', Array, 2)
#4 /home/sociall1/public_html/forums/library/XfAddOns/Blogs/Model/Category.php(183): XenForo_Model->fetchAllKeyed('????SELECT?????...', 'category_id')
#5 /home/sociall1/public_html/forums/library/XfAddOns/Blogs/Model/Category.php(120): XfAddOns_Blogs_Model_Category->getCategoriesForBlogs(Array, Array)
#6 /home/sociall1/public_html/forums/library/XfAddOns/Blogs/ControllerPublic/BlogCategory.php(202): XfAddOns_Blogs_Model_Category->getCategoriesForSelectBox(NULL)
#7 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(337): XfAddOns_Blogs_ControllerPublic_BlogCategory->actionEditOverlay()
#8 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/sociall1/public_html/forums/index.php(13): XenForo_FrontController->run()
#10 {main}

Request State
PHP:
array(3) {
  ["url"] => string(81) "http://www.sociallyuncensored.eu/forums/xfa-blog-category/thoughts.7/edit-overlay"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

I seem to be able to reproduce this error on your site as well with a "sever error"
http://xfaddons.com/blog-category/the-xfaddons-site.14/edit-overlay

http://xfaddons.com/blog-category/the-xfaddons-site.14/edit-overlay
 

Attachments

  • xfaddons.com 2013-9-26 14 58 45.webp
    xfaddons.com 2013-9-26 14 58 45.webp
    8 KB · Views: 4
I am getting this server error couple times a day, what should I do?

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY user_id ASC, display_order ASC' at line 6 - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, Today at 3:33 PM
Stack Trace

#0 /var/www/vhosts/truckmountforums.com/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????SELECT?????...')
#1 /var/www/vhosts/truckmountforums.com/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????SELECT?????...')
#2 /var/www/vhosts/truckmountforums.com/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????SELECT?????...')
#3 /var/www/vhosts/truckmountforums.com/httpdocs/library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('????SELECT?????...', Array, 2)
#4 /var/www/vhosts/truckmountforums.com/httpdocs/library/XfAddOns/Blogs/Model/Category.php(183): XenForo_Model->fetchAllKeyed('????SELECT?????...', 'category_id')
#5 /var/www/vhosts/truckmountforums.com/httpdocs/library/XfAddOns/Blogs/Model/Category.php(120): XfAddOns_Blogs_Model_Category->getCategoriesForBlogs(Array, Array)
#6 /var/www/vhosts/truckmountforums.com/httpdocs/library/XfAddOns/Blogs/ControllerPublic/BlogCategory.php(202): XfAddOns_Blogs_Model_Category->getCategoriesForSelectBox(NULL)
#7 /var/www/vhosts/truckmountforums.com/httpdocs/library/XenForo/FrontController.php(337): XfAddOns_Blogs_ControllerPublic_BlogCategory->actionEditOverlay()
#8 /var/www/vhosts/truckmountforums.com/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/truckmountforums.com/httpdocs/index.php(13): XenForo_FrontController->run()
#10 {main}

Request State

array(3) {
  ["url"] => string(79) "http://www.truckmountforums.com/xfa-blog-category/virginia-beach.1/edit-overlay"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
I am getting this server error couple times a day, what should I do?

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY user_id ASC, display_order ASC' at line 6 - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, Today at 3:33 PM
Stack Trace

#0 /var/www/vhosts/truckmountforums.com/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????SELECT?????...')
#1 /var/www/vhosts/truckmountforums.com/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????SELECT?????...')
#2 /var/www/vhosts/truckmountforums.com/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????SELECT?????...')
#3 /var/www/vhosts/truckmountforums.com/httpdocs/library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('????SELECT?????...', Array, 2)
#4 /var/www/vhosts/truckmountforums.com/httpdocs/library/XfAddOns/Blogs/Model/Category.php(183): XenForo_Model->fetchAllKeyed('????SELECT?????...', 'category_id')
#5 /var/www/vhosts/truckmountforums.com/httpdocs/library/XfAddOns/Blogs/Model/Category.php(120): XfAddOns_Blogs_Model_Category->getCategoriesForBlogs(Array, Array)
#6 /var/www/vhosts/truckmountforums.com/httpdocs/library/XfAddOns/Blogs/ControllerPublic/BlogCategory.php(202): XfAddOns_Blogs_Model_Category->getCategoriesForSelectBox(NULL)
#7 /var/www/vhosts/truckmountforums.com/httpdocs/library/XenForo/FrontController.php(337): XfAddOns_Blogs_ControllerPublic_BlogCategory->actionEditOverlay()
#8 /var/www/vhosts/truckmountforums.com/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/truckmountforums.com/httpdocs/index.php(13): XenForo_FrontController->run()
#10 {main}

Request State

array(3) {
  ["url"] => string(79) "http://www.truckmountforums.com/xfa-blog-category/virginia-beach.1/edit-overlay"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
Same error I reported above you. For now I think we just wait for @Rigel Kentaurus to update this.
 
Top Bottom