| 01:51 |
dinsdale07 |
my typo3 installations are in subdirectories like http://dev/proj1/typo3 ; http://dev/proj2/typo3 etc ... Firefox doesn't store password fro a directory but per domain. So it always can only store one password for my backend login. |
| 01:54 |
dinsdale07 |
anyone knows how to store all my typo3 backend logins for the same server? |
| 08:59 |
maholtz|WORK |
morning |
| 09:08 |
_pedda_ |
hi all |
| 09:10 |
HardPhuck |
morning ) |
| 09:20 |
MarwolTuk |
good morning guys |
| 09:22 |
MarwolTuk |
i'm useing the 4.2.5 stable version of typo, and if i try to kreate a new statc template, the save button is missing :-P |
| 09:22 |
MarwolTuk |
is this "feature" alreaddy known? |
| 09:22 |
maholtz|WORK |
? top left? |
| 09:23 |
MarwolTuk |
left of the cols button? jes, it's not there... |
| 09:23 |
MarwolTuk |
*yes |
| 09:23 |
MarwolTuk |
*close |
| 09:24 |
maholtz|WORK |
sry, i thought you mean create ext-template... |
| 09:24 |
maholtz|WORK |
never created an static template... |
| 09:24 |
maholtz|WORK |
without extension? |
| 09:24 |
maholtz|WORK |
how could i? |
| 09:25 |
maholtz|WORK |
ah, ok |
| 09:25 |
maholtz|WORK |
make that sense? |
| 09:26 |
maholtz|WORK |
but, i cant do it with 4.1.7 |
| 09:29 |
MarwolTuk |
i thougt of that way, because i hace two different templates, which are used on different sites, indipendently from their position in the page tree... and i don't want to copy the template code later on ;-) |
| 09:32 |
Jahithber |
im starting with templating wich type of templating should i choose?? modern or futuristic?? |
| 09:32 |
MarwolTuk |
this is how the form looks: http://test.mks-ag.de/fileadmin/typo-error.jpg |
| 09:34 |
MarwolTuk |
i think there shold be the three save-buttons right of the close button ;-) |
| 10:08 |
lwolf |
hi |
| 10:08 |
lwolf |
i'm very new to typo3, and i'm trying to create a "private" site. How can i configure permissions so that users are forced to login to access my site. Is there a tutorial somewhere that show how to do this ? |
| 10:15 |
maholtz|WORK |
@lwolf: you talk about frontent user? afaik there are some extensions which enables perma login |
| 10:16 |
lwolf |
maholtz|WORK, ok, thank you, that what was i was wanting to know |
| 10:17 |
lwolf |
i'm interested in the DirectSSO plugin and i want to try it, and for that my site seems to have the need to be private |
| 10:18 |
HardPhuck |
lwolf: do you want to force them to log in or to enable them to always stay logged in |
| 10:19 |
lwolf |
HardPhuck, to force them to login in |
| 10:20 |
lwolf |
i'm gonna be away for a little time, but i'll wait for your answer HardPhuck |
| 10:20 |
lwolf |
thank you for your help HardPhuck and maholtz|WORK |
| 10:24 |
HardPhuck |
well to force them to log in, you can modify the 'access' part of the locked pages |
| 10:25 |
HardPhuck |
before that you need to define a group for those people |
| 10:25 |
HardPhuck |
and make pages available only to that group |
| 10:25 |
HardPhuck |
but the main page must remain unlocked, and must contain the login form |
| 10:27 |
HardPhuck |
http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/0.1.0/view/1/5/ |
| 10:27 |
HardPhuck |
this is the doc on the matter |
| 11:01 |
tf |
hi. i have 2 domains and for each domain 1 tree. an extension in each tree gets a storage_pid to generate a link. but in my second domain, the storage_pid is the same like in the first tree. what i have to do to get the correct storage_pid? |
| 11:01 |
progzy |
Hi, I try to change styles in the RTE HtmlArea. For that, in the root page, I edit the page properties and add in options/tsConfig the following : http://pastebin.com/m3c1db0d6 The problem is I can not see the style in the paragraph and text select box but only in the anchor pop-up. Can you help me please ? Is there something wrong in my code? |
| 11:04 |
lwolf |
HardPhuck, thank you, this is exactly what i was needing |
| 11:11 |
HardPhuck |
lwolf: p |
| 11:11 |
HardPhuck |
np |
| 12:00 |
tPl0ch |
hello |
| 12:01 |
tPl0ch |
anyone knows how to pass GET-Parameter to a Flash animation in Typo3? |
| 12:31 |
maholtz|WORK |
@tPl0ch: how do you render the flash without GET-Parameter and where should the get-Param got too? |
| 12:40 |
JesperP |
does anyone have experience running a particular extension on ssl? |
| 12:42 |
ockmonix |
hello fellow typo3 friends |
| 12:46 |
ockmonix |
does anyone know how i could set a wrap that is dependent on wether there is a content element or not |
| 12:53 |
_pedda_ |
ockmonix: search for if.isTrue |
| 12:56 |
_pedda_ |
you can chech via typoscript if something exists (is true) and wrap the data then |
| 12:56 |
_pedda_ |
*check |
| 12:59 |
ockmonix |
hi _pedda_ |
| 12:59 |
ockmonix |
that is my script |
| 12:59 |
ockmonix |
http://paste.phlogi.net/-2bc57ef0a9/ |
| 12:59 |
ockmonix |
it works but the main problem is that the content is not displayed |
| 13:01 |
_pedda_ |
ever tried cObject ? |
| 13:01 |
_pedda_ |
instead of cobject |
| 13:01 |
maholtz|WORK |
thats an error of pastebin |
| 13:02 |
_pedda_ |
ah ok |
| 13:02 |
maholtz|WORK |
@ockmonix: do it without stdWrap - only if.... |
| 13:03 |
maholtz|WORK |
and if that works, read stdWrap for numRows |
| 13:04 |
maholtz|WORK |
well, and you should be able to use only one TEXT element instead two nesting COA |
| 13:18 |
ries |
Pack publishing contacted me to write a book on the commerce extension |
| 13:18 |
ries |
interesting... |
| 13:19 |
randomresult |
hi there |
| 13:20 |
randomresult |
i have a problem with htmlArea 1.7.8 in a TYPO3 4.2.5 install |
| 13:21 |
randomresult |
when i enter text and use formating (ul/li) and save... some text is gone and the frontend shows html tags... |
| 13:21 |
randomresult |
it is a bit better if i edit the text with ff 2.x on MacOsx ... |
| 13:22 |
randomresult |
but still some text is missing... only formatings i use is bold and ul/li |
| 13:22 |
randomresult |
someone had probs like this ? |
| 13:24 |
Vinai |
hey randomresult |
| 13:25 |
Vinai |
I have the same problem |
| 13:25 |
randomresult |
:) |
| 13:25 |
Vinai |
but so far no solution |
| 13:25 |
Vinai |
nay ideas would be greatly appreciated! |
| 13:27 |
randomresult |
very quiet in here |
| 13:29 |
ockmonix |
i have found a solution |
| 13:29 |
ockmonix |
with another content cObject in the COA |
| 13:32 |
Vinai |
ockmonix: a solution for the problem randomresult wrote about, or something else I missed? |
| 13:32 |
ockmonix |
no, a problem i had ;) |
| 13:33 |
Vinai |
ockmonix: bother :-( |
| 13:33 |
Vinai |
ockmonix: :) |
| 13:36 |
MasterYin`work |
Hey Everyone |
| 13:37 |
randomresult |
MasterYin`work; hi |
| 13:40 |
MasterYin`work |
I'm searching for an Extension for the following Problem: I want a form on my page with some fields like Company, Adress, Contact-Data, Website (Text-Input) and one for an Image. Addianaly I need a Combo-Box vor the Type of Advertisement the user want to order. |
| 13:40 |
randomresult |
mailformplus? |
| 13:40 |
MasterYin`work |
*check* : |
| 13:41 |
_pedda_ |
or powermail.. |
| 13:41 |
randomresult |
hi _pedda_ |
| 13:41 |
_pedda_ |
hi :) |
| 13:42 |
_pedda_ |
but i prefer mailformplus .. |
| 13:42 |
randomresult |
the htmlarea behaves strange |
| 13:44 |
dec |
i have a problem in a self created extension: one of the RTE fields doesn't save <p> tags to the database, while a different one in the same form does save it.. I'm using htmlArea 1.7.8 |
| 13:45 |
dec |
and typo3 4.2.5... used to work fine in the previous version but i think the newest release broke it... any ideas? |
| 14:05 |
ries |
you know what so cool is about having a garden? you just walk up a tree... pick a mandarine, and eat it!!! No need for a super marked :D |
| 14:07 |
_pedda_ |
but not in germany.. |
| 14:07 |
_pedda_ |
we have about 5°C |
| 14:07 |
randomresult |
_pedda_ : well look what the future brin |
| 14:07 |
randomresult |
g |
| 14:08 |
_pedda_ |
hehe.. |
| 14:08 |
ries |
_pedda_: I would not say that's why I did leave holland... but it is one of teh advantages?? |
| 14:08 |
randomresult |
ries: where u at? |
| 14:08 |
_pedda_ |
equador |
| 14:08 |
randomresult |
for ever? |
| 14:09 |
_pedda_ |
ecuador .. spelled correctly.. |
| 14:09 |
ries |
randomresult: for ever I don't know... but for a long time stil |
| 14:15 |
maholtz|WORK |
@ries: did you go there with lars houmark? (afaik he is in ecuador too?) |
| 14:17 |
ries |
maholtz|WORK: Actually... I send my wifes sister to Europe one day so she could explore the world |
| 14:17 |
ries |
When she came back she brought Lars |
| 14:17 |
ries |
so Lars is part of the family now :D |
| 14:17 |
_pedda_ |
lol |
| 14:17 |
randomresult |
ries: no |
| 14:17 |
randomresult |
thats not true |
| 14:18 |
randomresult |
:) |
| 14:18 |
ries |
randomresult: what story do you know then?? |
| 14:22 |
ries |
randomresult: They did meet on one of the TYPO3 developer days... |
| 14:25 |
randomresult |
great! |
| 14:25 |
randomresult |
i didnt mean ... no - you dont tell the truth |
| 14:25 |
randomresult |
i mean : wow |
| 14:26 |
randomresult |
unbeliebable |
| 14:26 |
maholtz|WORK |
@ries: lol |
| 14:26 |
maholtz|WORK |
nice:) |
| 14:26 |
ries |
randomresult: you mean Nooooooo |
| 14:27 |
ries |
:D |
| 14:28 |
_pedda_ |
why did you chose ecuador ? |
| 14:39 |
boundless |
hi, direct_mail_subscription 1.1.0 on typo3 4.2.3 is not storing emails for some reason |
| 14:39 |
boundless |
any idea why? |
| 14:41 |
boundless |
i submit the form, get the message to check the email, but the confirmation email never arrives and tt_address is empty |
| 14:56 |
_pedda_ |
hmm if there are 3 tt_news plugins on a page.. 2x code : LIST & 1x AMENU.. plugin 1 displays Cat1 & plugin 2 displays Cat2 and plugin 3 is AMENU |
| 14:57 |
_pedda_ |
if a month in amenu is selected the two LIST plugins display the same news, ignoring the plugins category selection |
| 15:09 |
_pedda_ |
did anyone discover something similar ß |
| 15:09 |
_pedda_ |
? |
| 15:09 |
_pedda_ |
*someone |
| 15:12 |
maholtz|WORK |
if it is the problem, that all plugins react on one plugin, then you can change the link-params via typoscript |
| 15:13 |
_pedda_ |
but this is not the problem |
| 15:13 |
_pedda_ |
the AMENU should act for both list plugins |
| 15:14 |
_pedda_ |
when i click on january.. then all january news records should be displayed... |
| 15:15 |
_pedda_ |
and shown in the correct list plugin, depending on the category to display |
| 15:50 |
theconic |
does someone in here use jQuery? |
| 15:50 |
theconic |
i have a simple question ^^ |
| 15:54 |
dinsdale07 |
theconic, you probably will find more answers to jquery specific questions in channel #jquery but just ask. |
| 15:56 |
theconic |
dinsdale07: hehe, i was just too lazy to connect there, but you're right... |
| 15:56 |
theconic |
but nevertheless i have to go now... |
| 15:56 |
theconic |
later ;) thanks |
| 15:59 |
dinsdale07 |
my typo3 development installations are in subdirectories like http://dev/proj1/typo3 ; http://dev/proj2/typo3 etc ... Firefox doesn't store password fro a directory but per domain. So it always can only store one password for my backend login. anyone in a similar scenario and has solved it? |
| 16:00 |
_pedda_ |
use same password for all projects in your developement environment.. not that safe but if it's only local.. shouldn't matter |
| 16:00 |
_pedda_ |
or create subdomains :) |
| 16:00 |
_pedda_ |
each project |
| 16:01 |
maholtz|WORK |
or use different usernames |
| 16:03 |
dinsdale07 |
same password is a no - server is also accesible from the outside. subdomains: possible but requires 2 dns changes for each web. I think the different username might be the best solution for now. |
| 16:04 |
_pedda_ |
pfff :-P |
| 16:04 |
_pedda_ |
hehe |
| 16:04 |
dinsdale07 |
_pedda_, I'm sorry - you're suggestions were excellent :-) |
| 16:04 |
_pedda_ |
i'm just kidding ^^ |
| 16:05 |
dinsdale07 |
but thinking about it - leaving the admin user on a typo3 installation is a possible security risk anyway. |
| 16:16 |
dec |
being online is a security risk ;) |
| 16:17 |
_pedda_ |
right |
| 16:17 |
_pedda_ |
i can't remember having a project without the need of an admin account although the project was already finished |
| 16:19 |
dinsdale07 |
I meant that differently - changing the default name "admin" might be a good idea to prevent guessing the password. |
| 16:19 |
_pedda_ |
aah ok |
| 16:19 |
_pedda_ |
hmm .. my admin account username is not admin.. but in each proect it's the same.. |
| 16:19 |
_pedda_ |
i use 123 ;) |
| 16:19 |
boundless |
regarding my direct_mail_subscription problem, it doesn't enter the main if clause of saveRecord function: if(intval($conf['rec']['uid'])) |
| 16:19 |
_pedda_ |
for password |
| 16:20 |
boundless |
any ideas? |
| 16:20 |
dinsdale07 |
oh you .... _pedda_ :-) I always use alphanumeric and everybody hates me for it :-) |
| 16:20 |
_pedda_ |
i'm still kidding ;) |
| 16:21 |
_pedda_ |
alphanumeric + special chars |
| 16:22 |
_pedda_ |
but i have 3 and use one of them in each project |
| 16:22 |
_pedda_ |
so it's not that hard for me to remember.. and not that easy for someone to guess |
| 16:23 |
dinsdale07 |
hm, I usually derive them from something familiar to the client because I usually give them out once the project is finished. |
| 16:33 |
MarwolTuk |
thats strange... |
| 16:33 |
MarwolTuk |
i'm useing automaketemplate to create a template aut of a static html file |
| 16:35 |
MarwolTuk |
*out |
| 16:36 |
MarwolTuk |
if i insert plugin.tx_automaketemplate_pi1 in page element 10 all works right and i get the template html code |
| 16:36 |
MarwolTuk |
but, if i throw it inside a template-element and put this inside element 10, i get a blank page :-P |
| 16:40 |
MarwolTuk |
here is my typoscript: http://paste.phlogi.net/-6c84d7b3b1/ |
| 16:41 |
MarwolTuk |
i hope someone can help :-) |
| 16:41 |
_pedda_ |
what do you mean by template-element ? |
| 16:46 |
MarwolTuk |
the TEMPLATE-Content Object XD |
| 16:47 |
_pedda_ |
where is this template content object located.. you throw in |
| 16:48 |
MarwolTuk |
in the dump it's defined in line 20 and following |
| 16:48 |
_pedda_ |
hmm no i mean |
| 16:49 |
_pedda_ |
do you have a sysfolder for templates ? |
| 16:49 |
_pedda_ |
pn |
| 16:50 |
snoy_ms |
how to use the spezial "[Advanced] Mapping rules" field while mapping in templa voila |
| 16:50 |
snoy_ms |
? |
| 16:51 |
snoy_ms |
i need to add a class name to my mapping |
| 16:56 |
tobi_t3w |
just use Mapping Type:Attribute snoy_ms |
| 16:59 |
snoy_ms |
tobi_t3w: you have an example ? I need something like <......class="frontimage"...> |
| 17:00 |
snoy_ms |
ahhhh sorry |
| 17:00 |
snoy_ms |
now i understand |
| 17:00 |
tobi_t3w |
ok ;) |
| 17:03 |
snoy_ms |
lol...didn't know it. Thanks....and i startet to add it into the xml struct.. |
| 17:07 |
snoy_ms |
tobi_t3w: i get a mapping problem if i try to add a class and a mapping to an image |
| 17:08 |
snoy_ms |
? |
| 17:14 |
snoy_ms |
no one ? |
| 17:15 |
snoy_ms |
Can i add an Attribut map and an Element map to one image ? |
| 17:32 |
_pedda_ |
cu all |
| 17:34 |
_pedda_ |
snoy_ms: http://www.fladi.de/2008/06/01/howto-coda-slider-mit-jquery-unter-typo3/ there you have a tut where an attribut is added via templavoila.. |
| 17:34 |
maholtz|WORK |
cu |
| 17:34 |
_pedda_ |
try to adapt this to suite your needs |
| 17:37 |
_pedda_ |
hmm snoy is already gone.. |
| 17:37 |
_pedda_ |
cu maholtz|WORK :) |
| 18:18 |
LilleLars |
Hello.. Is anyone able to help me out a sec? |
| 18:21 |
tobi_t3w |
yes but only a sec, time is money *g* no, just ask |
| 18:21 |
TaucherMK |
LilleLars: when you can write, i assume you can read |
| 18:21 |
TaucherMK |
LilleLars: So why don't you read the topic first? |
| 18:22 |
LilleLars |
Sure did that.. But didn't ask if i could ask anything.. Asked if someone had the time to help a sec :P |
| 18:22 |
LilleLars |
but anyway |
| 18:24 |
LilleLars |
I've been trying to get the loging working, but still no luck |
| 18:26 |
tobi_t3w |
which loging are you trying to get to work? |
| 18:26 |
LilleLars |
the backend |
| 18:26 |
tobi_t3w |
whats the problem? user not working or is it a fresh install? |
| 18:27 |
LilleLars |
fresh install |
| 18:27 |
tobi_t3w |
did you run the install tool? |
| 18:27 |
LilleLars |
yes and it all worked perfectly.. |
| 18:28 |
tobi_t3w |
hm and after that loging into the backend with username admin and password password did not work? |
| 18:28 |
LilleLars |
no |
| 18:28 |
tobi_t3w |
you can try to create a new admin user with the install tool |
| 18:31 |
tobi_t3w |
you can find this option in "Database Analyser" / Create "admin" user |
| 18:32 |
LilleLars |
still nothing |
| 18:32 |
LilleLars |
i don't get it.. everything seems to work just fine |
| 18:33 |
tobi_t3w |
hm do you get a javascript error when trying to log in? |
| 18:34 |
LilleLars |
no just get an "Your login attempt did not succeed. Make sure to spell your username and password correctly, including upper/lowercase characters." |
| 18:35 |
tobi_t3w |
if you want you can message me in private with the login details of this site and i will have a look |
| 18:35 |
tobi_t3w |
dont know what to suggest you without looking at it |
| 20:37 |
Greenleon |
Hi. Got a problem with xcompmgr. When I start it with ~/.fluxbox/startup [xcompmgr -c] fluxbox's slit does not show up right. With not right I mean: I only see a shadow and a weird clock. |
| 20:37 |
Greenleon |
When I start manually I do not have this problem. |
| 20:38 |
Greenleon |
Ups wrong channel. Sorry. |
| 20:53 |
kraftb |
compbiz rulez! *g* |
| 20:53 |
kraftb |
oh ... already gone. |