Search found 168 matches

by kubens
Sat 29. Mar 2008, 11:33
Forum: phpwcms Support Deutsch
Topic: [solved] File upload in CP-Form integrieren
Replies: 27
Views: 7486

Re: File upload in CP-Form integrieren

... also ich sehe das wie Oliver. Du solltest i.d.R nix an den original Files ändern. Ich würde es als RT machen, aber jetzt funzt es ja ;-)

Ja, ich nutze den Uploader. Allerdings bin ich nicht so der klassische und repräsentative phpWCMS User. Ich arbeite mit einer 'gepimpten' Version die jede ...
by kubens
Sat 29. Mar 2008, 11:01
Forum: phpwcms Support Deutsch
Topic: [solved] File upload in CP-Form integrieren
Replies: 27
Views: 7486

Re: File upload in CP-Form integrieren

Naja, mein Skript checkt die ganzen Sonderfälle nicht ab, aber hier wird es dann schon besser:

upload.php

<?php

$uploadDir = dirname(__FILE__) . '/files/';
$uploadFile = $uploadDir . basename($_FILES['Filedata']['name']);

if ($_FILES['Filedata']['name'])
{
if (move_uploaded_file ($_FILES ...
by kubens
Sat 29. Mar 2008, 10:38
Forum: phpwcms Support Deutsch
Topic: [solved] File upload in CP-Form integrieren
Replies: 27
Views: 7486

Re: File upload in CP-Form integrieren

Ja, das liegt daran, daß das flash_upload Skript warnings wirft. Nimmst du dieses Beispiel, dann funktioniert es:


<?php

$uploadDir = dirname(__FILE__) . '/files/';
$uploadFile = $uploadDir . basename($_FILES['Filedata']['name']);

if ($_FILES['Filedata']['name'])
{
if (move_uploaded_file ...
by kubens
Sat 29. Mar 2008, 10:02
Forum: phpwcms Support Deutsch
Topic: [solved] File upload in CP-Form integrieren
Replies: 27
Views: 7486

Re: File upload in CP-Form integrieren


Du lädst die Datei mit jqUpload hoch
jqUpload speichert den hochgeladenen Filenamen in einem hidden Field. Der Name des hidden Fields ist der, welchen du vom type='File' gesetzt hast
Du submitest deine Form und bekommst den Filenamen ganz normal mitgeschickt

demo.html

<!DOCTYPE HTML ...
by kubens
Sat 29. Mar 2008, 08:03
Forum: phpwcms Support Deutsch
Topic: [solved] File upload in CP-Form integrieren
Replies: 27
Views: 7486

Re: File upload in CP-Form integrieren

Also normalerweise solltest dein Upload-Script explizit über einen Parameter mit angeben und nicht mit der Form-Action:


$('#example2').jqUploader({
uploadScript: '/uploadscript.php',
afterScript: 'redirected.php',
background: 'FFFFDF',
barColor: '64A9F6',
allowedExt: '*.avi; *.jpg; *.jpeg ...
by kubens
Fri 5. Oct 2007, 20:19
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.mauss-automobile.de
Replies: 11
Views: 11485

Thanks to all.

I fully aggree to all. The best website make no sense if there is no real content. That is something which needs not to be discussed again and especially not between us. I think that we have all the same meaning about this.

I discussed this issue and some others very clear with the ...
by kubens
Sun 30. Sep 2007, 16:25
Forum: hacks & enhancements
Topic: Interims solution for article aliases in 1.3.5
Replies: 0
Views: 1925

Interims solution for article aliases in 1.3.5

For all of us who can not wait for working article aliase implementation in 1.3.5 (trunk 2007-09-19). I think this is not the same approach which Oliver has in his mind, but for my personal requirements this is a workable workaround. At least as long as the well promissing next release is not ...
by kubens
Sun 30. Sep 2007, 16:11
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.mauss-automobile.de
Replies: 11
Views: 11485

@macmukka

If you wants to replace the orginal generated links by your user friendly aliases then you can use the following code. It is realized as a replacement tag.

<?php
****************************************************
* File: template/inc_script/frontend_render/99.wak.rt.links.php ...
by kubens
Sun 30. Sep 2007, 00:53
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.mauss-automobile.de
Replies: 11
Views: 11485

@macmukka

It is time to start playing with 1.3.5 (trunk 2007-09-19). I did and I dived into the source. Especially regarding the article alias issue which is not finished in this release. As far as I pointed out the approach of Oliver for this feature seems to be that the link for the article link ...
by kubens
Sat 29. Sep 2007, 00:07
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.mauss-automobile.de
Replies: 11
Views: 11485

@macmukka
Yes, you know I like these friendly URLs, but unfortunatelly this part was realized with the good old, but pimped 1.2.6. I am still waiting like all the others here for the next release...

@StudioZ
This was my first project with Symfony and I made of lot beginners mistakes, but in the ...
by kubens
Thu 27. Sep 2007, 14:21
Forum: sites you are proud of (made with phpwcms only)
Topic: http://www.mauss-automobile.de
Replies: 11
Views: 11485

http://www.mauss-automobile.de

After some month of hard work I finished a project which is realized in parts with phpWCMS. Some of us knows that my favourite branche is normally the tourism branche, but this time the project have nothing to do with tourism. This time the customer is a local car dealer.

This time the project ...
by kubens
Wed 12. Sep 2007, 11:02
Forum: phpwcms Support English
Topic: "Friendly URL's"
Replies: 19
Views: 13350

As described above I enhanced 1.2.6. Unfortunatelly it was necessary to modify some of the original phpWCMS files. For this reason and because Oliver announced a similar feature in the coming version I did not migrated my existing travel pages to latest version. Oliver posted some weeks ago an early ...
by kubens
Sat 25. Aug 2007, 20:19
Forum: phpwcms Discussion
Topic: jQuery Orientation for phpWcms
Replies: 4
Views: 4665

Hi John,

I assumed that you will find these links interesting too ;-)

I had a dream and I am absolutely sure that many people here had dreams too, but what a great dream will be come true if anytime a combination of all this different fancy projects will be used in one phpWCMS or at least in ...
by kubens
Fri 24. Aug 2007, 09:05
Forum: phpwcms Discussion
Topic: jQuery Orientation for phpWcms
Replies: 4
Views: 4665

Not just you, me too :D

In my pimped phpWCMS 1.3.3 I use jQuery in some of my own content parts. I invested much time to find the right js library and I switched two or three times the libraries durring the last year. But now I really satisfied, because jQuery meets all my requirements.

I use ...
by kubens
Sat 18. Aug 2007, 08:24
Forum: phpwcms Discussion
Topic: Status of 1.35?
Replies: 43
Views: 22712

I know that this version is just a snapshot, but may their is anybody who knows an answer...

I am very interested in the 'article_alias' feature therefore I played a little bit with this, but without success :-(

If I assign an alias (alias=structurealias) on a structure entry then this works as ...