| 00:03 |
lilalinux |
I want to dynamically insert a contact form to every page. The recipients email must be taken from a variable {register:email} which is already automatically set for each page |
| 00:03 |
lilalinux |
What is the fastes and simplest way to do that? |
| 00:03 |
lilalinux |
PowerMail is a bit overloaded |
| 00:04 |
lilalinux |
I only need 2 simple fields "message" and "price" |
| 00:21 |
lilalinux |
can I tell tt_content.mailform to take the recipients email address from a variable? |
| 00:25 |
lilalinux |
ok, that seems to be possible, but is it also possible to hide the recipients email address? |
| 00:25 |
lilalinux |
and more importantly, I want the recipient address to be unchangeable by the user |
| 00:25 |
lilalinux |
If I specify the recipient in html, the user could put there anything he wants to |
| 07:06 |
rait |
good morning |
| 07:06 |
rait |
anyone around who has used rg_smoothgallery with tt_news? |
| 08:11 |
marcuslind |
I'm trying to create a text in my footer that only print when the user uses IE6. At the moment the text prints in all browser and not only in IE6. |
| 08:11 |
marcuslind |
http://paste.phlogi.net/-8a0bb931b9/ |
| 08:11 |
marcuslind |
I get 2 errors from that, I dont get the errors though since they are telling me not to use [ brackets at the "browser = msie" |
| 08:11 |
marcuslind |
Anyone know what I've done wrong? |
| 08:45 |
marcuslind |
Anyone know the solution to my problem about printing content only in Internet Explorer 6? |
| 09:02 |
ycas |
morning |
| 09:04 |
Prot0 |
mornin |
| 09:06 |
BejjWrk |
morning |
| 09:07 |
FloLeBlanc |
hi all |
| 09:08 |
FloLeBlanc |
still trying to remove the tt_news author in the plaintext version of direct_mail , anyone who has an idea? :) |
| 09:11 |
Prot0 |
hm? |
| 09:11 |
Prot0 |
how did you remove it from the HTML mail? |
| 09:11 |
FloLeBlanc |
for the html mail it was sufficient to remove the markers in the tt_news template |
| 09:12 |
FloLeBlanc |
this won't work for the plaintext version however |
| 09:12 |
FloLeBlanc |
both tt_news and direct_mail are fully up to date (typo3 4.3) |
| 09:18 |
Prot0 |
o.0 |
| 09:18 |
Prot0 |
did you set the news template with typoscript? |
| 09:19 |
FloLeBlanc |
yes, otherwise the html part would not work |
| 09:19 |
Prot0 |
and did you use the type=99? |
| 09:20 |
FloLeBlanc |
hm? the plaintext version gets rendered just as desired, only that author and date are still in there |
| 09:20 |
Prot0 |
so it probably just uses the default template |
| 09:20 |
Prot0 |
dont know how yu set this up though :] |
| 09:20 |
FloLeBlanc |
hmm will look into it again thx |
| 09:21 |
FloLeBlanc |
plugin.tt_news.templateFile = fileadmin/template/newstemplate.html is set hmm |
| 09:24 |
Prot0 |
you can debug a little by printing out which template is used, in tt_news |
| 09:24 |
Prot0 |
in the plaintext version |
| 09:31 |
FloLeBlanc |
via php? |
| 09:32 |
Prot0 |
yeah (just for testing) |
| 09:33 |
FloLeBlanc |
in which array is this located, do you happen to know that? |
| 09:34 |
Prot0 |
erm |
| 09:34 |
Prot0 |
not just like that |
| 09:34 |
Prot0 |
you can just print_r($GLOBALS['TSFE']) but its going to output quite a lot ;] |
| 09:37 |
FloLeBlanc |
hehe |
| 09:40 |
lilalinux |
I would like to dynamically create a mailform. The html shouldn't include sender's or recipient's email addresses. Is that possible? |
| 09:41 |
lilalinux |
The email addresses should be configurable via TS and kept internally |
| 09:41 |
Prot0 |
powermail! |
| 09:43 |
FloLeBlanc |
mailformplus? :) |
| 09:44 |
Prot0 |
powermail! |
| 09:44 |
Prot0 |
:D |
| 09:44 |
FloLeBlanc |
*shrugs* |
| 09:44 |
Prot0 |
hehe |
| 09:49 |
rait |
hey is there a way to reduce the size of smoothgallery images? Atm my tt_news page has about 130 images with the total size of close to 1.5Mb |
| 09:50 |
rait |
I could live with a quality drop if I could get the total size down to 750k or so |
| 09:50 |
Prot0 |
you can set the image rendering quality from the install tool |
| 09:50 |
Prot0 |
but thats overall |
| 09:50 |
rait |
hrm...that could work |
| 09:53 |
FloLeBlanc |
also mind that png needs more kb than jpg or gif |
| 09:54 |
Prot0 |
jup |
| 09:58 |
rait |
most of those pics are jpg |
| 09:59 |
rait |
but I can't seem to find the correct option in the install tool |
| 10:00 |
Prot0 |
jpg_quality |
| 10:01 |
Prot0 |
in All configuration |
| 10:01 |
FloLeBlanc |
plugin.tt_news.displayList.date_stdWrap.cObject.file.quality = X |
| 10:01 |
Prot0 |
probably better yes |
| 10:01 |
Prot0 |
hehe |
| 10:01 |
FloLeBlanc |
or displaySingle depends on what you want to render |
| 10:01 |
rait |
thanks a bunch :D |
| 10:01 |
rait |
testing now |
| 10:02 |
FloLeBlanc |
*kicks the tt_news plaintext rendering* |
| 10:02 |
FloLeBlanc |
so much code, I can't even find where to output the template file for plaintext *G* |
| 10:04 |
rait |
hrm.. no go. modified TS constants, cleared cache and rechecked image size on the news items |
| 10:04 |
rait |
no change |
| 10:04 |
FloLeBlanc |
try to change it with the object browser |
| 10:05 |
FloLeBlanc |
perhaps I misspelled something |
| 10:05 |
FloLeBlanc |
what the.... |
| 10:05 |
FloLeBlanc |
some insertrecords show the author and some don't? |
| 10:05 |
rait |
just to b sure, I'm trying the install tool approach |
| 10:06 |
rait |
ok, that works |
| 10:07 |
FloLeBlanc |
ok now it gets creepy |
| 10:07 |
FloLeBlanc |
*hits clear cache a hundred times* |
| 10:08 |
Denjerek |
Hey flo |
| 10:08 |
Denjerek |
morning all |
| 10:08 |
Denjerek |
*days |
| 10:08 |
FloLeBlanc |
hi denjerek |
| 10:09 |
Denjerek |
Been so busy with things that don't make money |
| 10:09 |
Denjerek |
very frustrating :( |
| 10:12 |
Prot0 |
lol |
| 10:12 |
Prot0 |
morning |
| 10:24 |
Denjerek |
I wonder |
| 10:24 |
Denjerek |
if anyone in the Typo3 community has taken an interest in Facebook HipHop |
| 10:24 |
Denjerek |
Especially those people heavily invested in Extbase /F low3 |
| 10:30 |
howard |
hallo chan |
| 10:30 |
howard |
short question |
| 10:30 |
howard |
is there any function |
| 10:31 |
howard |
that returns path to fileadmin folder |
| 10:31 |
howard |
something like t3lib_extMgm::siteRelPath($extension_name) for extension path |
| 10:37 |
howard |
anyone |
| 10:37 |
howard |
? |
| 10:38 |
maholtz|WORK |
howard: in an backend modul? |
| 10:43 |
maholtz|WORK |
frontend it should be fileadmin/ |
| 10:52 |
FloLeBlanc |
hmm prot0 you were correct - it uses the wrong template.. but.. why? :) |
| 10:54 |
Prot0 |
good question o.0 |
| 10:54 |
Prot0 |
does it also display your typoscript you set to use the alternate template? |
| 10:56 |
FloLeBlanc |
I didn't manage to put it out I altered the template to see if the plaintext version has the dummy text in it :) |
| 10:57 |
Prot0 |
hehe ok |
| 10:58 |
Prot0 |
but your not using the standard method in direct mail to generate plaintext maisl? |
| 11:00 |
FloLeBlanc |
hm? |
| 11:01 |
FloLeBlanc |
I use includestatic: direct mail plain text and direct mail news plain text |
| 11:01 |
FloLeBlanc |
and content boundaries of course |
| 11:11 |
iaj |
anyone knows of a way to DOUBLE OPT-IN a form?? any plugin for that one? |
| 11:20 |
Bluespuke |
hello, i've a question about linux/windows packages of typo3. i have an installation on a server with a linked source. now i would like to make some tests on another server with the same installation. there i have no shell access so i can't create a link. is there a way to make it run? |
| 11:46 |
Phlunk3 |
hey, within typoscript TEXT object can I do this? It doesnt work for me :P So looking for correct syntax more I guess than asking if I can do this. |
| 11:46 |
Phlunk3 |
value = LLL:EXT:ext_key/pi1/locallang.xml:key_from_text |
| 11:52 |
FloLeBlanc |
hmm i'm puzzled... do you have to insert news with insert records or with the tt_news plugin for your newsletters now? |
| 12:03 |
FloLeBlanc |
great.. there's no mentioning of this possible change either in the direct_mail manual, nor in the tt_news manual, I'm grateful for the extensions but not documenting the changes is really annoying :( |
| 12:07 |
teppi|working |
Bluespuke, couldnt you upload the linked ressources instead of creating a link |
| 12:07 |
teppi|working |
? |
| 12:09 |
Bluespuke |
yes it seems that it worked |
| 12:09 |
Bluespuke |
but the BE is screwed up anyway and the FE just says: no template found... |
| 12:11 |
Phlunk3 |
I had to use data in place of value, thanks guys :P |
| 12:23 |
rait |
hmm..I'm stumped.. I reduced the jpg quality to 50, the overall page size went down from 1.5M to 1M |
| 12:24 |
rait |
but IE still lags for good 20 seconds before loading all the images |
| 12:24 |
rait |
so it must be something else |
| 12:24 |
rait |
IE just freezes. can't scroll, can't click |
| 12:25 |
rait |
FF and Chrome work like a charm |
| 12:25 |
Phlunk3 |
still nobody with experience with pt_list here? |
| 12:25 |
rait |
has anyone else experied this in conjunction with tt_news and possibly smoothgallery |
| 12:29 |
the_needle |
hello ? |
| 12:31 |
FloLeBlanc |
hallo |
| 12:31 |
FloLeBlanc |
a = e |
| 12:31 |
Prot0 |
hi |
| 12:34 |
the_needle |
may i ask a question ? I´m quite new to typo3 ... |
| 12:34 |
FloLeBlanc |
shoot |
| 12:34 |
the_needle |
anytime I change the password of the install-tool, i can´t log on to the backend anymore |
| 12:35 |
the_needle |
it doesnt recognize any un´s or pw´s anymore |
| 12:35 |
FloLeBlanc |
and you change the pw for the install tool in the install tool itself? |
| 12:35 |
the_needle |
yes |
| 12:35 |
FloLeBlanc |
hmm never had that issue |
| 12:35 |
the_needle |
and everytime i have done this ... I´m not able to go byck to the backend |
| 12:36 |
the_needle |
I have to reinstall the entire package |
| 12:36 |
the_needle |
ok |
| 12:36 |
Prot0 |
check if the localconf.php has the proper rights enabled, the install tool tries to rewrite it |
| 12:36 |
the_needle |
my guess is, that there is something rewritten |
| 12:36 |
the_needle |
lol |
| 12:37 |
Prot0 |
if it fails you might end up with an empty file |
| 12:37 |
Prot0 |
(thus losing access to the install tool and BE) |
| 12:37 |
the_needle |
mhm, but the install-tool is not the problem |
| 12:37 |
the_needle |
it´s the back end |
| 12:38 |
the_needle |
i can´t log on to it, after I changend the password of the install-tool, ain´t that ridiculous ? |
| 12:38 |
Prot0 |
yes |
| 12:38 |
the_needle |
strange |
| 12:38 |
Prot0 |
can you create a new user from the install tool and login with that? |
| 12:39 |
the_needle |
i never tried that, but that´s an option |
| 12:39 |
the_needle |
thx |
| 12:53 |
nzgr |
german |
| 13:01 |
nzgr |
its just six lines :) |
| 13:01 |
phil1 |
nzgr: just post them |
| 13:02 |
cdngfrog |
yepp - six lines are not the problem |
| 13:02 |
nzgr |
http://pastebin.com/db3ca945 |
| 13:03 |
nzgr |
oh and its actually only five lines extra marker test dont need translation |
| 13:04 |
marcuslind |
Anyone have the slightest idea why my "Click-to-enlarge" function doesnt work? You can check out the problem here http://www.procampab.com/start/unique-patented-construction.html on the constructor in the upper-right corner. |
| 13:05 |
phil1 |
marcuslind: do you use jumpUrl ? |
| 13:05 |
marcuslind |
Nope. |
| 13:06 |
marcuslind |
Dont know what that is |
| 13:06 |
marcuslind |
I just uploaded the image, published it and activated "Click to enlarge" |
| 13:06 |
cdngfrog |
nzgr: http://pastebin.com/d5a73af5e |
| 13:07 |
nzgr |
cdngfrog: Danke Sehr |
| 13:07 |
cdngfrog |
nzgr: 100% german is impossible as nobody would understand what the german word for "template" would mean in this context :-) |
| 13:07 |
nzgr |
is cool |
| 13:07 |
cdngfrog |
ok |
| 13:10 |
phil1 |
marcuslind: got it .... there is a / missing in front of index.php .... |
| 13:11 |
marcuslind |
Ye I tried to insert one there in the adress bar but still no picture were displayed |
| 13:11 |
phil1 |
marcuslind: you proberly have to set it with config.absRefPrefix = / or simular |
| 13:11 |
marcuslind |
If you insert a / there |
| 13:11 |
marcuslind |
do you see the picture enlarged |
| 13:11 |
marcuslind |
? |
| 13:11 |
marcuslind |
I dont. |
| 13:11 |
phil1 |
marcuslind: I would fix this first, then check the rest ... |
| 13:11 |
phil1 |
me neither |
| 13:12 |
marcuslind |
It's a great URL that TYPO3 generates with the enlarge-image function. |
| 13:12 |
marcuslind |
... |
| 13:12 |
Prot0 |
do you have lightbox or something ? |
| 13:13 |
marcuslind |
Got smoothGallery installed. Not activated it on any image yet though |
| 13:13 |
phil1 |
marcuslind: the url is correct ... I can see image @ typo3temp/pics/02738370b6.jpg |
| 13:14 |
phil1 |
marcuslind: it is in the source of the popup |
| 13:14 |
marcuslind |
If I rightclick the image |
| 13:14 |
marcuslind |
and open it in a new tab |
| 13:14 |
marcuslind |
it works perfect |
| 13:15 |
marcuslind |
How weird is that |
| 13:16 |
phil1 |
marcuslind: it is the missing / again |
| 13:17 |
phil1 |
marcuslind: the URL generated is index.php/typo3temp .... if you would have told typo3 to use / in first place ... you would not have this problem |
| 13:19 |
phil1 |
marcuslind: put config.absRefPrefix = / in your TS template |
| 13:22 |
marcuslind |
phil1: What does absRefPrefix mean? What does it do. Prints a / after the baseURL? |
| 13:22 |
marcuslind |
before files? |
| 13:25 |
iaj |
can someone lend me a hand.. im trying to find a solution for that poroblem for quite a while now - I want to have a unique page generated that you get forwarded to after filling out a form, and that page should only be viewable by that particular user who sent the form.. |
| 13:25 |
iaj |
is there any way of doing so? |
| 13:25 |
iaj |
ive searched through the ext repo .. w/o success - as you can see =p |
| 13:35 |
kinea |
iaj: why not use the fe_users logincheck? |
| 13:41 |
phil1 |
marcuslind: yes ... it means that the following is printet before each link .... http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.0/view/1/6/#id2512147 |
| 13:43 |
SEBAR |
Hi, for some reasons my FCE cannot be edited on the clients server but only locally in the BE. Does anyone have a idea why on the client server I just have a blank content frame while trying to edit them? |
| 13:44 |
Provito |
SEBAR, checked the error logs and typo3 logs ? |
| 13:45 |
SEBAR |
no, good idea... |
| 13:47 |
SEBAR |
nothing relevant there just some user that mistyped their password |
| 13:49 |
Provito |
it sounds like you've hit an error or a segfault, are the apache error logs denoting that they have terminated. An opcode cache issue or another extension problem |
| 13:50 |
SEBAR |
The problem is that on this case I don't have access to the server |
| 13:50 |
SEBAR |
no SSH |
| 13:53 |
Phlunk3 |
if my editor usergroup copies a page and pastes it into the site, the first page (made a copy of) usergroup was editor, but the new copy is now on "superuser" anyone knows why this is, or a way to fix this? |
| 13:55 |
marcuslind |
phil1: I changed baseURL from procampab.com to procampab.com/ instead |
| 13:55 |
marcuslind |
it fixed it |
| 13:55 |
marcuslind |
thanks for your help! |
| 13:55 |
marcuslind |
Appreciate it |
| 13:56 |
Phlunk3 |
so I guess my question is, how do I set the default access usergroup for new pages made by a member of a usergroup? |
| 14:01 |
kotelette |
Hi, quick one: how to make a TMENUITEM's a-tag wrap something instead of wrapping something around the tag |
| 14:07 |
kotelette |
got it: NO.stdWrap.wrap ;) |
| 14:09 |
kraftb |
hello ! |
| 14:09 |
BejjWrk |
yes, do not wrap the STD's ;) |
| 14:09 |
kraftb |
anyone using the "file_explorer" extension ? |
| 14:39 |
iaj |
kinea, hm never heard about it, how does it work? |
| 14:54 |
elmargol |
is the installToolPassword funktion in typo 4.3 somehow broken? |
| 14:55 |
BejjWrk |
elmargol: if its not working there might be more than one entry in localconf.php |
| 14:58 |
Krebrev |
Hi everyone. I have a question, hope you can help. I want to insert an image on my webpage (500x180) but typo automatically resizes to 300x108. This causes a very small/blurry picture. Manual adjustment creates a blurry image as well |
| 14:58 |
Krebrev |
is there a way to retain the original dimensions and not any typo3 resizing? |
| 14:58 |
Krebrev |
thanks |
| 15:00 |
net-mapper |
Hello |
| 15:01 |
kraftb |
the file_explorer works very nice .... it's a flash upload extension. but I do not know how to trigger an event after a file has been uploaded |
| 15:02 |
net-mapper |
Can anyone tell me how to delete a page from typo3 with it's content. NB: I want it to be deleted also with it's content from my database |
| 15:03 |
net-mapper |
because when i m deleting it, the column deleted is changed |
| 15:03 |
net-mapper |
changed to 1 |
| 15:03 |
nzgr |
Thats the way TYPO3 deletes stuff |
| 15:03 |
nzgr |
its never really deleted |
| 15:04 |
net-mapper |
nzgr: so i need to delete the page ad it's content directly from the database |
| 15:04 |
net-mapper |
nzgr: i have a question, can it affect the other related tables? |
| 15:04 |
nzgr |
There might be some wastebasket extensions that will let you really delete deleted entries from the database |
| 15:05 |
net-mapper |
nzgr:if yes, what are the tables related to 'pagles' and 'tt_content' tables? |
| 15:05 |
nzgr |
that is dependant on extensions you have installed |
| 15:05 |
net-mapper |
nzgr: can you give me an example of extensions |
| 15:05 |
nzgr |
but yes pages and tt_content are |
| 15:06 |
net-mapper |
what are the default tables that depends on pages and tt_content tables |
| 15:07 |
net-mapper |
? |
| 15:07 |
nzgr |
Not really sure, t3 database can get pretty complex |
| 15:09 |
nzgr |
why do you need to get them out of your database so badly? |
| 15:09 |
nzgr |
net-mapper: this might help you: |
| 15:09 |
nzgr |
http://typo3.org/extensions/repository/view/tmsw_cleandb/current/ |
| 15:10 |
net-mapper |
because we developed a website we need to import into our running one, without changing page ids |
| 15:10 |
net-mapper |
and there is sime pages with the same ids as the new developed one :(, i don't wanna touch the typoscript |
| 15:11 |
nzgr |
ahhh |
| 15:11 |
net-mapper |
i found a purging extension, http://typo3.org/extensions/repository/view/db_purge/current/ |
| 15:14 |
net-mapper |
i don't know if it's compatible with the 4.3.0 version of typo3 |
| 15:14 |
nzgr |
try it out in a test enviroment first... |
| 15:23 |
net-mapper |
that's what i am doing now |
| 15:24 |
net-mapper |
it seems that the one you gave me doesn't work |
| 15:24 |
net-mapper |
i'll try with the other i found |
| 15:25 |
nzgr |
sorry didn't know it would not work with 4.3 |
| 15:28 |
net-mapper |
it's a problem Bro |
| 15:28 |
net-mapper |
i will find other solutions |
| 15:28 |
net-mapper |
thank you very much |
| 15:29 |
elmargol |
somehow the install tool password is broken for me :( |
| 15:29 |
elmargol |
If I use the default password it works if I change it, it stops working |
| 15:29 |
elmargol |
the password is salted now? |
| 15:36 |
lindbergh |
hoi |
| 15:36 |
lindbergh |
I have problems using RTE in backend |
| 15:37 |
lindbergh |
if I put links there, in FE they are presented only as text |
| 16:00 |
falkk |
hi. can someone point me in the direction of how to create a user eval function for a TCA element? |
| 16:08 |
teppi|work |
falkk, http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/ |
| 16:08 |
teppi|work |
falkk, serach for class.tx_exampleextraevaluations_extraeval1.php |
| 16:09 |
teppi|work |
on the page |
| 16:09 |
teppi|work |
its an evaluation via a userfunction |
| 16:09 |
teppi|work |
*n |
| 16:09 |
falkk |
thanks for the hint. |
| 16:22 |
falkk |
teppi: ok, i see how it does not allow the value to be changed if its not correctly set, but it does not allow me to set an error message or the like. Is that possible? I am trying to do some postprocessing after a user has uplkoaded an image, which needs further user interaction. |
| 16:32 |
TheEternalAbyss |
k, i need someone to help fix this problem...all my links go to localhost |
| 16:36 |
falkk |
did you set the config option in the template? |
| 16:36 |
TheEternalAbyss |
if i set the config.basurl option then it goes to that url and not to my links |
| 16:36 |
TheEternalAbyss |
unless I did something wrong in my setup... |
| 16:37 |
falkk |
config.baseURL = |
| 16:37 |
falkk |
and its casesensitive. |
| 16:38 |
TheEternalAbyss |
how would i setup my baseurl so that all my links are relative |
| 16:40 |
falkk |
relative to what? |
| 16:40 |
falkk |
they should all be relative to your typo3 installation directory |
| 16:41 |
howard |
how to allow a tags in rte for tt_news? |
| 16:41 |
TheEternalAbyss |
relative to the root |
| 16:47 |
falkk |
TheEternalAbyss: then you want to link to pages outside of the typo3 installation? than you have to use the complete urls as links. |
| 16:48 |
TheEternalAbyss |
no i don't want to link outside of typo3 |
| 16:48 |
TheEternalAbyss |
i want to link to other sections of my site |
| 16:48 |
Guest5365 |
hello! |
| 16:50 |
Guest5365 |
is there anybody who uses jb_gd_resize for image resize without imagemagick? |
| 16:52 |
falkk |
TheEternalAbyss: and they are part of the typo3 pages? |
| 16:53 |
TheEternalAbyss |
yes it's all one site |
| 16:54 |
TheEternalAbyss |
i have the realurl extension |
| 16:55 |
falkk |
config.simulateStaticDocuments = 0 |
| 16:55 |
falkk |
config.baseURL = http://www.domeinname.com |
| 16:55 |
falkk |
config.tx_realurl_enable = 1 |
| 16:56 |
falkk |
and your realurlconfiguration needs t be setup properly |
| 16:58 |
TheEternalAbyss |
well i'm suspecting it's my configuration cause it ust goes to the url i put into baseURL |
| 16:59 |
Barcaro |
I have a problem with jb_gd_resize and RTE, shortly, when I resize images in RTE it doesn't resize images in frontend but only streches them |
| 16:59 |
Barcaro |
anybody had such issues with jb_gd_resize? |
| 17:00 |
Prot0 |
got gdlib2? |
| 17:01 |
Barcaro |
yes, gdlib2 is OK. for images with size set up by typoscript jb_gd_resize works great but with RTE it doesn't do anything |
| 17:01 |
Prot0 |
hmm no havent seen that before |
| 17:01 |
Barcaro |
even with image content when I set width and/or height the extension resizes it correctly |
| 17:02 |
Prot0 |
cleared caches? |
| 17:02 |
Barcaro |
I have this problem only with RTE |
| 17:02 |
Prot0 |
:D |
| 17:02 |
Prot0 |
what TYPO3 version are you using? |
| 17:02 |
Barcaro |
yes, I cleared the caches many many times |
| 17:02 |
Barcaro |
typo3 4.2.8 |
| 17:02 |
Prot0 |
also cached images in typo3temp/ |
| 17:02 |
Prot0 |
? |
| 17:02 |
Prot0 |
hm ok |
| 17:03 |
Barcaro |
http://www.obereggen.com/index.php?id=211 as you can see here it seems to take the image from the original file, not cache |
| 17:07 |
TheEternalAbyss |
i'm going to paste my code cause i'm just not seeing where i'm going wrong |
| 17:11 |
TheEternalAbyss |
http://paste.phlogi.net/baseurl1/ http://paste.phlogi.net/baseurl2_localconf/ |
| 17:11 |
TheEternalAbyss |
baseurl1 has my TS in the template record defining my baseurl and such |
| 17:11 |
TheEternalAbyss |
the second link is my localconf configuration for realurl |
| 17:12 |
TheEternalAbyss |
I read the realurl wiki and it looks right, maybe I'm just missing the problem |
| 17:33 |
falkk |
TheEternalAbyss: use this: |
| 17:33 |
falkk |
config.baseURL = http://localhost |
| 17:46 |
Frantic |
hey guys, I'm doing something on a typo3 site. I have a rich text field in which I place something like a (with the rich text disabled). This is actually an "a". So the site stores it in the database as "a", but when it prints it on the front-end it converts it to an "a" (it's not my browser interpreting it, I lynxed). Does anyone know how I can make it stop doing that? :) |
| 17:48 |
Barcaro |
@frantic: I think you should check lib.parsefunc and lib.parsefunc_RTE |
| 17:52 |
Frantic |
Barcaro: looking for them, thanks :) |
| 18:13 |
TheEternalAbyss |
k falkk I'll try that |
| 18:14 |
TheEternalAbyss |
on a side note, I'm trying to install t3 on my mac. I have the password setup for the DB and all the info correct yet the install tool keeps saying the pass is wrong :( |
| 18:15 |
TheEternalAbyss |
nope |
| 18:16 |
TheEternalAbyss |
http://localhost doesn't do anything...I'm starting to think that there's some other config issue i'm overlooking. There's another template another section of the site is using. Maybe that's messing with it |
| 18:20 |
TheEternalAbyss |
yea it's a config issue, cause disabling realurl makes the menu's work perfectly -_-;; |
| 18:35 |
TheEternalAbyss |
dammit why isn't it connecting to my db |
| 19:56 |
Tobias_B |
how can i include an image in a content-element? i wraped the text with: tt_content.text.20.wrap but how can i include the image in the same div? |
| 19:58 |
Tobias_B |
i wraped it also with tt_content.textpic.20.wrap |
| 19:59 |
Tobias_B |
but still doesn't work |
| 20:19 |
Tobias_B |
how can i include the image in the div container of the text in a content element? |
| 20:25 |
TheEternalAbyss |
i could be completely off base here |
| 20:26 |
TheEternalAbyss |
but you could define the image in the div class css properties in your css file |
| 20:26 |
TheEternalAbyss |
i have a div class link, where the css file defines the text parameters and adds a gif of an arrow after it |
| 20:29 |
Tobias_B |
can i include the image in the div of the text? tt_content.text.20.wrap = <div class="entry">|</div><div class="box-style3-bottom"></div> |
| 20:29 |
Tobias_B |
i wraped it like this but where should i include the image? |
| 20:30 |
Tobias_B |
i wanna have the images in the class entry |
| 20:33 |
TheEternalAbyss |
in the class entry?? |
| 20:33 |
TheEternalAbyss |
not sure |
| 20:35 |
Tobias_B |
jeah around the bodytext i have a class entry with a background and so on.. and i wanna have the image on the right side of the text |
| 20:36 |
TheEternalAbyss |
well if it's a bg image then maybe adding a property called background: "folder/file.gif" and then for adjusting it, you could adjust it with padding: 1px 1px 1px 1px |
| 20:37 |
TheEternalAbyss |
honestly I'm not sure how to help, just throwing ideas out there |
| 20:37 |
TheEternalAbyss |
i just so happen to be working on a similar problem |
| 20:39 |
TheEternalAbyss |
problem is I have in my css file the definition of my class for links and it consists of text with an arrow image. Since the text in each title differs in length, so does the positioning of the arrow, making it look out of sync |
| 20:42 |
TheEternalAbyss |
...i remember when making websites was much simpler |
| 20:42 |
TheEternalAbyss |
lol |
| 21:34 |
Tobias_B |
how can i change the title class of the tt_news articles? |
| 21:34 |
Tobias_B |
lib.stdheader.10.1.fontTag = <h2 class="title">|</h2> that is for "normal" content elements |
| 21:36 |
Prot0 |
modify the HTML template |
| 21:38 |
TheEternalAbyss |
k this isn't really a typo3 question, but more of a html/css question |
| 21:38 |
TheEternalAbyss |
if I modify the css property for height n a background image in a div class |
| 21:38 |
TheEternalAbyss |
i'm changing the container height, not the actual image aren't i |
| 22:19 |
timdeluxe |
hi folks |
| 22:20 |
timdeluxe |
i am using a special menu for pagination "special = browse" and are overwriting the title with fields.title... on normal pages all fine, but if there is a navigation title set on the page it overwrites my custom title |
| 22:20 |
timdeluxe |
how can i solve that? |
| 22:24 |
timdeluxe |
ahh solved it |
| 22:24 |
timdeluxe |
i simply had to set fields.nav_title also |
| 22:28 |
gregor3005 |
hi i need some help with installing typo3 on centos 5.4 |
| 22:29 |
gregor3005 |
mysql and php works |
| 22:29 |
gregor3005 |
i see the 1-2-3 installation but when i click import on step 3 i see only a white screen |
| 22:30 |
gregor3005 |
oh i found a log-entry in the apache log "Allowed memory size of 16777216 bytes exhausted " |
| 22:32 |
gregor3005 |
sry for asking, problem solved |