Re: [TYPO3] rggooglemap map not loaded

2008-08-26 Thread Fearless Goblin (Victor Livakovsky)
Hello Henjo, > I am trying to get the rggooglemap extention to work... > I have a good api key, the menu display the POI's, the links don't work > though and I am left with a button 'Aktualisieren' in the frontend where the > map should be... > I did add the onLoad handler in the suggested way a

Re: [TYPO3] Columns titles encoding

2008-08-26 Thread Fearless Goblin (Victor Livakovsky)
Hello Andreas, > sorry, once again > The difference between default and fallback: AFAIK you choose a BE-Language > f.e. > russian, and in all situations if there is no translation available for > russian > it falls back to english, with TYPO3 english should be available in all > situations and

Re: [TYPO3] Columns titles encoding

2008-08-27 Thread Fearless Goblin (Victor Livakovsky)
Hello bernd, > hooray!!! > finaly I got the confirmation. > if you had visited my page you would have found the list of languages: > default, dk, de, no, it, fr, es, nl, cz, pl, si, fi, tr, se, pt, ru, ro, > ch, sk, lt, is, hr, hu, gl, th, gr, hk, eu, bg, br, et, ar, he, ua, lv, > jp > this are

Re: [TYPO3] Indentation problem in typo3 4.2.1

2008-08-27 Thread Fearless Goblin (Victor Livakovsky)
> If your CSS class selector does not specify an element (i.e. is of the > form .indent { … } as you show above), then the styles it contains > will apply to *any* element to which that class is applied. In other > words, nothing that you've shown above can be the source of the problem. > Chec

Re: [TYPO3] Menu with images

2008-08-27 Thread Fearless Goblin (Victor Livakovsky)
Hello Xatu, Wednesday, August 27, 2008, 5:13:12 PM, you wrote: > Hi, I've created a menu with my own pics as menu items. I written this > TS code and it works fine: > # Main Horizontal dropdown menu > # > lib.mainmenu = HMENU > lib.mainmenu { >special = directory >special.value = 61 >

Re: [TYPO3] Columns titles encoding

2008-08-28 Thread Fearless Goblin (Victor Livakovsky)
Hello Andreas, > are you sure this hierarchy really exists? > user-BE-lang - default-BE-lang - TYPO3-fallback-lang(english) here is an explanation for default BE language (wich may be set in User Admin) taken from typo3 help: "This determines the language of the backend interface for the user. Al

Re: [TYPO3] Columns titles encoding

2008-08-29 Thread Fearless Goblin (Victor Livakovsky)
Hello Andreas, >> Also you will have to install the corresponding language pack which can be >> found >> as an extension on TYPO3.org with the prefix "csh_XX" where XX is the TYPO3 >> language key." > don't do that, it's old. Only install languages via translation handling in EM Yeah, I always

Re: [TYPO3] rggoogle map - map does not show

2008-08-31 Thread Fearless Goblin (Victor Livakovsky)
Hello Costa, > I installed rggooglemap, I applied for a key and added it to the plugin. > I added records and did all the stuff of the manual, but the map is not > displaying. > Anybody some ideas? Here: http://lists.netfielders.de/pipermail/typo3-english/2008-August/052850.html Henjo Hoeksma

Re: [TYPO3] Differenciation between the first & the last items of the MENU

2008-09-02 Thread Fearless Goblin (Victor Livakovsky)
> Now the " | " symbol between the items is due to CSS. But there should be no > such symbol before first item - HOME & after the last item - CONTACT US. My > problem is that in the MENU how can I differenciate between the first & the > last item of the menu. You should use optionSplit in menu wra

[TYPO3] Few questions about rgsmoothgallery

2008-09-08 Thread Fearless Goblin (Victor Livakovsky)
Hello, List! Recently I've found this extension (rgsmoothgallery) and started playing around it. Most of options and configuration is understandable, but still I have unanswered questions: 1. How can I change "open image" text, which appears in title attribute of link to larger image of current i

Re: [TYPO3] CoolUri problem with subdirectory

2008-09-08 Thread Fearless Goblin (Victor Livakovsky)
> i'm using typo3 4.2.1 with CoolURI 1.0.15. Typo3 is installed in a subdir > of my webroot called cms/. > It works very well except for one problem: When i access the site like > http://www.wildpacher.at/cms/index.php everything is ok, though > http://www.wildpacher.at/cms/ throws a "page not fo

Re: [TYPO3] Few questions about rgsmoothgallery

2008-09-08 Thread Fearless Goblin (Victor Livakovsky)
>> 1. How can I change "open image" text, which appears in title >> attribute of link to larger image of current image? > fastest way is to change it in the js. For the plugin, RTM Since I don't know JS, it was a bit hard to find out, where this text is generated. But finally I found it: if (opti

[TYPO3] img alt in rgsmoothgallery

2008-09-11 Thread Fearless Goblin (Victor Livakovsky)
Hello to everyone. rgsmoothgallery generates such code in plugin mode: ... ... As you can see, there are no alt attributes inside of img-tags. So, the page cann't pass validation :( There is "singleImage" elenent in gallery static template, so I tried to set alt-attri

Re: [TYPO3] make "Home" link

2008-09-17 Thread Fearless Goblin (Victor Livakovsky)
> Hi! > I want to make "Home" link on every page. This link must be on site head > (except main page!): > lib.head = COA > lib.head.10 = TEXT > lib.head.10{ > value ( > > Site name. > ) > insertData = 1 > } > but there must be no link on main page (id=14). I think it can be

Re: [TYPO3] make "Home" link

2008-09-17 Thread Fearless Goblin (Victor Livakovsky)
> Thanks, i did it with include link http://mysite into [globalVar = TSFE:id = > 14] condition, but i still have question about variable instead of string > like "http://mysite";. I can insert year into my page with {date:Y} but why i > can't use smth like this for home site url? If you don't use

[TYPO3] Better Tag Cloud questions

2008-09-18 Thread Fearless Goblin (Victor Livakovsky)
Hello, List. I'm using 'vge_tagcloud' extension and 'realURL'. Now I have such urls for page that displays pages with some single tag found: www.site.name/all_tags/tagcloud/2_3_6_8_51_243/Single%20Tag.html 1. How can I replace space between words in tag with '-'? f.e.: www.site.name/all_tags/tagc

Re: [TYPO3] Better Tag Cloud questions

2008-09-19 Thread Fearless Goblin (Victor Livakovsky)
> Ironically the existence of such a table would solve both problems. The > RealURL encoding would use that table as a lookup table and we could use > the spaceCharacter property to transform spaces to hyphens, for example. > What's more page numbers would be stored in the database and would not >

Re: [TYPO3] stever_rsscontent prob

2008-09-20 Thread Fearless Goblin (Victor Livakovsky)
> Hi > I have installed stever_rsscontent_1.0.2 > I made a page for it. Made ext template for the page, added the setup info > and static template. > The xml file is in the root, permissions are correct. > When the page is rendered it is just continuous text, no spaces, breaks, > fonts, nothing

Re: [TYPO3] stever_rsscontent prob

2008-09-20 Thread Fearless Goblin (Victor Livakovsky)
> Hi > Thanks Victor, > How can I make it so the xml can be seen on a page in the website? Excuse my > ignorance, not up on RSS feeds. > Cheers Stan It's very simple :) Just put somewhere in you template something like this: Feed Entries No magic here :) Just give a link to XML-file, generate

[TYPO3] sr_feuser_register and captcha

2008-09-23 Thread Fearless Goblin (Victor Livakovsky)
Hello to everyone. I'm using registration extension (sr_feuser_register 2.5.16) with registration form spam protection captcha extension (sr_freecap 1.0.3). The problem is, that captcha images generated by sr_freecap are too large. So i set: plugin.tx_srfreecap.imageHeight = 60 Then generated sma

[TYPO3] RTE and linebreaks

2008-09-25 Thread Fearless Goblin (Victor Livakovsky)
Hello. I have a question about RTE: is there any way to choose, how linebreaks will be interpreted? Because sometimes I want them make new paragraph (...) and sometimes just insert tag. By default, when I click 'Enter' on my keyboard, a new paragraph is inserted. And I cann't see any way to add