Altering com_content

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
dageshi
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Mar 13, 2008 4:41 am

Altering com_content

Post by dageshi » Mon Mar 24, 2008 9:03 am

I would like to alter the underlying storage of content from it's current implementation to one of wiki markup, aka all content exists initially as wiki and then gets converted either on the fly or is cached in another table, would the correct way to do this be to alter com_content? Are there any other ways of grabbing content directly from the db in joomla or do all roads lead to com_content?

From looking through the source I believe this would work, however I presume I'd need to write a different editor in order to edit the wiki code on site.

To put it in context, I have written some software for windows mobile which implements a mini wiki/tagging system, you write a description of a location in wiki format and this is synchronised to a server when you have an internet connection. I'd like to be able to display that content in joomla and allow editing in it's original wiki format.

Any pointers would be greatly appreciated as to how to go about this.

Cheers.

User avatar
carsten888
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Sat Feb 11, 2006 8:32 am
Location: Tilburg, Holland
Contact:

Re: Altering com_content

Post by carsten888 » Mon Mar 24, 2008 3:23 pm

sure you can just grab the content from table jos_content and output it any way you like.

the great thing about that is that you can search on the fly.

I don't know about the wiki-editor. never seen it.


Post Reply