Search found 6 matches
- Mon Aug 11, 2008 10:25 am
- Forum: CMSMS Core
- Topic: Auto thumbnail in content? thumbnail size?
- Replies: 3
- Views: 3183
Re: Auto thumbnail in content? thumbnail size?
This may or may not help. I uploaded a bunch of images to a new folder via FTP. When viewed them on the page, I only got the link on the index page with no thumbnails. Then I went into Image Manager and selected the directory I had created with FTP, and placed the images into. This then made the thu...
- Mon Aug 11, 2008 8:50 am
- Forum: [locked] Documentation0ld
- Topic: Adding a new page to WIKI or REMOVING a page
- Replies: 7
- Views: 13145
Re: Adding new page to WIKI
Goto an existing page and add a link to the page you want to create:
[My New Page] in mediawiki I think.
Then click the link and it will complain the page doesn't exist and ask if you want to create it.
[My New Page] in mediawiki I think.
Then click the link and it will complain the page doesn't exist and ask if you want to create it.
- Sun Aug 10, 2008 11:19 am
- Forum: Developers Discussion
- Topic: How do you register a markup parser during module installation
- Replies: 1
- Views: 1142
Re: How do you register a markup parser during module installation
In class.content.inc.php I've found reference to: Markup() SetMarkup($markup) Both of which appear to never be called; with the default markup being set in function SetInitialValues() $this->mMarkup = 'html' ; So it appears that CMSMS doesn't support different markup parsers, even though Smarty appe...
- Sun Aug 10, 2008 2:42 am
- Forum: Developers Discussion
- Topic: How do you register a markup parser during module installation
- Replies: 1
- Views: 1142
How do you register a markup parser during module installation
I have a Dokuwiki markup parser I cobbled together for another CMS and I want to convert it to work on CMSMS. I'll just make it a module, bobs your uncle. I'm assuming at this stage, it would work like this: I would select DokuwikiParser as the WYSIWYG editor (in place of TinyMCE) in the page when y...
- Thu Aug 07, 2008 10:17 pm
- Forum: Developers Discussion
- Topic: Where is the help text for a plugin located
- Replies: 3
- Views: 1543
Re: Where is the help text for a plugin located
You didn't answer my question. function smarty_cms_help_function_ImageGallery() { echo lang('help_function_imagegallery'); } Doesn't have any help text like you example. So I still don't know where it's hidden or how it is released. I know I can put whatever in the file, but that doesn't explain h...
- Thu Aug 07, 2008 10:28 am
- Forum: Developers Discussion
- Topic: Where is the help text for a plugin located
- Replies: 3
- Views: 1543
Where is the help text for a plugin located
Hello, I've had CMSMS for a day or so, and have been looking through some of the code in the plugins folder to get a feel for how hard or easy it would be to put together a simple plugin. I'm not trying to do anything special, this is just a learning exercise, so I don't want to use a user defined t...