Die Suche ergab 160 Treffer

von Michael_S
Mi 20. Aug 2014, 10:59
Forum: DB / Object Module
Thema: Object Title in select document window
Antworten: 6
Zugriffe: 4844

Re: Object Title in select document window

Hi mokraemer,

Thanks, do you know roughly when 6.3.9 will be ready for release?

Michael.
von Michael_S
Mo 18. Aug 2014, 16:35
Forum: DB / Object Module
Thema: Object Title in select document window
Antworten: 6
Zugriffe: 4844

Re: Object Title in select document window

Hi mokraemer,

Yes, I always select a title field when setting up a class.
von Michael_S
Mo 18. Aug 2014, 15:10
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

Hi Timo,

When working in hooks what do I use to call the Object ID, I've tested WE_ID, OF_ID, etc. but without results.

Michael.
von Michael_S
Mo 18. Aug 2014, 14:38
Forum: DB / Object Module
Thema: Object Title in select document window
Antworten: 6
Zugriffe: 4844

Object Title in select document window

Hi, I have a multi object field where I need to find and select objects to link to another class. But in the document select window the Title is not displayed despite selecting the field in the class. Without the title being displayed locating the correct object to link is difficult and slow. See at...
von Michael_S
Mo 18. Aug 2014, 14:00
Forum: DB / Object Module
Thema: multiobject and listviewRows
Antworten: 3
Zugriffe: 3094

Re: multiobject and listviewRows

Yes, that could be it ... a simple mistake, I will test.

Cheers.
von Michael_S
Di 12. Aug 2014, 15:05
Forum: webEdition Basic Version
Thema: listview object nameto
Antworten: 1
Zugriffe: 3149

listview object nameto

Hi, I'm testing the nameto function in a object listview and can't get any output for objects or multiobject using 6.3.8.0 (SVN-Revision: 6985). <we:listview type="object" classid="5" nameto="tags" to="global"> <we:repeat> <we:field type="text" name=...
von Michael_S
Di 12. Aug 2014, 01:00
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

One note on prePublish hook's for dealing with date fields and timestamps ... PHP 'date' did not work for me but 'gmdate' did.

Code: Alles auswählen

// Class fields
$myDate = $object->getElement('Class_Date_Field');
// Get year from timestamp
$myYear = gmdate('Y', $myDate);
von Michael_S
Di 12. Aug 2014, 00:51
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

Hi Timo,

Yes, I've been careful to make sure the seo-url's are unique. I'm moving a site from Expression Engine into webEdition and needed the extra flexibility the prePublish hook's gave me and its working well. Thanks for the help.

Michael.
von Michael_S
Fr 8. Aug 2014, 13:15
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

Hi Timo, I've just tested saving Objects with and without sep-urls and I can save without issues, I currently have 9 classes, 1 with a custom prePublish hook. I'm using webEdition version 6.3.8.0 (SVN-Revision: 6985) official release. you also have to look for producing unique seo-urls (over all obj...
von Michael_S
Do 7. Aug 2014, 21:07
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

Hi Timo, Thats excellent it works really well and I can see that the hooks could be incredibly useful, wish I looked at this years ago! One point to add for anyone looking at using hooks for custom SEO URL's or whatever else you might need the data only shows when you refresh the Object or close and...
von Michael_S
Do 7. Aug 2014, 00:29
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

Hi biwaMedia,

I've found the sample_hooks and can see where the custom_hooks should be saved but I'm still unsure how to call the custom_hook from the hidden Object field (only visible for Admins).

Thanks,

Michael.
von Michael_S
Do 7. Aug 2014, 00:00
Forum: webEdition Feature Requests
Thema: Lowercase Object SEO-URL
Antworten: 15
Zugriffe: 15365

Re: Lowercase Object SEO-URL

Hi biwaMedia, This is interesting and it sounds like it solves the lowercase URL issue and may also help me with a problem I'm having at the moment. Is it possible to use the prepublish hook to construct a SEO URL using a field from a linked Object, for example I have the following classes and would...
von Michael_S
Mi 16. Jul 2014, 15:15
Forum: webEdition Basic Version
Thema: Captcha
Antworten: 25
Zugriffe: 14942

Re: Captcha

Hi,

@e_herrmann, thanks for the prompt, I have it all working now.

Michael.
von Michael_S
Mi 16. Jul 2014, 13:30
Forum: webEdition Basic Version
Thema: Captcha
Antworten: 25
Zugriffe: 14942

Re: Captcha

Hi, I now have the <we:form type="formmail> working with <we:captcha>, <we:ifCaptcha> and <we:checkForm> but have one last problem. When I switched to "Call formmail via webEdition-Dokument = Yes" and using the id attribute (id="self") the successfully submitted form no long...
von Michael_S
Mi 16. Jul 2014, 09:52
Forum: webEdition Basic Version
Thema: Captcha
Antworten: 25
Zugriffe: 14942

Re: Captcha

Success, its working now (see screen grab before and after submission) ... thought I was going mad at this end as the code is so simple. Thanks for sticking with me and finding the database issue. true. the database field is too short for the string, didn't check that :-( can you reinstall the curre...

Zur erweiterten Suche