| 06:45 |
atul |
has anbody faced tt_news problem with real url |
| 07:18 |
atul |
anybody please How can I sustain my url in case of tt_news while switching to other language |
| 07:22 |
SebastianGebhard |
how do you switch your lang? |
| 07:29 |
shashi |
Hi, can anyone help me out to make RSS feed ? |
| 07:31 |
shashi |
any one here ? |
| 07:33 |
SebastianGebhard |
Do you want to make it out of tt_news content? |
| 07:35 |
shashi |
yes...but I have found an EXT called as RSS Content...I was trying to make it on my website like RSS feed |
| 07:35 |
shashi |
but nothing is going right |
| 07:35 |
SebastianGebhard |
tt_news has a built in rss-feed you just have to config it |
| 07:36 |
SebastianGebhard |
it has a static template called News-feed (RSS,RDF,ATOM) tt_news |
| 07:36 |
SebastianGebhard |
you have to include it |
| 07:37 |
shashi |
okay thanks..can you please tell me is there any thing else that I can use RSS feed ? |
| 07:37 |
atul |
SebastianGebhard, just a min I explain you |
| 07:38 |
shashi |
I will really appriciate you |
| 07:38 |
SebastianGebhard |
you're austrian right? |
| 07:38 |
shashi |
who me ? |
| 07:38 |
SebastianGebhard |
yes? |
| 07:38 |
SebastianGebhard |
not? |
| 07:39 |
shashi |
I am an Indian |
| 07:39 |
atul |
name is indian |
| 07:39 |
atul |
yup |
| 07:39 |
SebastianGebhard |
ah ok.. just because of your hostname think-open.at |
| 07:39 |
atul |
it means moon M I right shashi ? |
| 07:39 |
SebastianGebhard |
http://www.sk-typo3.de/tt-news-RSS-Feed.54.0.html |
| 07:40 |
atul |
SebastianGebhard, I m using standard TS for lang menu |
| 07:40 |
SebastianGebhard |
it's german but only the TS is important |
| 07:40 |
SebastianGebhard |
so you use typolink for the language links? |
| 07:40 |
atul |
yup |
| 07:41 |
atul |
it works fine for simple pages but in case of tt_news detail page problem is there |
| 07:43 |
atul |
hope you got my problem ? |
| 07:43 |
SebastianGebhard |
you need to add the addQueryString property to your typolink |
| 07:43 |
SebastianGebhard |
i guess |
| 07:43 |
atul |
ok |
| 07:43 |
SebastianGebhard |
addQueryString = 1 |
| 07:44 |
SebastianGebhard |
then all your GET-Params will be added to your current typolink |
| 07:44 |
atul |
I m using HMENU |
| 07:45 |
SebastianGebhard |
HMENU for a language menu? |
| 07:45 |
SebastianGebhard |
how does that work? |
| 07:45 |
atul |
special = language |
| 07:45 |
SebastianGebhard |
ah ok i see |
| 07:45 |
atul |
is defined within |
| 07:46 |
atul |
can I use addQueryString in this |
| 07:47 |
SebastianGebhard |
i'm not sure |
| 07:47 |
atul |
which method you use ? |
| 07:48 |
SebastianGebhard |
I have a COA with TEXT elements and each is linked by stdWrap.typolink |
| 07:48 |
SebastianGebhard |
i don't know if it's bert practice but it works |
| 07:48 |
atul |
ok |
| 07:48 |
SebastianGebhard |
*best practice |
| 07:50 |
SebastianGebhard |
you could ask the newsgroup/mailing list.. i'd be interested in what others say |
| 07:51 |
atul |
ok |
| 07:51 |
atul |
thanks |
| 08:45 |
MasterYin |
Morning TypoWorld :) |
| 08:50 |
MasterYin |
Just have a problem I try to fix can someone help? |
| 08:50 |
MasterYin |
I'm using tt_content.stdWrap.innerWrap.cObject.80.value = <div class="xy"> | </div> |
| 08:50 |
MasterYin |
I want to have something like =<div class="content-type-[VALUE OF header_layout]">|</div> |
| 08:50 |
MasterYin |
ideas? |
| 08:59 |
MyGoddess |
MasterYin, maybe using the { } notation for inline data inclusion and activating the inline data parsing for your cObject. |
| 09:14 |
maholtz|WORK |
morning |
| 09:14 |
MasterYin |
mornung maholtz|WORK |
| 09:14 |
MasterYin |
morning I mean :) |
| 09:15 |
maholtz|WORK |
:) |
| 09:18 |
MasterYin |
Can someone tell me whats wrong with my dataWrap-Syntax? 80.dataWrap = <div class="header-type-{header_layout}">|</div> My output is class="header-type-" why does typo not find my value? |
| 09:20 |
maholtz|WORK |
use {field:header_layout} |
| 09:20 |
maholtz|WORK |
because TYPO3 does not know where do you want to get the value from |
| 09:21 |
maholtz|WORK |
could be register: page: and much more |
| 09:25 |
MasterYin |
You are my hero :) it works :) I searched yesterday a whole day for a solution |
| 09:25 |
MasterYin |
I want my content elements beeing wraped with data from the "frame-field" and the header_layout :) |
| 09:25 |
MasterYin |
now it works :) |
| 09:27 |
maholtz|WORK |
if you like, you could check http://wiki.typo3.org/TSref/getText if there is something missing |
| 09:28 |
maholtz|WORK |
@MasterYin: where did you got documentation about TYPO3 from? |
| 09:28 |
maholtz|WORK |
books, google, typo3.org, wiki.typo3.org, documentation.typo3.org? |
| 09:29 |
MasterYin |
All of it :) |
| 09:29 |
PiMB |
forge.typo3.org |
| 09:29 |
maholtz|WORK |
ok:) what was helpfull, what not? |
| 09:30 |
maholtz|WORK |
@PiMB: from forge? really? |
| 09:30 |
maholtz|WORK |
look into code or what? |
| 09:30 |
MasterYin |
What I realy can advise you is the Typo3 Cookbook from O'Reilly |
| 09:30 |
maholtz|WORK |
from hasenau |
| 09:30 |
PiMB |
from forge got some help and docs about extensions and so on. |
| 09:30 |
PiMB |
yes |
| 09:30 |
maholtz|WORK |
good to know |
| 09:31 |
PiMB |
not widely used yet, but they are trying to move things to forge, so a good thing to start using it ;) |
| 09:31 |
maholtz|WORK |
the forge wiki is crap:/ |
| 09:31 |
MasterYin |
There I learned realy a lot... And whats also good is signing into the typo3-Mailing-Lists... often the most problems you have someone allready had :) |
| 09:32 |
maholtz|WORK |
perhaps all;) |
| 09:32 |
MasterYin |
are you german maholtz|WORK ? |
| 09:32 |
maholtz|WORK |
yep |
| 09:33 |
MasterYin |
then register @ typo3.net there is a real good support |
| 09:54 |
m4rtijn |
moin |
| 10:00 |
Prot0 |
morning |
| 10:03 |
sp|ck |
morning Prot0 |
| 10:13 |
dotX_taff |
hello |
| 10:17 |
PiMB |
Hey Prot0! |
| 10:18 |
PiMB |
welcome back, missed you yesterday |
| 10:28 |
sp|ck |
thank god its thursday |
| 10:28 |
sp|ck |
lol |
| 10:29 |
PiMB |
:) |
| 10:29 |
PiMB |
almost weekend.. |
| 10:30 |
sp|ck |
Well for me tomorrow it's a holiday butttt i'm trying hammer out a few last issues on my companies website |
| 10:31 |
Jigal |
hi all |
| 10:32 |
sp|ck |
hi! |
| 10:32 |
Jigal |
$subMarkerArray['###BROWSE_LINK_HREF###'] = $this->pi_linkTP_keepPIvars_url(array('page' => $i), '', '', $this->cObj->getTypoLink_URL($this->conf['pid.']['list']?$this->conf['pid.']['list']:'')); |
| 10:32 |
Jigal |
creates a link to the correct page, but the parameter "page" is not added to the link :-( Any ideas? |
| 10:34 |
Jigal |
$i is set to the correct value (I checked it) |
| 10:44 |
manuelstofer |
rte always looses the text styles when i save, what could be the reason? (happens in ie, firefox, chrome) |
| 10:45 |
m4rtijn |
does anyone know a doc about powermail attachment stuff? |
| 10:45 |
PiMB |
manuelstoffer: then you don't have the proper allowattribs set. |
| 10:46 |
PiMB |
if it's not allowed it's stripped |
| 10:46 |
PiMB |
m4rtijn: doesn't the extension provide that? |
| 10:46 |
manuelstofer |
ups, your right, thanx! |
| 10:46 |
m4rtijn |
I cant find much about it |
| 10:48 |
m4rtijn |
I'd like to send the data from the form as attachment.. |
| 10:51 |
PiMB |
hm, you want the data in a text file? |
| 10:51 |
PiMB |
I don't believe i've seen that before, probably requires some extension tweaking.. |
| 10:52 |
m4rtijn |
somehow it has a excel export.. |
| 10:53 |
m4rtijn |
which would suffice if I could alter the layout of the excel tables |
| 10:53 |
m4rtijn |
hmm> Individual Excel and CSV export possible in own backend modul. |
| 10:53 |
m4rtijn |
but.. hmm |
| 10:58 |
pulponair |
good morning folks |
| 10:59 |
pulponair |
anyone aware of a api function that deletes pages recursivly? |
| 11:00 |
m4rtijn |
you can do that as admin user |
| 11:16 |
MasterYin |
Is there a possibility to enable the "Show Secondary Options" as default for all existing and new users? |
| 11:24 |
sp|ck |
m4rtijn: what are you wanting to do with export? |
| 11:25 |
sp|ck |
if you're planning on using it to feed another web application use the powermail_sendpost extension along with it |
| 11:26 |
sp|ck |
and then u can update your web app very easily |
| 11:26 |
m4rtijn |
nah, I would like some possibility to send the form data as excel attachment |
| 11:26 |
sp|ck |
after every record? |
| 11:26 |
sp|ck |
or after x amount of time? |
| 11:26 |
m4rtijn |
.. as soon as the form is submitted |
| 11:27 |
m4rtijn |
instead of sending the data in the email.. send it in the email as attachment |
| 11:27 |
sp|ck |
theres a function to do that... |
| 11:27 |
sp|ck |
umm |
| 11:27 |
sp|ck |
)@!@)#)$* what is it |
| 11:28 |
sp|ck |
hold on lemme look at my powermail setup |
| 11:28 |
m4rtijn |
there is this field.. alternative SQL query.. maybe with that? |
| 11:28 |
m4rtijn |
thx a lot sp|ck |
| 11:28 |
m4rtijn |
i've been checking the manual, google and some forums 2 hours now.. couldnt find anything though |
| 11:31 |
sp|ck |
i know we do a ton of custom crap with powermail right now to integrate with netsuite, sendstudio, and our ecommerce store |
| 11:31 |
sp|ck |
and we do something like what ur wanting with our "resller" logic |
| 11:32 |
m4rtijn |
would be great if u could give me some tips.. |
| 11:34 |
m4rtijn |
I could just create a comma sepperated email content and tell the customer to copy/paste it and import in excel.. but.. u get my drift. ;) |
| 11:39 |
sp|ck |
we're actually doing a php script that is setup on a cron to do this :S |
| 11:40 |
sp|ck |
i didn't know we were doing that... looks like i need to fix that :( |
| 11:40 |
sp|ck |
I'm not finding it right this second m4rtijn |
| 11:41 |
m4rtijn |
no problem, thx for looking |
| 11:43 |
sp|ck |
i've spent like 12 hours today working with powermail |
| 11:44 |
m4rtijn |
I've spent the last 2 days |
| 11:44 |
m4rtijn |
:P.. I like it though.. |
| 11:44 |
sp|ck |
i don't mind it... i just dislike there is like zero documentation for it outside of the weak manual |
| 11:44 |
sp|ck |
well at least in english |
| 12:31 |
maholtz|WORK |
re |
| 12:39 |
martijn |
wb maholtz |
| 13:17 |
martijn |
m |
| 13:17 |
martijn |
nothing going on or am i logged out again |
| 13:20 |
maholtz|WORK |
seems we both are logged out... |
| 13:20 |
martijn |
hehe |
| 14:24 |
krom |
hallo, everyone to help me? |
| 14:25 |
maholtz|WORK |
@krom: read the topic please |
| 14:26 |
krom |
i need some help with my page. i want to make multilingual page,but i have some problems |
| 14:28 |
chefan |
krom: do you need compassion or help? |
| 14:29 |
krom |
i need help |
| 14:29 |
chefan |
if it's help you looking for, stating the nature of your problems MIGHT get you somewhere |
| 14:31 |
krom |
i have a language selector menu, when i clicked on english flag, it works.but when i click from english to german, works not |
| 14:31 |
maholtz|WORK |
what is your default language (which sys_language_uid?) |
| 14:32 |
maholtz|WORK |
add param &L=#sys_language_uid# works for both languages? |
| 14:32 |
krom |
my default language is romanian |
| 14:34 |
krom |
but when i click on english, it works |
| 14:34 |
krom |
it appears in english |
| 14:34 |
krom |
but when i clicked on german, or romanian flag, it presents: the requested page does not exist |
| 14:35 |
maholtz|WORK |
so, do you have a translated page and translated content? |
| 14:35 |
maholtz|WORK |
on that page |
| 14:35 |
krom |
yes |
| 14:36 |
krom |
my default is romanian |
| 14:36 |
krom |
from romanian to german, english and hungarian is ok |
| 14:37 |
krom |
but from german to english for example, works not |
| 14:37 |
maholtz|WORK |
if you select first german and then english, it does not work? |
| 14:37 |
maholtz|WORK |
test it only with param &L= |
| 14:37 |
maholtz|WORK |
0 for default etc. |
| 14:38 |
krom |
this is ok |
| 14:39 |
krom |
but i think that with my menu is the problem |
| 14:42 |
krom |
what is the problem? |
| 14:44 |
krom |
i have problem with my language menu, or with my template? |
| 14:44 |
kreegee |
how can i check for a news uid in typoscript? somebody once sent me a solution, but i somehow lost it |
| 14:47 |
m4rtijn |
krom did u follow read the multilanguage manual from typo3.org |
| 14:47 |
m4rtijn |
follow & read |
| 14:47 |
maholtz|WORK |
@krom: check first: does it work as expected with L-params added by hand |
| 14:48 |
maholtz|WORK |
and compare that with your menu |
| 14:57 |
Nekdy |
does anyone knows if there is a list of possible values for field attribute? |
| 14:59 |
maholtz|WORK |
@kreegee: data = GPvar:tx_ttnew[uid] or something like that? |
| 14:59 |
Nekdy |
i see values like title, subheader, pages, bodytext etc used, but can't find those explained in tsref |
| 14:59 |
maholtz|WORK |
@Nekdy: it depends on the table and the configuration or extension you use |
| 15:00 |
maholtz|WORK |
there cant be an documentation |
| 15:00 |
Nekdy |
hja |
| 15:00 |
maholtz|WORK |
use phpmyadmin to show which fields could be possible - or look in tca |
| 15:00 |
Nekdy |
mhm |
| 15:01 |
maholtz|WORK |
and if that works for an extension - that depends on the extension |
| 15:02 |
maholtz|WORK |
stdWrap function debugData = 1 helps you |
| 15:02 |
Nekdy |
k |
| 15:02 |
Nekdy |
so field = filed in db |
| 15:02 |
maholtz|WORK |
yep |
| 15:03 |
Nekdy |
allright |
| 15:03 |
Nekdy |
thx |
| 15:15 |
untouch_ |
pwazup. i cant get my projekt running on my clients server |
| 15:16 |
untouch_ |
getting a plain white site |
| 15:16 |
untouch_ |
http://mahlzeit-altona.de/index.php?id=28 |
| 15:17 |
untouch_ |
seems like it cannot find the html and css inside my fileadmin/template/main folder |
| 15:17 |
untouch_ |
i put page hello world bla into my ts and it appears |
| 15:18 |
untouch_ |
lready tryd out a bunch of stuff .. |
| 15:18 |
untouch_ |
used t3d import btw |
| 15:24 |
m4rtijn |
untouch. - did u check the object browser - SETUP |
| 15:24 |
m4rtijn |
if everything is correct there |
| 15:26 |
untouch_ |
looks like |
| 15:26 |
untouch_ |
its everything fucked up there for some reason |
| 15:26 |
untouch_ |
theres almost nothing in it |
| 15:26 |
untouch_ |
how come |
| 15:27 |
untouch_ |
oh well |
| 15:27 |
untouch_ |
nevermind |
| 15:27 |
untouch_ |
i was in the wrong back end lol |
| 15:27 |
untouch_ |
its seems like everythings ok in the object browser |
| 15:28 |
untouch_ |
could u take a short look into my backend if u see anything strange maybe it pops into your eye |
| 15:28 |
untouch_ |
i cant see any error |
| 15:30 |
Briareos1 |
heyho |
| 15:30 |
m4rtijn |
hi Briareos1 |
| 15:31 |
Briareos1 |
hey m4rtijn :) |
| 15:31 |
Briareos1 |
how're u? |
| 15:55 |
m4rtijn |
quite good Briareos1 and self? |
| 15:56 |
Briareos1 |
m4rtijn, well after three days of "fun" with indexed search I finally got everything together as it seems :) |
| 16:18 |
maholtz|WORK |
@Briareos:1 can you explain me, whats the difference between page-ts configuration for indexed search and record-based configuration is (afaik shipped with crawler extension)? |
| 16:34 |
m4rtijn |
maholtz? |
| 16:34 |
maholtz|WORK |
yep |
| 16:35 |
m4rtijn |
we're trying to get the smoothgal image quality to change.. |
| 16:35 |
m4rtijn |
we found out.. plugin.tt_news.rgsmoothgallery.big.f |
| 16:35 |
m4rtijn |
we need that big thingie |
| 16:35 |
m4rtijn |
.. now.. big is of type IMG_RESOURCE |
| 16:35 |
m4rtijn |
.. I looked in TSREF.. img_resource.. |
| 16:36 |
m4rtijn |
but there nothing there about quality.. so I guess im looking at the wrong end.. |
| 16:36 |
m4rtijn |
I though we need. plugin.tt_news.rgsmoothgallery.big.file.quality |
| 16:37 |
maholtz|WORK |
could be gifbuilder? |
| 16:37 |
maholtz|WORK |
there is an IMAGE too |
| 16:37 |
m4rtijn |
img_resource says nothing about .file though.. |
| 16:38 |
m4rtijn |
hmm |
| 17:04 |
Briareos1 |
maholtz|WORK sorry i don't understand what you mean by "what's the difference". what exactly do you want to achieve? |
| 17:09 |
untouch_ |
the server i use doesnt allow access to php.ini - php safemode is on and thats why my IM is not found |
| 17:09 |
untouch_ |
what can i do now |
| 17:16 |
ndee |
http://liga.innocube.ch/index.php?id=1 <-- anyone knows how I can those three pictures in the middle in one row? |
| 17:17 |
maholtz|WORK |
@Briareos1: if i install crawler |
| 17:18 |
maholtz|WORK |
i have records for indexing configuration |
| 17:18 |
maholtz|WORK |
and i can define something via page-ts-config |
| 17:18 |
maholtz|WORK |
and i do not really understand what is taken from crawler and indexed search |
| 17:19 |
m4rtijn |
ndee - .. change the "columns" section in the media field |
| 17:24 |
ndee |
m4rtijn: I did change it to three. Do I then also have to change the position? |
| 17:25 |
m4rtijn |
no |
| 17:25 |
ndee |
m4rtijn: there are 4 pictures: the main picture should be on top and the other three pictures beneath it. |
| 17:25 |
ndee |
I changed the Columns value to "3" |
| 17:25 |
m4rtijn |
ah, then make it 2 CE's |
| 17:25 |
ndee |
they are 4 CEs actually |
| 17:25 |
ndee |
since I have to link each picture individually. |
| 17:26 |
m4rtijn |
oh, then u have to change the latter 3 to text/w/image and change the position to - in text left |
| 17:26 |
m4rtijn |
inline |
| 17:26 |
m4rtijn |
stuff |
| 17:26 |
ndee |
ok, gonna try that |
| 17:27 |
ndee |
two worked, seems like there is not enough space :) thanks alot m4rtijn. |
| 18:11 |
untouch_ |
cu |
| 18:20 |
nd___ |
How can I find out what's the matter with Some tables or fields are missing! |
| 18:20 |
nd___ |
? |
| 18:28 |
maholtz|WORK |
@nd____: install tool |
| 18:28 |
maholtz|WORK |
compare db |
| 18:28 |
maholtz|WORK |
have to go now, bye |
| 18:31 |
theconic |
hello all... I don't get Ghostscript running with my Typo Installation on a Windows system... Someone here who can help me? |
| 18:32 |
theconic |
it is installed, but i don't know how to configure Typo3 now... |
| 18:32 |
theconic |
Graphicsmagick works fine... |
| 18:33 |
theconic |
maybe someone has at least a link to a tutorial? i googled all day and found nothing... |
| 19:00 |
xat0r |
chris angel |
| 19:00 |
xat0r |
ups |
| 19:00 |
xat0r |
wrong chan |
| 19:46 |
GerhardSchr_ |
theconic: imagemagick and perl or php? |
| 19:48 |
GerhardSchr_ |
oh i misread your text |
| 20:00 |
krom |
my multilanguage site works not, i have the problem, that when i clicked for ex. the english flag, it works fine, buat when i clicked back the german flag, appears a problem... |
| 20:06 |
krom |
? |
| 20:18 |
mood |
hi there. can sum1 of you guys help me please. i am new at typo3. just installed typo3 on my local windows system. if i create a site, where can i find my created php/html sites ? |
| 20:18 |
mood |
cuz i cant see any files |
| 20:19 |
mood |
sum1 there ? |
| 20:28 |
sp|ck |
mood |
| 20:29 |
sp|ck |
is no longer here.. |
| 20:29 |
sp|ck |
buh |
| 20:31 |
sp|ck |
anyone here? |
| 20:53 |
snoy_ms |
hey all. whats the minimum php version for typo3 ? |
| 20:54 |
snoy_ms |
Middleware: PHP4 or PHP5 (Note: Starting with TYPO3 4.2.0, all releases will require PHP5.2!) |
| 20:55 |
snoy_ms |
didn't saw the requiremnts page |
| 21:09 |
sp|ck |
i wouldn't run it without PHP5.x |
| 21:10 |
sp|ck |
I ran into backend performance issues with PHP4.x |
| 21:10 |
sp|ck |
it was to the point it was a pain in the ass to work with |
| 21:11 |
sp|ck |
like i'd be working on a powermail form and i would literally walk away from my workstation and wait for it to load |
| 21:12 |
sp|ck |
to avoid that make sure you're running the latest code drop as the backend performance issues are not there anymore |
| 21:31 |
snoy_ms |
ok ;-) |
| 21:35 |
radigamov |
hello all, how I can get array (HMENU) in the PHP file class? |
| 21:55 |
Stig_K |
I'm using the extension rgtabs. I have 4 content element on one page. how do u sort the content element. At the moment the the content element with the lowest id is the first view in the frontend. But that's not the view in the backend. |
| 23:03 |
plain_text_only |
Hi! Anybody here's got experience with direct_mail? I am trying to configure the plain text rendering. I do get a plain text, but I don't seem to be able to influence how the <h2> and other header tags in the tt_content table's bodytext column are rendered. |