| 00:22 |
uriahheep |
what can i use in TS to make a TEXT object be parsed for \n / \r to turn them into <br /> ? |
| 00:24 |
uriahheep |
you know... for displaying the results of forms |
| 08:51 |
PiMB |
morning |
| 08:54 |
sorenmalling |
Morning |
| 09:07 |
Philiptypo3dk |
Hello. I've got a webserver, which all ready is hosting one typo3 site like www.typo3site.org. Now I want to setup another site / domain on that server. How is that possible? |
| 09:08 |
Philiptypo3dk |
I mean, having to different sites running on the same webserver. It's running on a Centos server with apache. I know how to setup that, dns etc.. but how, when it comes to Typo3 creation? |
| 09:09 |
PiMB |
there are several ways to do that. |
| 09:10 |
Philiptypo3dk |
I just need to hear about the best one :D |
| 09:10 |
PiMB |
I'm running a lot on 1 server, using symlinks to one TYPO3 installation |
| 09:10 |
PiMB |
advantage of updating on a later time |
| 09:11 |
PiMB |
I presume each website has it's own directory? |
| 09:11 |
Philiptypo3dk |
symlinks? I don't need to install the main typo3_src with dummy site again, do i? just mkdir dummysite, and make new alias / virtual host? |
| 09:11 |
Philiptypo3dk |
yes |
| 09:11 |
PiMB |
something like /var/vhosts/www/website1 and website2 ? |
| 09:11 |
PiMB |
You could install a source for each website if you like. |
| 09:11 |
Philiptypo3dk |
excatly |
| 09:11 |
No5251 |
Philiptypo3dk: http://wiki.typo3.org/index.php/TYPO3_Installation_Basics |
| 09:12 |
Philiptypo3dk |
a source? not just the "dummy site ", and create new database? |
| 09:12 |
PiMB |
but in the end, if you have even more sites on 1 server you'll kick yourself on an update of the source. |
| 09:12 |
PiMB |
symlinks is easier for that. |
| 09:12 |
PiMB |
if it's only going to be 2, I would stick to single source per site. regarding the question about what a symlink is ;) |
| 09:13 |
PiMB |
might be easier for yourself. |
| 09:13 |
PiMB |
no worries on multiple TYPO3 sources though, it can handle it. |
| 09:13 |
Philiptypo3dk |
hmm i'll try |
| 09:13 |
Philiptypo3dk |
ty |
| 09:16 |
bitcrusher |
morning fellow coders |
| 09:19 |
PiMB |
Philiptypo3dk good luck |
| 09:19 |
PiMB |
hi bitcrusher |
| 09:41 |
SEBAR |
Hi everybody |
| 09:43 |
SEBAR |
Does someone have experience with kickstarter and custom extension. I made a extension with a external DB. Via the list menu I can insert some records but If I add, like I need it, as Content Element, I don't have input fields in the BE. Any ideas? |
| 09:45 |
sorenmalling |
SEBAR: So you need to insert information to a table in the external db? Or maybe i don't get your question :) |
| 09:46 |
SEBAR |
I need both, I need a user friendly way to access and edit custom databases |
| 09:46 |
SEBAR |
And in the best case via a own extension |
| 09:48 |
SEBAR |
Something like a FCE in the BE |
| 09:51 |
SEBAR |
I've read something about using Flexforms in this case, but I did not found a good example on how to achieve this |
| 10:03 |
SEBAR |
So, the way I've found goes over the tt_content table. But I need some kind of solution in order to use a external table. If it is possible?! |
| 10:18 |
|Xabbu |
Hi @all, I'm looking for a posibility in TS to display the headers of (the most recent|with highest ID|first) subpage of a given Page in a ticker. I have the TS ready to display the headers, but AFAIK I would need an Inline-Select statement in my Where-clause. Is this possible? |
| 10:28 |
untaunta |
hi everybody |
| 10:29 |
untaunta |
I have a site that uses TV |
| 10:30 |
untaunta |
I want to show some text through TS, in the content area named by TV as field_content |
| 10:30 |
untaunta |
how can I achieve this? |
| 10:34 |
untaunta |
I know that when I create a new region as TS object path named f.e. field_rcolumn , I can assign things to that region by lib.field_rcolumn = CONTENT |
| 10:35 |
untaunta |
but I don't know how to do it in a region created by templavoila that it isn't a TS Object Path |
| 10:41 |
the3rdBIT |
hi |
| 10:42 |
the3rdBIT |
do you know an extension to directly upload & convert a word document to typo3? |
| 10:46 |
untaunta |
the3rdBIT: there are various that claim doing it, but I coudn't get any of those to work |
| 10:47 |
untaunta |
just search "word" o "office" in the extension search page |
| 10:52 |
the3rdBIT |
untaunta: okay thanks :) |
| 10:58 |
|Xabbu |
Can anyone tell me how to get the first "visible" Subpage of a given ID for the pidInList statement? |
| 11:22 |
milpoer |
hi all. |
| 11:25 |
sorenmalling |
hi milpoer |
| 11:25 |
BenjaminS |
hii |
| 11:26 |
PiMB |
hi |
| 11:36 |
the3rdBIT |
untaunta: i found some plugin to import office documents, but they look very experimental... and there is no support for doc, docx or odt, just for xml files |
| 11:45 |
untaunta |
the3rdBIT: tthis is typo3 |
| 11:47 |
ndee |
I do a $GLOBALS["TSFE"]->storeSessionData(); to store some new fe_user values to the DB but they only get written to the uc field of the fe_users table, when does it get written to the DB itself? |
| 11:47 |
ndee |
I meant to the corresponding fields. |
| 11:48 |
the3rdBIT |
untaunta: so maybe it just included typo3's functions |
| 11:52 |
PiMB |
ndee, what do you mean with written to the corresponding fields? |
| 11:52 |
No5251 |
ndee: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/14/#id4501321 |
| 11:52 |
ndee |
http://www.pastie.org/705717 <-- that's my code |
| 11:52 |
untaunta |
no, what I mean is that it's no strange to find experimental extensions and extensions without documentation it's even more usual |
| 11:53 |
untaunta |
I cannot tell you wich extensions I tried becuase taht typo3 installation no longer exists |
| 11:53 |
untaunta |
but... I can tell you that I had no luck with that |
| 11:54 |
ndee |
I know, using $_POST is forbidden, etc. but disregarding that. The "uc" field in the fe_users table gets written, the $this->userData_change flag is set to 1 but when I call the storesessiondata function, the fields in the fe_user table aren't updated. |
| 12:05 |
No5251 |
ndee: have a look at the table fe_session_data |
| 12:06 |
ndee |
there is an entry but $GLOBALS['TSFE']->fe_user->user in that variable, the values are still the old ones. |
| 12:10 |
yareckon |
hi guys, is there a standard way to serve a browser-specific stylsheet in typo3? |
| 12:10 |
milpoer |
hi, i have a problem with including the tt_news from TS, i cannot figure out what went wrong.. Can you see what's missing ? http://www.phlogi.net/f/t3/tsp/sp/tt_news_ts/ |
| 12:12 |
No5251 |
ndee: you wanna change the username!? |
| 12:20 |
Denjerek |
anyone here use notepad++ ? |
| 12:21 |
milpoer |
Denjerek, i have done before but not right now |
| 12:22 |
yareckon |
Denjerek, yes I do when on windows |
| 13:02 |
PiMB |
Denjerek, sure I do. |
| 13:02 |
PiMB |
on windows server |
| 13:02 |
PiMB |
Yareckon, try conditions for several different browsers |
| 13:03 |
PiMB |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/ |
| 13:03 |
PiMB |
should do the trick quiet easily |
| 13:05 |
yareckon |
thank you! |
| 13:06 |
yareckon |
is typoscript normally saved in the database, or in the filesystem? |
| 13:11 |
PiMB |
depends. |
| 13:11 |
PiMB |
can be both. |
| 13:11 |
PiMB |
via setup field it's stored in DB. |
| 13:12 |
PiMB |
but you can include it via filesystem if you like |
| 13:13 |
PiMB |
see: http://lists.typo3.org/pipermail/typo3-english/2005-February/001185.html |
| 13:13 |
PiMB |
good luck |
| 13:25 |
coolguy |
hi there. in the typo3 filemanager i see instead of thumbnails in the filelist only the pics with the text "thumbnail" not generated. file persmissions are set up right. can somebody tell me why it is so= |
| 13:27 |
PiMB |
coolguy, probably some IM error. |
| 13:27 |
PiMB |
check the image rendering in the install tool |
| 13:40 |
coolguy |
whats curious about that is that: Reading image formats does not work, Writing GIF and PNG does not work, Scaling images does not work, but Combining images |
| 13:40 |
PiMB |
:) |
| 13:41 |
PiMB |
depends on the library used I guess |
| 13:41 |
PiMB |
try fideling around with the options of the image magick or graphics magick |
| 13:42 |
milpoer |
anyone that could help my with my tt_news and ts problem? |
| 13:44 |
PiMB |
what is the problem? |
| 13:44 |
milpoer |
PiMB, i have a problem with including the tt_news from TS, i cannot figure out what went wrong.. Can you see what's missing ? http://www.phlogi.net/f/t3/tsp/sp/tt_news_ts/ |
| 13:47 |
PiMB |
looks good to me. |
| 13:47 |
PiMB |
couple of obvious questions. |
| 13:47 |
PiMB |
template exists and is readable? |
| 13:47 |
milpoer |
yes |
| 13:48 |
PiMB |
id's are correct pages |
| 13:48 |
milpoer |
yes |
| 13:48 |
PiMB |
so pid_list is the storage page |
| 13:48 |
milpoer |
PiMB, No, regular page, but with news items stored. |
| 13:48 |
PiMB |
okay, also good. |
| 13:49 |
PiMB |
what about the output? nothing at all, or empty div or something? |
| 13:49 |
milpoer |
no output at all, and tt_news is use somewhere else at the site so the right css template is loaded earlier. |
| 13:50 |
PiMB |
okay, so no problem there. |
| 13:50 |
PiMB |
should work. |
| 13:51 |
PiMB |
try setting it inside a lib.tt_news and then include that in lib.RightColumn.20 |
| 13:51 |
milpoer |
i thought so :) thats why i asked, because cannot find any problems.. i have made it before. |
| 13:51 |
milpoer |
ok.. wil tryk |
| 13:51 |
milpoer |
try |
| 13:52 |
milpoer |
PiMB, Same story |
| 13:52 |
PiMB |
damn. |
| 13:52 |
milpoer |
yes :) |
| 13:52 |
PiMB |
and static template is included on the page? |
| 13:52 |
PiMB |
or parent page |
| 13:52 |
milpoer |
yes.. |
| 13:53 |
milpoer |
its inserted as an regular element at another site, so the basis tt_news conf is set correct. |
| 13:54 |
milpoer |
i think i found the error 2 min. |
| 13:57 |
milpoer |
PiMB, Big Error 40... Sorry.. I Override the lib.RightColumn.20 value later in my TS.. sorry for troubling you all. |
| 13:59 |
PiMB |
.. |
| 13:59 |
PiMB |
that was the next idea |
| 14:00 |
PiMB |
was going to ask you to just do a lib.RightColumn.20 = TEXT and lib.RightColumn.20.value = testText |
| 14:00 |
PiMB |
but it's solved then ;) |
| 14:00 |
PiMB |
great |
| 14:00 |
milpoer |
its doesn't show anything yet, but that error before is the main reason. |
| 14:01 |
milpoer |
now its working.. thx.. |
| 14:03 |
PiMB |
np |
| 14:34 |
f1shman |
hiho |
| 14:34 |
f1shman |
how can i display the translated categories in tt_products? |
| 14:41 |
coolguy |
it seems the php exec function returns error code 10. does somebody know what error-code 10 means? |
| 14:51 |
f1shman |
how can i display the translated categories in tt_products? |
| 15:04 |
sorenmalling |
coolguy: exec() returns whatever the executed program returns - so it's not really exec that returns that value |
| 15:10 |
coolguy |
yes i see its an problem with typo3 4.2.10 |
| 15:10 |
coolguy |
on shared hosts |
| 16:05 |
missy |
Hello - I was wondering if anyone had any success with the solunas extension. I've got typo3 installed and working and the extension imported, but my calendar isn't showing up at all. All I can see is the date. Anyone have any experience with this? |
| 16:07 |
missy |
by "All I can see is the date" What I mean is the drop-down box for selecting the year of the calendar that you want to view. I also have the "Go" button, but no calendar shows. |
| 17:15 |
yareckon |
when localizing using a locallang.xml file, I see placeholders like %3$s for some content... where can I learn more about how to use and control these? |
| 17:15 |
yareckon |
clarification, I see those placeholders in the locallang file in the middle of some indexes |
| 17:17 |
ShadowHunter |
sprintf? |
| 17:18 |
yareckon |
does look like that doesn't it... maybe those are extension specific? I'm using sr_feuserregister |
| 17:18 |
yareckon |
back to the docs then, but thought that might be a global t3 convention |
| 17:18 |
ShadowHunter |
%3$s are sprintf-placeholders |
| 17:19 |
ShadowHunter |
no global ones |
| 17:21 |
yareckon |
found it |
| 17:21 |
yareckon |
http://typo3.org/documentation/document-library/extension-manuals/sr_feuser_register/2.5.24/view/1/3/#id2414298 |
| 17:21 |
yareckon |
section labels with variables at the bottom |
| 17:21 |
yareckon |
thanks! |
| 18:21 |
yareckon |
gnite, thanks for the help! |
| 19:20 |
alex116 |
hello im frustrated so hope you have some patience. I'm trying to get started but there are roadblocks everywhere. Why does the page on "What are extensions" not tell me where to put them? |
| 19:57 |
johnson_hh |
hi |
| 19:58 |
johnson_hh |
how can i write into my backend log from a frontend extension? |
| 20:08 |
alex116 |
hi, how do I install an extension? |
| 20:09 |
alex116 |
You see, I keep downloading them, but the documentation always starts at "now that you've installed your extension lets get started" |
| 20:11 |
alex116 |
and the installation basics on the wiki just say that extensions and typo are a great mix. extensions are the spice in the soup, but I don't know how to put the spice in the soup! |
| 21:04 |
alex116 |
can anyone help me install kickstarter? |
| 21:11 |
alex116 |
wooooo I found it... there were so many warning messages because of php 5.3 that I couldn't see that after importing it I could install it.... |
| 21:11 |
alex116 |
but... no thanks to your great support... love u... |
| 22:11 |
nd___ |
argh... according to http://news.typo3.org/news/article/t3uxw-technical-challenges/ they will bind cmd+f to backend search... what a decision!? |