| 05:07 |
lazarus477 |
How does one move a site from one webhost to another? |
| 05:07 |
lazarus477 |
Or rather. How do I move my typo3 site from one installation to another? |
| 05:58 |
lazarus477 |
I see Microsoft also makes use of typo3, who would have guessed that, lol. |
| 08:50 |
NMB |
$tslib_cObj->parseFunc($content, $conf = array(), $ref = '< lib.parseFunc'); |
| 08:51 |
NMB |
i m using the above statement to render my content field using a php script |
| 08:51 |
NMB |
i m using this because typoe converts all links tags automatically to <a> tags and it saves quite a time |
| 08:52 |
NMB |
but the problem is that when i refresh the page, my links do not get converted |
| 08:52 |
NMB |
when i hit ctrl + F5 then all the links are converted to <a> tags |
| 08:52 |
NMB |
it seems typo3 is caching it? |
| 08:52 |
NMB |
is there a solution to this problem |
| 08:53 |
NMB |
?? |
| 08:54 |
NMB |
i m stuck at this :S |
| 09:09 |
NMB |
anybody there? |
| 09:09 |
sorenmalling |
Yes |
| 09:10 |
NMB |
have u read my query? |
| 09:10 |
sorenmalling |
Nope, can't see it - must be before i logged on to the channel |
| 09:15 |
sorenmalling |
If you repost i would like to see if I can help.. |
| 09:18 |
NMB |
i m using this statement to render my content field using a php script |
| 09:18 |
_pedda_ |
hi all |
| 09:18 |
NMB |
$tslib_cObj->parseFunc($content, $conf = array(), $ref = '< lib.parseFunc'); |
| 09:18 |
sorenmalling |
Hi _pedda_ |
| 09:18 |
NMB |
i m using this because typo3 converts all links tags automatically to <a> tags and it saves quite a time |
| 09:18 |
PiMB |
Hi _pedda_ |
| 09:19 |
NMB |
but the problem is that when i refresh the page, my links do not get converted |
| 09:19 |
maholtz|WORK |
morning |
| 09:19 |
NMB |
when i hit ctrl + F5 then all the links are converted to <a> tags |
| 09:19 |
sorenmalling |
morning maholtz|WORK |
| 09:19 |
NMB |
it seems typo3 is caching it? |
| 09:19 |
NMB |
is there a solution to this problem |
| 09:20 |
NMB |
sorenmalling: i dont have any idea why this problem is occurring |
| 09:21 |
NMB |
sorenmalling: can u guide me on this |
| 09:21 |
sorenmalling |
Never worked with this function to create content. What do you have inside your lib.parseFunc? |
| 09:22 |
NMB |
nothing |
| 09:23 |
NMB |
i just passed it as it is |
| 09:23 |
NMB |
it seems typo3 caches this link content |
| 09:24 |
sorenmalling |
NMB: try to check out the API regarding this function, maybe it can guide you, I can't sorry --> http://typo3.org/fileadmin/typo3api-4.0.0/df/d65/classtslib__cObj.html#539677f5d0b3ab0e5f51f7157964b2c5 |
| 09:25 |
NMB |
i have read it already it has no details :( |
| 09:27 |
sorenmalling |
You are able to configurate your output with stdWrap, maybe try to use typolink |
| 09:34 |
Bluespuke |
morning |
| 09:44 |
NMB |
sorenmalling: the second parameter is typoscript configuration for parsefunc |
| 09:45 |
NMB |
can i pass something like this in the second param |
| 09:45 |
NMB |
$dconf['config.']['no_cache'] = 1; |
| 09:45 |
NMB |
? |
| 09:45 |
NMB |
i have passed it but it does not work |
| 09:46 |
NMB |
i know its something related to cache, coz when i pass no_cache = 1 in the url then the page renders correctly everytime |
| 09:48 |
sorenmalling |
NMB: Have you read the TSref regarding parseFunc ? |
| 09:48 |
sorenmalling |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/14/ |
| 09:48 |
sorenmalling |
I don't know how it works, but follow the references in the TSref and you might find what you need :) |
| 10:01 |
NMB |
sorenmalling: i have read the TSref but didnt find any thing useful |
| 10:10 |
Denyerec |
mornin |
| 10:23 |
pulponair |
hi there |
| 10:57 |
_iamjay |
hello guys. |
| 10:59 |
maholtz|WORK |
@NMB: you still in trouble with parseFunc? |
| 11:02 |
_iamjay |
im having trouble with parsefunc also :D :D |
| 11:02 |
_iamjay |
haha |
| 11:03 |
_iamjay |
ive got a little problem, I try to get my own <buchung> tag to work, but somehow If I enter <buchung>test</buchung> in rtehtmlarea... it just throws it away upon saving and makes <p></p> instead... heres what my ts setup code looks like... http://pastebin.com/m652c90cc |
| 11:04 |
_iamjay |
can anyone guide me what I'm doing wrong ? |
| 11:04 |
maholtz|WORK |
@_iamjay: so you have (not yet) an parseFunc problem - you have to change your RTE config - read manual for that |
| 11:05 |
_iamjay |
maholtz|WORK, I though lib.parseFunc.allowtags would make me able to use / save other tags? eg. lib.parseFunc_RTE respectively |
| 11:05 |
maholtz|WORK |
Frontend <-> DB <-> RTE |
| 11:06 |
maholtz|WORK |
so, check if your tag is in DB, if yes we can talk about parseFunc, otherwise you have to read RTE manual |
| 11:21 |
_iamjay |
maholtz|WORK, am reading, what do you mean exactly, tag in DB? aint it sufficient to have the tag enabled in rte.. via usertsconfig RTE.default.proc.allowtags = buchung ? |
| 11:21 |
zed_devil |
hi there |
| 11:22 |
zed_devil |
can someone tell me how i can change the the standart wrap of H1 in a text element?? i have already changed die header like this: lib.stdheader.10.1.wrap = <span style="font-family:Arial, Helvetica, sans-serif; color:#E36F0A; font-size:8px;">|</span> |
| 11:22 |
zed_devil |
but there no change in the text elements onl in the headlines |
| 11:22 |
maholtz|WORK |
@_iamjay: check your field in the database, is the tag there or not? |
| 11:23 |
maholtz|WORK |
@zed_devil: use CSS for that? |
| 11:24 |
zed_devil |
no i want it for a newsletter so i have to change the wrap because outlook does't usw css |
| 11:34 |
zed_devil |
nobody here who knows how to change the wrap of H1 in a normal text field |
| 11:41 |
sorenmalling |
zed_devil: http://lists.netfielders.de/pipermail/typo3-english/2005-April/003706.html |
| 11:49 |
_iamjay |
maholtz|WORK, bodytext in tt_content shows <buchung> bla <buchung> so its not saved correclty :[ |
| 11:51 |
_pedda_ |
zed_devil: just take a look into the static setup.txt of css_styed_content in typo3/sysext/css_styled_content |
| 11:51 |
_pedda_ |
there you have all the wraps defined which typo3 uses for fe if you use css_styled_content |
| 12:15 |
maholtz|WORK |
@iamjay: so check RTE manual because it changes < to < |
| 12:15 |
_iamjay |
what am I missing.. if I want to have a customtag enabled after saving with RTE.. I just need to set RTE.default.proc.allowedTags = list-of-allowed-tags... and RTE.default.proc.HTMLparser_rte.tags.customtag.protect = 1 and should |
| 12:16 |
_iamjay |
work.. mhhh.. tried to |
| 12:18 |
beli |
hi folks |
| 12:18 |
beli |
is it possible to use html for images title text with typo3? |
| 12:19 |
beli |
i want to use the © for copyright |
| 12:50 |
maholtz|WORK |
_iamjay: you put it on page ts config? |
| 12:50 |
_iamjay |
yeah.. tried it everywhere tho .. lol :{ |
| 12:51 |
maholtz|WORK |
@beli: sure, deactive htmlspecialchars f.e. |
| 13:10 |
beli |
maholtz|WORK: argl...right....i copyed the encoded (c) sign into the text-field now, but you are right....forgot about that.... |
| 13:11 |
beli |
maholtz|WORK: i am using htmlarena for that small project...i like tinymce more in common.... |
| 13:17 |
_iamjay |
maholtz|WORK, alright now the correct dbentry in my database looks like <buchung> </buchung> I just couldnt save the stuff in htmleditor somehow.... but shouldt my parseFunc do sth already with buchung tag? (see my url above) |
| 13:29 |
_iamjay |
driving me mad.. is there any easy way to have a variable, which I specify in constants, that contains an integer (like the id for a certain page) and then, embedd tt_content bodytext where I can use this constant... :/ - I just want to have linked buttons whichs target is stored in constants... can't find a solution |
| 13:40 |
PiMB |
exit |
| 13:42 |
boonkerz |
hello folks :) |
| 13:42 |
boonkerz |
can i give an mail form input an value? |
| 13:42 |
boonkerz |
with an url link? |
| 14:00 |
maholtz|WORK |
@_iamjay: keep cool:) check out lib.parseFunc_RTE...tag...link |
| 14:01 |
_iamjay |
maholtz|WORK, yeah, I know I spent the last few hours with that thing eg I manipulated lib.parseFunc and did a copy afterwards |
| 14:01 |
_iamjay |
still, nothing happens :/ |
| 14:02 |
maholtz|WORK |
well, you know pastebin? |
| 14:08 |
_iamjay |
_iamjay> ive got a little problem, I try to get my own <buchung> tag to work, but somehow If I enter <buchung>test</buchung> in rtehtmlarea... it just throws it away upon saving and makes <p></p> instead... heres what my ts setup code looks like... http://pastebin.com/m652c90cc |
| 14:08 |
_iamjay |
I think so :D |
| 14:20 |
maholtz|WORK |
@_iamjay: but you have <buchung>test</buchung> in your database field? |
| 14:20 |
maholtz|WORK |
RTE transformation works correct now? |
| 14:20 |
_iamjay |
yep exectly like that... well the problem was html editor -> wysiwyg... the < became < an dstuff |
| 14:21 |
_iamjay |
but if I just enter it in RTE it worx |
| 14:21 |
maholtz|WORK |
@_iamjay: check for typos compare buchung with link in your ts |
| 14:22 |
_iamjay |
huh? I got no typos :/ checked hundrets of times |
| 14:29 |
_iamjay |
maholtz|WORK, I put that all into an ext template which I made root template to include that one, thats correct? |
| 14:31 |
maholtz|WORK |
buchung = TEXT |
| 14:31 |
maholtz|WORK |
? |
| 14:44 |
_iamjay |
mhh what;s wrong? |
| 14:45 |
_iamjay |
oh you think its missing? |
| 15:04 |
Conic |
hi all, can i disable the clipboard for my editors? |
| 15:23 |
Prot0 |
dont think you can, you can limit the number of clipboards to 0 though |
| 15:32 |
_iamjay |
maholtz|WORK, you got a clue - as soon as I enable that parseFunc thingie - the whole site looks wicked (even tho there aint even the tag used) |
| 15:34 |
maholtz|WORK |
is wicked green? |
| 16:02 |
wasi3 |
Hi there. Is there a Possibility to Hide the text of every content header? |
| 16:03 |
wasi3 |
I work on a website where every header was hidden. But suddenly every header is displayed. So i ran into serious trouble... anybody any idea? |
| 16:04 |
maholtz|WORK |
perhaps you deleted some typoscript? |
| 16:04 |
maholtz|WORK |
or added some |
| 16:05 |
wasi3 |
actually not. i just looked at some but did not edit. i even checked the typo3 log, it says no typoscript was edited |
| 16:05 |
_iamjay |
nah... well... spaces eg. margins are off.... almost everywhere... divs looked grey... dunno |
| 16:05 |
_iamjay |
even if there is no <buchung> there? mh |
| 16:05 |
_iamjay |
and buchung doesnt get replaced like it should :'( |
| 16:06 |
wasi3 |
do you know a typoscript to hide the headers? |
| 16:09 |
wasi3 |
its also using templavoila |
| 16:10 |
_iamjay |
I can't help you sorry.. am pretty noobish into that territority myself (so far) |
| 16:14 |
Conic |
Prot0 thanks, i'll try that ;) |
| 16:16 |
Prot0 |
Conic: options.clipboardNumberPads = 0 |
| 16:16 |
Conic |
thanks! |
| 16:18 |
Conic |
does someone know an email notification system for new tt_news entries? |
| 16:19 |
Conic |
the editor creates a new entry and an email is automatically sent to those who subscribed (or something like that) |
| 16:20 |
_iamjay |
is there any way to use markers in bodytexts? |
| 16:21 |
Prot0 |
just create an RSS feed? ;] |
| 16:24 |
maholtz|WORK |
@Conic: there was an extension news alerts, but it was not as fine as it could. perhaps it is better now |
| 16:25 |
Conic |
did (does) it extend tt_news? |
| 16:26 |
Conic |
or is it a standalone extension? |
| 16:28 |
Conic |
i found it, last updated '06 |
| 16:28 |
Prot0 |
lol :D |
| 16:34 |
_iamjay |
maholtz|WORK, basically if I just copy on over the whole lib.parseFunc.tags.link into lib.parseFunc.tags.buchung I should be able to do exactly the same with <buchung> than I can with <links> right? |
| 16:35 |
maholtz|WORK |
i would expect |
| 16:40 |
_iamjay |
maholtz|WORK, are those tags only evaluated when I create them? or will changes to tags on my ts setup make changes to all the places where they r used? |
| 16:43 |
maholtz|WORK |
look into the database, there is usually <link 37>kkk</link> that gets parsed at the time when it gets rendered |
| 16:45 |
_iamjay |
yeah.. got it... kind of. |
| 16:46 |
_iamjay |
I specified my buchungstag to use target = {$targetvariable} |
| 16:46 |
_iamjay |
but target is not the a href= thingie? |
| 17:43 |
_pedda_ |
cu all |
| 17:49 |
tombama6574 |
hi, I would like to convert an arbitary list of uids to a list of links. Should I use TMENU or typolink? |
| 17:52 |
tombama6574 |
Do HMENU & TMENU always show parts of my page tree? Or can I give any list of page ids? |
| 18:02 |
tombama6574 |
OK, I think typolink only creates one link at a time. |
| 18:03 |
tombama6574 |
So how do I use TMENU to show an unrealted list of page links? |
| 18:04 |
tombama6574 |
anyone> |
| 18:10 |
tombama6574 |
Do I have to use a SELECT maybe? |
| 18:20 |
tombama6574 |
I see special = list does it. Thanks for the help! |
| 19:02 |
litzinger |
Hi there. I have a huge issue I need to get resolved. If I copy a page, or a node with child pages, all the content blocks on those original pages are not editable on the new pages |
| 19:02 |
litzinger |
the edit/pencil icon is not available |
| 19:02 |
litzinger |
why is this, and how do I fix it? It seems to be creating a reference to the original content block, but not creating a new content block on the newly pasted page |
| 19:03 |
Denyerec |
Hmm |
| 19:04 |
Denyerec |
Alas I have no idea. |
| 19:04 |
Denyerec |
Though the creation of references is a decent enough explaination for why it's happened, I have no idea how to stop it. |
| 19:04 |
litzinger |
this prevents me from duplicating an entire tree of pages to a different site and editing the content blocks on teh new site |
| 19:05 |
litzinger |
and it seems to be creating new content blocks when i do a copy, b/c the tt_content table is filling up quick. And if I change the pid of the element in tt_content to the id of the newly pasted page, i get the edit icon. but until I change it, that pid is still referring to the original page i copied |
| 19:08 |
litzinger |
it makes no sense to copy teh content block, only to stll reference the original. |
| 19:18 |
litzinger |
anybody know where in teh source code i should look for the 'paste' functionality? |
| 19:56 |
old |
Good evening. |
| 19:57 |
old |
Need help for configuring the Extensions Manager Upload user. It doesn't equal with my ftp-user. |
| 19:58 |
old |
I've wasted 2 hours of work for setting it up right. Can someone explain me the right way for changing the user? |
| 20:16 |
old |
Has anyone an idea for my problem? :) |
| 20:23 |
litzinger |
spend another 8 hours on it. seems to be how i figure out most things with typo |
| 20:23 |
litzinger |
as for my copy and paste issue, here is what I think is happening... |
| 20:23 |
litzinger |
If you copy and paste a single page, or a small group of pages, and TYPO3's backend reloads just fine, then you get the edit icons for the content. But if you copy an entire site node, the backend script bombs out (not 100% sure why) and you get a blank light blue screen it never finishes pasting in the entire tree node, but for what pages it did create, it also copied the original content blocks and pasted them into the new page, but they contain the |
| 20:23 |
litzinger |
the tt_content table holds all these content blocks, and has a uid (unique id), and pid (page id) column. If I manually change that pid to a valid page in which that content block resides on, then it's editable. OR if the full copy and paste action succeeds and the script doesn't die, that pid is properly set and the content block is editable. |
| 20:23 |
litzinger |
It seems to be a failure in TYPO3, not a default behavior to make the content blocks of copied pages uneditable. |
| 20:40 |
esbite |
Hello. How would I go about writing an if clause in the main setup template that checks if the current page being rendered has a certain pageid? Something like this: [page:id = 22] |
| 20:52 |
Denyerec |
close |
| 20:52 |
Denyerec |
give me one moment |
| 20:53 |
Denyerec |
[globalVar = TSFE:id=22] |
| 20:53 |
Denyerec |
WAIT |
| 20:53 |
Denyerec |
that's not quite right |
| 20:54 |
Denyerec |
yeh |
| 20:54 |
Denyerec |
esbite |
| 20:54 |
Denyerec |
tht is ok |
| 21:03 |
esbite |
Denyerec: Thanks, will try it. |
| 21:03 |
esbite |
I think I'll never actually understand typoscript. |
| 21:03 |
esbite |
Its like as if its changing everytime I look up something just to mock me! :P |
| 21:08 |
esbite |
Denyerec: Its not working. Maybe I did something else wrong. |
| 21:10 |
esbite |
If anyone finds the time, please look at this. http://paste.phlogi.net/pagetitle_config/ |
| 21:10 |
esbite |
Im trying to set the pagetitle to only the sites name, if its the startpage that's rendering. |
| 21:11 |
dosipov |
you're trying to do a nested condition? |
| 21:12 |
dosipov |
try using ands |
| 21:13 |
dosipov |
[globalVar = TSFE:id=2][globalVar = GP:L = 1] |
| 21:13 |
dosipov |
... |
| 21:13 |
dosipov |
[else] |
| 21:13 |
dosipov |
... |
| 21:13 |
esbite |
dosipov: Yeah. Cant I do nesting? |
| 21:13 |
dosipov |
[end] |
| 21:13 |
dosipov |
I'm not sure - but if it doesn't work, then no... |
| 21:14 |
dosipov |
;) |
| 21:14 |
esbite |
dosipov: But Im quite sure I do it somewhere else too... |
| 21:15 |
dosipov |
well, the syntax of the condition is OK |
| 21:15 |
dosipov |
so it should work |
| 21:16 |
dosipov |
cleared all cache? |
| 21:16 |
esbite |
dosipov: Yeah did that. |
| 21:16 |
dosipov |
Yea, I would try to remove nesting... |
| 21:17 |
esbite |
Is this actual typoscript? http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/if-conditions-with-and-and-or-operators.html |
| 21:20 |
esbite |
hmm, removing the nesting worked |
| 21:21 |
esbite |
dosipov: Thanks! |
| 21:22 |
dosipov |
@esbite: no problem |
| 23:30 |
HardPhuck |
anyone using this busynoggin thing? |