| 02:30 |
Jananne |
(I'm a php rookie) I want in a standard text in a field. i made this ( for tt_news ): $markerArray['###MODEL###']=$row['model'];. but now i want the text 'Model:' standard in the field. |
| 02:30 |
Jananne |
how do i do this? |
| 02:44 |
Jananne |
(A) |
| 03:29 |
Denyerec |
void did you experiment with t3s ? |
| 03:31 |
void |
Denyerec: no, i can't understand what it is about |
| 03:31 |
Denyerec |
I'm trying to read the google translation of th emanual now |
| 03:31 |
Denyerec |
and the translation is NOT good |
| 03:31 |
Denyerec |
lol |
| 03:31 |
Denyerec |
I read up on Python, Plone and Django once |
| 03:32 |
Denyerec |
Didn't understand it. |
| 03:32 |
Denyerec |
Well, not much of it. |
| 03:33 |
void |
if i understand, t3s is an extension to quick set up t3 installations... but i don't understand: is it for special cases or more general way |
| 03:34 |
Denyerec |
Ah |
| 03:34 |
Denyerec |
Yes I see it |
| 03:34 |
Denyerec |
It's a collection or library of TS snippets for putting together a site quickly |
| 03:34 |
Denyerec |
breadrumbs, realURL, language selectors etc |
| 03:34 |
Denyerec |
You do much python dev voidus? |
| 03:35 |
void |
hm.. maybe useful for newbies... but i have a lot of such snippets already |
| 03:35 |
void |
Denyerec: no, not much, but i like it :) |
| 03:35 |
Denyerec |
Yeh I have a folder full of them... they need organising actually :) |
| 03:35 |
Denyerec |
If you get good with Stackless Python, I have heard CCP are recruiting ;) |
| 03:35 |
Denyerec |
(The guys who make EVE Online) |
| 03:36 |
void |
hehe.. i don't like game dev :) don't understand opengl, etc |
| 03:38 |
void |
btw, downloaded orange box :) |
| 03:38 |
void |
but didn't play |
| 03:38 |
Denyerec |
well their game is written mostly in Stackless Python |
| 03:38 |
Denyerec |
Lots and lots of data handling. The graphics side? Bleh, leave it to someone else ;) |
| 03:38 |
Denyerec |
Ooh, well if you load up Steam anytime soon you can add "Denyerec" to the friend list |
| 03:38 |
Denyerec |
:D |
| 03:39 |
void |
steam? is it for ppl who buy games? :) |
| 03:40 |
Denyerec |
Well... |
| 03:40 |
Denyerec |
If you play any Valev game online, it happens through Steam. |
| 03:40 |
Denyerec |
Valve. |
| 03:40 |
Denyerec |
I play TF2 online :D |
| 03:40 |
Denyerec |
And BF2, in an organised campaign thing. |
| 03:41 |
void |
hm.. i think game should not take a lot of time... |
| 03:41 |
Denyerec |
How do you mean |
| 03:41 |
Denyerec |
? |
| 03:41 |
void |
i want to start game, play for 10 mins and exit |
| 03:42 |
Denyerec |
Ah |
| 03:42 |
void |
for strategies, MMORPGs and online games that's not true |
| 03:42 |
Denyerec |
TF2 is good for that. BF2 not so much. |
| 03:42 |
Denyerec |
You can join a TF2 server, play a map or two and leave, no harm done :) |
| 03:42 |
Denyerec |
I agree tho, MMORPG and RTS games take forever. |
| 03:43 |
Denyerec |
i played a game of Total Annihilation with a friend once, took 6 hours... :S |
| 03:43 |
Denyerec |
You might like Defcon... it's like Chess, with nuclear weapons. |
| 03:43 |
Denyerec |
http://www.everybody-dies.com/ |
| 03:45 |
Denyerec |
Haha |
| 03:45 |
void |
hehe, they use sIFR ^^ |
| 03:45 |
Denyerec |
The new series of Prince of Persia games, the 3d ones, were all very well executed. |
| 03:47 |
void |
hm.. sometimes i think that i missed something. people usually get shocked when knows that i didn't watch any of 3 terminators, didn't play fallout or starcraft.. |
| 03:49 |
Denyerec |
Hehe |
| 03:49 |
Denyerec |
I have seen the terminator movies |
| 03:49 |
Denyerec |
but never played fallout or starcraft |
| 03:49 |
Denyerec |
A lot of people speak ver fondly of that game, though. |
| 03:49 |
Denyerec |
Both, in fact. |
| 03:50 |
Denyerec |
right |
| 03:50 |
Denyerec |
Sleepytime for me |
| 03:50 |
Denyerec |
Goodnight void |
| 03:50 |
void |
goodnight denyerec :) |
| 08:51 |
bauschan |
hi @ all |
| 09:17 |
amitext |
Hi everyone, i have finished developing my first typo3 site. but i am a bit confused abt putting it live.. should I upload a fresh source on the server and then import extensions.. or should i just upload the dev folder and dump the db |
| 09:29 |
Strudd| |
I have a tt_news template where I hardcoded some text long time ago |
| 09:29 |
Strudd| |
now I added a second language to my site, and I can't figure out how to make that text change... |
| 09:30 |
Strudd| |
I don't wanna go on all the pages where that appears and create a couple of content items, one for each language... |
| 09:30 |
Strudd| |
how can I create a variable just for tt_news and how do I call it from the template?... can't figure it out |
| 10:24 |
mikhas |
hello world. |
| 10:24 |
mikhas |
READY.[ ] =) |
| 10:44 |
Jananne |
(i'm a php-rookie) I made a new field in a tt_news-record. But now i want to set the standard text 'Model:' in the field. Here's my config: http://phpfi.com/278281. How do i do this? |
| 10:51 |
Jananne |
already got it (A) |
| 10:58 |
Jananne |
Hmm, I can remove the title from the showrecordfield in tt_news, but it's required to fill it in when i'm adding a record in Front end. How can i set it to 'not required'? |
| 11:16 |
Jananne |
everyone still sleeping :o)? |
| 11:32 |
Jananne |
c'mon, someone help me :( |
| 11:45 |
delmonico |
morning :) how can I prevent this from creating a cyclic rewrite? RewriteRule ^(.+)/?$ /foo/?bar=$1 |
| 11:51 |
banban |
how is it possible to solve javascript conflicts between some extension? is there any generic way? thanks for any info! |
| 12:01 |
Jananne |
Hmm, I can remove the title from the showrecordfield in tt_news, but it's required to fill it in when i'm adding a record in Front end. How can i set it to 'not required'? |
| 12:38 |
Ruudi |
hello |
| 12:41 |
bruce_lee4711 |
hello everybody |
| 12:41 |
Ruudi |
hi bruce |
| 12:43 |
bruce_lee4711 |
what do you guys think about this template-download-site: http://rasi.ch/index.php?id=18 |
| 12:44 |
Ruudi |
page itself looks better than templates |
| 12:44 |
Ruudi |
my opinion |
| 13:37 |
Denyerec |
Anyone here using Commerce ? |
| 13:43 |
DerJo |
May somebody help me?! |
| 13:44 |
just2b |
dont ask do ask |
| 13:45 |
DerJo |
Just want to be respectful |
| 13:46 |
DerJo |
It's a problem with sr_lanugage_menu |
| 13:46 |
Fanty |
being respectful you might want to read the channel topic :p |
| 13:46 |
DerJo |
ok :) |
| 13:47 |
DerJo |
I use Templavoila and want to add this language_menu inside of the page |
| 13:47 |
DerJo |
next to the banner |
| 13:48 |
DerJo |
i followed the steps of a tutorial |
| 13:48 |
DerJo |
i've placed this object inside of my template like this: |
| 13:48 |
DerJo |
languagechanger.languageMenu < plugin.tx_srlanguagemenu_pi1 |
| 13:49 |
DerJo |
page.10.marks.SPRACHE =< languagechanger.languageMenu |
| 13:49 |
DerJo |
after saving and refreshing the site, there is no languangechanger |
| 13:50 |
DerJo |
do i need to link this to the templavoila xml ? |
| 13:50 |
DerJo |
somehow? |
| 13:53 |
delmonico |
can I replace the realurl error page with a redirection to the homepage? |
| 13:55 |
mikhas |
techie-question: is it possible to insert variables into typoscript-code inside templavoila-templates (like into thegraphical header)? I've tried to best extent but {$variable} doesn't seem to work. |
| 14:03 |
Ruudi |
DerJo if you cot correct TS for language menu you need to map it in TV |
| 14:04 |
Ruudi |
http://lib.brightside.ee/index.php?id=23 check out my language menu TS |
| 14:05 |
DerJo |
yeah practicaly the same |
| 14:05 |
Ruudi |
DerJo in TV Page templates you need to modify DS / TO |
| 14:05 |
Ruudi |
add new field and map it to your html element |
| 14:06 |
DerJo |
ok... :) but how? i must admit, i'm totaly new to edit the DS/TO |
| 14:07 |
Ruudi |
you got your content shown? did you use TV wizard? |
| 14:08 |
typochur |
does someone know how i can add/delete fields in cwt_community ? |
| 14:08 |
typochur |
like adding some new fields to the profile and delete some of the existing |
| 14:08 |
Ruudi |
DerJo anyways you need to open up templavoila control center Web -> TemplaVoila form left menu |
| 14:11 |
yang |
I cannot get the main page displayed, i followed the debian manual |
| 14:13 |
DerJo |
Ruudi: yeah i used the wizard |
| 14:13 |
DerJo |
but i already took a look at the DS/TO |
| 14:14 |
Ruudi |
DerJo you got [update mapping] open? |
| 14:14 |
DerJo |
Ok, I'm in the templavoila controllcenter |
| 14:15 |
DerJo |
yeah |
| 14:15 |
Ruudi |
mhmh and od edit DS / TO and you should be taken to building data structure part |
| 14:15 |
Ruudi |
where all the mappings listed |
| 14:15 |
Ruudi |
ROOT and Main content etc |
| 14:16 |
Ruudi |
add data element new field at the bottom of the list |
| 14:17 |
DerJo |
Ruudi: I have to enter a fieldname. Should I Care which about the fieldname? |
| 14:18 |
Ruudi |
nah just name it somehow |
| 14:18 |
Ruudi |
mapping type: element |
| 14:18 |
Ruudi |
title: just something for yourself |
| 14:19 |
Ruudi |
Mapping instructions - not important |
| 14:19 |
Ruudi |
sample data empty |
| 14:19 |
Ruudi |
Editing Type: TypoScript Object Path |
| 14:19 |
Ruudi |
then update |
| 14:19 |
Ruudi |
then Object path input appears |
| 14:20 |
Ruudi |
there you put your template marker lib.LANGMENU or what wver you used |
| 14:20 |
Ruudi |
then again update and then MAP button |
| 14:21 |
Ruudi |
Mapping Window - opens you can select html mode works better for me, most of times |
| 14:21 |
Ruudi |
then select orange html element where you want that langmenu to appear |
| 14:24 |
DerJo |
Ruudi: ok, done |
| 14:24 |
DerJo |
does it have to be a lib.* |
| 14:25 |
Ruudi |
ok then set and when you back in mapping list then you need to Save as and update TV element |
| 14:25 |
Ruudi |
lib has to be there if it's in your TS |
| 14:25 |
Ruudi |
lib.LANGMENU < plugin.tx_srlanguagemenu_pi1 fot this you need to use path: lib.LANGMENU |
| 14:26 |
DerJo |
mine is: sprachwahl.languageMenu < plugin.tx_srlanguagemenu_pi1 so i could you sprachwahl.languageMenu |
| 14:26 |
Ruudi |
i think so yes |
| 14:28 |
DerJo |
Ruudi: Ok, I saved it and made a refresh.... hmm.. but the <div> is emtpy |
| 14:28 |
Ruudi |
did you do: UPDATE existing Data Structure / Template Object: ? |
| 14:30 |
Ruudi |
data structure with lang menu: http://lib.brightside.ee/index.php?id=23 |
| 14:30 |
Ruudi |
check out the screenshot at right |
| 14:33 |
DerJo |
Ruudi: ok, i did the process again but now i see a yellow exclamation mark next to the "Map" button |
| 14:34 |
Ruudi |
maybe there are multiple elemnts mapped to same html tag? |
| 14:35 |
Ruudi |
i have got <div id="MYELEMENT"></div> in html file for different elements to map |
| 14:35 |
Ruudi |
id="LANGMENU" id="MAIN" etc |
| 14:36 |
DerJo |
Ruudi: yes, you're right, it was doubleused |
| 14:37 |
Ruudi |
mhm remapping it and saving again and cleaning the cache should give you running langmenu if everything is correctly set :) |
| 14:37 |
DerJo |
Ruudi: I pressed on update DS/TO |
| 14:37 |
Ruudi |
mhm |
| 14:38 |
DerJo |
hmm |
| 14:38 |
DerJo |
But the <div> is still empty |
| 14:39 |
DerJo |
must be a mistake in my typoscript... isn't it? |
| 14:39 |
Ruudi |
but in TV data structure it's all correct now? |
| 14:39 |
Ruudi |
then it could be the TS |
| 14:39 |
DerJo |
yeah, i got a green check |
| 14:39 |
Ruudi |
have you got languages set correctly and added to page root? |
| 14:40 |
DerJo |
yes |
| 14:40 |
DerJo |
when i manually put the L=2 i see my translated page |
| 14:40 |
DerJo |
index.php?id=xx&L=2 |
| 14:41 |
Ruudi |
mhm i just added language menu as well and flags appear |
| 14:41 |
Ruudi |
http://lib.brightside.ee/index.php?id=23 |
| 14:42 |
DerJo |
lucky one... :) |
| 14:42 |
Ruudi |
you can check the lib.LANGMENU Ts ther eon page |
| 14:45 |
DerJo |
Ruudi: I just replaced my TS with yours and now the flags appear |
| 14:46 |
DerJo |
Ruudi: but my layout is gone... :( |
| 14:46 |
Ruudi |
you can wrap different layouts and use different settings for the menu |
| 14:46 |
DerJo |
Ruudi: And all of my meta-Tags are gone |
| 14:47 |
Ruudi |
and check all the divs and { } correctly ended |
| 14:47 |
DerJo |
Ruudi: do i have to check the headers back in ? |
| 14:48 |
Ruudi |
i'm not sure about that, TS shouldn't change the mapping, if you didn't delete any of your TS |
| 14:51 |
DerJo |
ok, i had to remap the headers |
| 14:51 |
DerJo |
but my translated page still has no meta tags, even after refreshing several times |
| 14:51 |
DerJo |
but the rest works excellent, thanks so far |
| 14:53 |
Ruudi |
ok you can add keywords etc to page if it's in advanced mode |
| 14:53 |
Ruudi |
and need: meta.keywords.field = keywords |
| 14:53 |
Ruudi |
meta.description.field = description |
| 14:53 |
Ruudi |
in your page setup |
| 14:54 |
Ruudi |
anyways i hope it get's you goin with the TV and mapping :) |
| 14:54 |
DerJo |
step by step |
| 14:54 |
DerJo |
thanks alot for your help |
| 14:55 |
DerJo |
i really appreciated it |
| 14:55 |
Denyerec |
Anyone here using Commerce ? |
| 14:56 |
Ruudi |
me do Denyerec |
| 14:57 |
Denyerec |
Ruudi - how are you finding it ? |
| 14:57 |
Denyerec |
And do you have the URL to a site that uses it at the moment? |
| 14:58 |
Ruudi |
hmm it got no all the features jet, as PDF invoice sending etc but it works ok |
| 14:58 |
Ruudi |
http://digipraktik.ee/raamatud/ |
| 14:58 |
Ruudi |
bookstore |
| 15:02 |
Denyerec |
Was it difficult to set up? |
| 15:02 |
Denyerec |
Hey pmk |
| 15:11 |
Ruudi |
Denyerec wast that hard to set it up |
| 15:11 |
Ruudi |
but still there are some templating to do etc |
| 16:04 |
Jigal |
Good [morning|afternoon|evening|night] #typo3! |
| 16:08 |
Jigal |
In a tt_news list I need to add a parameter to the link to the single view page of that news item (the link labeled "more..."). It uses the ###LINK_ITEM### marker pair in the template. Anybody has a clue how to modify that link? I can't find any way in TypoScript and the marker is not present in the $markerArray passed to the itemMarkerArrayFunc hook :-( |
| 16:25 |
Strudd| |
how can you do some logic on a tt_news template? I need to show different static text depeding on the language of the site |
| 16:28 |
Jigal |
Strudd| : if there is no other possibility you can use the hook to the user function itemMarkerArrayFunc to define your own marker and fill the content as you like. There is an example in the tt_news extension folder under res/example_itemMarkerArrayFunc.php |
| 16:31 |
Strudd| |
What other possibilities can you think of? Right now I have some text like 'Latest news' hardcoded there, and I need to change it depending on the language... |
| 16:31 |
Strudd| |
would that solution be the best way? |
| 16:34 |
Denyerec |
jigal |
| 16:34 |
Denyerec |
What do you want to DO to the link? |
| 16:34 |
Jigal |
hi Denyerec :-) |
| 16:35 |
Jigal |
Denyerec: I need to add an extra parameter to the url. |
| 16:38 |
Jigal |
Strudd|: you can't use one of the many wraps in TS to add some information from the locallang definitions? |
| 16:40 |
Denyerec |
can you search the source TS for the components of the URL it generates |
| 16:44 |
Jigal |
Denyerec: the link is built inside class.tx_ttnews.php. I couldn't find anything that I can influence from outside :-( |
| 16:45 |
Denyerec |
Interesting |
| 16:45 |
Denyerec |
In fact |
| 16:45 |
Denyerec |
a LOT of people seem to have the same query |
| 16:45 |
Denyerec |
maybe you should patch the code, and submit it to the author. |
| 16:45 |
Denyerec |
make the more link a typolink accessible from TS |
| 16:47 |
Jigal |
Denyerec: function getListContent() defines the marker; in some cases it is influenced by plugin.tt_news.pageTypoLink, but in other cases it is not. |
| 16:47 |
Denyerec |
:S |
| 16:47 |
Jigal |
Anyway: I'm going home for the weekend. Another puzzle for next week :-) |
| 16:47 |
Jigal |
Enjoy your weekend! |
| 16:50 |
DerJo |
When I create a page, I'd like that my two other languag records will be automaticly generated. Is that possible in typo3 ? |
| 16:51 |
Denyerec |
"Probably" |
| 16:51 |
Denyerec |
Did you watch the localisation podcast? |
| 16:52 |
DerJo |
ehm.. no |
| 16:53 |
DerJo |
Is it explained in there ? |
| 17:13 |
sascha_ |
i am having a problem with typo3 links. as soon as there more information than just index?id=88 in the url type skips the & sign (e.g. index.php?id=88tx_srfeuserregister_pi1[cmd]=test) |
| 17:20 |
wacky__ |
Is there a way to clear the cache automatically, when someone does some edits ? |
| 17:20 |
wacky__ |
Is there any TSconfig or stuff to clear multiple page's cache ? |
| 18:14 |
num000 |
wacky__ you can set that the particular page does not cache at all |
| 18:16 |
wacky__ |
with some kind of TSconfig ? |
| 18:21 |
num000 |
this is also an option in the page properties |
| 18:23 |
wacky__ |
oh ok... |
| 18:23 |
wacky__ |
thanks |
| 18:35 |
wacky__ |
can I set the page's 'target' name ? |
| 18:37 |
wacky__ |
I have plenty of links that point to target="page", and they get opened in a new window! which I don't want |
| 18:39 |
num000 |
this can be set in the link properties |
| 18:43 |
wacky__ |
but for *each* link ? |
| 18:43 |
wacky__ |
it seems it's 'page' by default (even when it's blank) |
| 18:43 |
wacky__ |
can I just name the main page with the 'page' target canvas ? |
| 18:48 |
wacky__ |
hmm.. in fact the RTE doesn't show the target="page" for the |
| 18:48 |
wacky__ |
<a> tags, it's added afterwards! |
| 19:31 |
Kl4m |
How can I make typo3 return actual 404's when a page is not found? |
| 19:32 |
Kl4m |
Actually what I want to do is register the site on Google so I can make this or change a meta tag on the home page. I do only very basic maintenance on the site so I don't know how to do either |
| 19:50 |
Kl4m |
Great now I broke the front page |
| 20:12 |
socken23 |
Hi all! I have a problem with direct_mail. When I want to upload a CSV file with recipients, it doesn't take me to the next page where I can import the data.. |
| 20:13 |
socken23 |
It works as admin, not as normal user. Must be a access problem, but where is the temporary file saved for further processing? |
| 20:19 |
Kl4m |
OK It's fine now for me. I found a walkthrough. I changed the front page template and updated it following http://wiki.typo3.org/index.php/TemplaVoila#How_to_get_template_changes_to_show |
| 20:37 |
wacky__ |
I fixed by problem with PAGE_TARGET= in the Constants of the root template. |
| 20:47 |
Denyerec |
What would stop me uploading or ediding a php file in the file list module, even when the file disallow in the install tool is empty? |
| 20:50 |
Denyerec |
I get this error: 1: Fileextension "php" was not allowed! |
| 20:50 |
Denyerec |
But the file deny pattern in the install tool is clear. |
| 21:13 |
num000 |
hello |
| 21:14 |
num000 |
tt_news doesn't show translations for turkish language, it does it for german and english, where does this need to be adjusted? orwhere can iadd them? |
| 21:14 |
num000 |
it is not showing for example the day hour etc. in turkish |
| 21:36 |
Denyerec |
hey num |
| 21:36 |
Denyerec |
you there ? |
| 22:00 |
num00 |
hi Denyerec |
| 22:00 |
num00 |
yes now again |
| 22:00 |
num00 |
my wireless has weak signalstrenght |
| 22:00 |
Denyerec |
What would stop me uploading or ediding a php file in the file list module, even when the file disallow in the install tool is empty? |
| 22:00 |
num00 |
how are youdoing |
| 22:00 |
Denyerec |
I get this error: 1: Fileextension "php" was not allowed! |
| 22:00 |
Denyerec |
But the file deny pattern in the install tool is clear. |
| 22:00 |
Denyerec |
I'm fighting errors as usual :( |
| 22:01 |
num00 |
;) |
| 22:01 |
num00 |
the only thing i can think of is permissions of this file |
| 22:01 |
num00 |
have you got local access to this file? |
| 22:01 |
Denyerec |
says RW in the BE |
| 22:01 |
num00 |
maybe the file does not belong to the group which the webserver, t3 belongs to |
| 22:02 |
num00 |
can you look with a command like ls -la to the file in a shell? |
| 22:02 |
num00 |
it is probaply sitting somehwere like /var/www/htdocs/typo3webpages/fileadmin/foo/bar |
| 22:03 |
s-andersen |
Can someone tell me why using require_once(myfile.php) in ext_localconf.php fucks up the charset? |
| 22:04 |
num00 |
maybe this file redefines the charset? |
| 22:05 |
wacky__ |
how do I give to everyone the "Clear all caches" button (on the left menu) ? |
| 22:13 |
s-andersen |
num00 how could it redefine charset, it's a very simple class |
| 22:14 |
Denyerec |
well num... |
| 22:14 |
Denyerec |
seeing as I uploaded the file myself through the BE originally, I do wonder... |
| 22:14 |
Denyerec |
I will see if I can delete it first. |
| 22:14 |
num00 |
thats right |
| 22:14 |
num00 |
Denyerec if you uploaded it from the be, than this error should occure at all |
| 22:14 |
num00 |
s-andersen i don't know |
| 22:15 |
num00 |
Denyerec you probaply do not use any be user with restrictions do you? |
| 22:18 |
Denyerec |
I just sudo's the little shit out of existance. |
| 22:18 |
Denyerec |
Job done. |
| 22:18 |
Denyerec |
:) |
| 22:18 |
wacky__ |
my tt_news items lose their news_category relations, when the form loads |
| 22:18 |
wacky__ |
is it anything you guys experienced already ? |
| 22:55 |
dokma |
guys |
| 22:56 |
dokma |
I imported some sr_feuser_register translations |
| 22:56 |
dokma |
but they have no effect on fe |
| 22:56 |
dokma |
config.language = hr |
| 22:56 |
dokma |
and the translation is, obviously, croatian |
| 22:56 |
dokma |
what gives? |
| 23:16 |
wacky__ |
what's the best way to publish tt_news as RSS ? |
| 23:44 |
num00 |
Denyerec how did you solve it? |
| 23:45 |
Denyerec |
sudo |
| 23:45 |
num00 |
what you mean with sudo? why did you needed sudo? |
| 23:55 |
Denyerec |
in shell |
| 23:55 |
Denyerec |
don't have a root login, only a sudo |
| 23:55 |
Denyerec |
and as the file was apache owned, I needed to sudo it out. |