Search found 48 matches

by Findus
Sat 1. Oct 2005, 09:28
Forum: phpwcms Support English
Topic: (UPDATE/NEW) phpWCMS Update Packs 26.04.2006
Replies: 134
Views: 75511

Hi Pappnase,

is this "fe login script" the script all wait for? :D


Hallo Pappnase,

ist diese "fe login script" das script, auf das alle warten? :D
by Findus
Tue 21. Jun 2005, 10:38
Forum: hacks & enhancements
Topic: Custom Replacement Tags - Some words...
Replies: 4
Views: 6216

Re: Custom Replacement Tags - Some words...

Hi Oliver,


I have seen lot of custom replacement tags - maybe you need for your daily work. But one is very stupid - sorry. Never patch core code for these - in most cases this is not neccessary. If you have such custom tags - which have effects only when page rendering process is working ...
by Findus
Fri 17. Jun 2005, 19:18
Forum: hacks & enhancements
Topic: pdf include
Replies: 6
Views: 7774

years ago i buy

pdfFactory

from http://www.fineprint.com/
by Findus
Fri 17. Jun 2005, 18:47
Forum: hacks & enhancements
Topic: pdf include
Replies: 6
Views: 7774

Hi,

so put all this line

<?php

// PDFINCLUDE:alias replacement (by Thomas Bornhaupt, 2005)
$content["all"] = preg_replace('/\{PDFINCLUDE:(.*?)\}/ie', 'get_pdfinclude_content("$1");', $content["all"]);

// -------------------------------------------------------------

function get_pdfinclude ...
by Findus
Fri 17. Jun 2005, 11:56
Forum: hacks & enhancements
Topic: pdf include
Replies: 6
Views: 7774

pdf include

Hi,

my first replacementtag. :D This include a pdf file inside the content. :!:

Use a plain text content:

{PDFINCLUDE:link/to/pdf/file/test.pdf}

this are the changes:

in /include/inc_front/content.func.inc.php

// -------------------------------------------------------------

// PDFINCLUDE ...
by Findus
Thu 9. Jun 2005, 08:02
Forum: sites you are proud of (made with phpwcms only)
Topic: Augsburger Kahnfahrt
Replies: 2
Views: 1873

Schief ist englisch und englisch ist modern. :P

Scherz beiseite. Das Design ist der Aufgabe gewaschsen.

Leider muß ich aber bemängeln, das zu kleine Schriften gewählt wurden, wenn man die mit FireFox größere macht, fällt das Layout auseinander.
http://www.bornhaupt.de/phpwcms/tmp06/kahnfahrt ...
by Findus
Tue 7. Jun 2005, 07:59
Forum: sites you are proud of (made with phpwcms only)
Topic: Vivian-Fanclub Switzerland
Replies: 7
Views: 3334

Leidet der Designer an Farbenblindheit? :shock:

Schwarz auf Dunkelrot, wer kann das lesen?
Grau auf Dunkelrot, das ist ja noch schlimmer.

Wo ist der Konttrast. :!:

Muß ich schon wieder meckern. :oops:

Nimmt Weiß als schriftfarbe. :idea:

Auch ist die feste Schriftgröße auf meinem 1600x1200 ...
by Findus
Thu 2. Jun 2005, 19:06
Forum: phpwcms Installation Troubleshooting English
Topic: Nochwas!
Replies: 2
Views: 1888

Re: Nochwas!

Devil wrote::wie kann ich das Login eines Benutzers so einrichten das er sich im Frontend anmelden kann!
Wurde schon häufig hier beschrieben, aber leider nicht hinreichend genau für die Dummies.

Daher schlies ich mich dem Wunsch an.
by Findus
Thu 2. Jun 2005, 07:59
Forum: phpwcms Support English
Topic: Problem with Internet Explorer - freezes
Replies: 4
Views: 1482

Re: Problem with Internet Explorer - freezes

Hi,

When I click on "Kontakt" in the navigation, a forwarding to a sub-structure level is executed, the page starts loading but while loading the pictures, IE freezes. Firefox, Safari etc. no problem.

No problem with IE 6.0.2800.1106

But the Pictures of the Gruselkabinet are not in one vertical ...
by Findus
Fri 27. May 2005, 15:49
Forum: phpwcms Support English
Topic: Tidy Erros on Content Search
Replies: 4
Views: 2152

Hi pico,

i found the lines to change in:


../include/inc_front/content/cnt13.article.inc.php

old one

if(isset($content["search"]["result_per_page"])) {
//build search form
$CNT_TMP .= '<div class="search_form"';
switch($content["search"]["align"]) {
case 1: $CNT_TMP .= ' align="right ...
by Findus
Wed 25. May 2005, 11:33
Forum: phpwcms Support English
Topic: Tidy Erros on Content Search
Replies: 4
Views: 2152

Hi Horst,

f I check your Site - I see that the most Error's and Warnings are in your Code and not in the Code wich is generated from phpWCMS

I can not belive this, all my sides are without errors or warnings, except the search side :!:

And
<div class="search_form"><table ...><form action ...
by Findus
Wed 25. May 2005, 10:51
Forum: phpwcms Support English
Topic: Tidy Erros on Content Search
Replies: 4
Views: 2152

Tidy Erros on Content Search

Hi,

i use FireFox and Tidy to see wether my side is ok. :idea:

And i get many errors and warnings on the content search. :oops:

http://www.bornhaupt.de/phpwcms/tidy_search.gif

i use 1.2.2-dev and "Seitenaufbau CSS DIV"

have a look to http://www.bornhaupt.de/CM/index.php?suchen

how is this ...
by Findus
Tue 24. May 2005, 09:34
Forum: phpwcms Support English
Topic: phpWCMS PRE 1.2.3-DEV zum downloaden !
Replies: 18
Views: 6993

Oliver worte this on Sourceforge RSS


Changes:
-------------------
phpwcms - ChangeLog
-------------------

2005-05-23 1.2.3-DEV It is stable!!!

* many changes - all will follow later - main:
* I started to change template defaults to standard
HTML tags like <p>, <h1...h6> and so on
* space ...
by Findus
Mon 23. May 2005, 08:56
Forum: phpwcms Discussion
Topic: Sicherheits relevante Fragen
Replies: 1
Views: 1429

Sicherheits relevante Fragen

Hallo,

heute wurde ich durch 1und1 auf folgendes aufmerksam gemacht:

--------->8-------------

PHP-Workshop: PHP-Seiten absichern
von Stephan Schmidt
Wenn Sie eine Website im Internet publizieren, die durch Verwendung einer Skriptsprache wie PHP Interaktion mit dem Benutzer ermöglicht, so ...