| 12:30 |
jhjp |
Can someone help me with a problem on TemplaVoila and FCE localisation? |
| 15:34 |
mquintus |
jhjp: If you had asked your question, someone would probably have answered. |
| 15:37 |
mquintus |
webonaut: I think it is because of the niveau. Most of the questions are either to answer with a plain RTFM or not understandable written. |
| 15:41 |
m4rtijn |
how do I install typo3? |
| 15:42 |
m4rtijn |
;) |
| 15:50 |
elmargol |
I'm stuck at http://pastebin.ca/1538930 any ideas? :( |
| 15:51 |
elmargol |
Do i still have to include the template on the include static section if I do this? |
| 15:58 |
mquintus |
elmargol: So what is your question? Have you tried including tt_news as a normal content element? |
| 15:59 |
elmargol |
If I don't set the template file using typo script it works |
| 16:00 |
elmargol |
(if I set the "include static (from extension) |
| 16:00 |
Phlogi |
m4rtijn: hmm I have that problem too, never succeeded! |
| 16:01 |
elmargol |
mquintus: sorry it is hard for me to explain the problem... |
| 16:05 |
mquintus |
elmargol: Is it because of the missing line break in your typoscript? |
| 16:21 |
elmargol |
Is there a way to get error messages from typo script? |
| 16:22 |
elmargol |
Seems like a part of my script is failing |
| 16:43 |
jbaptiste_j |
greetings |
| 16:45 |
johnson_hh |
hi, i created a new translator user with limited access rights, it works but the WYSIWIG won't show up.... |
| 16:47 |
johnson_hh |
do i have to enable wysiwig for the group? |
| 16:48 |
jbaptiste_j |
greetings |
| 17:43 |
elmargol |
I'm using tt_news in order to show LATEST in a div next to the menue... atm if someone klicks an item on the news list... nothing happens. Is it complicated to do that the user gets a form that allows him to email this news item to a friend? |
| 17:59 |
MarkusH |
no |
| 18:00 |
MarkusH |
just set the singlePid to a page with a form and take the newsid from the url |
| 18:01 |
MarkusH |
can't be so difficult, I think |
| 18:04 |
elmargol |
if I set singlePid the link is gone :( |
| 18:04 |
MarkusH |
http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3857717 |
| 18:05 |
MarkusH |
you have to enter a valid pid |
| 18:07 |
elmargol |
ah ok.. had a typo :) |
| 18:11 |
elmargol |
ok the question is how do I get the text in my mail form :/ |
| 18:12 |
pmk65 |
elmargol: http://typo3.org/extensions/repository/view/rgsendnews/current/ |
| 18:15 |
elmargol |
The idea is that I add a special deal as a tt_news entry. The user sees the deal next to the menue... clicks it and gets forwardet to a mail form where the special deal text is the preset text |
| 18:15 |
elmargol |
a sort of shop system ... the result is an email to me |
| 20:05 |
Provito |
which extension contains class.tx_lib_data.php ? |
| 20:05 |
Provito |
just testing out lib and div and getting an error with the model due to needing this class |
| 20:09 |
Provito |
ok looks like an error in the docs |
| 20:09 |
Provito |
it should be extends tx_lib_objectBase |
| 20:24 |
qwertzuiop |
hi... im new to typo3 and wanted to use gifbuilder to dynamically build images with text. problem: the image gets rendered, but the text is not available... gdlib is installed, freetype too (example code is here.. where could be the problem?) http://nopaste.info/50de4f8061.html |
| 21:07 |
m4rtijn |
qwertzuiop: did you use nicetext? |
| 21:08 |
qwertzuiop |
yes |
| 21:08 |
m4rtijn |
try it without |
| 21:08 |
qwertzuiop |
it works... :) |
| 21:08 |
qwertzuiop |
but why? |
| 21:09 |
m4rtijn |
cant remember.. google typo3 gifbuilder nicetext |
| 21:11 |
qwertzuiop |
thx |
| 21:11 |
m4rtijn |
yw |
| 22:52 |
Bitcrusher |
hi guys |
| 22:54 |
Bitcrusher |
does anyone know a good tutorial on writing hooks for extensions? |
| 23:01 |
void |
i think there is no tutorial needed.. it's simple |
| 23:27 |
Bitcrusher |
void: hmm, that seemed a bit too simple ;) |