[TYPO3-english] Login to backend not working in Firefox 41.02 - can anyone confirm this?

2015-11-03 Thread Morten Kjems
Hi I am unable to submit the BE login form in Firefox 41.02. I have also noticed that a few forms on other sites can not be submitted when accessed with Firefox. I suspect that Firefox have changed there form handling in the latest version(s). The BE login form and the other form works fine

[TYPO3-english] Re: Login to backend not working in Firefox 41.02 - can anyone confirm this?

2015-11-03 Thread Morten Kjems
which TYPO3 version are you using? 6.2 and 7 work fine on FF. Typo 3 version is 6.2.12 Are you using the latest Firefox (41.02) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Help me decide on a Frontend User Registration extension

2015-06-08 Thread Morten Kjems
There are quite a few frontend user management extensions out there and it can be a bit tricky to find the one that match your needs. For the past two years or so I have used 'Frontend User Management' by Datamint and been very pleased, but since Typo3 6.2 some bugs where introduced, that

[TYPO3-english] Re: Clearing cache deletes content from the database?

2015-05-25 Thread Morten Kjems
Just an update. It was indeed an error in markdown_content_reloaded that caused the problem. Michael the developer have fixed the bug and uploaded a new version to the repository. Works great and can only be recommended for fans of Markdown. ___

[TYPO3-english] Re: Clearing cache deletes content from the database?

2015-05-19 Thread Morten Kjems
Thanks for the hints Phillipp. I have found out that the issue is related to this extension. http://typo3.org/extensions/repository/view/markdown_content_reloaded When I uninstall it the issue disappears. I will try to contact the developer. ___

[TYPO3-english] Clearing cache deletes content from the database?

2015-05-15 Thread Morten Kjems
when I clear page cache the content in text elements are deleted completely from the database. I have not seen this behavior before. Any suggestions on how to solve it? Here is a short screen cast with the issue (10 seconds). http://i.imgur.com/lRblFer.gif

[TYPO3-english] Re: htmlarea settings for textstyle affects blockstyles

2014-11-27 Thread Morten Kjems
Great to see a fix for this. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: Make jquery available in the typo3 backend?

2014-11-19 Thread Morten Kjems
Thanks for the answer Philipp ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Frontend User Management (datamints_feuser): Auto login error?

2014-11-19 Thread Morten Kjems
Typo3 6.2.6 Frontend User Management 0.10.0 I am trying to get auto login to work after registration. In typoscript I set: plugin.tx_datamintsfeuser_pi1.register.autologin = 1 That has no effect. So I also check auto login option in the flexform. See here: http://i.imgur.com/Vc6LPcr.png None

[TYPO3-english] Make jquery available in the typo3 backend?

2014-11-17 Thread Morten Kjems
In a project we would like to enhance the typo3 backend with some jquery. But how do I include jquery and custom javascript in the the typo3 backend? It would be easiest if it is available globally and not limited to a specific extension. Typo3 version 6.2.6 Any suggestions?

[TYPO3-english] htmlarea settings for textstyle affects blockstyles

2014-10-28 Thread Morten Kjems
I have been spending several hours today configuring the htmlarea RTE. I have figured out to get it working like I want but the configurations seems very inconsistent. My main struggle is to get a clear and consistent configurations of 'blockstyle' and 'textstyle'. The configuration for each

[TYPO3-english] Re: Insatlling TYPO3 on local server - wamp server

2014-10-19 Thread Morten Kjems
Hi William. This is a security feature of typo3. You need to prove that you have the rights to create files. To do this you just create an empty file with no extension named FIRST_INSTALL in the root directory. As soon as the file is present you can continue the installation.

[TYPO3-english] Extension manager error: The connection was reset

2014-10-19 Thread Morten Kjems
Hi. Just did a local installation of Typo3 6.2.5 on the Uniform Server (a WAMP package). Everything is running fine except for the Extension manager. I get a The connection was reset error and the extension manager never loads. See here: http://i.imgur.com/5igIKQd.png My basic php settings

[TYPO3-english] How to store HTTP_REFERER in session

2013-07-27 Thread Morten Kjems
Hi I want to store the HTTP_REFERER in a session so I can display content based on where the user came from before visiting my site. I found the handy extension 'Session' that lets you store values in a session. http://typo3.org/extensions/repository/view/session If I store a static value

[TYPO3-english] Alter label of table classes in htmlarea

2013-06-17 Thread Morten Kjems
I need some help with the configuration of htmlarea I want to label the classes in the table properties dialog to something that is meaningful to the editors. I can make it work for other classes but not for tables. Here is my setup. First I give my class a name (this is the part that does

[TYPO3-english] Condition for HTTP_REFERER

2013-03-24 Thread Morten Kjems
I have a little problem that I hope you can help me out with. I want to display some special content when a user from a specific site visits mine. It is easily done with the condition below: [globalString = IENV:HTTP_REFERER = *somesite.com*] 10 = HTML 10.value = pWelcome visitor from

Re: [TYPO3-english] Changing icon for pages and sysfolders

2013-03-20 Thread Morten Kjems
Turns out that $ICON_TYPES are deprecated. Instead this snippet should be used: t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-mytype', '../fileadmin/images/pageicons/mytype.png'); So the entire snippet end up like this: $TCA['pages']['columns']['module']['config']['items'][] =

[TYPO3-english] Changing icon for pages and sysfolders

2013-03-19 Thread Morten Kjems
Hi I am trying to change the icon for pages and sysfolders by modifying extTables.php I can add the label and icon to the list Contains Plugin that are used to set the icon. I do that with this snippet: $TCA['pages']['columns']['module']['config']['items'][] = array('mytype', 'mytype',

Re: [TYPO3-english] Changing icon for pages and sysfolders

2013-03-19 Thread Morten Kjems
You may need to manually clear the sprite cache in typo3temp in addition to clearing all other caches. Thanks for the suggestion. I deleted both files in typo3temp/sprites but it had no effect - still no icon is displayed? ___ TYPO3-english

Re: [TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-17 Thread Morten Kjems
Thanks have a look at directmail and tt_news... I will have a closer look at directmail. But why tt_news? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-17 Thread Morten Kjems
Directmail looks interesting. The receiver list can be dynamically built using a SQL query. I have never used SQL queries but it should be possible to do something like this: SELECT email FROM fe_users WHERE usergroup = 3 AND (crdate = GETDATE-1day) This part (crdate = GETDATE-1day) is

[TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-16 Thread Morten Kjems
Hi. I am looking for a solution to time emails sent to a user after they have signed up as FE-users. There are several scenarios e.g.: 1. The user sign up for a course and should receive a new lesson every day or week. 2. The user sign up at your site but never completes the payment that

Re: [TYPO3-english] CoolURI setup for html5videoplayer

2012-12-15 Thread Morten Kjems
Hi Jan Thanks Now I am almost there. Maybe cHash? Yes, moved cHash config to predefinedparts to remove it. works. But can I do a really simple rewrite so I get e.g. video instead of detail? So the last part of the URL becomes /video/video-title/. You can use valuemap to do it. I can

Re: [TYPO3-english] CoolURI setup for html5videoplayer

2012-12-15 Thread Morten Kjems
Thanks Jan. Partsorder works very well. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TS condition for browser and FE users gives weird error

2012-12-10 Thread Morten Kjems
Just to close this topic. I figured it out. The problem is the additional FCE container. When I set the browser conditions for the individual elements then everything work as expected. So just avoid the extra layer of an FCE container and it will work. /Morten

Re: [TYPO3-english] CoolURI setup for html5videoplayer

2012-12-10 Thread Morten Kjems
Hi Jan I completely missed that you answered to this thread. Sorry. Thanks for the help. I have managed to shorten the URL to: http://domain.com/tutorials/63f8283492d2ab2eddd911c79caa05ec/detail/video-title/ 2735279785110c9c7fde56b8e9f3f77f/ what's that? I am wondering about that too and

[TYPO3-english] TS condition for browser and FE users gives weird error

2012-12-03 Thread Morten Kjems
Hi. I have a few questions regarding browser conditions. I have a page that displays one kind one content for Firefox and another for all other browsers. Here is the snippet. # Display for Firefox [browser = firefox] 10 = COA_INT 10 = RECORDS 10.tables = tt_content 10.source = 137

Re: [TYPO3-english] TS condition for browser and FE users gives weird error

2012-12-03 Thread Morten Kjems
Thanks Bernd and Dmitry Dmitry Dulepov: There alwais is a check. You do not need COA_INT here. Remove the first line (10 = COA_INT) and leave the rest. I have done that. But I still need to visit the page twice to get i cached correctly. No problem after it is cached. Hard to say but most

[TYPO3-english] CoolURI setup for html5videoplayer

2012-09-05 Thread Morten Kjems
I am using the plugin html5videoplayer to display videos on my site. The urls for the individual videos in a gallery are quite long. I wonder if anyone can help me with CoolURI configuration to shorten them. Here is an example:

[TYPO3-english] generic markers: display the be_user name that created the tt_news record

2012-06-14 Thread Morten Kjems
I am stock with a TS problem. I am using the extension generic markers to display some additional info about the tt_news record in the Front End. I would like to display the name and username of the BE user who created the record. I can get the ID of the BE User with this snippet:

[TYPO3-english] Frontend User Management: Can't get hiddenparams to work

2012-03-07 Thread Morten Kjems
Hi. I have a little problem with the Frontend User Management extension. I need to pass the uid parameter of the newly created feuser to the page that is redirected to after the signup form is submitted. But I cant get the form to pass the uid (or any other parameter) Tried with these TS

Re: [TYPO3-english] felogin error: template file does not exist (eventhough it does)?

2012-03-07 Thread Morten Kjems
try to use fileadmin/templates/extensions/felogin.html Thanks Kay. It works when I set it with TS... ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] tt_news: Set default sorting order in the BE list module?

2012-01-05 Thread Morten Kjems
Thanks for the suggestion. plugin.tt_news { listOrderBy listOrderBy = crdate desc } This TS is for 'list view' in the frontend right? I am talking about the 'list module' in the backend. Any suggestions for that. ___ TYPO3-english mailing

[TYPO3-english] tt_news: Set default sorting order in the BE list module?

2012-01-04 Thread Morten Kjems
Hi. Here is a straight forward question: I would like to set the default sorting of tt_news records in the list module to be sorted by 'create date' in reversed order. This will display the latest created tt_news record at the top. Now how do I do that? I know that I can set the crdate

[TYPO3-english] 'Disallow access to TemplaVoilà objects' has no effect?

2011-10-13 Thread Morten Kjems
I wonder if anyone has a solution for this. No matter how many DS I add to the 'Disallow access' list - all the TV objects are still visible when for pages and tt_news? All other settings for the usergroup works just fine. Templa Voila 1.4.4 Typo3 4.5.3 Any suggestions? /Morten

[TYPO3-english] Issues after upgrading powermail from 1.6.3 to 1.6.4

2011-10-11 Thread Morten Kjems
I have a few issues after upgrading powermail. Hope that someone can help. After the upgrade the following things do not work. 1. Even if a mandatory checkbox is checked the user still gets a mandatory error? 2. Javascript validation do not work? 3. Classes added to a submit button are

[TYPO3-english] Get file size with typoscript? or some other way?

2011-09-04 Thread Morten Kjems
Hi. I am building a podcast feed from tt_news records with typoscript. Everything is working fine except one thing. To make a valid feed I need to set the 'length' value for the sound file. The 'length' is simply the file size in bytes. It could look like this for a 2mb file: length=200

Re: [TYPO3-english] Get file size with typoscript? or some other way?

2011-09-04 Thread Morten Kjems
Thanks for pointing me in the right direction Kay. I can make it work with the following code (I am using the Generic Marker extension): mp4size = TEXT mp4size { field = generic_tx_mknewfields_videofile filelink { path = fileadmin/folder/videos/project/ size = 1 } } That will

Re: [TYPO3-english] Get file size with typoscript? or some other way?

2011-09-04 Thread Morten Kjems
Thanks. registers should to the trick;) I am really not to familiar with this concept. Can anyone provide a working example or show me how to implement it in my code? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] How to output the absolute path to tt_news image?

2011-08-28 Thread Morten Kjems
I added this to setup in a template record sitting on my single news page: page.config.absRefPrefix config.baseURL Thanks for the suggestion. But nothing changes when I include your snippet. ___ TYPO3-english mailing list

Re: [TYPO3-english] How to output the absolute path to tt_news image?

2011-08-28 Thread Morten Kjems
sure that your images are not located in uploads/tx_ttnews/... ? Yes. I am sure the images are organized in different folders. The editors click browse chose the folder upload the images. ___ TYPO3-english mailing list

Re: [TYPO3-english] How to output the absolute path to tt_news image?

2011-08-28 Thread Morten Kjems
You should use an TS Object of type IMAGE_RESOURCE to accomplish that Thanks for the sugestion. Can anyone show me how to edit the code? I am not too familiar with typoscript. plugin.tt_news.genericmarkers { data = image ### path to tt_news image startimage = TEXT startimage { field =

[TYPO3-english] How to output the absolute path to tt_news image?

2011-08-27 Thread Morten Kjems
Hi. I need to output the absolute path to the tt_news image. I am using the plugin 'Generic Markers' to do this. Here is my setup so far. plugin.tt_news.genericmarkers { data = image ### path to tt_news image startimage = TEXT startimage { field = generic_image wrap = {$baseURL}fileadmin/| }

Re: [TYPO3-english] Unable to access backend after installing ext Image RealURL

2011-08-23 Thread Morten Kjems
Thanks a lot Jigal! That solved the problem. I will contact the developers and notify them about this error. Thanks again for taking the time to help - that goes for you too Gencha. Regards I checked in Classes/Service/CleanTask.php and the execute function only has two commented lines

[TYPO3-english] Unable to access backend after installing ext Image RealURL

2011-08-22 Thread Morten Kjems
Hi. Just installed the extension Image RealURL. Now I get the following error that seems to be related to this bug: http://forge.typo3.org/issues/25649 How do I solve this problem? I can't access the backend but the frontend works fine. All suggestions are most welcome.

[TYPO3-english] jk_poll: show poll and results on the same page?

2011-03-30 Thread Morten Kjems
Hi. I have implemented jk_poll on a page. It works fine but as soon as a user has voted the plugin displays a message telling that only one vote is allowed per person. Is it possible to display this message but also display the results? It looks kind of empty without the results. All

[TYPO3-english] Getting the UID of a FCE with Typoscript

2011-03-18 Thread Morten Kjems
Hi I am setting up a flexible content element that displays a small gallery with four images. I am using shadowbox to generate a lightbox effect when an image is clicked. I have defined a field that identifies that the images belong to the same gallery. ATagParams =

Re: [TYPO3-english] Getting the UID of a FCE with Typoscript

2011-03-18 Thread Morten Kjems
Thanks for the suggestion. ATagParams = rel=shadowbox[{field:uid}] I already tried that and it does not work. It returns: rel=shadowbox[] ?? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Getting the UID of a FCE with Typoscript

2011-03-18 Thread Morten Kjems
you could save much time if you look to the manual, it's all in. Sorry missed it... register:tx_templavoila_pi1.parentRec.uid And thanks for the solution. Works perfect :-) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Fexible content element renames my images?

2011-03-18 Thread Morten Kjems
Hi. I am setting up a flexible content element that displays a small gallery with four images. If I click Browse for files and chose the same image for all four image fields, a number is added to the filename. If I chose myimage.jpg then the filenames will be changed to myimage_01,

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-25 Thread Morten Kjems
I can not yet guarantee that. But maybe v1 is worth a try in your case. I will try this. But I got no clue how to apply a patch. I guess I need connect to the server with a command line tool. And execute this command: patch -p0 class.t3lib_lock.php t3lib_class.t3lib_lock.php.patch I

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-22 Thread Morten Kjems
Thanks for all the help Dmitry. Unfortunately semaphores are not supported :-( Dmitry Dulepov dmitry.dule...@typo3.org skrev i en meddelelse news:mailman.1.1292853962.23183.typo3-engl...@lists.typo3.org... Hi! Morten Kjems wrote: If it is any of those it must be: http://bugs.typo3.org

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-20 Thread Morten Kjems
meddelelse news:mailman.1.1292574220.13018.typo3-engl...@lists.typo3.org... Am 17.12.2010 09:16, schrieb Bjoern Pedersen: Am 16.12.2010 18:34, schrieb Morten Kjems: Den 15-12-2010 09:32, Philipp Gampe skrev: that means, TYPO3 uses wrong permissions to create files. You can fix this in Install

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-16 Thread Morten Kjems
Den 15-12-2010 09:32, Philipp Gampe skrev: that means, TYPO3 uses wrong permissions to create files. You can fix this in Install Tool. Thanks for the hint. I have looked for permission settings but I can't find any. Where do I look? The Temp directory says: typo3temp/temp/ writable Also,

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-14 Thread Morten Kjems
in /var/www/domain.com/public_html/t3lib/class.t3lib_lock.php line 215 Can anyone help? Den 10-06-2010 08:08, Morten Kjems skrev: Thanks for the explanation Dmitry! In your case I would search error log for problems (PHP error messages or anything else unusual). Where do I look for this error

[TYPO3-english] exclude category from list in tt_news?

2010-11-24 Thread Morten Kjems
I just wonder if there is a way to exclude categories from a tt_news list? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Organizing tabs and fields in tt_news

2010-11-16 Thread Morten Kjems
We just upgraded to tt_news 3.0.1. Everything is fine but the tabs and fields are organized different than previous versions. Is there a way to define which fields are shown in in each tab? I know that each field can be hidden/shown with PageTS. Ant suggestions?

Re: [TYPO3-english] Typo3 Element browser - change width?

2010-11-16 Thread Morten Kjems
No one? Morten Kjems m...@bolius.dk skrev i en meddelelse news:mailman.1.1289398969.877.typo3-engl...@lists.typo3.org... Is there a way to change the width of the element browser? Thanks. ___ TYPO3-english mailing list TYPO3-english@lists.typo3

Re: [TYPO3-english] Organizing tabs and fields in tt_news

2010-11-16 Thread Morten Kjems
You can reorder the fields by modifying the TCA dynamically. Best regards Kay Thanks! Does anyone have an example I can learn from? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Typo3 Element browser - change width?

2010-11-16 Thread Morten Kjems
There is no setting for that. OK. As you can see 650:600 is hardcoded. Anything wrong in changing the values? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Display tt_news articles at the top in list view instead of content elements?

2010-10-13 Thread Morten Kjems
The subject says it all. Is there a way to sort the what you see in list view so that tt_news articles are alway at the top? Thanks and regards /Morten ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Display tt_news articles at the top in list view instead of content elements?

2010-10-13 Thread Morten Kjems
We have not upgraded yet... Bjoern Pedersen bjoern.peder...@frm2.tum.de skrev i en meddelelse news:mailman.1.1286961198.356.typo3-engl...@lists.typo3.org... Am 13.10.2010 10:57, schrieb Morten Kjems: The subject says it all. Is there a way to sort the what you see in list view so

Re: [TYPO3-english] Google sitemap feature for MM forum. Anyone need this feature too?

2010-09-30 Thread Morten Kjems
After a little communication with Sebastiaan I got his extension to work with mm forum. You will need this as the URL parameter: tx_mmforum_pi1[action]=list_posttx_mmforum_pi1[tid]={field:uid}tx_mmforum_pi1[fid]={field:forum_id} Morten Kjems m...@bolius.dk skrev i en meddelelse news:mailman

Re: [TYPO3-english] Google sitemap feature for MM forum. Anyone need this feature too?

2010-09-29 Thread Morten Kjems
Hi Sebastian A while ago I have published an extension that can generate sitemaps (HTML and Google Sitemaps) of pages and records. I have not tested it with mm_forum, but perhaps it's something you could take a look at. Just tested this today and it seems as is it could do the job. Great.

Re: [TYPO3-english] TYPO3 4.4.2 RTE very slow compared to 4.3.2

2010-09-22 Thread Morten Kjems
We are experiencing something similar. We just did a test upgrade from 4.2.5 to 4.4.2 and the new editor is giving us a few problems to solve. In Firefox everything seems to be fine, in IE8 thing are a little slow and in IE7 it takes forever to load elements with more than one RTE. When the

[TYPO3-english] Google sitemap feature for MM forum. Anyone need this feature too?

2010-09-22 Thread Morten Kjems
Hi. We would like to see a google sitemap feature for mm forum an are considering to have one developed. The extension will ad all threads into one or several google sitemaps. These can be submitted to webmaster tools and give you a overview of what is indexed. Submitting sitemaps to Google

Re: [TYPO3-english] Is 50 Include basis templates max and if so how do I raise that number?

2010-09-16 Thread Morten Kjems
You'll have to change the limit in $TCA and increase the field size in the database if you want to keep the current template structure. Alternatively you can include some templates into other templates. Thanks Dmitry. I am able to find the line responsible for the configuration through the

[TYPO3-english] Is 50 Include basis templates max and if so how do I raise that number?

2010-09-15 Thread Morten Kjems
Hi When I try to include a template to my main TS template I get a message that I can not do that. I have exactly 50 templates included already so I suspect that 50 is the default max. Is this correct? And how do I raise that number? Thanks /Morten

[TYPO3-english] mm_forum - need to get in touch with the developers.

2010-09-07 Thread Morten Kjems
Hi. I have been trying to get in touch with the developers. If you read this please get back to me. Best regards ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Feature request how to ad one?

2010-08-31 Thread Morten Kjems
I have a feature request for more advanced shortcuts. Where and how do I add it? Thanks /Morten ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Feature request how to ad one?

2010-08-31 Thread Morten Kjems
Thanks Sebastian. The problem is that I don't have a patch ready but I would like one developed... However I properly could find sponsoring for the development, so I guess the next step is to find a developer and work with him/her. Anyone interested? Here the feature outlined: I have been

Re: [TYPO3-english] Shortcuts - anyway to share them or to set up custom shortcuts for a specific usergroup

2010-08-18 Thread Morten Kjems
One way is to do it for one user and then copy the user. Maybe not the best way :-) I was thinking about that and I guess it is a solution but as you write it is not the best one. I would rather be able to configure this via TS or some other global setting. I have not been using shortcut

Re: [TYPO3-english] Shortcuts - anyway to share them or to set up custom shortcuts for a specific usergroup

2010-08-18 Thread Morten Kjems
I would also agree this should be developed further. Maybe add a feature request? Good idea. How do I add a feature request? I might be able to sponsor some of the work if anyone is interested in the job. /Morten ___ TYPO3-english mailing list

[TYPO3-english] Shortcuts - anyway to share them or to set up custom shortcuts for a specific usergroup

2010-08-17 Thread Morten Kjems
I have been looking into the concept of shortcuts in the Typo3 backend. It is a great feature, and if you set them up right you can save a lot of time and clicks, when doing your daily tasks. I have managed to create custom shortcut groups with this TSconfig: options.shortcutGroups { 1 = my

Re: [TYPO3-english] CoolURI 301 redirects to old links does not seem to work.

2010-08-16 Thread Morten Kjems
Hi jan. the default configuration has 24h cache, therefore, when a page title is changed, old URL is shown till the cache expires and then the old URL is moved into Old Links and redirects to the new one. Thanks for your answer. Your right the after 24 hours the old URL are moved into old

Re: [TYPO3-english] hiding subpages to DB Mounts

2010-08-12 Thread Morten Kjems
Thanks. It's all there in the access module. /Morten Stephen Bungert stephenbung...@yahoo.de skrev i en meddelelse news:mailman.1.1281521927.32326.typo3-engl...@lists.typo3.org... You can make more usergroups, a sort of basic access group an set the first page to this basic access group.

[TYPO3-english] CoolURI 301 redirects to old links does not seem to work.

2010-08-12 Thread Morten Kjems
Hi. I am trying to get CoolUri to automatically generate 301 redirects to old links. Let's say an editor change the title of a page and the URL changes accordingly. Then there is just two URLs pointing to the same site, no 301 redirect is activated. This is my setup: # Cooluri

[TYPO3-english] hiding subpages to DB Mounts

2010-08-11 Thread Morten Kjems
Hi. I just wonder if I can hide subpages to DB Mounts. The editors need to access the frontpage, but by giving them access to the frontpages they also gain access to all subpages in the pagetree. Is there a way to hide / disallow access to certain subpages?

Re: [TYPO3-english] Content elements in tt_news error: Attempt to modify record '' (tt_content:7830) without permission. Or non-existing page.

2010-08-03 Thread Morten Kjems
Make sure your editors also have read/write access to the Page content (i.e. tt_content) table. Just an update. I found out what was going on. The tt_news records where moved from folder that the editors did not have permnission to. But only the tt_news records where moved and not the

[TYPO3-english] Custom help texts in the backend

2010-07-29 Thread Morten Kjems
Hi. I just wonder if it is possible to create custom help texts in the backend. Here is a practical example: The editors are instructed to set a certain width on images depending on the article type. I would like to help them by adding a short text listing the different formats next to the

Re: [TYPO3-english] How to change the default image uploadfolderuploads\pics?

2010-07-27 Thread Morten Kjems
Thanks for all the answers. It seems that you are all saying: What you are asking for is already possible, look closer. Well, I am fully aware that an editor can use the folder button to browse for existing images and also upload new images this way. Browsing for existing images works fine.

Re: [TYPO3-english] How to change the default image upload folderuploads\pics?

2010-07-15 Thread Morten Kjems
Hi Ron. Thanks for the detailed explanation. One question though. You write: If you create another text with image and attach the same image to it... Since the image is not available for the editor in the backend. I guess that attaching means uploading the same image again from a local

Re: [TYPO3-english] How to change the default image upload folder uploads\pics?

2010-07-15 Thread Morten Kjems
You are looking for dam and dam_ttcontent extensions. This would solve the problem. Thanks for the hint Dmitry. That solution looks interesting. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] How to change the default image upload folder uploads\pics?

2010-07-14 Thread Morten Kjems
Here's a simple question. Is it possible to change the default image upload folder to a folder within the fileadmin folder? Thanks ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] How to change the default image upload folder uploads\pics?

2010-07-14 Thread Morten Kjems
Hi Dmitry Theoretically, yes but why? What exactly do you want to achieve? I feel that you want something else. Do you? When editors build a page with the content elements image and text with image they have the option to browse for the image. This is what most editors do. The problem is

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-06-10 Thread Morten Kjems
Thanks for the explanation Dmitry! In your case I would search error log for problems (PHP error messages or anything else unusual). Where do I look for this error log? I don't have direct access to the server. After elimination of the problem I would change locks to use sysvsem instead

[TYPO3-english] No thumbnails in the backend but IM is working?

2010-06-06 Thread Morten Kjems
Hi. I can't get any thumbnails to display in the filelist in the backend. ImageMagick is installed and when running the image processing tests in in the install module I don't get any errors. So ImageMagick i working just fine. When enabling Display thumbnails all I see is the alternative

Re: [TYPO3-english] No thumbnails in the backend but IM is working?

2010-06-06 Thread Morten Kjems
try to copy the src parameter into your browser (www.domain.tld/typo3/thumbs.php) and make sure PHP errors are shown. Thanks for the hint. I've had same issue where another extension was causing problem and breaking tje thumbs.php functionality. I just realized that the problem is

[TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-06-01 Thread Morten Kjems
Hi. I have a really strange and serious problem. A while ago some of my sites would not load correctly. There where no error message just an empty header and body tag. I found out that this was caused by locks stored in the typo3temp/locks folder. It seems that the process that generated

[TYPO3-english] No Templa Voila option in the filelist module??

2010-05-22 Thread Morten Kjems
Hi. I just did a clean install of typo3 4.3.3 and TemplaVoila 1.4.2. When I want to map my html template I go to the filelist module and click the icon for my html template to chose the templa voila mapping tool. But the options does not show up? Any suggestions on how to solve this

Re: [TYPO3-english] No Templa Voila option in the filelist module??

2010-05-22 Thread Morten Kjems
Thanks. Put a HTML comment !-- -- inside the HTML file and try it again. Yep. That does the job. But it does not make much sense when mapping FCE's. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Menu is outputted as text and not as htmlcode?

2010-05-22 Thread Morten Kjems
Hi. I am working with the 4.3.3 version for the first time and there seems be some changes that is a bit tricky. When I map my normal menu code everything is outputted as readable text and not as html code: This is what my menu looks like in the frontend: ul id=ul_navlia

Re: [TYPO3-english] Menu is outputted as text and not as htmlcode?

2010-05-22 Thread Morten Kjems
map suggests that you use TemplaVoilà. Then you probably have activated the post-processing option Pass content through htmlSpecialChars (HSC). In recent versions of TemplaVoila you can find this when you edit an element and then select Configuration Extra. Great! That was it. I am just

Re: [TYPO3-english] No Templa Voila option in the filelist module??

2010-05-22 Thread Morten Kjems
Den 22-05-2010 16:35, Stefano Kowalke skrev: Am 22.05.10 12:11, schrieb Morten Kjems: Thanks. Put a HTML comment !-- -- inside the HTML file and try it again. Yep. That does the job. But it does not make much sense when mapping FCE's. No it doesn't but it works for now. Haven't time

[TYPO3-english] Overwriting CSS-styled-content

2010-05-22 Thread Morten Kjems
Hi I would like to overwrite a single class in the default stylesheet. Is that possible? I tried this: plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE ( dd.csc-textpic-caption {margin:10px 0 10px 0;} ) But that overwrites the entire stylesheet... Any suggestions?

Re: [TYPO3-english] problems when moving to a new server?

2010-05-18 Thread Morten Kjems
thanks. You are both right. I guess I will have to to an upgrade. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] problems when moving to a new server?

2010-05-17 Thread Morten Kjems
Hi. I have moved and copied typo3 installations several times before without any problems but now I can't make it work. My approch: 1. I download the all files on server A 2. I upload all files to server B 3. I export the database from server A 4. I import the database to server B 5. I edit

Re: [TYPO3-english] Some pages won't load, but if I change the content they will???

2010-04-20 Thread Morten Kjems
Hi Dmitry Nothing in the web server error log? It looks like PHP error happens somewhere in the code. I have contacted my webhost and asked them to check this. On public network I got this error message. --- Invalid Response error was encountered while trying to process

[TYPO3-english] Some pages won't load, but if I change the content they will???

2010-04-18 Thread Morten Kjems
Hi. I have a problem with one of my sites. Recently some pages do not load correctly. One day they load just fine and the next day they wont load. Just a blank page with empty header and body tag and no error message. If I change the content they load correctly again. It seems to happen

[TYPO3-english] 20% of my pages won't load???

2010-04-09 Thread Morten Kjems
Hi. I have a rally weird problem. I created a site more than a year ago and it has been running just fine. But now all of a sudden some pages wont load. I realized this when I saw a drop in the google analytics statistics. The weird part is that I haven't touched anything. I have updated

  1   2   >