| 00:02 |
void |
specialunderwear: what do you mean? explain a bit more |
| 00:07 |
specialunderwear |
single.IMG.id.mood = 1 |
| 00:07 |
specialunderwear |
and then I want to replce the entire IMG element with a new one |
| 00:10 |
void |
replace by < operator? |
| 00:22 |
foertel |
I got this in a backend form |
| 00:22 |
foertel |
$this->doc->form='<form action="" method="post" enctype="multipart/form-data">'; |
| 00:22 |
foertel |
and a normal submit button |
| 00:22 |
foertel |
why does it not save the changes made in the rte? |
| 00:23 |
void |
foertel: i think because of you need to handle that. are you writing the eID script? |
| 00:25 |
foertel |
void http://cxg.de/?id=vineIxbHYTFqfEO |
| 00:25 |
foertel |
this what I write :D |
| 00:25 |
foertel |
googling for eID |
| 00:26 |
void |
foertel: aha, it is a backend module |
| 00:26 |
void |
foertel: but you did not write any line which handles POST data... |
| 00:26 |
void |
just form diplay.. |
| 00:28 |
foertel |
sounds logic to mee :D |
| 00:28 |
foertel |
-e |
| 00:32 |
foertel |
void you got a keyword to search for? :) |
| 00:33 |
foertel |
I search vor eID script but I get a quit mass of none related stuff |
| 00:34 |
void |
foertel: eID is for light ajaxy scripts which does not touch TSFE and maybe even DB |
| 00:34 |
void |
so i am in doubt that is your case |
| 00:35 |
void |
you just may to check whether the http-method is POST or no. and if it is, grab your content from POST and save to database |
| 00:35 |
foertel |
isn't there a function to do so? I'm afraid of hard-writing to the database :D |
| 00:35 |
foertel |
I'm tought "allways use the api" |
| 00:35 |
foertel |
:D |
| 00:37 |
void |
foertel: yes, you are not forced to make mysql_query() by hand |
| 00:37 |
void |
use TCEMAIN as tceform does... |
| 00:39 |
foertel |
It's defenitly too late for this kind of stuff :D |
| 00:40 |
void |
2:45 here |
| 00:40 |
foertel |
00:47 here |
| 00:50 |
foertel |
void like this? http://cxg.de/?id=BJROMvfmjoNPysr |
| 00:52 |
void |
foertel: yes, like this |
| 00:52 |
void |
but afaik tcemain does not do any validation |
| 00:52 |
void |
so you need to do it yourself (if you need any sort of) |
| 00:53 |
foertel |
i think i don't ... it's admin only :) he should watch out :D |
| 00:56 |
void |
you are happy if you can say it =) |
| 01:11 |
foertel |
tanks very much void :) |
| 01:11 |
foertel |
works now |
| 01:12 |
void |
np |
| 07:12 |
FloLeBlanc |
hi all |
| 07:28 |
FloLeBlanc |
I'm using a GMenu with typo3 4.1.X and the images generated do have the border="0" tag which is (due to the validator) not valid for xhtml strict - can this be fixed? |
| 08:33 |
FloLeBlanc |
hello - bye - hello - bye - hello - bye hello dec___ :) |
| 08:46 |
banban |
hi there, i would like to have How2 create a custom tt_news field manual if anyone has it... in typo3 repository there are some render problems. |
| 08:58 |
banban |
is it possible rte to tell for some default content when creating new record? |
| 09:10 |
d|g |
hi all |
| 09:22 |
FloLeBlanc |
hi d|g, banban: sorry never done that |
| 09:23 |
Philiptypo3dk |
Mornings. Im using this template: http://andreasviklund.com/templates/andreas03/ , it's allowed to edit the footer. I've been trying for few days now, I can't figure out how to edit it. Any1? |
| 09:24 |
FloLeBlanc |
sorry I'm not sure what you want to achieve. is the content mapped to the footer? do you want to edit the template? (if you edited the template and don't see the changes try to clear the cache) |
| 09:32 |
Philiptypo3dk |
FloLeBlanc, was that to me? |
| 09:33 |
_pedda_ |
hi all |
| 09:34 |
Philiptypo3dk |
hi |
| 09:35 |
[fuchur] |
anyone knows, why my backend-module included RTE does not want to create links? |
| 09:36 |
[fuchur] |
"Popup" comes, I click "external page", enter uri, it jumps to "page" and doesn't save the link :( |
| 09:36 |
FloLeBlanc |
philip: yes |
| 09:37 |
FloLeBlanc |
fuchur: did you click "set" or just close the popup? |
| 09:37 |
FloLeBlanc |
hi pedda |
| 09:37 |
[fuchur] |
of course clicked "set link" :) |
| 09:37 |
Philiptypo3dk |
FloLeBlanc - I don't know. It's a t3d file that I imported as template. |
| 09:37 |
dec___ |
http://pastebin.com/m2e507c01 does anyone have a clue how i could make this menu structure dynamic using typoscript ? |
| 09:38 |
FloLeBlanc |
fuchur: what browser are you using for the BE? did you try a different one too? :) |
| 09:38 |
dec___ |
every item needs its own classname |
| 09:38 |
[fuchur] |
FloLeBlanc of course, tried FF3, Chrome and IE7 |
| 09:39 |
FloLeBlanc |
hmm works for me in FF3 *scratches head* never experienced that behaviour. is it a "normal" http address entered with http://somesite.something ? |
| 09:40 |
[fuchur] |
yes ... but the rte is included in my backend-module |
| 09:40 |
[fuchur] |
probably he is missing some JS or stuff |
| 09:40 |
[fuchur] |
mh, in FF3 he's writing a link, but http://www.google.de becomes: <a t3page="\" href="http://typo3.versicherungsjournal.de/\" t3url="\"> |
| 09:40 |
FloLeBlanc |
did you check for info messages in the extension manager by clicking on it? |
| 09:41 |
[fuchur] |
and that, of course, doesn't work :) |
| 09:42 |
[fuchur] |
what kind of info message? It's my own extension :D |
| 09:42 |
FloLeBlanc |
try to remove the check in the box "store link attributes" if you use tinyrte (extension manager - click on tinyrte) |
| 09:44 |
[fuchur] |
trying that |
| 09:45 |
maholtz|WORK |
morning |
| 09:45 |
dec___ |
anyone got any idea? |
| 09:46 |
[fuchur] |
FloLeBlanc doesn't work. it shows the right url in <html>-view but when I save it's converted to the base url of the system |
| 09:46 |
FloLeBlanc |
hi maholtz |
| 09:46 |
maholtz|WORK |
@dec__: its an menu - so use optionSplit |
| 09:46 |
maholtz|WORK |
hi FloLeBlanc |
| 09:46 |
dec___ |
optionSplit |
| 09:47 |
maholtz|WORK |
or even better |
| 09:47 |
maholtz|WORK |
count with LOAD_REGISTER |
| 09:47 |
dec___ |
what good would that do? |
| 09:47 |
dec___ |
hmmm |
| 09:47 |
dec___ |
any small example? |
| 09:47 |
maholtz|WORK |
so use button1 button2 |
| 09:47 |
maholtz|WORK |
for counting? |
| 09:47 |
dec___ |
yeq |
| 09:47 |
dec___ |
yeah* |
| 09:47 |
[fuchur] |
FloLeBlanc I use TCEmain to store the entries is the db ... got the feeling, that TCEmain filters out my links ... |
| 09:48 |
FloLeBlanc |
furchur: sorry haven't got any more ideas, try to search for "TinyRTE" + broken links or similar, that seems to give me a couple of forum entries for similar problems |
| 09:48 |
Philiptypo3dk |
Im using this template: http://andreasviklund.com/templates/andreas03/ , it's allowed to edit the footer. I've been trying for few days now, I can't figure out how to edit it. Any1? |
| 09:48 |
maholtz|WORK |
@dec___: http://blog.martinholtz.de/blog-post/2009/01/31/counter-mit-typoscript/ german, sry |
| 09:48 |
dec___ |
cheers |
| 09:49 |
FloLeBlanc |
philip: still.. do you try to edit the footer with content elements in the backend or do you need to alter the template? :) |
| 09:49 |
Philiptypo3dk |
I can't edit the footer from the backend, afaik. Been looking everywhere. |
| 09:50 |
Philiptypo3dk |
I can only see the footer in the SQL table.. if i edit it from there, templavoila gives me errors |
| 09:50 |
FloLeBlanc |
philip: then I think the footer is hardcoded in the template, but I wouldn't recommend altering the template if you don't have at least basic knowledge with typo3 |
| 09:50 |
Philiptypo3dk |
typo3 isnt that new for me.. i can php etc |
| 09:51 |
FloLeBlanc |
well the concept of interactions between database - backend - template - typoscript etc. is quite important when editing sites |
| 09:51 |
Philiptypo3dk |
i just need to edit the footer |
| 09:51 |
FloLeBlanc |
did you check if the footer is in the html template? |
| 09:52 |
Philiptypo3dk |
"for TYPO3 by Fachinformatiker. Design by Andreas Viklund of Jokkmokk" |
| 09:52 |
Philiptypo3dk |
hell yea :p |
| 09:52 |
Philiptypo3dk |
been looking everywhere |
| 09:52 |
Philiptypo3dk |
my meta tags doesnt work either ... |
| 09:52 |
FloLeBlanc |
so what IS in the html template at that point? a container div? a marker? |
| 09:53 |
Philiptypo3dk |
Well the html doesnt seem to be important in this case.. whatever i change in it, nothing happends... all has to be done in backend |
| 09:53 |
Philiptypo3dk |
and meta tags set in backend, doesnt come in the source |
| 09:54 |
FloLeBlanc |
I can recommend "Futuristic template building" for a basic overwiev on how templavoila and the template and Typoscript interact to help you find the source |
| 09:58 |
[fuchur] |
FloLeBlanc I was right :) "$tce->stripslashes_values = 1;" if set to "0" it stripslashes the values before writing to the database |
| 09:58 |
[fuchur] |
and links don't work anymore |
| 09:59 |
FloLeBlanc |
fuchur: good you found it :) |
| 09:59 |
[fuchur] |
;) |
| 10:01 |
FloLeBlanc |
regarding templavoila: should the following work? I save a template (setup for a breadcrumb menu) in a storage folder (templates) - include the template in the root site and in the TV mapping I enter the var for the menu |
| 10:06 |
[fuchur] |
think you can use variables from included templates the same way as from original template |
| 10:07 |
[fuchur] |
I'm not that much of a setup-guy :) just coding extensions ... but I saw pages with a nearly empty root template having everything included from little template-snipplets :) |
| 10:08 |
FloLeBlanc |
fuchur: yes it seems to work for all my menus except the breadcrumb.. have to have another error there :) |
| 10:13 |
[fuchur] |
i hate it :D |
| 10:13 |
[fuchur] |
you know something doesn't work, but find out WHY |
| 10:16 |
FloLeBlanc |
everything is better than fixing my template for IE6 while it works in ALL other browsers (well except dinosaurs like netscape navigator) |
| 10:16 |
FloLeBlanc |
people should be charged a high fee for still using IE6 when 8 is out (and slapped with a trout ;)) |
| 10:16 |
_pedda___ |
hehe true |
| 10:17 |
ndee |
I'm using the extension seo_basics but the title tag that I enter, doesn't get displayed, anyone encountered that problem before? |
| 10:17 |
_pedda___ |
ie6 support or websites is only available for extra fee for our customers since 2009 |
| 10:17 |
FloLeBlanc |
pedda: understandable, still my statistics say that 14 % of IE users STILL use this artifact *grumble* |
| 10:18 |
denoelle |
pedda: that is a good idea. should think about that |
| 10:19 |
_pedda___ |
it takes too much time.. if i spent a day on css for a website i have to add another one or two to make the design work in ie6.. |
| 10:19 |
_pedda___ |
which has to be payed |
| 10:20 |
FloLeBlanc |
pedda: yep, that's awful.. done that recently (glad I'm employed and get the time spent on this refunded) |
| 10:26 |
FloLeBlanc |
anyone using hydraIRC? I forgot where to set the sound notification for specific text :) |
| 10:27 |
dec___ |
i'm looking for a way to assign invidiual classes to menu items and i really dont understand how i can do this |
| 10:27 |
dec___ |
<li class="one"> etc |
| 10:27 |
FloLeBlanc |
dec: didn't maholtz link you an option split example? |
| 10:28 |
dec___ |
yeah but i can't figure it out really |
| 10:28 |
dec___ |
plus my german aint great :P |
| 10:28 |
FloLeBlanc |
dec: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/7/4/ |
| 10:28 |
dec___ |
http://pastebin.com/m20082a9d i have this right now which works fine |
| 10:28 |
_pedda___ |
dec___: fontColor = yellow |*| white |*| blue <- adapted to wraps for your items |
| 10:29 |
dec___ |
erhm |
| 10:29 |
dec___ |
so instead of font color i use |
| 10:29 |
_pedda___ |
wrapItemAndSub = <li class="no first"> | </li> |*| <li class="no"> | </li> |*| <li class="no last"> | </li> |
| 10:29 |
_pedda___ |
wrapitemandsub if you have submenu included in the same navigation |
| 10:29 |
dec___ |
but linkWrap in my code yeah? |
| 10:29 |
dec___ |
alright gonna try that |
| 10:30 |
dec___ |
i'm not sure what |*| does in that code, does that just mean the next item is starting? |
| 10:30 |
_pedda___ |
some kind of |
| 10:31 |
_pedda___ |
a || b |*| c |*| d || e |
| 10:31 |
dec___ |
well that was easy |
| 10:31 |
_pedda___ |
the |*| splits areas of items to count |
| 10:31 |
_pedda___ |
a is first |
| 10:31 |
_pedda___ |
b is second |
| 10:32 |
_pedda___ |
c after the |*| means each item after b |
| 10:32 |
_pedda___ |
and if there is another |*| like in the example above d || e |
| 10:32 |
dec___ |
NO.linkWrap = <li class="button-one"> | </li> |*| <li class="button-two"> | </li> |*| <li class="button-three"> | </li> |*| <li class="button-four"> | </li> |*| <li class="button-five"> | </li> |*| <li class="button-six"> | </li> |*| <li class="button-seven"> | </li> |*| <li class="button-eight"> | </li> |
| 10:32 |
_pedda___ |
d and e become different params |
| 10:32 |
dec___ |
it works only until the 2nd one ? |
| 10:32 |
_pedda___ |
hehe |
| 10:32 |
_pedda___ |
yes |
| 10:32 |
dec___ |
the 2nd one repeats itself 6 times |
| 10:33 |
_pedda___ |
i know |
| 10:33 |
dec___ |
then it's using the third |
| 10:33 |
dec___ |
right.. |
| 10:33 |
_pedda___ |
read my posts |
| 10:33 |
dec___ |
so option split can only do the first, middle and last items ? |
| 10:33 |
_pedda___ |
|*| is can be used 2 |
| 10:33 |
_pedda___ |
yeah right! |
| 10:33 |
dec___ |
:< so it's not what i need? |
| 10:33 |
_pedda___ |
if you need indivudal id's ord classes for each of your item |
| 10:34 |
FloLeBlanc |
interesting, the problem was naming the var temp.breadcrumb, is temp a reserved word in typoscript since 4.1 or something? |
| 10:34 |
_pedda___ |
you have to play around with something like class="page-{pages:uid}" and insertData = 1 |
| 10:34 |
_pedda___ |
no temp is free available @ FloLeBlanc |
| 10:34 |
dec___ |
alright |
| 10:34 |
_pedda___ |
or just use || between the first and the third |
| 10:35 |
_pedda___ |
erm |
| 10:35 |
_pedda___ |
first and second |
| 10:35 |
FloLeBlanc |
pedda: then I guess it was another error I corrected while changing the name and didn't recognise it hehe |
| 10:35 |
Philiptypo3dk |
Grrr... can't edit my footer :( |
| 10:35 |
FloLeBlanc |
thank you |
| 10:35 |
_pedda___ |
probably.. happes quite often that typo causes some problems |
| 10:36 |
dec___ |
|| instead of |*| |
| 10:36 |
mcfly_ |
How can i modify the felogin/fe_user session timeout? |
| 10:36 |
maholtz|WORK |
@dec___: i didnt posted an option split example, because it would not be flexible.. if you want to use optionsplit use fontColor = a || b || c ||d ... but if you get more pages you need to add them in your menu which is not what an cms should work like |
| 10:36 |
dec___ |
nah this site is really basic |
| 10:36 |
dec___ |
it will never get more pages |
| 10:37 |
dec___ |
so i'm just looking for the quickest way |
| 10:37 |
dec___ |
|| worked |
| 10:37 |
dec___ |
cheers :) |
| 10:38 |
FloLeBlanc |
pedda: do you happen to know a way to calculate the width for distributeX considering spacers between the entries in a GMENU? or is the common practice just to include the spacer in the image? |
| 10:42 |
maholtz|WORK |
@dec___: well... its an CMS |
| 10:42 |
dec___ |
btw, did real url change it's location of realurl_autoconf.php ? it's not in typo3conf anymore, where it used to be? :) |
| 10:43 |
dec___ |
maholtz|WORK: yeah, i understand, but this client only wants 8 static pages |
| 10:43 |
dec___ |
when he needs extra pages, i will add them myself, i could just edit the typoscript, my boss doesn't want me to spend alot of time on this project |
| 10:43 |
maholtz|WORK |
ok |
| 10:43 |
dec___ |
i realise it's not the most accepted way to fix it though :p |
| 10:46 |
_pedda___ |
sorry FloLeBlanc, i don't have any experiences with gmenu |
| 10:48 |
dec___ |
i don't understand why my realurl works, but it hasn't created a realurl_autoconf.php? |
| 10:52 |
maholtz|WORK |
someone knows a command to check httpd.conf before restarting apache? |
| 10:57 |
denoelle |
maholtz: apache2ctl configtest |
| 10:58 |
maholtz|WORK |
great thx |
| 10:58 |
f1sHMaN |
i have a multipage form with mailform plus, how can i store the email adress for a newsletter? i tried this: http://paste.phlogi.net/save_into_db/ (ignor the error, i fixed allready ;)) |
| 11:02 |
f1sHMaN |
please ;) |
| 11:05 |
maholtz|WORK |
do not know, but i would check that syntax: dbinsert = pid:{66},hidden:0 |
| 11:05 |
maholtz|WORK |
pid:66,hidden:0 or pid:{66},hidden:{0} |
| 11:05 |
FloLeBlanc |
hmm what css is needed to have a menu with <text><image><text> - without the image my text is vertically aligned in the middle correctly, when inserting the image it gets "pushed" down |
| 11:06 |
FloLeBlanc |
menu = breadcrumb |
| 11:09 |
f1sHMaN |
thank for the hint, its now: http://paste.phlogi.net/save_into_db-1/ but it safes nothing into my db...strange... |
| 11:10 |
FloLeBlanc |
nvm |
| 11:11 |
Philiptypo3dk |
FloLeBlanc - still having the footer problem :( |
| 11:15 |
f1sHMaN |
it was the mapping! |
| 11:21 |
FloLeBlanc |
philip: I'm sorry but your problem will not be solved if you don't know where to look which you can learn from FTB I, we can't tell you how the previous person designed your site or which line to search in. Places to look are the html template, the typoscript setup (template) and the content elements, or even custom extensions of the former admin |
| 11:25 |
dec___ |
is it possible to flip your site title? Right now it's "Site title: current page" ... i want it like "Current page: Site title" |
| 11:27 |
tPl0ch |
Data Structure ERROR: The file "EXT:jobprofile/flexform_ds_pi1.xml" in ds-array key "jobrofile_pi1,list" was not found ("") <- where is that ds-array ? |
| 11:27 |
f1sHMaN |
@dec: http://paste.phlogi.net/site_title/ |
| 11:27 |
f1sHMaN |
for a custom site title |
| 11:28 |
dec___ |
cheers |
| 11:28 |
f1sHMaN |
perhaps there are better solutions out there, but for me it works just fine ;) |
| 11:28 |
dec___ |
surely its noPageTitle ? rather tha noPagetitle ? |
| 11:29 |
f1sHMaN |
some one know hot to generate a country dropdownlist in mailformplus with the static_info_tables? thx |
| 11:29 |
f1sHMaN |
i my ts its: noPagetitle = 1 |
| 11:29 |
f1sHMaN |
but try it?...i dunno |
| 11:30 |
dec___ |
k |
| 11:31 |
f1sHMaN |
but, i think it must be: noPageTitle ;> |
| 11:32 |
f1sHMaN |
some one know hot to generate a country dropdownlist in mailformplus with the static_info_tables? thx |
| 11:37 |
f1sHMaN |
how can i implemnt that in my template: $this->staticInfo->buildStaticInfoSelector('COUNTRIES', $fieldName, $CSSClassName, $selectedCountryCode, '', $submitFlag, $id, $title, §where, $lang, $local); |
| 11:41 |
Philiptypo3dk |
FloLeBlanc -> all done , no luck! |
| 11:58 |
f1sHMaN |
some one know hot to generate a country dropdownlist in mailformplus with the static_info_tables? thx |
| 12:19 |
HardPhuck |
http://paste.phlogi.net/image_link/ |
| 12:19 |
HardPhuck |
what am i doing wrong here, the ATagParams does not get added |
| 12:21 |
HardPhuck |
dimensions get set right |
| 12:21 |
HardPhuck |
link is wrapped |
| 12:22 |
HardPhuck |
but params are not included |
| 12:23 |
HardPhuck |
i output images with this: $out .= $this->cObj->cObjGetSingle($this->conf['listView.']['myImage'],$this->conf['listView.']['myImage.']); |
| 12:23 |
HardPhuck |
what am i missing |
| 12:37 |
_pedda___ |
sorry when i'm wrong |
| 12:38 |
_pedda___ |
but myImage = IMAGE + linkwrap ?! |
| 12:38 |
HardPhuck |
yes |
| 12:39 |
_pedda___ |
is linkwrap a property of IMAGE ? |
| 12:40 |
HardPhuck |
yes |
| 12:45 |
_pedda___ |
hmm you're right.. |
| 12:45 |
_pedda___ |
:) |
| 12:45 |
HardPhuck |
:) |
| 12:49 |
_pedda___ |
is this one : ATagParams = class="myclass" ignored as well ? |
| 12:53 |
pmk65 |
HardPhuck: imagelinkWrap is wrong spelling (It should be imageLinkWrap) Uppercase L in link |
| 12:54 |
pmk65 |
and theres a } bracket missing. |
| 12:55 |
HardPhuck |
there is uppercase and the bracket is there |
| 12:55 |
HardPhuck |
this isn't the whole paste |
| 12:56 |
HardPhuck |
i mean i left some things out |
| 12:58 |
_pedda___ |
hmm |
| 13:00 |
maholtz|WORK |
@hardPhuck: typolink overrides the link - if you do not define .parameter = pageid or whatever there will no link be rendered |
| 13:00 |
HardPhuck |
there is a link |
| 13:00 |
HardPhuck |
everything works |
| 13:00 |
HardPhuck |
just ATagParams is ignored |
| 13:00 |
HardPhuck |
or is it ignored because i did not define .parameter? |
| 13:01 |
maholtz|WORK |
ok - typolink does not return anything |
| 13:01 |
maholtz|WORK |
so the default link would be taken |
| 13:01 |
maholtz|WORK |
yep:) |
| 13:01 |
maholtz|WORK |
(well, i think;) |
| 13:01 |
HardPhuck |
okay, will try it out |
| 13:22 |
jbaptiste_j |
I've got a question, Is it posible to develop a site using Typo when we are not root ? I have a problem accessing resources and seeing directories within fileadmin or even writing into subfolders of fileadmin from typo, I see my template directory but not the pics subfolder |
| 13:30 |
f1sHMaN |
some one know hot to generate a country dropdownlist in mailformplus with the static_info_tables? thx |
| 13:37 |
maholtz|WORK |
someone knows an TYPO3 Shop with an connector to ebay? |
| 13:38 |
denoelle |
baptiste: Sure! Your root should check the file rights of the filesystem t3 is running... |
| 13:39 |
jbaptiste_j |
I can look up the rights but not change them denoelle |
| 13:40 |
jbaptiste_j |
they seem to have a hard time making me as a user member of www-data group, anybody heard of that ? |
| 13:41 |
denoelle |
baptiste: jepp, for the first setup you do not neccecarily be root, if filerights for you user are set properly on the server by root. if not, ask him! :) |
| 13:43 |
jbaptiste_j |
okie so it can be done, I'll look into it thank you guys. |
| 13:56 |
dec___ |
how to exclude stuff from a menu? excludeUid = 12 ? |
| 13:56 |
dec___ |
that doesn't seem to work |
| 13:57 |
dec___ |
ah, nvm, excludeUidList |
| 14:23 |
swemark |
Hi, has anyone ever run into the problem with indexed search not indexing pages that contain tt_news? |
| 14:34 |
FloLeBlanc |
swemark: there is an own code snipped on how to browse tt_news with the crawler, I think it was in the extension manual |
| 14:34 |
FloLeBlanc |
snippet of course |
| 14:35 |
swemark |
I dont use the crawler on this particular site |
| 14:35 |
swemark |
I rely on <TYPO3SEARCH begin> |
| 14:36 |
pmk65 |
swemark: Check caching settings for the page. If cache is off, nothing will get indexed. |
| 14:36 |
swemark |
cache is not off |
| 14:36 |
swemark |
the page next to it with exactly the same "settings" altough not containing tt_news is being indexed and works as supposed |
| 14:39 |
pmk65 |
swemark: There's several ways the cache could be turned off. tt_content field, TSConfig, PHP etc. |
| 14:39 |
pmk65 |
Is there any other CE's on the news page? |
| 14:41 |
swemark |
not currently no |
| 14:41 |
swemark |
indexing works. i can see pages indexed in the info module |
| 14:41 |
swemark |
however when there is a tt-news element on the page. It wont get indexed by indexed search |
| 14:42 |
swemark |
To sum it up: indexed search works as intended. As long as tt-news is not an element on the page. |
| 14:51 |
FloLeBlanc |
swemark: perhaps a stupid question but does the tt_news content replace the search marker by accident? |
| 14:55 |
swemark |
nope, the output shows the search tags |
| 14:58 |
swemark |
gonna try a reinstall and see if that helps |
| 15:28 |
maholtz|WORK |
re |
| 15:41 |
crisb2010 |
hi |
| 15:41 |
crisb2010 |
does someone here have experience with turkish typo3 sites? |
| 15:42 |
crisb2010 |
a client asked me to setup turkish as a additional language. works fine. with exception of the 1 (i without dot) |
| 16:06 |
ssc |
Hi, all |
| 16:06 |
ssc |
If I use the alignments of my rteHTMLArea he allways sets this in the ALIGN-Attribute ... but I want that he uses my class .align-left |
| 16:06 |
ssc |
How can I change this behaviour? - htmlarea v.1.5.7 - TYPO3 v.4.1.10 |
| 16:29 |
crisb2010 |
can someone tell me where the translations for felogin are? |
| 16:30 |
crisb2010 |
they are not in typo3conf/l10n/... |
| 16:32 |
ssc |
in my TYPO3-folder the translations of felogin are in page/typo3conf/l10n/de/felogin (TYPO3 v4.2.x) |
| 16:33 |
crisb2010 |
strange |
| 16:33 |
crisb2010 |
that's where i looked first |
| 16:33 |
crisb2010 |
but there is no felogin folder |
| 16:34 |
ssc |
do you have any translations ? - extensionmanager ? |
| 16:34 |
crisb2010 |
i downloaded french for testing purposes |
| 16:34 |
crisb2010 |
there is a "fr" folder now |
| 16:34 |
crisb2010 |
but there is no felogin in it |
| 16:36 |
ssc |
and if you open a page with the felogin-plugin inside you can switch the language to french ? |
| 16:36 |
crisb2010 |
yes |
| 16:36 |
crisb2010 |
and the translation is available |
| 16:36 |
crisb2010 |
how strange is that ... |
| 16:37 |
ssc |
mmm ... if it is a unix-server check with grep if you can find a file with a french explanation ... Thats the idea i have :D |
| 16:45 |
crisb2010 |
i really don't get it ... somewhere he has to get the translation from ... |
| 16:51 |
f1sHMaN |
how can i make a preview with a checkbox / or select list value? ext: mailformplus |
| 16:51 |
f1sHMaN |
if i send a email then i have the right value but not no a preview page?! |
| 17:18 |
mquintus |
ahoi |
| 17:21 |
mquintus |
i've a question about typolinks. I use 'additionalParams' to add an L parameter (for language support), but when there is already a L parameter, the 'additional' L is added at the end of the link: The generated link has two L parameters. |
| 17:21 |
mquintus |
Generally it's no problem, because the last one counts and no errors apear. |
| 17:21 |
mquintus |
appear. |
| 17:23 |
mquintus |
So does someone know how to fix this? I've written a userfunc which eliminates doubles, but shouldn't typo3 do this for me? |
| 17:47 |
maholtz|WORK |
@mquintus: check TSref CONFIG - there is an option |
| 21:57 |
mr_daniel |
I try to build a menu, but before I can do that I first need to understand how the system and configuration works |
| 21:57 |
mr_daniel |
what does NO mean? I see it in many code snippets |
| 21:58 |
mr_daniel |
the only I thing I know is that it has something to do with a 'normal status', but what does this mean? Which 'status'? |
| 21:58 |
ries2 |
mr_daniel: NO means 'NORMAL' |
| 21:59 |
ries2 |
it means more or less that that is how the menu would get rendered if no other option is given |
| 21:59 |
ries2 |
if you see CUR, then that means CURRENT |
| 21:59 |
ries2 |
so if you see CUR and NO |
| 21:59 |
ries2 |
then CUR will get used if the CURRENT page is active |
| 22:00 |
mr_daniel |
I think I understand, so it is some sort of context based description of the menu layout |
| 22:00 |
ries2 |
mr_daniel: see here : http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.1/view/1/10/#id4556974 |
| 22:00 |
ries2 |
yeaaa... you can see it as a context... or state of the menu |
| 22:01 |
mr_daniel |
wow, there are MANY 'contexts' |
| 22:01 |
StefanoK |
it means how if the link displayed |
| 22:02 |
StefanoK |
NO = undeline and blue |
| 22:02 |
StefanoK |
CUR = red and bold |
| 22:02 |
StefanoK |
for example |
| 22:03 |
mr_daniel |
and what is the or a 'rootLine' ? |
| 22:05 |
ries2 |
a rootline is something like a breadcrumb |
| 22:05 |
mr_daniel |
then I have to ask: what is a breadcrumb |
| 22:05 |
ries2 |
so if you are on page/news/article/single |
| 22:06 |
ries2 |
then that is called the rootline... that goes back to the root of the webite |
| 22:06 |
mr_daniel |
typo3 has a huge vocabulary |
| 22:06 |
ries2 |
mr_daniel: breadcrumb <== Standard html/css/websdien term.. use google |
| 22:06 |
mr_daniel |
ah, now I understand what the rootLine is: the path from the actual page to the root |
| 22:07 |
ries2 |
yup |
| 22:27 |
mr_daniel |
the typo3 documentation is huge and very puzzling for a newbie like me, where can I find the attributes for the NO object? |
| 22:28 |
ries |
hey All.. I am doing something I normally don't do.... how to I render all RECORDS of the current page into TS? |
| 22:32 |
mr_daniel |
I am very new to typo3, but I have found on the TypoScript reference (http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.1/view/) this section about RECORDS, maybe this can help you grep the desired content: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.1/view/1/8/#id4379702 |
| 22:32 |
mr_daniel |
ries |
| 22:32 |
ries |
I know... but I wonder what to fill in for source |