Search found 19 matches

by Flinti
Tue 15. Nov 2005, 15:52
Forum: phpwcms Support English
Topic: [DEV 1.2.5] can't upload a file that's greater than 1024KB
Replies: 7
Views: 2709

hi max_execution_time = 1200 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) do you think it's one of these settings?
by Flinti
Tue 15. Nov 2005, 15:35
Forum: phpwcms Support English
Topic: [DEV 1.2.5] can't upload a file that's greater than 1024KB
Replies: 7
Views: 2709

hey

it's the same as upload_max_filesize

Code: Select all

; Maximum size of POST data that PHP will accept.
post_max_size = 16M
:(
by Flinti
Tue 15. Nov 2005, 15:26
Forum: phpwcms Support English
Topic: [DEV 1.2.5] can't upload a file that's greater than 1024KB
Replies: 7
Views: 2709

hi there

php.ini:

Code: Select all

; Maximum allowed size for uploaded files.
upload_max_filesize = 16M
i also thought it could be that, but it's set to 16M :?
by Flinti
Tue 15. Nov 2005, 14:53
Forum: phpwcms Support English
Topic: [DEV 1.2.5] can't upload a file that's greater than 1024KB
Replies: 7
Views: 2709

[DEV 1.2.5] can't upload a file that's greater than 1024KB

Hi I can't upload a file via file center that's greater than 1024KB... when i've chosen a file and clicked on "upload files" the IE gives me a 404 Error does phpWCMS have a limit set somewhere in a config file? but yesterday, i didn't have that problem :? i sucessfully uploaded a 2.7 MB fi...
by Flinti
Mon 2. May 2005, 09:59
Forum: phpwcms Support English
Topic: XML error (FCKeditor 2.0 @ dev 1.2.1)
Replies: 22
Views: 9620

I have uploded the new FCKeditor RC2 from Original Website except the Two Files fckconfic.js and fckeditor.php and it works for me in IE and FF The Path to the Imagefolder is in include/inc_ext/FCKeditor2/editor/filemanager/browserdefault/connectors/php/connector.php else $GLOBALS["UserFilesPa...
by Flinti
Fri 14. Jan 2005, 08:54
Forum: phpwcms Support English
Topic: footer at bottom of page without content
Replies: 15
Views: 4719

hi, setze deine layoutvorlage so, das du rechts 1 Pixel Breite hast, dann setze da ein Spacer ein {SPACER:1:450} , dann wird die Seite auch ohne Inhalt immer so hoch dargestellt und Dein Footer sitzt dann immer an der gleichen Stelle. das dabei ist aber, dass es nicht dynamisch ist. wenn ich den fo...
by Flinti
Thu 13. Jan 2005, 16:35
Forum: phpwcms Support English
Topic: footer at bottom of page without content
Replies: 15
Views: 4719

footer at bottom of page without content

Hi, I would like to have my footer at the bottom of the page, as if you would have a table with a height of 100%. The footer should be at the bottom of the page even when there's no content. how can i solve my problem. i can't give my footer table a height of 100% and align my text to the bottom... ...
by Flinti
Mon 11. Oct 2004, 14:57
Forum: phpwcms Support English
Topic: 2nd navigation
Replies: 1
Views: 1107

2nd navigation

Original Thread in "sites you are proud of": http://www.phpwcms.de/forum/viewtopic.php?t=2281 You can select the tree you want to show within the template by using the id-number. Every structure level in the site structure has its own id-number, which is the one where you can let begin {NA...
by Flinti
Fri 8. Oct 2004, 15:00
Forum: phpwcms Support English
Topic: Navigation rechtsbündig/right-aligned ... ?
Replies: 8
Views: 2006

so, habs rausgefunden in die datei front.func.inc.php folgende zeile einfügen in die funktion td_attributes (zeile: 462) $td_attrib .= html_attribute(" align", $val[$var_part."_align"]); dann die 2 zeilen in die datei conf.template_default.inc.php unter navigation table defaults ...
by Flinti
Fri 8. Oct 2004, 11:10
Forum: phpwcms Support English
Topic: Navigation rechtsbündig/right-aligned ... ?
Replies: 8
Views: 2006

mhhh... funktioniert doch nicht so einfach mit dem rechts ausrichten. NAV_TABLE_COLUMN erstellt sein eigenes <table> und wenn ich jetzt ausserhalb von dem mit align="right" ausrichte tue, dann richtets nur die tabelle aus und nicht der inhalt.

ich muss auch im hardcode dies ändern...
by Flinti
Fri 8. Oct 2004, 10:44
Forum: phpwcms Support English
Topic: Navigation rechtsbündig/right-aligned ... ?
Replies: 8
Views: 2006

du weisst nicht zufällig in welchem file der hardcode für die navi sich befindet?
by Flinti
Fri 8. Oct 2004, 10:37
Forum: phpwcms Support English
Topic: Navigation rechtsbündig/right-aligned ... ?
Replies: 8
Views: 2006

hi pappnase oh weh... der fehler liegt bei mir. ich habe ja mein menü so eingefügt: {PHP:sample_ext_php/nav.php} , da muss ich ja die tabelle und das align=right in nav.php einsetzen... sorry wegen dem. ja, das wegen der icons wäre meine zweite frage gewesen. wieso geht das nicht? kann man nicht ein...
by Flinti
Fri 8. Oct 2004, 10:12
Forum: phpwcms Support English
Topic: Navigation rechtsbündig/right-aligned ... ?
Replies: 8
Views: 2006

Navigation rechtsbündig/right-aligned ... ?

Hi @ all Frage: Ich habe links ein normales NAV_TABLE_COLUMN menü, möchte es aber rechtsbündig haben. ich habe aber die einstellung dafür im conf.template_default.inc.php nicht gefunden. Hab ich es übersehen oder ist es noch nicht drin? in welchem file könnte ich dies ändern? ------------- How can m...
by Flinti
Fri 8. Oct 2004, 08:42
Forum: phpwcms Support English
Topic: How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?
Replies: 12
Views: 11497

kann man in sample_ext_php/nav.php eine abfrage einbauen, die schaut ob der jeweilige menüpunt ein untermenü besitzt?

wäre um jede hilfe dankbar.
by Flinti
Thu 7. Oct 2004, 17:01
Forum: phpwcms Support English
Topic: How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?
Replies: 12
Views: 11497

hi I've tried the nav.php. I am using for my main navigation {NAV_ROW} and for my left navigation {PHP:sample_ext_php/nav.php} from oliver. Now lets say my site structure looks like this: a .aa .ab .ac b .ba .bb .bc a and b are used by {NAV_ROW} and .aa .ab and so on are used by nav.php. Now when my...