Search found 6 matches

by raziel
Mon Jun 13, 2005 7:05 am
Forum: Module und Tags
Topic: PHPLayers - Treemenu
Replies: 4
Views: 3981

Re: PHPLayers - Treemenu

(optional) tree - 1/0, this option will generate a tree menu.
;)

Also mit {cms_module module='phplayers' tree='1'} lässt sich das erzeugen. Sieht gut aus, danke für den hinweis piratos!

gruß,
raziel
by raziel
Fri Apr 01, 2005 5:31 pm
Forum: Modules/Add-Ons
Topic: Syntax Highlighter
Replies: 1
Views: 2601

Syntax Highlighter

Hi, i want to have some source codes on my (hopefully) coming soon cmsms-based site and so i put together a little easy-to-use plugin to highlight source-code for several programming languages. I make it available to you, maybe it's useful for someone :) In the background GeSHi - Generic Syntax High...
by raziel
Tue Mar 29, 2005 6:08 am
Forum: General Discussion
Topic: working in straight html (not using the web-based WYSIWYG editor)
Replies: 3
Views: 3009

Re: working in straight html (not using the web-based WYSIWYG editor)

Two solutions:
- Deactivate WYSIWYG-editor in "User Preferences"-section of the admin panel.
- Click on the "HTML" button in TinyMCE (assuming you're using this WYSIWYG-editor)

raziel
by raziel
Mon Mar 28, 2005 6:56 am
Forum: CMSMS Core
Topic: XML Button
Replies: 3
Views: 3068

Re: XML Button

Open 'modules/News/News.module.php' in an editor and search for

Code: Select all

	echo "  <description>Current News entries</description>\n";
raziel
by raziel
Sun Mar 27, 2005 12:17 pm
Forum: Tips and Tricks
Topic: HowTo show HTML / template code
Replies: 4
Views: 7097

Re: HowTo show HTML / template code

Maybe this is something for you:
http://www.palfrader.org/code2html/

Or you can try to pack GeSHi (http://qbnz.com/highlighter/) into a cmsms plugin ;)
I'm currently trying to get GeSHi run with cmsms and make a highlighter plugin but it still won't work as i want it to do ;)
by raziel
Sun Mar 27, 2005 11:00 am
Forum: CMSMS Core
Topic: Include PHP
Replies: 2
Views: 5107

Re: Include PHP

You can define your own smarty-tags in the plugin-section of the the admin-area.

simply name it "cute_news" and set code to:

Code: Select all

include('cutenews/show_news.php');
finally insert "{cute_news}" wherever you want on your site :)

Go to advanced search