MyBB Source


Enter the Guess MyBB 1.6 Release Date Contest

AdvancedProfile 2 | [Public Beta] MyTrader

Latest Releases: Password Change - Mark Unread - Ban Appeal

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


Posts: 17
Joined: Nov 2008
Reputation: 0
Post: #1
MyBB:Blog (a blogging application for MyBB)
Current Version: v1.0.5

Please do note that this is NOT a plugin, Its an application that integrates with MyBB.
----------------------------------------------------------


MyBB:Blog
!A Blogging application for MyBB~


What is MyBB:Blog
MyBB:Blog is a blogging application that integrates with MyBB. It was developed by Zero (known as Xadrieth here, and CuddleBunniezzz12 elsewhere), the admin/owner of Twewy-Fan.com.

Features
  • Blog
  • MyBB Integration
  • Comments
  • RSS Feed
  • ATOM Syndication
  • Forum Stats
  • *Valid xHTML 1.1
  • Valid CSS 2.1
  • The power of Dwoo Template Engine
* webpage is only xHTML valid when logged in, this error occurs because of the login form on the mainpage, working on the issue.

Requirements
  • PHP 5.2.x series
  • MySQL 5
  • MyBB 1.4.x series
  • mysqli_*() functions enabled

Screenshots
Please note that these were taken using FireFox 3.5.x series

The MyBB:Blog application mainpage and default skin:
http://zero.twewy-fan.com/mybbblog/images/main.png

The Comment system, with moderation:
http://zero.twewy-fan.com/mybbblog/images/comments.png

Extra features:
http://zero.twewy-fan.com/mybbblog/image...atures.png

Features to come
  • More forum integration
  • Email subscription
  • Edit templates in ACP
  • Use of Javascript
  • Better comment moderation
  • Avatar Display? (possibly)

Download v1.0.5

Demo/Live application

License
Currently it's using a Creative Commons non commercial no distributions of modifcations license, it will most likely change to another one in the future, possibly GNU GPL v3.

About installtion
When installing, make sure to use the same database as your MyBB installation
When it asks you for your path to the MyBB instaltion, do it relative to where "./config.php" is located, Ex:
(BTW, I use CPanel, so it I do it like this)
Your MyBB installation is here:
/public_html/forums/

And MyBB:Blog is here:
/public_html/blog/

You're path would be:
../forums/

REMEMBER THAT TRAILING SLASH! (this goes for URLs as well)

When entering in a number value, no commas, no decimals, like when it asks for the Max Comment Length, you need to put in something like this:
5000

Not this:
5,000

Custimizing
To add options the navigation bar, open the file "./templates/nav-bar.tpl" in a text editor and add the HTML links, feel free to add images as well.

To change the banner image it shows, look for "./image/banner.png" and replace it with the desired image.

Then in a Text editor, op the file "./templates/table-start.tpl" (It's called Table Start).

And modify the width and height values.

For editing the CSS, you can just edit the default CSS file, but I suggest created a new directory in the "./themes" folder, and then putting the CSS in there, then head into "./templates/header.tpl" and change the path in the "<link>" tag.

The file "./config.tpl" holds the settings, if you ever need to change any, without reinstalling MyBB:Blog, open that file in a text editor and change what you need.

Comments, Questions?
Feel Free to ask, I also need as much input on this as i can get.

Etc.
If used, please attribute, it's not required, but I prefer if you did.

Also, credits:
http://zero.twewy-fan.com/mybbblog/credits.php

Belive it or not, the actual application (the Beta), took only 18 hours to create (that is without the ATOM syndication and "Delete Entry" option in the ACP and some RSS fixes for the foreign characters. This was because It was originally meant for just a new site I was creating, but I decided I should share it with the MyBB community, which took me almost 2 weeks of modifying the source code to make it somewhat easily customizable.)
(This post was last modified: 10-17-2009 11:48 AM by CuddleBunniezzz12.)
10-03-2009 08:43 AM


starvinmarvin14
Junior Member


Posts: 22
Joined: Mar 2009
Reputation: 0
Post: #2
RE: MyBB:Blog (a blogging application for MyBB)
Awesome! I'll be adding this to my forum soon.
10-03-2009 09:21 AM
Andii S.
LiteSoft Development Assistant


Posts: 112
Joined: Aug 2008
Reputation: 0
Post: #3
RE: MyBB:Blog (a blogging application for MyBB)
Warning: require_once(/forum/global.php) [function.require-once]: failed to open stream: No such file or directory in /data/apache/users/xxxx.de/xxxxxxxxxxxxxxxxx/www/blog/global.php on line 10

Fatal error: require_once() [function.require]: Failed opening required '/forum/global.php' (include_path='.:/usr/lib/php') in /data/apache/users/xxxx.de/xxxxxxxxxxxxxxx/www/blog/global.php on line 10

formerly known as snAke

10-03-2009 12:03 PM
CuddleBunniezzz12
Junior Member


Posts: 17
Joined: Nov 2008
Reputation: 0
Post: #4
RE: MyBB:Blog (a blogging application for MyBB)
Hmm, Andii S.,
Head into "./config.php" in the MyBB:Blog directory, and change the variable "$config['pathToMyBB']" to '../forum/'.
Ex:
$config['pathToMyBB'] = '../forum/";

If that does not work could you possibly tell me the directories where "./config.php" of MyBB:Blog is and "./config.php" of your MyBB instaltion (ie, "public_html/forum/" and "public_html/www/blog"?

NOTICE:
A Patch is needed for the index.php, there was a linking error, just upload this to the root directory of MyBB:Blog and unzip it.

http://zero.twewy-fan.com/mybbblog/patch...patch1.zip

If you download a freash copy, it should be fine.
-----
@AndiiS.
You will need the Patch BTW
(This post was last modified: 10-03-2009 02:13 PM by CuddleBunniezzz12.)
10-03-2009 01:30 PM
mastermunj
Senior Member


Posts: 519
Joined: Aug 2009
Reputation: 2
Post: #5
RE: MyBB:Blog (a blogging application for MyBB)
Sounds interesting..

@starvinmarvin14 & @Andii S. -- We will wait for your feedback on the same to know how it works.. and ease of use..

[Image: LocalSearchTalksForum-AllForums.gif] [Image: PtcSquadForums-AllForums.1.gif]
10-03-2009 03:05 PM
Svizy
Support Team

Support

Posts: 1,221
Joined: Aug 2009
Reputation: 6
Post: #6
RE: MyBB:Blog (a blogging application for MyBB)
Seems like a great application, but I think I'm going to pass on it since there are is an plugin that adds blog to your forums

Giving PM support only for General MyBB issues!

10-03-2009 06:47 PM
Andii S.
LiteSoft Development Assistant


Posts: 112
Joined: Aug 2008
Reputation: 0
Post: #7
RE: MyBB:Blog (a blogging application for MyBB)
Code:
$config['pathToMyBB'] = '../forum/';
works and also i had to change my cooki phat to ""
works like a charm you did a good job with this blog

one small bug (?) i do not have a acp or modcp link,...yes im usergroup 4 but im in a second usergroup

Edit: SEO would be nice

formerly known as snAke

(This post was last modified: 10-04-2009 02:19 AM by Andii S..)
10-03-2009 09:33 PM
CuddleBunniezzz12
Junior Member


Posts: 17
Joined: Nov 2008
Reputation: 0
Post: #8
RE: MyBB:Blog (a blogging application for MyBB)
$mybb->user['usergroup'] is where the Mod/ACP links are dependant from, maybe I should change the referencing variable

SEO will bee in v1.2.x

EDIT:
Crap, just relised that I have a unicode problem.

(sub)EDIT:
Fixed problem in v1.0.1, download it or the upgrade
(This post was last modified: 10-04-2009 06:40 AM by CuddleBunniezzz12.)
10-04-2009 02:35 AM
CuddleBunniezzz12
Junior Member


Posts: 17
Joined: Nov 2008
Reputation: 0
Post: #9
RE: MyBB:Blog (a blogging application for MyBB)
Sorry for double post.

New version is out!

If you need to patch from v1.0.0, use this:
http://zero.twewy-fan.com/mybbblog/old/u...v1.0.1.zip

just upload the contents of that to your MyBB:Blog folder, delete "lock" in the "./install/" directory. then head to "./install/upgrade.php".

It should fix an RSS error that was there for the unicode problem, and now version numbers are shown in the Footer if you chose to attribute.

Changed files:
global.php
subscribe.php
index.php
install/index.php
templates/footer.tpl


Please report any bugs that you may encounter.
(This post was last modified: 10-05-2009 03:18 AM by CuddleBunniezzz12.)
10-04-2009 06:39 AM
Killswitch
Formerly 2pac


Posts: 767
Joined: May 2008
Reputation: 5
Post: #10
RE: MyBB:Blog (a blogging application for MyBB)
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.

Free domains for one year.

MyBB Resources

The best web host... period


http://silencebreakers.info
10-04-2009 12:44 PM
 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Development] iTrader for Mybb Koala 16 621 01-12-2010 10:53 PM
Last Post: Svizy
  [TuT] Creating Custom Pages in MyBB n1tr0b 2 254 10-27-2009 04:00 PM
Last Post: n1tr0b




Web Design | Web Design Jobs