News:

Who uses forums anymore?

Main Menu

Digital Text CMS

Started by Warrior, December 04, 2005, 05:03:08 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Quik

Quote from: Warriorx86] link=topic=4009.msg50769#msg50769 date=1137286325]
Because we'd REALLY copy of off venox right?

Just telling you where I've heard the name before :p

Although I have a feeling that this type of project, or at least this functionality, has been done already, I still like the idea and generally how it's handled. Very cool.
Quote[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny

Warrior

Okay a bunch of updates. MPI has been updated to v0.0.2 and all modules have been updated accordingly (all modules created by me, "SFS" by Spencer still needs the info on how to update from me)

The module manager has had it's "Create Module" function created which has a bunch of security checks and the Display Core has been updated accordingly to allow System paths ("/templates/sys")

Navigation subsystem was revamped to it's last state making it version v0.0.4 . This version is IMHO the most flexible version ever.

Usage:
The navigation takes ANY HTML and modules can create entries when they are called with install parameters.

MPI functions have been implemented to allow modules to do this:


function MPI_AddNavigationEnt($text, $link)
function MPI_AddNavigationEntEx($html)


MPI_AddNavigationEnt preappends the link with "index.php?type=module&name="
and the second parameter provides the module name.The $text parameter is just what the link says.

Example usage:

$this->MPI_AddNavigationEnt("Test Module", "test");


Additional Notes: The second parameter MUST be the System name. Use MPI_GetSysName() if you are unsure what it is.

MPI_AddNavigationEntEx adds raw HTML to the navigation core.

Example usage:

$this->MPI_AddNavigationEntEx("<strong>I am raw HTML</strong><br />");


Additional Notes: Be careful when using this as it can be dangerous is all I have to say.

--------------------------------------------

A beta release is expected VERY soon. The core has matured quite nicely and with these updates and bug fixes yesterday I think I am almost ready. All I really lack now is modules to help users and some tidying up and optimizing.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

rabbit

SFS has been updated to work with the new MPI changes.

Further work will be done this weekend to allow posting.

rabbit

SFS and Login have been updated for the new MPI updates.

SFS is fully functional.  Talk to me or Nelson for an account on the site, as a registration module has not yet been made.

zorm

Soo wheres the source code for the sourcemonkey?!
"Frustra fit per plura quod potest fieri per pauciora"
- William of Ockham

rabbit


zorm

"Frustra fit per plura quod potest fieri per pauciora"
- William of Ockham

rabbit


zorm

Actually yours is missing the folder and file images too.
"Frustra fit per plura quod potest fieri per pauciora"
- William of Ockham


zorm

"Frustra fit per plura quod potest fieri per pauciora"
- William of Ockham

rabbit


Warrior

It's been a long while since the last update but today I cracked open the source.

I removed half written code which was totally wrong (what was I thinking) and MPI_UpdateEntry(Ex) have been removed due to a lack of thinking on my part when writing them. Maybe a redesign of some things is in order to get it right.

The Module Manager system has been cleaned up slightly and I started working a little more on the permission class.
The administration panel recieved a little implementation mostly taking and stripping down module manager panel and starting to mold out this new thing.

The news recieved a slight visual improvement and I'll implement a commenting system and reimplement pagination when I'm not so tied up.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Warrior

I've stopped all major work on this CMS. It's a side project for now. Perhaps in the future I'll bring it back but it fell victim to some bad design (Despite how much I planned :() and lack of motivation.
I know Rabbit still uses it so if there are any groundbreaking bugs I can get around to fixing them
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

rabbit

Right...I don't really use it.  I did base a bit of my module loader system off of your class, though.