Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Matrix: Blog
#1
Blogging system using The Matrix.

Download: https://github.com/lokothodida/matrix_bl...master.zip

Github: https://github.com/lokothodida/matrix_blog

Screenshots:
[Image: e7fa3854-e346-11e2-966c-f4b40c04f727.png]

[Image: e803cd42-e346-11e2-9a97-4264733c3bb3.png]

[Image: e84c7b3c-e346-11e2-9195-34451620af24.png]

[Image: e86f5102-e346-11e2-99b8-ab4befa5acc6.png]

[Image: 17b6e960-e348-11e2-8802-2341d15408b3.png]

[Image: 17ecbe78-e348-11e2-81a6-a6dd8564f2dc.png]

FEATURES
- Full template editing - modify almost any aspect of the blog's look
- Custom field creation - by virtue of using The Matrix, you can use The Matrix to add extra fields that may be needed
- Category creation - easily created from a textarea, with sub-categories created simply using '> ' for different levels of indentation
- i18n integration - entries can be created in multiple languages and can be created exclusively in one language (without being the base langauge of your site)
- i18n searchable - entries are fully indexed by i18n search (and you can remove individual entries from the results)
- Built-in comments system - readers can comment on your posts. Don't worry about commenters trying to impersonate you though - admin comments and author comments are specially highlighted
-- Gravatar support

CORE DEPENDENCIES
- The Matrix (n00dles)
- i18n (mvlcek)
- i18n Search (mvlcek)
- Pagify (mvlcek)

INSTALLATION

NOTE: This plugin currently assumes that your apache server has mod_rewrite enabled and pretty URLs work on your site.

Download and install the CORE DEPENDENCIES first to your /plugins folder. Then to the same for this plugin.

BASIC USAGE
On the Pages tab of the admin panel, you will see 'Blog Entries'. click there to open the main panel.

To show the sidebar, call the function 'mblog_show_sidebar' on your current theme's template/in a component (e.g. <?php mblog_show_sidebar(); ?>)

VIEW
Click 'View' to view your blog's main page.

ENTRIES
- Click 'Create Entry' to create a blog entry.
- Click '#' next to an entry to view it.
- Click 'x' next to an entry to delete it (this can be undone on the immediately following page)
- Click on an entry's name to edit it.

You can also sort your view of the entries via Title, Slug, Creation and Publication date.

TEMPLATES
You can edit the look of the following templates:

- HEADER (for HTML, CSS and Javascript at the top of the page)
- ENTRY (for the individual entry)
- EXCERPT (for how entries look on the main blog page and in search results)
- COMMENTS (for how each comment will be formatted)
- AUTHOR (for your author's page)
- SIDEBAR (for reorganizing the widgets)

CONFIG
You can modify the configuration of your blog.
- Base URL: base URL of all aspects of the blog
- Slug: dummy slug for your blog to be located on (this should reflect the Base URL)
- Template: core template file for blog based on your current theme
- Authors URL: relative path for blog author profiles
- Tags: tags to exist for all blog entries when searched
- Categories: categories for your blog entries to be sorted into (one category name per line)
-- Sub categories are created by prefixing the category with '>' for how many indentations are needed, then a space.
- Language: languages you would like to select from when creating an entry; one language code per line
- Image Upload Settings: Set the max file size, image dimensions and thumb dimensions of uploads
- Excerpt Length: length of excerpts on main blog page and search results
- Entries per page: number of entries per blog page/search results
Comments per page: max number of comments per page before pagination
- Min chars per comment: min length of a comment (NEEDS FIXING)
- Max chars per comment: max length of a comment
- Require name, email, URL: sets whether those entities are required prior to posting a comment
- Censored words: list of words you'd like to censor in a comment (replaced with ****); one line per word (and if a line is of the form 'foo, bar', the word 'foo' will be replaced with 'bar' rather than '****')
- Banned IPs: one IP per line - restricts users from commenting (user IPs are visible on comment moderation page - go to the entry and click 'Comments')
- Message above form: message above the comments form
------

Much of what has gone into making this plugin will be used to develop 'Matrix Catalog' and overhaul the CUsers core and Message Board.

Still very much a beta.
Reply


Messages In This Thread
The Matrix: Blog - by Angryboy - 2013-07-03, 05:25:34
RE: Matrix Blog - by evan70 - 2013-07-03, 05:51:05
RE: Matrix Blog - by influxweb - 2013-07-08, 11:45:03
RE: Matrix Blog - by Angryboy - 2013-07-08, 18:14:46
RE: Matrix Blog - by Speed - 2013-07-21, 14:16:31
RE: Matrix Blog - by n00dles101 - 2013-07-21, 22:05:45
RE: Matrix Blog - by shawn_a - 2013-07-22, 00:46:56
RE: Matrix Blog - by Speed - 2013-07-22, 02:26:22
RE: Matrix Blog - by n00dles101 - 2013-07-22, 05:25:22
RE: Matrix Blog - by Speed - 2013-07-22, 05:56:22
RE: Matrix Blog - by n00dles101 - 2013-07-22, 06:36:13
RE: Matrix Blog - by Speed - 2013-07-22, 07:14:01
RE: Matrix Blog - by Angryboy - 2013-07-28, 09:56:36
RE: Matrix Blog - by influxweb - 2013-08-04, 09:49:52
RE: Matrix Blog - by shawn_a - 2013-08-04, 10:23:25
RE: Matrix Blog - by influxweb - 2013-08-04, 10:27:20
RE: Matrix Blog - by shawn_a - 2013-08-04, 10:55:26
RE: Matrix Blog - by influxweb - 2013-08-04, 11:00:29
RE: Matrix Blog - by shawn_a - 2013-08-04, 11:01:21
RE: Matrix Blog - by influxweb - 2013-08-04, 11:08:16
RE: Matrix Blog - by shawn_a - 2013-08-04, 11:44:41
RE: Matrix Blog - by dedos - 2013-08-07, 00:35:01
RE: Matrix Blog - by n00dles101 - 2013-08-07, 00:36:22
RE: Matrix Blog - by dedos - 2013-08-07, 00:40:36
RE: Matrix Blog - by n00dles101 - 2013-08-07, 00:43:44
RE: Matrix Blog - by dedos - 2013-08-07, 00:49:10
RE: Matrix Blog - by magik - 2013-08-07, 13:32:12
RE: Matrix Blog - by magik - 2013-08-07, 14:39:16
RE: Matrix Blog - by shawn_a - 2013-08-07, 21:57:09
RE: Matrix Blog - by n00dles101 - 2013-08-07, 23:23:31
RE: Matrix Blog - by Angryboy - 2013-08-09, 05:02:50
RE: Matrix Blog - by Angryboy - 2013-08-18, 20:22:12
RE: The Matrix: Blog - by JaceX - 2013-11-17, 06:04:07



Users browsing this thread: 1 Guest(s)