Search found 3588 matches

by Tata
Wed Oct 06, 2010 5:04 pm
Forum: Addons and Plugins
Topic: fdevsound-Dewplayer
Replies: 4
Views: 1920

Re: fdevsound-Dewplayer

Have you tried CMSimplewiki?
by Tata
Tue Oct 05, 2010 9:14 pm
Forum: General
Topic: Two mailforms?
Replies: 20
Views: 8736

Re: Two mailforms?

I am sorry, but right these days I really have no time to test this. But maybe you should try some external mailing script and put it in with wrapper plugin or using hi_pd_scripting calling its index.php file directly. Maybe next week I find some time to loook at this. EDIT You dropped the worm in m...
by Tata
Tue Oct 05, 2010 6:18 am
Forum: General
Topic: Two mailforms?
Replies: 20
Views: 8736

Re: Two mailforms?

Well, that's right. It is the way how this function works - checking if an adress is given. Then try how it works, if you define any (dummy) email in config and then change it via hi_pd_scripting. This might work. CMSimple then checks if an emal is defined and will load the function "mailform". Load...
by Tata
Mon Oct 04, 2010 5:47 pm
Forum: General
Topic: Two mailforms?
Replies: 20
Views: 8736

Re: Two mailforms?

Try this on a page:

Code: Select all

<h2>e-mail form</h2>
<p>#CMSimple include $pth['file']['mailform']; $o = $output . $o; $output = '';#</p>
and the mail definition in hi_pd_scripting.

Code: Select all

$cf['mailform']['email']="some@email.com";
by Tata
Mon Oct 04, 2010 10:41 am
Forum: Deutsch
Topic: wohin mit keywords für eine einzige seite?
Replies: 10
Views: 4645

Re: wohin mit keywords für eine einzige seite?

markus@binder.li wrote:...nimmt cmsimple das einfach als normalen text...
Schau mal in Quelltext, wie die CMSimple commands dort übertragen sind. Es kann auch sein, dass es etwas falsch mit dem Editor ist.
by Tata
Mon Oct 04, 2010 9:49 am
Forum: General
Topic: Two mailforms?
Replies: 20
Views: 8736

Re: Two mailforms?

Not tested (time lack), but should probably work, try it:
1. Leave $cf['mailform']['email'] in config.php empty.
2. Use on desired pages hi_pg_scripting with

Code: Select all

$cf['mailform']['email']="some@email.com";
and

Code: Select all

mailform();

(you nustu allow more scripts on one page in hi_pd_scripting-config)
by Tata
Sun Oct 03, 2010 9:19 pm
Forum: Installation
Topic: Can't create directory
Replies: 32
Views: 29346

Re: Can't create directory

Is the installation made in the root or in some subdirectory?
by Tata
Sat Oct 02, 2010 10:33 pm
Forum: General
Topic: Need Help With Pictures
Replies: 5
Views: 2356

Re: Need Help With Pictures

Although it was a rude answer by tata here... My answer was not ment to be rude. In my first reaction to the first question (read: http://cmsimpleforum.com/viewtopic.php?f=7&t=2423#p13832), I asked what has been asked hundreds times in this forum already and recommended a hundreds time to give alwa...
by Tata
Fri Oct 01, 2010 10:14 am
Forum: Editors
Topic: Openwysiwyg
Replies: 6
Views: 6059

Re: Openwysiwyg

Open/edit openwysiwyg/wysiwyg.js and there comment-out the lines with button definitions (about #260). Here you can also comment-out any other buttons.