Re: [TYPO3-english] Can you remove langauges from some sites and not from others?

2009-09-02 Thread StephenBungert
I found this thread, the only one apart from my own. http://www.nabble.com/Basic-SEO-Features-and-CoolURI-sitemap-not-working---other-options--td18789164.html#a18960493 and you mention this in it: mod.SHARED { disableLanguages = 2 } I shall try it out later. Where did you find this in

[TYPO3-english] Can you remove langauges from some sites and not from others?

2009-09-02 Thread StephenBungert
Is there away of hiding some languages from some sites? Not all our sites need to have the same langauges, when looking at the page module in langauges you see every language, even ones that we don't want for a particular site. Is there away via TS to hide/remove langauges on a site-by-site basi

Re: [TYPO3-english] TS Gmenu with numbers counting

2009-08-31 Thread StephenBungert
Maybe just add 10.text.dataWrap = {register:count_MENUOBJ}| - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---TS-Gmenu-with-numbers-counting-tp25200562p25221535.html Sent from the TYPO3 English mailing list archive at Nabble.com. __

Re: [TYPO3-english] TS Gmenu with numbers counting

2009-08-31 Thread StephenBungert
I think you have to move the stdWrap in to 10. The text property of TEXT is standard wrap, so maybe something like this might work: 10 { text.field = title text.stdWrap { # ... YourstdWrap goes here. } } - -- Stephen Bungert -- View this message in conte

Re: [TYPO3-english] Extending sr_feuser_register, how to process my marker? SOLVED

2009-07-13 Thread StephenBungert
Hi, sorry my solution only works once (I was too quick to post), when you refresh the page it just shows the markers again without replacing them. But if you add the following to YOUR extensions 'ext_localconf.php' $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sr_feuser_register']['extendingTCA'][] =

Re: [TYPO3-english] Extending sr_feuser_register, how to process my marker? SOLVED

2009-07-13 Thread StephenBungert
In case others ever have teh same problem I discovered after debugging sr_feuser_register that I needed to add the following line to my extensions ext_tables.php file, otherwise my fields are not processed by sr_feuser_register's TCA field processor: $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sr_feu

Re: [TYPO3-english] Extending sr_feuser_register, how to process my marker?

2009-07-10 Thread StephenBungert
Ok. Isee in the manual you can use this html when the field is a select: ###LABEL_MYNEWFIELDNAME### ###REQUIRED_MYNEWFIELDNAME### ###EVAL_ERROR_FIELD_myNewFieldName### ###MISSING_MYNEWFIELDNAME### ###TCA_INPUT_myNewFieldName###

[TYPO3-english] Extending sr_feuser_register, how to process my marker?

2009-07-10 Thread StephenBungert
I want to extend sr_feuser_register so that users can specify which newsletter they want to subscribe to. These are created as seperate records in my extension and are then selectable in the backend (like tt_news categories). I managed to display my field in front end but it's just an MM_relation

Re: [TYPO3-english] Contact Extension?

2009-06-25 Thread StephenBungert
That looks like plain text content to me, or is there something I'm not seeing? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--Contact-Extension--tp24210651p24215824.html Sent from the TYPO3 English mailing list archive at Nabble.com. _

Re: [TYPO3-english] Double LATEST view in tt_news

2009-06-23 Thread StephenBungert
Use two different news HTML templates. Put tt_news on the page twice, limit the first to 3 articles, and the second to whatever you want (4 or more like you wanted) and make sure that ayou set tt_news up to exclude already displayed news. Or you could use just one instance of tt_news and specify

[TYPO3-english] tt_news and RSS problems

2009-06-22 Thread StephenBungert
I have the following storage folder setup: Storage - Templates -- AP Objects -- Ext Configs - News -- Normal --- 2008 - 2009 -- Cat folder 1 -- Cat folder 2 -- Cat folder 3 My RSS PAGE object is this: ### XML ### ### --- ### xmlnews = PAGE xmlnews { typeNum = 100 10 > 10 < plu

Re: [TYPO3-english] Bug in TMENU with HMENU special=directory?

2009-05-29 Thread StephenBungert
I believe special = directory works this way, I don't think it checks for sub-menus. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---Bug-in-TMENU-with-HMENU-special%3Ddirectory--tp23786984p23787719.html Sent from the TYPO3 English mailing list a

Re: [TYPO3-english] comments => latest comments ?

2009-05-29 Thread StephenBungert
Well you know that tt_news_ is always there, then you could try using the stdWrap property substring(8). I think 8 is right here, I'm sure the counting of chracters starts at zero. Don't know if that will work but maybe you can try it. daniel huf-2 wrote: > > This is the closest I can get, do

Re: [TYPO3-english] realurl,calling page with id and title both?

2009-05-28 Thread StephenBungert
Have you seen this extension: http://typo3.org/extensions/repository/view/forcerealurls/current/ Maybe it's what your looking for. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--realurl%2Ccalling-page-with-id-and-title-both--tp23758883p2375921

[TYPO3-english] Comments Extension and report comments extension

2009-05-27 Thread StephenBungert
I just started using the comments extension and see in the default template the following part: This adds a report this comment link. Does this mean that the seperate extension for reporting comments (comments_report) is

Re: [TYPO3-english] Wrapping content elements in different ways

2009-05-25 Thread StephenBungert
I always change add wraps to content elements by creating new Frame choices. Then when I want a content element wrapped in in a certain way I select the correct frame element for the object. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---Wrappi

Re: [TYPO3-english] LDAP authenticated users and file permissons

2009-05-19 Thread StephenBungert
working? It does nothing for me, even though Configuraton > -> $TCA shows the changes entered in extTables.php. > > $TCA['be_users']['columns']['fileoper_perms']['config']['default'] = 15; > > Where 15 should be = enable first f

Re: [TYPO3-english] tt_news search templates order

2009-05-12 Thread StephenBungert
Put two tt_news instances on the search results page of type SEARCH. Use seperate templates, make the first instance use just a template that only has TEMPLATE_LIST in and make the second instance use a template with just TEMPLATE_SEARCH in. Victor Livakovsky wrote: > > Hi, List. > > I'm tryi

Re: [TYPO3-english] Workspaces

2009-05-11 Thread StephenBungert
Ah, I think I see why they can still edit live, I made them a subgroup of a group that can edit live. Walrick Bosch wrote: > > StephenBungert wrote: >> Hi, >> >> I tried creating a new workspace, but it is not possible to select it for >> a >> particular

Re: [TYPO3-english] Workspaces

2009-05-11 Thread StephenBungert
I only seem to be able to change the workspace when logged in as the editor BE user if I allow him to see user->workspace. But even if I just select that he can edit draft workspaces, Live is still selectable from the dropdown workspace selector. - -- Stephen Bungert -- View this message in

Re: [TYPO3-english] Workspaces

2009-05-11 Thread StephenBungert
I have selected just edit draft, and when I log myself in as the user, I see that he is in the default draft workspace. But I don't want this user to user the default draft workspace, I want him to use the new workspace I created. How can I do this? - -- Stephen Bungert -- View this messag

[TYPO3-english] What does the task center do?

2009-05-11 Thread StephenBungert
I found a bit more information about it here: http://www.goldenplanet.com/products/typo3/features/task-center.html They have a video, which shows soemthing called quick note and messages, I don't see these things when I select the task center. How come? - -- Stephen Bungert -- View this

[TYPO3-english] Workspaces

2009-05-11 Thread StephenBungert
Hi, I tried creating a new workspace, but it is not possible to select it for a particular usergroup. I want a draft workspace so that external translators can edit one particular language in draft mode. They use the default draft workspace unless i let them see User -> Workspace. Then they can s

Re: [TYPO3-english] LDAP authenticated users and file permissons

2009-05-08 Thread StephenBungert
This is great, I shall try it on monday, but I don't really want them to be able to copy directories and especially not delete recursive! What should the default value be for just the first three options? How do you arrive at the number 32? - -- Stephen Bungert -- View this message in con

[TYPO3-english] clearCacheCmd and sub pages

2009-05-07 Thread StephenBungert
I use clearCacheCmd in page tsconfig on news folders so that when the articles are updated the pages with tt_news plugins are cleared from the cache. Is there anyway of doing this for subpages without adding it manually to every page? I have the following structure: Products - Product 1 - Pro

Re: [TYPO3-english] LDAP authenticated users and file permissons

2009-05-07 Thread StephenBungert
boun...@lists.netfielders.de] On Behalf Of StephenBungert > [stephenbung...@yahoo.de] > Sent: Wednesday, May 06, 2009 4:23 PM > To: typo3-english@lists.netfielders.de > Subject: Re: [TYPO3-english] LDAP authenticated users and file permissons > > Hi Marcel, > > Thanks for the

Re: [TYPO3-english] LDAP authenticated users and file permissons

2009-05-06 Thread StephenBungert
rcel-48 wrote: > > Hi Stephen, > > create a be_group that serves as permissions group, set up all the users > shall be able to and then put all theses be_users into membership for > this group. > > How do you auth per LDAP? eu_ldap extension? > > good luck, >

[TYPO3-english] LDAP authenticated users and file permissons

2009-05-06 Thread StephenBungert
Hello. I need to set the file permssions for users, they must be able to create folders and unzip files. I can make manual changes to users created in TYPO3 and the changes are saved, but when users are authenticated and created by LDAP any changes I make to the users BE accounts get changed when

Re: [TYPO3-english] Page images (media field) and multiple languages

2009-04-29 Thread StephenBungert
I haven't actually tried the install tool method since my Network admin must do it - i don't know the password. I shall post back here if it works. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--Page-images-%28media-field%29-and-multiple-langua

Re: [TYPO3-english] Page images (media field) and multiple languages

2009-04-29 Thread StephenBungert
I tried that but it didn't work. I found a solution that requires changes in the install tool, but I thought I read somewhere it was possible with TSCONFIG. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--Page-images-%28media-field%29-and-multi

[TYPO3-english] Page images (media field) and multiple languages

2009-04-29 Thread StephenBungert
Is there away of sharing images when a site has multiple languages? Some pages have images in the media field (later used in menus), and I don't want to have to attach the same images each time for every language. I thought I found something a long time a go on google. I think it was Page TSCONF

Re: [TYPO3-english] Making access status visible in the Frontend

2009-04-21 Thread StephenBungert
I think you should be able to do this easily by adding the "Some of the content on this page is members-only." content to the restricted page, and giving it the access right 'hide at login'. Then unlogged in visitors to the site would see the message and logged in visitors wouldn't. Walrick Bosc

Re: [TYPO3-english] Show language selection box

2009-04-21 Thread StephenBungert
Use an HMENU with special set to language http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/#id4080403 - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--Show-language-selection-box-tp23150768p23151375.html Se

Re: [TYPO3-english] Monospaced/teletype in htmlarea

2009-04-16 Thread StephenBungert
Just add a paragraph style to the RTE and then with CSS format it to be a monospaced font like courier new. Have you ever done that before? Do you know how? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---Monospaced-teletype-in-htmlarea-tp23075

Re: [TYPO3-english] Well performance TYPO3 hosting? (maybe mosso?)

2009-04-16 Thread StephenBungert
I use asmallorange and am very pleased. TYPO3 can be installed automatically along with about 50 other pieces of software (Forums/CMS's etc.) and it displays faster than my typo3 install on my laptop, even though it's on a server in canada. The only thing that I couldn't do with the basic TYPO3

Re: [TYPO3-english] RTE - Adding a javascript event to links

2009-04-15 Thread StephenBungert
Yes, that's what I did to a couple of examples for the content editors, but now they always want me to add it, they say it is too difficult. Is there away of doing this via a button or dropdown that you know of? Dmitry Dulepov wrote: > > Hi! > > StephenBungert wrote: >>

[TYPO3-english] RTE - Adding a javascript event to links

2009-04-15 Thread StephenBungert
Is it possible to add events to links (not all). It must be easy to do, so that content editors can do it. Sort of maybe a button or a drop down like the paragraph styles. A javascript confirm window is required for some links, but I'm not sure how to make this possible for editors, I added it mys

Re: [TYPO3-english] Where to discuss PR / Marketing topics?

2009-04-08 Thread StephenBungert
Which online media? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---Where-to-discuss-PR---Marketing-topics--tp22948462p22948665.html Sent from the TYPO3 English mailing list archive at Nabble.com. ___

Re: [TYPO3-english] How to allow FE users to maintain a blog?

2009-04-08 Thread StephenBungert
Why not use tt_news? users could create articles and attach pictures to it and the comments extension would allow people to comment on it. Ulrik Høyer Kold wrote: > > Jigal van Hemert skrev: >> Ulrik wrote: >>> I would like some sort of joint blog - one blog for all users. Not a >>> blog for eve

Re: [TYPO3-english] ACT for language menu

2009-04-07 Thread StephenBungert
I always just write 1.ACT < .NO not 1.ACT < .1.NO Maybe this is why, it wasn't copied correctly? Jan Bednarik wrote: > > Hey folks, > > I don't know what's wrong with following HMENU: > > lib.langs = HMENU > lib.langs { > special = language > special.value = 2,1,0 > wrap = | > 1 = TMEN

Re: [TYPO3-english] Menu item style different then others

2009-04-06 Thread StephenBungert
allWrap.cObject = CASE allWrap.cObject { key.field = uid default = TEXT default.value = | 1 = TEXT 1.value = | 2 = TEXT 2.value = | 4 = TEXT 4.value = | } Your example uses uid in the key.field, this is the uid of the menu item I guess. So this could be sometin

Re: [TYPO3-english] Menu item style different then others

2009-04-06 Thread StephenBungert
It seems to use the CASE object: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/17/ I used an Iproc when I needed certain pages to text to be in bold (I added b tags to the wraps), I have to soon make a new version of the site, I shall look at doing the sa

Re: [TYPO3-english] Menu item style different then others

2009-04-06 Thread StephenBungert
If you don't want the ID to every page included as part of a class, then use Iproc function and edit the menu array for the page ID that needs extra styling and add the extra class then. That way only the item you want to style differently would have an extra class. - -- Stephen Bungert --

Re: [TYPO3-english] Menu item style different then others

2009-04-06 Thread StephenBungert
You could apply a general style to all items with one rule using (in my example) menuItem: menuItem { ... css for all menu items } pageId1 { ... extra css applied only to page 1 } Sorry. I thought it was only one menu item that need additional css? If lots of pages need styling maybe you s

Re: [TYPO3-english] Menu item style different then others

2009-04-06 Thread StephenBungert
You could just set subst_elementUid = 1 for the menus and then add the id of the pages to the class: Here is an example menu: temp.mainNav = HMENU temp.mainNav { 1 = TMENU 1 { NO = 1 NO { subst_elementUid = 1 stdWrap { htmlSpecialChars = 1 field = subti

[TYPO3-english] tt_news category descriptions - can you translate them to other langauges?

2009-04-02 Thread StephenBungert
I see how to translate the category titles, but is there away to translate the category descriptions too? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/tt_news-category-descriptions---can-you-translate-them-to-other-langauges--tp22844496p22844496.html Sent fro

Re: [TYPO3-english] Question GMENU_LAYERS

2009-04-01 Thread StephenBungert
optionSplit can do this for you: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/#id3927888 For example, you can give teh first and last items a specific class by changing the wrap: temp.gmenulayers.1.NO.wrap = | |*| | |*| | - -- Stephen Bungert --

Re: [TYPO3-english] accordion menu

2009-03-19 Thread StephenBungert
What's an accordian menu? Do you have a link to the site? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---accordion-menu-tp22602075p22604078.html Sent from the TYPO3 English mailing list archive at Nabble.com. __

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread StephenBungert
Put all of 2 = TMENU 2 { wrap = | noBlur = 1 expAll = 1 NO = 1 NO { wrapItemAndSub = | } ACT = 2 #ACT < .NO ACT { wrapItemAndSub = | } in the first HMENU object after 1. You don't need to make a seperate HMENU

Re: [TYPO3-english] MIT and GPL license compatible?

2009-03-16 Thread StephenBungert
I found this comparison of OSS licences for you: http://developer.kde.org/documentation/licensing/licenses_summary.html Steffen Gebert wrote: > > Hi list, > > I've written a TYPO3 extension including some JavaScript code [1] which is > licensed under MIT license. > > Can anybody tell me, i

Re: [TYPO3-english] realurl and tt_news amenu

2009-03-13 Thread StephenBungert
I meant the amenu from tt_news! As there are problems with it and real url, and because I don't think many people will choose to look for articles by date, I have removed it. Dmitry Dulepov [typo3] wrote: > > Hi! > > StephenBungert wrote: >> Is that why you dont ave

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread StephenBungert
ody, but > true, better is even in some cases to apply it directly on tags. > > http://www.campaignmonitor.com/css/ > > StephenBungert schreef: >> Don't use CSS, many web clients strip it, so do many desktop clients. The >> latest version of Outlook also uses a restr

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread StephenBungert
Don't use CSS, many web clients strip it, so do many desktop clients. The latest version of Outlook also uses a restricted older renderer from word to show the emails which has had an affect on email newsletters for business. Basically, if you want the newsletter to look ok in web and desktop clie

Re: [TYPO3-english] print friendly page extension

2009-03-12 Thread StephenBungert
Dmitry Dulepov [typo3] wrote: > > > I never saw a site that does this :) > > Actualy, some high profile sites still do this. news.bbc.co.uk for example. Select one of the articles, and above the title is a link to a printer friendly version which opens in a popup window. - -- Steph

Re: [TYPO3-english] [SOLVED] rss feed shows no news

2009-03-12 Thread StephenBungert
What do you mean some conflict? How did you solve it? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--rss-feed-shows-no-news-tp22412520p22471248.html Sent from the TYPO3 English mailing list archive at Nabble.com. ___

Re: [TYPO3-english] realurl and tt_news amenu

2009-03-12 Thread StephenBungert
Dmitry Dulepov [typo3] wrote: > >> e.g: http://www.bungert.co.uk/en/articles/article/title.html > > Use fixedPostVars for the single view page. You will get rid of the > "article" segment. > > Thanks for the tip, I was wondering how to do this. I think I sahll remove the archive menu, I act

Re: [TYPO3-english] realurl and tt_news amenu

2009-03-11 Thread StephenBungert
Is that why you dont ave an archive menu on your new blog? Dmitry Dulepov [typo3] wrote: > > Hi! > > StephenBungert wrote: >> I have real url installed now and i'm pretty hppz with the urls it makes. >> It > > Not "real url" but "real

Re: [TYPO3-english] realurl and tt_news amenu

2009-03-11 Thread StephenBungert
Is tat wy you dont ave an archive menu on your new blog? Dmitry Dulepov [typo3] wrote: > > Hi! > > StephenBungert wrote: >> I have real url installed now and i'm pretty hppz with the urls it makes. >> It > > Not "real url" but "realurl"

[TYPO3-english] realurl and tt_news amenu

2009-03-11 Thread StephenBungert
I have real url installed now and i'm pretty hppz with the urls it makes. It to a while to get them how I wanted, but they are ok. One thing that doesn't work is the amenu links. You can see the links real url generates here: http://www.bungert.co.uk/en/blog.html They display: http://www.bungert

[TYPO3-english] Content element header type

2009-03-11 Thread StephenBungert
I don't want all header elements to be h1, I thought using the type selector (secondary options), that you could specify what level heading it should be, but even when I change the type it is always rendered as an h1. Is there away of specifying that layout 2 should make the headers h2 tags, layo

Re: [TYPO3-english] print friendly page extension

2009-03-11 Thread StephenBungert
I agree, just have a style sheet for css, if someone wants to see what the page will look like printed they can use Print Preview function of the browser. maybe you can even force this to open via javascript (not sure about this, but you can simulate a click on the print button in js). Then they w

Re: [TYPO3-english] TypoScript conditions for different firefox versions

2009-03-10 Thread StephenBungert
I managed to get it to work using useragent: [useragent = *Firefox/2*] ... [global] - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--TypoScript-conditions-for-different-firefox-versions-tp22416530p22432263.html Sent from the TYPO3 English mailing

Re: [TYPO3-english] TypoScript conditions for different firefox versions

2009-03-10 Thread StephenBungert
In my last post it should have said [browser = netscape] and not [useragent = netscape] - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--TypoScript-conditions-for-different-firefox-versions-tp22416530p22432152.html Sent from the TYPO3 English mail

Re: [TYPO3-english] TypoScript conditions for different firefox versions

2009-03-10 Thread StephenBungert
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3959088 Here it says you can have extra operators before the values, like in my example: straight out of tsref: 'This matches with all 4+ browsers and netscape 3 browsers [version= >4][browser= netscap

Re: [TYPO3-english] TypoScript conditions for different firefox versions

2009-03-10 Thread StephenBungert
Ok. The problem with the browser version is now fixed, I always forget the extra operator. [version = <3] But still, the css is not used when I look at the page in firefox 2 StephenBungert wrote: > > > Hi Peter, > > I tried using > > [browser = firefox] &&

Re: [TYPO3-english] TypoScript conditions for different firefox versions

2009-03-10 Thread StephenBungert
riginal Nachricht --- > Absender: StephenBungert > Datum: 09.03.2009 20:45: >> Thanks both of you! I know about the conditions, but firefox is not >> listed in >> the browser conditions section. >> >> - > > Directly mentioned not, but: > &quo

Re: [TYPO3-english] TypoScript conditions for different firefox versions

2009-03-09 Thread StephenBungert
Thanks both of you! I know about the conditions, but firefox is not listed in the browser conditions section. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english--TypoScript-conditions-for-different-firefox-versions-tp22416530p22417965.html Sent from

[TYPO3-english] TypoScript conditions for different firefox versions

2009-03-09 Thread StephenBungert
Is it possible to check if firefox is being used and what version? - -- Stephen Bungert -- View this message in context: http://www.nabble.com/TypoScript-conditions-for-different-firefox-versions-tp22413673p22413673.html Sent from the TYPO3 English mailing list archive at Nabble.com.

Re: [TYPO3-english] Real URL doesn't seem to find any pages

2009-03-08 Thread StephenBungert
Thanks, that was it. It is now working. with ttnews, the titles of the articles get used in the url. To do this I use: array ( 'GETvar' => 'tx_ttnews[tt_news]',

[TYPO3-english] Real URL doesn't seem to find any pages

2009-03-08 Thread StephenBungert
I have just installed real URL. It chnages the links on my site, but whatever link I click on, I always get a page not found message. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/Real-URL-doesn%27t-seem-to-find-any-pages-tp22395787p22395787.html Sent from th

Re: [TYPO3-english] Group users and tt_news articles

2009-02-26 Thread StephenBungert
Sergio Catalá Gil wrote: > > >> There's an access field for the articles too. > > Yeah, that's exactly what I tried! :) > > If I include some category inside the tt_news article, article disappear > from the LIST plugin if the user isn't logged in. > > Yes, this will happen, if you say o

Re: [TYPO3-english] Group users and tt_news articles

2009-02-26 Thread StephenBungert
There's an access field for the articles too. Sergio Catalá Gil wrote: > >> Sergio wrote: >> The problem is: articles disappear from the LIST tt_news plugin if no >> one is logged in. >> >> I just want they to show up. I want the articles disappear only on >> SINGLE plugin. >> >> Maybe this co

Re: [TYPO3-english] need a simple download button which does not show the link

2009-02-26 Thread StephenBungert
Well, unless you have loads of these links to make everyday, can't you just look up this info yourself and added below the button, or as the title attribute or something? J. Bakshi-2 wrote: > > StephenBungert wrote: >> Can't you just put a button image or something in

Re: [TYPO3-english] need a simple download button which does not show the link

2009-02-26 Thread StephenBungert
Can't you just put a button image or something in your content and link the image or text to the download? J. Bakshi-2 wrote: > > Xavier Perseguers wrote: >> Hi, >> >> >>> I need to provide download button on my page so that visitors can >>> download pdf, songs etc but I don't like to show

Re: [TYPO3-english] Replace images with ALT text

2009-02-24 Thread StephenBungert
try: ... tt_content.image > tt_content.image.20 = TEXT tt_content.image.20.field = altText tt_content.image.20.stripHtml = 1 ... tt_content.text pic copies tt_content.image.20 for the image part, so maybe just changing image like above would be enough. - -- Stephen Bungert -- View this m

Re: [TYPO3-english] Replace images with ALT text

2009-02-24 Thread StephenBungert
Bob-279 wrote: > > 1) it makes all the the text in my "Text w/Image" content disappear > > 2) I can't seem to work out how to get it to apply to one page type only > Probably becuase you deleted the whole textpic object here first: tt_content.textpic > I think you could put the TypoScript

Re: [TYPO3-english] tt_news: including data from other pages

2009-02-23 Thread StephenBungert
Specify the starting point as the news page. Then it sould find news. tompouce wrote: > > Hi! > > I have this kind of hierarchy: > Home > - News > - Events > - About > > News are contained in News. But I would like to include them into Home. > > I'm trying but I get "no news in this list." >

Re: [TYPO3-english] doNotLinkIt override not working for second level

2009-02-23 Thread StephenBungert
Or, in your IProcFunc just check th epage ID and remove the link if it is supposed to not be linked. Of course, this is not much good if the pages that are like this change often or get increased. StephenBungert wrote: > > So you want to see all pages in the menu, and if they have th

Re: [TYPO3-english] doNotLinkIt override not working for second level

2009-02-23 Thread StephenBungert
So you want to see all pages in the menu, and if they have the hide "in menu field" checked, then they aren't linked? Not sure how you would do that in TS, I find the 'if' difficult to get working. I would probably just use an IProcFunc and go through the menu array. I think you get to see in ea

Re: [TYPO3-english] doNotLinkIt override not working for second level

2009-02-23 Thread StephenBungert
What exactly "works"? That level one links are not linked? Bas van der Togt-2 wrote: > > doNotLinkIt does work with subproperties {} becauase it's working in > level 1, but not in level 2. > > Benjamin Mack wrote: >> Hey, >> >> On 21.02.2009 18:17 Uhr, Bas van der Togt wrote: >>> That's rig

Re: [TYPO3-english] Typoscript: & is always converted to &

2009-02-23 Thread StephenBungert
Ah, ok! Thanks for the info :-) Dmitry Dulepov [typo3] wrote: > > Hi! > > StephenBungert wrote: >> Try something like: >> value.htmlSpecialChars = 0. > > "value" is not a stdWrap :) > > In any case this will not help. Most likely he has xht

Re: [TYPO3-english] Typoscript: & is always converted to &

2009-02-23 Thread StephenBungert
Try something like: value.htmlSpecialChars = 0. - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---Typoscript%3A---is-always-converted-to--amp--tp22157381p22157722.html Sent from the TYPO3 English mailing list archive at Nabble.com. ___

Re: [TYPO3-english] doNotLinkIt override not working for second level

2009-02-20 Thread StephenBungert
Isn't doNotLinkIt just a boolean switch?I don't think you can do this then: doNotLinkIt = 0 doNotLinkIt { override = 1 override.if.isTrue.field = nav_hide } Bas

Re: [TYPO3-english] Single news record a content element?

2009-02-18 Thread StephenBungert
Hallo Francois, Where is this Insert records content element? Is this only possible with TypoScript? I don't see any Insert Records content element when I try to add new content to a column. Francois Suter-2 wrote: > > Hi, > >> Could some one send med the ext. or is there another way to inse

[TYPO3-english] RTE in Flexform tries to relaod the browser in Firefox 2.0.0.20

2009-02-18 Thread StephenBungert
I have added two flexforms to tt_news so that I could add extra fields that we needed for articles. Two of the fields on the flexform are textarea that become rte. Here is the relevant part of my flexform ds: LLL:EXT:ynn_ttnews/locallang_flexform.xml:extraContent.custChars

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
I meant TSREF. Also the site structure must be like this to work with the TS I posted: Home | |-page1 | |-page2 | [...] - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---redirection-to-subpage-tp21977446p21984640.html Sent from the TYPO3 Englis

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
I haven't tested it, I think the TS is ok. I don't use TemplaVoila, so I use the auto parser to mark tags. Then I would make the menu as a seperate temp object, then add that to temp.mainTemplate. The menu will show all the pages that are under it, if you are on one of those sub-pages then a link

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
Your main page is normally where the home page is. Why do you need the home page not to be at the top of the tree? So that there is a link to home in a menu? If this is all you can just use typoscript conditions to check for the tree level. If your not at the root level you can add with typoscrip

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
Your main page is normally where the home page is. Why do you need the home page not to be at the top of the tree? So that there is a link to home in a menu? If this is all you can just use typoscript conditions to check for the tree level. If your not at the root level you can add with typoscrip

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
Your main page is normally where the home page is. Why do you need the home page not to be at the top of the tree? So that there is a link to home in a menu? If this is all you can just use typoscript conditions to check for the tree level. If your not at the root level you can add with typoscrip

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
Change the page type from standard to Shortcut and then New fields will appear, some other ones may disappear. One should be a field for selecting the page that the shortcut shortcuts to. Select it here. The pages that choose from are in a popup window. If nothing happens when you click on the li

Re: [TYPO3-english] how to include google analytics

2009-02-12 Thread StephenBungert
Use the PAGE object: page { ### JS Includes ### ### --- ### includeJS { file1 = fileadmin/path_to/javascript/file_name.js file1.type = text/javascript } } - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---how-to-include-

Re: [TYPO3-english] redirection to subpage

2009-02-12 Thread StephenBungert
Make main page a short cut to home ddrill wrote: > > HI folks, > > Is any simple way to redirect main page to one below in its tree? > > main page > | > |-home > | > |-page1 > | > |-page2 > | > [...] > > For menu reasons the 'home' page is below main page and I'd like to > redirect all conn

Re: [TYPO3-english] Direct Mail

2009-02-12 Thread StephenBungert
If you really want it to look like a page on your site and have all the funkionality of one of your pages (popups, scripts, etc.) just send a plain text email with alink to the web page. Jamie Gorst-2 wrote: > > Hi List, > > I¹ve installed Direct Mail 2.6.2 but the emails sent don¹t come out

Re: [TYPO3-english] Direct Mail

2009-02-12 Thread StephenBungert
Well I use TCDirect mail because I found it easier. I think you do need to use a new template because many email clients block javascript, external style sheets and the like. Also Outlook 2007 renders email now with an old renderer used in an older version of Word. Becuase of this things like floa

Re: [TYPO3-english] RTE will not load in flexform

2009-02-09 Thread StephenBungert
I have solved this problem. StephenBungert wrote: > > > I'm trying to turn a textarea into a rte. The docs say all you need do is > this: > > > > > LLL:EXT:ynn_ttnews/locallang_flexform.xml:extraContent.custChars > >

[TYPO3-english] RTE will not load in flexform

2009-02-06 Thread StephenBungert
I'm trying to turn a textarea into a rte. The docs say all you need do is this: LLL:EXT:ynn_ttnews/locallang_flexform.xml:extraContent.custChars richtext[*]:rte_transform[mode=ts_css] text 30

Re: [TYPO3-english] pi_list_browseresults

2009-02-04 Thread StephenBungert
I thought about this, but decided the extension would then depend on the pagebrowser extension. Maybe I shall support both and let people choose, like tt_news does with it's own pagebrowser and the pi browser. Anyway I'm sure I shall learn more about TYPO3 and it's functions if I can get the pi b

[TYPO3-english] pi_list_browseresults

2009-02-03 Thread StephenBungert
Is there anywhere some information about how to use this page browser? I need one for an extension I'm writing, but haven't a clue how to use it. I have tried searching but come across the same 4 or five threads mirrored all over the place and none of them really explain how to use it. - --

Re: [TYPO3-english] Take over function displayList tt_news

2009-01-09 Thread StephenBungert
There's an option in tt_news to have alternate templates, like 10 for the list view for example (as many as you like, if you need more than 10 make more). You could then add a banner to third template. Look for the property alternating layouts in the reference section: http://typo3.org/documentat

  1   2   3   >