Search found 17 matches

by schemberg
Thu Apr 03, 2008 1:14 pm
Forum: Module und Tags
Topic: CMSMailer: Mails kommen bei manchen Accounts nicht an (z.B. Yahoo, T-Online)
Replies: 4
Views: 1693

Re: CMSMailer: Mails kommen bei manchen Accounts nicht an (z.B. Yahoo, T-Online)

... dann macht es keinen Sinn, dass eine Mail direkt an den Verteiler funktioniert; aber es funktioniert.

Mal schauen, ob ich was finde.

Axel
by schemberg
Wed Apr 02, 2008 4:33 pm
Forum: Module und Tags
Topic: CMSMailer: Mails kommen bei manchen Accounts nicht an (z.B. Yahoo, T-Online)
Replies: 4
Views: 1693

Re: CMSMailer: Mails kommen bei manchen Accounts nicht an (z.B. Yahoo, T-Online)

Hallo Cyberman, ... das würde ich auch denken, jedoch klappt eine Mail an info@foo.bar direkt  ??? Ich habe bei Heise gelesen, das T-Online seinen Spamschutz erhöht hat und ein englischer CMSMS Forumsteilnehmer hat auch schon mal die Frage nach Yahoo gestellt (und keine Antwort bekommen). Ich kapier...
by schemberg
Wed Apr 02, 2008 5:33 am
Forum: Module und Tags
Topic: CMSMailer: Mails kommen bei manchen Accounts nicht an (z.B. Yahoo, T-Online)
Replies: 4
Views: 1693

CMSMailer: Mails kommen bei manchen Accounts nicht an (z.B. Yahoo, T-Online)

Gute Morgen, ich habe eine Seite mit CMSMS 1.2.3 gemacht. CMSMailer habe ich so eingerichtet, dass ein SMTP-Account verwendet wird. Die über die Testfunktion verschickten Mails kommen bei meinem Account und/oder bei GMX an und auch bei Yahoo, nicht jedoch bei T-Online. Ich habe mit dem Forms-Modul e...
by schemberg
Tue Oct 30, 2007 7:48 pm
Forum: CMSMS Core
Topic: How to present php code on a page?
Replies: 6
Views: 2266

Re: How to present php code on a page?

Hi Ronny,

yes that was what I did: HTML (not wysiwyg). But after switching between WYSIWYG and HTML the php-code is gone  :-\

Regards

Axel
by schemberg
Tue Oct 30, 2007 7:35 pm
Forum: CMSMS Core
Topic: How to present php code on a page?
Replies: 6
Views: 2266

Re: How to present php code on a page?

Hi Ronny,

thank you for the quick response. I tried to do so, but FCKEditor or TinyMCE delete content, so that the result ist:

Code: Select all

<p><code>{literal}{/literal}</code></p>
and the rest is missing. :(

...

Axel
by schemberg
Tue Oct 30, 2007 7:07 pm
Forum: CMSMS Core
Topic: How to present php code on a page?
Replies: 6
Views: 2266

How to present php code on a page?

Hi,

I try to present php sourcecode on my page:

Code: Select all

<?php
phpinfo();
?>
... OK, different content.
I tried literal and tt, both don't works.

Anyone, who can help me?

Regards

Axel

p.s. I asked the same question in the german forum, but there was no solution.
by schemberg
Mon Oct 29, 2007 5:07 pm
Forum: Modules/Add-Ons
Topic: Album on CMSMS 1.2 doesn't work
Replies: 4
Views: 2217

Re: Album on CMSMS 1.2 doesn't work

Hi, changing the URL is the key. I compared the old and the new config.php: the new one $config['image_uploads_url'] = $config['root_url'] . 'http://die-schembergs.de/uploads/images'; I changed it to: $config['image_uploads_url'] = $config['root_url'] . '/uploads/images'; After that the URL look lik...
by schemberg
Mon Oct 29, 2007 9:55 am
Forum: German - Deutsch
Topic: PHP Quellcode anzeigen
Replies: 5
Views: 3621

Re: PHP Quellcode anzeigen

... bei mir klappt das nicht so.
Er verschluckt schon das erste

Code: Select all

<?php
Gruß

Axel
by schemberg
Sun Oct 28, 2007 6:27 pm
Forum: Modules/Add-Ons
Topic: Album on CMSMS 1.2 doesn't work
Replies: 4
Views: 2217

Album on CMSMS 1.2 doesn't work

Hi, today I give CMSMS 1.2 a try. Most thinks seem to work, but I had trouble with the Album module (0.9.2): - no thumbnails - no category preview thumbnails - no pictures, when you click on the placeholder for thumnail ... anyone with this problem? Regards Axel p.s. same problem with new albums ......
by schemberg
Sun Oct 28, 2007 10:57 am
Forum: German - Deutsch
Topic: PHP Quellcode anzeigen
Replies: 5
Views: 3621

PHP Quellcode anzeigen

Hallo, ich bin irgendwie zu blöd. Ich möchte auf einer Seite PHP-Quellcode anzeigen lassen, nur anzeigen: <p>Hier kommt der Quellcode:<br> <?php<br>     phpinfo();<br> ?><br> wahnsinn!</p> Ich habe es schon mit literal versucht, das funktioniert aber nicht, es verhindert aber nicht die Ausführung. ?...
by schemberg
Fri Aug 10, 2007 5:36 am
Forum: Installation und Einstellungen
Topic: Album nach Update auf 1.1 keine Bilder mehr
Replies: 2
Views: 2586

Re: Album nach Update auf 1.1 keine Bilder mehr

Hi,

danke für den Hinweis ... vermutlich ist es genau mein Problem. Ich bleibe jetzt bei 1.0.8, hatte gedacht dass nach ca. 1 Monat die meisten Bugs schon 'raus wären  >:(

Schönen Gruß

Axel
by schemberg
Tue Aug 07, 2007 4:46 pm
Forum: Installation und Einstellungen
Topic: Album nach Update auf 1.1 keine Bilder mehr
Replies: 2
Views: 2586

Album nach Update auf 1.1 keine Bilder mehr

Hallo zusammen, nach dem Update auf CMSMS 1.1 sehe ich keine Bilder mehr, die über das Modul Album eingebunden habe. Weder werden die Bilder im Front- noch im Backend angezeigt. Bilder, die nicht über Album eingebunden sind funktionieren. Hat jemand einen Tipp? Axel p.s. TinyMCE funktioniert bei mir...
by schemberg
Wed Jul 11, 2007 10:53 am
Forum: German - Deutsch
Topic: Update von 1.0.2 auf 1.0.8
Replies: 1
Views: 1501

Update von 1.0.2 auf 1.0.8

Hallo,

wenn ich ein Update von 1.0.2 auf 1.0.8 machen möchte, dann kann ich das vermutlich so machen, dass ich alle Diffs unter einen Ordner kopiere und vorhandene Dateien ersetze, richtig?

Schönen Tach noch,

Axel
by schemberg
Wed Jul 11, 2007 9:39 am
Forum: Modules/Add-Ons
Topic: Album nog showing all thumbnails?
Replies: 4
Views: 3147

Re: Album nog showing all thumbnails?

Hi, I have the same problem, it was correct until the 23rd image, the last image - as I saw in the database - has no thumbnailheight and the thumbnail path of the next/other image. After this all images had no thumnailheight and no thumbnailpath. All thumbnail had been build ... the problem (as far ...
by schemberg
Sun Oct 15, 2006 4:00 pm
Forum: Module und Tags
Topic: News mit mod_rewrite
Replies: 3
Views: 2991

Re: News mit mod_rewrite

Hab's gefunden. Es sind die RewriteRules. Die gehen nämlich davon aus, dass jeglicher Link unter index.php?page= zu erreichen ist, das ist aber den News nicht so und dann geht es in die Hose. Eine mögliche, wenn vermutlich auch nicht perfekte Lösung, Ergänzung der .htaccess: # Rewrite for NEWS # req...

Go to advanced search