Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB:Blog (a blogging application for MyBB)
Author Message
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #11
RE: MyBB:Blog (a blogging application for MyBB)
(10-04-2009 12:44 PM)Killswitch Wrote:  This is an okay mod. I won't be using this as MyBlogs has all of the features your mod does and it is much more stable then this.

It's not a mod, It's an application that's dependent on MyBB

EDIT:
Just got done with v1.0.2, it now has ATOM, I'll get it up tomorrow along with the upgrade script, because It's like 2:30 AM here.
(This post was last modified: 10-04-2009, 04:36 PM by CuddleBunniezzz12)
10-04-2009, 01:10 PM
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #12
RE: MyBB:Blog (a blogging application for MyBB)
Okay, v1.0.2 is out, the update files are here (for v1.0.1 to v1.0.2):

http://zero.twewy-fan.com/mybbblog/upgra...v1.0.2.zip

Just head to "./install/upgrade.php" and run the update, make sure that "lock" file is deleted before doing so.

Changed files:
./admin/index.php
./admin/inc/admin.class.php
./index.php
./subscribe.php
./templates/header.tpl

New Features
Tighter RSS syndication
ATOM syndication
"Blog Entry/Delete" option added to the ACP, will delete both an article and comments for that article.
10-05-2009, 03:24 AM
Jimmy
www.adminpromotion.com


Posts: 123
Joined: Oct 2009
Reputation: 0
Post: #13
RE: MyBB:Blog (a blogging application for MyBB)
this is very nice, i'll try it out.
10-05-2009, 01:52 PM
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #14
RE: MyBB:Blog (a blogging application for MyBB)
v1.0.3 is out, the update files are here (for v1.0.2 to v1.0.3):

http://zero.twewy-fan.com/mybbblog/updat...v1.0.3.zip

Just head to "./install/upgrade.php" and run the update, make sure that "lock" file is deleted before doing so.

Changedfiles from 1.0.2 to 1.0.3
-------------------
/admin/global.php
/admin/inc/admin.class.php
/admin/inc/index.html (added)
/foruminfo.php (deleted)
/index.php
/install/index.php
/install/upgrade.php
/previousentries.php
/subscribe.php
/templates/header.tpl
/templates/nav-bar.tpl
/templates/forum-info.tpl (added)
/templates/right-side-panel.tpl (added)
/templates/subscription-methods.tpl (added)
/templates/user-bar.tpl
/templates/news/table-news-end.tpl (added)
/templates/news/table-news-start.tpl (added)
/templates/news/previous-entries.tpl (added)
/themes/default/global.css

New Features
ACP Version Check
Edit config in ACP
10-07-2009, 01:36 PM
Wolfgang2025
Member


Posts: 55
Joined: Apr 2009
Reputation: 0
Post: #15
RE: MyBB:Blog (a blogging application for MyBB)
I like this a lot and looks like a real blog and I can see a lot of possibility's with this like side boxes and places for advertisements.

Just a few questions

Is this a stand alone blog that picks up the theme and users from Mybb ?

Do Mycodes and smiles work on this blog ?

When installed will the blog have it's own directory separate from the board ?
like so : mysite.com/forum/ mysite.com/blog/

I am going to install it on a test and check it out
10-09-2009, 04:04 AM
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #16
RE: MyBB:Blog (a blogging application for MyBB)
Okay, to answer your questions wolfgang2025,

1) It's a standalone application, it doesn't pick up theme (you can mode this yourself in the CSS and templates in the package), but it grabs the User data from MyBB, as well as forum data.

2)Sorry, but no. It uses CKEditor (formerly FCKeditor), but it has it's own smilies, but I bet you can find someway to add your own to CKEditor. As for the MyCodes, you most likely can find the HTML equivalents. (The comments don't have CKEditor).

3) YES, it needs to be installed in it's own directory, if you don't it will cause, um problems with MyBB, trust me on this.
10-09-2009, 06:27 AM
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #17
RE: MyBB:Blog (a blogging application for MyBB)
And here we go with v1.0.4

http://zero.twewy-fan.com/mybbblog/updat...v1.0.4.zip

For this update head to "update.php" instead of "upgrade.php".

Changed files from 1.0.3 to 1.0.4
-------------------
/index.php
/global.php
/robots.txt
/previousentries.php (deleted)
/inc/ (added)
/inc/index.html (added)
/inc/db.class.php (added)
/config.php (var name changed, update script will handle this)
/admin/index.php
/admin/inc/admin.class.php
/install/updrage.php (changed to "update.php")
/install/index.php
/install/settings.php
10-10-2009, 08:03 AM
Subby
Junior Member


Posts: 9
Joined: Oct 2009
Reputation: 0
Post: #18
RE: MyBB:Blog (a blogging application for MyBB)
Wow this site is awesome for mods. I swear MyBBS has the most awesome plugins
Back on topic:
Awesome mate gonna test it out and post my feedback
10-10-2009, 08:42 AM
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #19
RE: MyBB:Blog (a blogging application for MyBB)
Just got done with v1.0.5

1.0.5 adds a new table into the database, this is for themes, and thus, the "themes/" folder is no longer required, but make sure to run the update script before deleting it.

http://zero.twewy-fan.com/mybbblog/updat...v1.0.5.zip

Changed files from 1.0.4 to 1.0.5
-------------------
/index.php
/config.php (new variable, update script should manage that)
/themes/ (folder and all containing files are now obsolete, make sure to run the update before deleting this folder).
/css.php (new way for the CSS)
/robots.txt
/inc/db.class.php
/templates/header.tpl
/admin/global.php
/admin/inc/admin.class.php
/install/update.php
/install/index.php
/install/settings.php
10-17-2009, 11:45 AM
CuddleBunniezzz12
Junior Member


Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #20
RE: MyBB:Blog (a blogging application for MyBB)
Alright, v1.0.6 is here:

update:
http://zero.twewy-fan.com/mybbblog/updat...v1.0.56zip

Check the first post for the full version.

Changed files from 1.0.5 to 1.0.6
-------------------
/templates/ (added everything I forgot to)
/admin/index.php (forgot this one too)
/install/update.php
/install/index.php

As a side note, I've also decided to change the license to a more looser one:
http://creativecommons.org/licenses/LGPL/2.1/
10-31-2009, 10:56 AM
 




User(s) browsing this thread: 2 Guest(s)