Search found 34 matches

by Ren.Hoek
Tue 16. May 2006, 17:14
Forum: phpwcms Support English
Topic: PDF Link Opening Blank Page?
Replies: 4
Views: 1692

client adobe reader

Hi, such problems are always client-side i.e. how the browser/system are set to handle the application/pdf mime-type. Settings can be found regularly inside the browser-settings or within the plugin manager. The Adobe Reader itself has an options dialog to enable opening of pdf-files directly inside...
by Ren.Hoek
Tue 16. May 2006, 17:09
Forum: phpwcms Support English
Topic: Externen PHP Code einbinden "readfile"
Replies: 6
Views: 1923

config

Hi,

Code: Select all

$phpwcms["allow_remote_URL"]  = 0;  //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed   
is also important expecially if you use scripts from a number of different servers, as is in our intranet.

Bye! Ren
by Ren.Hoek
Mon 15. May 2006, 18:05
Forum: phpwcms Support English
Topic: Externen PHP Code einbinden "readfile"
Replies: 6
Views: 1923

external php

Hi, in my 1.2.6 installation, I had to edit the conf.inc.php $phpwcms["allow_ext_init"] = 1; //allow including of custom external scripts at frontend initialization $phpwcms["allow_ext_render"] = 1; //allow including of custom external scripts at frontend rendering I used iframes...
by Ren.Hoek
Sat 22. Apr 2006, 13:02
Forum: phpwcms Support English
Topic: CSS Problem
Replies: 2
Views: 1443

selectors

Hi, have you solved your problem yet? The solution is with css-selectors. Like div#id a{...} would only affect links that are inside a div with the id "id". To be more precise, if you have a div called "content-block" you would access its links by div#content-block a{color: black...
by Ren.Hoek
Sat 22. Apr 2006, 11:37
Forum: phpwcms Support English
Topic: IE vs Firefox
Replies: 6
Views: 1906

strict

Hi, I don't really want to start that "which-is-the-better-browser"-war again. But my experience is that it ist the IE that is less strict with malformed HTML code as well as it still has several bugs while interpreting css-rules. (And I gave up about "pixel-exact" layout in both...
by Ren.Hoek
Fri 21. Apr 2006, 15:15
Forum: hacks & enhancements
Topic: User log file
Replies: 1
Views: 1749

database

Hi, as far as I know the logins are already recorded inside the database (DEV 1.2.5) but no backend function to show those entries is implementet yet. It is possible to access that records through your own PHP code, of course but I'm not the right one to ask for details... (You will find info how to...
by Ren.Hoek
Fri 21. Apr 2006, 15:09
Forum: phpwcms Support English
Topic: Mit Bild Button eine externe Seite in Content Bereich laden?
Replies: 2
Views: 951

it depends

Hi, if you are using the content-part text with image (Text mit Bild), you could try the following "trick" I found somewhere else: as image caption (Bildunterzeile) use: ||index.php?youralias This makes the image clickable and links to the desired location. What if you try ||{URL:yoururl.h...
by Ren.Hoek
Fri 21. Apr 2006, 14:52
Forum: phpwcms Support English
Topic: The best way to keep pictures and files ?
Replies: 3
Views: 1108

Knut

Hi Knut,

now I remember where I learned about this :D

Thanks and cheers! Ren Hoek
by Ren.Hoek
Fri 21. Apr 2006, 14:48
Forum: phpwcms Feature Requests
Topic: FTP_upload on a second server
Replies: 1
Views: 2747

discussion

Hi,

me and another kind person of this forum discussed this earlier.
http://www.phpwcms.de/forum/viewtopic.php?t=10733

I don't know if there is an solution, but i doubt that. Nevertheless that would be aprecciated by many people!

Cheers, Ren Hoek
by Ren.Hoek
Fri 21. Apr 2006, 14:44
Forum: phpwcms Support English
Topic: File path link for insertion into html?
Replies: 1
Views: 771

path

Hi, this surely depends on where you uploaded it :wink: I mean, if you use the integrated filemanager the path would be like "/phpwcms_filestorage/somemd5hash.jpg" where somemd5hash stands for the cryptic alphanumeric name phpwcms generates during storing the files. You could get that file...
by Ren.Hoek
Fri 21. Apr 2006, 14:35
Forum: phpwcms Support English
Topic: Integrating other CMS
Replies: 1
Views: 822

iframe

Hi,

maybe one of my previous posts can help you:

http://www.phpwcms.de/forum/viewtopic.php?t=8182

Cheers, Ren Hoek
by Ren.Hoek
Fri 21. Apr 2006, 14:23
Forum: phpwcms Support English
Topic: stick and have a question
Replies: 1
Views: 1122

replacement tag

Hi, you have to use the "new" replacement tags (introduced in Version 1.2.1): {LEFT} or {RIGHT}... respectively instead of just leaving the template section blank. Here are some more info, but in German, on Pepe Peperkorn's helpful website: http://www.peperkorn-online.de/info-spalte-conten...
by Ren.Hoek
Fri 21. Apr 2006, 14:06
Forum: phpwcms Support English
Topic: The best way to keep pictures and files ?
Replies: 3
Views: 1108

admin section

Hello, you have deleted unused filed from within the filemanager. Now make sure to empty the trashcan (agian inside the filemanager). Go into the admin section and click "finally remove files" (or similar option, I don`t know the English button because I use the German backend). Now all fi...
by Ren.Hoek
Fri 21. Apr 2006, 13:54
Forum: phpwcms Support English
Topic: Browser Upload geht, FTP Übernahme nicht :(
Replies: 2
Views: 1726

Rights

Hi, even if I didn't have the exactly same scenario as yours: Your "P.S." points to a behavior that me too experienced some time ago. And it were the rights for the frontend.css that have been wrong. I can only suggest to double check that. In my now 2 years long experience with several ph...
by Ren.Hoek
Fri 21. Apr 2006, 13:45
Forum: hacks & enhancements Support
Topic: Filelist CP with Alias
Replies: 2
Views: 3209

Rights

Hello, I have got nearly the same webspace problem and also thought about how to get phpwcms to access another server with files. As far as I gained knowledge there are going to be serious if not unsolveable problems when trying to access external servers with the PHP-Scripts inside your phpwcms ins...