Search found 8 matches

by Stefan Winter
Wed 13. Apr 2011, 22:07
Forum: phpwcms Support English
Topic: LOFSlider New Bug in IE9
Replies: 1
Views: 3350

LOFSlider New Bug in IE9

Hi,
I had/have an issue with lofslider on internet explorer 9.
It is similar to the description on the lof website: Certain lofsliders do not work in ie9
http://landofcoder.com/forum/topic.html?id=667
On my test website the slider did not work on initial load. Website had to be loaded again ...
by Stefan Winter
Thu 30. Oct 2008, 22:20
Forum: phpwcms Support English
Topic: html2pdf :: missing startpdf, stoppdf in 1.3.9 213
Replies: 4
Views: 1336

Re: html2pdf :: missing startpdf, stoppdf in 1.3.9 213

Somtimes it is very very hard, how much time you can spend on NOTHING!
1. PDF Print without tables
Fact is, I my case i can not disable "a" in template/inc_default/pdf.tmpl without disabling image table format.
So this will NOT Work:

<!--PDF_SETTINGS_START//-->
; Do not remove this!!!

PDF_file ...
by Stefan Winter
Tue 28. Oct 2008, 22:00
Forum: phpwcms Support English
Topic: html2pdf :: missing startpdf, stoppdf in 1.3.9 213
Replies: 4
Views: 1336

Re: html2pdf :: missing startpdf, stoppdf in 1.3.9 270

So i am going to talk a little bit to myself. I guess only few people are relly using this pdf stuff.
I don´t know if these are bugs or just the usual strange behaviour of websoftware but if it´s ok i keep on here.

Set up a dev version of my website to test and found out:
Images within tables are ...
by Stefan Winter
Tue 28. Oct 2008, 09:08
Forum: phpwcms Support English
Topic: html2pdf :: missing startpdf, stoppdf in 1.3.9 213
Replies: 4
Views: 1336

Re: html2pdf :: missing startpdf, stoppdf in 1.3.9 270

OK found the alternative way to exclude parts from print to pdf: <!--NO_PRINT_START//--> <!--NO_PRINT_END//--> is a workaround.
But mod_exdata still needs <!-- startpdf --> and <!-- stoppdf -->
In 1.3.3 the pdf printout was ok in format. Now in 1.3.9 pdf - printout of exdata output is just a blob ...
by Stefan Winter
Tue 28. Oct 2008, 01:45
Forum: phpwcms Support English
Topic: html2pdf :: missing startpdf, stoppdf in 1.3.9 213
Replies: 4
Views: 1336

html2pdf :: missing startpdf, stoppdf in 1.3.9 213

Hi there, just updated a website to 1.3.9
I am using /inc_ext/html2fpdf. Still think this is a major feature for a website directed to people who like to have something in their hands!
In 1.3.3 everything was fine.
I changed www/template/inc_default/pdf.tmpl to my needs and used startpdf and ...
by Stefan Winter
Wed 17. Oct 2007, 20:53
Forum: phpwcms Support Deutsch
Topic: Frage zu Print PDF [PRINT_PDF] [SOLVED]
Replies: 15
Views: 4418

Die Print PDF Option

Hallo Oliver,

Ich habe die Print_PDF Option auf einer Seite schon produktiv im Einsatz und verwende die print_start und stop Option um einfache Katalogdatenseiten auszudrucken. Es dürfen keine Sonderzeichen und Gif - Images im Content sein, dann sieht es mit einem angepasstem pdf.tmpl schon ganz ...
by Stefan Winter
Wed 17. Oct 2007, 19:19
Forum: phpwcms Support Deutsch
Topic: Default Frontend Login beim Aufruf von "versteckten&quo
Replies: 3
Views: 2978

Wer schauen kann ist klar im Vorteil!

Dankeschön Oliver!
Vermutlich hast Du das Feature einfach ZU offensichtlich für mich eingebaut, da musste ich einfach dran vorbeischauen. :wink:. Vermutlich lag es auch daran, das ich im Forum einfach nichts dazu gefunden habe. Du musst manchmal auch denken: Da macht man die Sachen schon so einfach ...
by Stefan Winter
Tue 16. Oct 2007, 15:54
Forum: phpwcms Support Deutsch
Topic: Default Frontend Login beim Aufruf von "versteckten&quo
Replies: 3
Views: 2978

Default Frontend Login beim Aufruf von "versteckten&quo

FELogin Default Login
// redirect to login form if user is not logged in and has no permission to access level
if(!PERMIT_ACCESS && !_getFeUserLoginStatus()) {

if(!empty($block['feloginurl'])) {
$template_default['login_form_url'] = str_replace('{SITE}', PHPWCMS_URL, $block['feloginurl ...