Die Suche ergab 44 Treffer

von ounos
Di 25. Aug 2015, 10:58
Forum: webEdition Basic Version
Thema: multidomain & files
Antworten: 2
Zugriffe: 6082

multidomain & files

After enabling multidomain for a wE instance, I can no longer create new documents.
They are visible in the wE backend but they are not created in the filesystem, I cannot access them with a browser (of course). No related errors in wE errorlog.
wE v6.4.1
Any ideas ?
von ounos
Mo 24. Aug 2015, 12:32
Forum: webEdition Basic Version
Thema: listview order
Antworten: 2
Zugriffe: 5622

listview order

I added a new field in a template (<we:select>). This new field is included in the order fields of a listview. Of course, there are a lot of existing documents based on this template. Is it possible to update (not manually of course) all these documents' new field with a default value, so that I can...
von ounos
Mo 17. Aug 2015, 17:16
Forum: webEdition Basic Version
Thema: document listview and date comparison
Antworten: 1
Zugriffe: 3054

Re: document listview and date comparison

After some research I ended up using a custom condition in my listview: // Round to current day $time = time() - (time() % 86400) <we:listview condition="((myDateField >= $time))"> . . . </we:listview> It seems to work pretty fine. The generated code of the wE condition tags is something l...
von ounos
Di 11. Aug 2015, 15:33
Forum: webEdition Basic Version
Thema: document listview and date comparison
Antworten: 1
Zugriffe: 3054

document listview and date comparison

I would like to achieve something like the following: <we:condition> <we:conditionAdd field="myDate" compare=">=" type="now"/> </we:condition> using documents . Is that possible somehow ? Otherwise pagination is messed up. I use pagination and I have to filter my listvi...
von ounos
Mi 5. Aug 2015, 12:39
Forum: webEdition Basic Version
Thema: Document with more than one listviews and pagination
Antworten: 2
Zugriffe: 3032

Document with more than one listviews and pagination

I have a document with 2 different listviews. Is it possible to use pagination that will affect only the one of them ?
von ounos
Mo 22. Jun 2015, 12:14
Forum: webEdition Basic Version
Thema: Backup/Restore
Antworten: 3
Zugriffe: 3447

Re: Backup/Restore

But, this warning/error does not highlight the erroneous line.
von ounos
Mo 22. Jun 2015, 11:00
Forum: webEdition Basic Version
Thema: Backup/Restore
Antworten: 3
Zugriffe: 3447

Re: Backup/Restore

From the log file:

Code: Alles auswählen

encountered parse error during import
---------------------------------------------------
we_backup_XMLParser Object

(
    [parseError] => 10: Invalid character

...
...
...
von ounos
Mo 22. Jun 2015, 10:56
Forum: webEdition Basic Version
Thema: Backup/Restore
Antworten: 3
Zugriffe: 3447

Re: Backup/Restore

Just for the record: When I tried to restore an older backup (version 6.3.6), the restore functionality worked like a charm.
von ounos
Di 16. Jun 2015, 09:45
Forum: webEdition Basic Version
Thema: Backup/Restore
Antworten: 3
Zugriffe: 3447

Backup/Restore

I used backup functionality and after that I tried to restore on a fresh wE installation.
Files and folders are created but templates contain the default content. I don't compress or use protection for the backup file.
I am using v 6.4.1.

Is this a bug ? Any ideas ?
von ounos
Mi 20. Mai 2015, 13:06
Forum: webEdition Basic Version
Thema: order listview documents by category name
Antworten: 1
Zugriffe: 2955

order listview documents by category name

Is it possible to order a <we:listview type="document"/> documents by the category name they belong ?
von ounos
So 19. Apr 2015, 20:15
Forum: webEdition Basic Version
Thema: Multiple Navigation menu entries using same doc
Antworten: 0
Zugriffe: 3338

Multiple Navigation menu entries using same doc

There are multiple navigation entries that use the same internal document. Although extras > preferences > common > Advanced > Continue to evaluate navigation rules after a first match is set to No, when I print the navigation names, I get the same name multiple times (as many as the navigation entr...
von ounos
Do 16. Apr 2015, 13:28
Forum: webEdition Basic Version
Thema: Dynamic navigation using categories
Antworten: 0
Zugriffe: 3050

Dynamic navigation using categories

I am trying to generate and use a navigation menu that has dynamic contens which are derived from categories. I can't understand how exactly it works. i.e.: "Name of category parameter" and "parameter" fields. How should i fill these fields ? Any help would be greatly appreciated.
von ounos
Do 16. Apr 2015, 09:44
Forum: webEdition Basic Version
Thema: binary files
Antworten: 1
Zugriffe: 2808

Re: binary files

Something I should mention: I use documents and not objects.
von ounos
Mi 15. Apr 2015, 16:06
Forum: webEdition Basic Version
Thema: binary files
Antworten: 1
Zugriffe: 2808

binary files

I use a <we:userInput type="binary"/> tag in the frontend for users that want to upload a file.

What tag should I use in editmode to display that properly ?

Thanks.

Zur erweiterten Suche