| 00:10 |
utdiscant |
Hello, i aint getting any response to this post about Direct Mail http://forum.typo3.tros.nl/viewtopic.php?p=3479#3479 can anybody in here give me a hint? |
| 00:13 |
void |
utdiscant: never used direct mail... i think that's too big |
| 00:14 |
utdiscant |
Any good alternatives? |
| 00:14 |
void |
utdiscant: tcdirectmail.. |
| 00:15 |
utdiscant |
i'll look it up, thanks |
| 00:18 |
utdiscant |
Looks good |
| 00:18 |
utdiscant |
If i have a bunch of subscribers in the old direct mail, is there an easy way to get them over into the new tcdirectmail system= |
| 00:18 |
utdiscant |
*? |
| 00:19 |
void |
i don't know... |
| 09:08 |
m4rtijn |
mornink |
| 09:10 |
just2b |
hi m4rtijn |
| 09:21 |
m4rtijn |
hey just2b.. can I ask u smth about smoothgal? |
| 09:22 |
just2b |
sure |
| 09:22 |
m4rtijn |
I have this setup atm. http://www.belvano.de/index.php?id=2 |
| 09:23 |
m4rtijn |
i got this by inserting the smoothgal plugin into the page as an content element.. To make it easier for my customer.. i would like to get the same result by using the normal content element "images" |
| 09:24 |
m4rtijn |
do you think thats possible? |
| 09:24 |
just2b |
you use rgnewslink? |
| 09:24 |
just2b |
ah sry |
| 09:24 |
just2b |
the smoothgallerylink thing? |
| 09:24 |
m4rtijn |
yes |
| 09:24 |
just2b |
this doesnt work in CEs |
| 09:25 |
m4rtijn |
rgsmoothgallerylinks |
| 09:25 |
m4rtijn |
.. i thought so.. thanks |
| 09:26 |
jananne |
How do i modify of the Indexed Search extension in the FE. |
| 09:26 |
jananne |
Search for "het" |
| 09:26 |
jananne |
Displaying results 1 to 7 out of 7 |
| 09:26 |
jananne |
^^ |
| 09:27 |
imran |
Hi |
| 09:27 |
imran |
Hello Every one |
| 09:28 |
imran |
I need help related to typo3 |
| 09:28 |
jananne |
hi imran |
| 09:28 |
imran |
menu |
| 09:28 |
imran |
hi |
| 09:28 |
imran |
How r u? |
| 09:28 |
jananne |
fine |
| 09:28 |
imran |
I have 3-level menu |
| 09:29 |
imran |
When I click on 2-level then i want to change the 1-level css class |
| 09:30 |
imran |
is it possible |
| 09:30 |
imran |
? |
| 09:30 |
just2b |
should be, yes |
| 09:30 |
imran |
Can you guide me |
| 09:30 |
just2b |
make a condition on the treelevel and change the class |
| 09:31 |
imran |
How sir |
| 09:31 |
imran |
? |
| 09:31 |
imran |
Please send me code if you have |
| 09:32 |
just2b |
[treeLevel = 2] |
| 09:32 |
just2b |
lib.menu.1.wrapItemAndSub = new class |
| 09:32 |
just2b |
[global] |
| 09:33 |
xsebi |
moved a big t3 site from 4.1.1 to 4.1.5 on another server , good so far only thing is i cannot create content |
| 09:33 |
xsebi |
always gives me a blank edit page |
| 09:33 |
just2b |
enable php warnings |
| 09:33 |
imran |
# Menu 1 cObject |
| 09:33 |
imran |
temp.menu_1 = HMENU |
| 09:33 |
imran |
# Defines at which level in the rootLine, the menu should start. |
| 09:33 |
imran |
temp.menu_1.entryLevel = 0 |
| 09:33 |
imran |
# First level menu-object, textual |
| 09:33 |
imran |
temp.menu_1.1 = TMENU |
| 09:33 |
imran |
temp.menu_1.1 { |
| 09:34 |
imran |
# Normal state properties |
| 09:34 |
imran |
expAll = 0 |
| 09:34 |
imran |
NO.allWrap = <div class="firstLevel"> | </div> |
| 09:34 |
imran |
# Enable active state and set properties: |
| 09:34 |
imran |
ACT = 1 |
| 09:34 |
imran |
ACT.allWrap = <div class="selected3"> | </div> |
| 09:34 |
imran |
} |
| 09:34 |
imran |
# Second level menu-object, textual |
| 09:34 |
imran |
temp.menu_1.2 = TMENU |
| 09:34 |
imran |
temp.menu_1.2 { |
| 09:34 |
imran |
# Normal state properties |
| 09:34 |
imran |
NO.allWrap = <div class="secondLevel"> | </div> |
| 09:34 |
imran |
# Enable active state and set properties: |
| 09:34 |
imran |
ACT = 1 |
| 09:34 |
imran |
ACT.allWrap = <div class="selected-second2"> | </div> |
| 09:34 |
imran |
} |
| 09:34 |
imran |
# Third level menu-object, textual |
| 09:34 |
imran |
temp.menu_1.3 = TMENU |
| 09:34 |
imran |
temp.menu_1.3 { |
| 09:34 |
imran |
# Normal state properties |
| 09:34 |
imran |
NO.allWrap = <div class="thirdLevel"> | </div> |
| 09:34 |
imran |
# Enable active state and set properties: |
| 09:34 |
imran |
ACT = 1 |
| 09:34 |
imran |
ACT.allWrap = <div class="selected-third"> | </div> |
| 09:34 |
just2b |
not so many code here! dam it |
| 09:34 |
imran |
} |
| 09:34 |
imran |
Check it |
| 09:34 |
just2b |
no i wont |
| 09:34 |
imran |
I want to change 1-lvel selected3 class to selected |
| 09:35 |
imran |
ok |
| 09:36 |
just2b |
upload your code at pastebin or somewhere and follow the rules |
| 09:38 |
imran |
[global] what is this |
| 09:38 |
teppi|work |
this is sparta! |
| 09:39 |
nublaii |
I have a spanish website with typo3 |
| 09:39 |
just2b |
it is a condition |
| 09:39 |
nublaii |
and I'm trying to fix a problem with the search |
| 09:39 |
just2b |
i have a german website with typo3 |
| 09:39 |
xsebi |
i have a coffee |
| 09:39 |
nublaii |
people usually don't type the accents on the words, so typo3 won't find the words |
| 09:39 |
nublaii |
is there any way of relaxing the search to allow for that kind of behaviour? |
| 09:39 |
nublaii |
jejeje |
| 09:40 |
just2b |
IMO not |
| 09:41 |
imran |
I have apply your code but it is not working |
| 09:41 |
just2b |
i am not surprised, it was just a snippet |
| 09:41 |
nublaii |
... for example, a very common last name is 'Garcia', but it's got an accent over the 'i', but on a search people will write it without |
| 09:42 |
imran |
[treeLevel = 2] this is typoscript syntax |
| 09:42 |
just2b |
yes |
| 09:43 |
imran |
treeLevel Typoscript reserved word |
| 09:43 |
imran |
or just example |
| 09:43 |
just2b |
1st |
| 09:44 |
imran |
1st? |
| 09:44 |
just2b |
reserved word |
| 09:44 |
imran |
[treeLevel = 2] |
| 09:44 |
imran |
temp.menu_1.1.allWrap = <div class="selected3"> | </div> |
| 09:44 |
imran |
[global] |
| 09:45 |
imran |
I am using this code at my menu bottom |
| 09:45 |
just2b |
2nd line needs to be adopted and the 2 depends on your treelevel |
| 09:45 |
teppi|work |
nublaii, i think the only chance is to elimate the accents from the indexed pages entries in the database .. |
| 09:45 |
imran |
Is it right |
| 09:45 |
teppi|work |
but i dont know whether this should be done :-) |
| 09:46 |
imran |
? |
| 09:47 |
imran |
It is not working I am prety much confused |
| 09:48 |
teppi|work |
nublaii, where is a indexer class inside the indexed search folder .. which should be customized .. i think |
| 09:48 |
just2b |
because you need to adopt it to your own code |
| 09:48 |
jananne |
How do i modify of the Indexed Search extension in the FE. |
| 09:48 |
jananne |
Search for "het" |
| 09:48 |
jananne |
Displaying results 1 to 7 out of 7 |
| 09:48 |
jananne |
^^ |
| 09:48 |
jananne |
the LANGUAGE * |
| 09:48 |
imran |
I have send you code what you suggest me |
| 09:49 |
nublaii |
there is a class.doublemetaphone.php |
| 09:49 |
nublaii |
on the indexed search folder |
| 09:49 |
nublaii |
I thought maybe that could be tweaked to do it, but I can't quite figure out how it's supposed to work |
| 09:50 |
nublaii |
in the end I need to |
| 09:50 |
nublaii |
wooops |
| 09:50 |
nublaii |
wrong window |
| 09:50 |
xsebi |
jananne : u need to set language in your template setup |
| 09:55 |
teppi|work |
nublaii, yeah this looks good |
| 09:55 |
jananne |
xsebi: i did this: plugin.tx_indexedsearch.config.language = nl, doesn't work. |
| 09:56 |
just2b |
jananne you updated in translation manageR? |
| 09:56 |
jananne |
yes |
| 09:56 |
just2b |
it is green for indexed search for your lang? |
| 09:57 |
jananne |
Checking status again, moment :). |
| 10:03 |
jananne |
pfff the check is taking ages of time :s. |
| 10:10 |
dotx |
hello |
| 10:12 |
m4rtijn |
hi dotx |
| 10:13 |
whnsnn |
is there a recursive setting for front end access? |
| 10:18 |
imran |
Thanks just2b |
| 10:18 |
imran |
I have done it |
| 10:18 |
imran |
Whats ur full name |
| 10:18 |
imran |
? |
| 10:20 |
m4rtijn |
justtwobee |
| 10:30 |
just2b |
visit ringer.it for it ;) why ? |
| 10:31 |
nd |
I want to change the display of the size when using a download-list. Searching through the ObjectBrowser I don't find the object to change or wrap ;/ |
| 10:32 |
nd |
Can anyone jump in and help me? |
| 10:39 |
whnsnn |
is there a recursive setting for front end access? |
| 10:42 |
just2b |
yes |
| 10:47 |
whnsnn |
and how can I do that? |
| 10:47 |
just2b |
checkbox in page props |
| 10:50 |
whnsnn |
I don't see this checkbox |
| 10:51 |
whnsnn |
there is a checkbox "Include subpages" for the start and stop time |
| 10:51 |
frankythereal |
hello folks, knows anyone about a ext for pagefliptool |
| 10:51 |
whnsnn |
but not for the access |
| 10:51 |
just2b |
what then you mean? |
| 10:51 |
frankythereal |
this is a flash pageflip |
| 10:51 |
just2b |
frankythereal sure ;) |
| 10:51 |
frankythereal |
yes ? |
| 10:51 |
frankythereal |
cool |
| 10:52 |
just2b |
it is just not available ^^ |
| 10:52 |
whnsnn |
I mean a frontend user group |
| 10:52 |
frankythereal |
thats sucks |
| 10:53 |
just2b |
it is also not finished yet |
| 10:53 |
frankythereal |
how i find the url if it is ready to useing |
| 10:53 |
just2b |
mom tel |
| 10:54 |
tommyd |
Hi! Does t3 4.1.x work with zend.ze1_compatibility_mode=off ? |
| 10:54 |
tommyd |
(which deactivates the old php behaviour wrt cloning and referencing) |
| 11:04 |
frankythereal |
just2b are you back ? |
| 11:04 |
just2b |
kind of |
| 11:04 |
frankythereal |
;) |
| 11:05 |
frankythereal |
the same question again |
| 11:06 |
just2b |
frankythereal try the link here http://www.hotel-koller.com/index.php?id=241 > you want something like that? |
| 11:07 |
rockysynergy |
I have done half of the code but need to delete and add some table fields to my extension table. Can any of you tell me which file or files I need to edit please? |
| 11:08 |
frankythereal |
yes |
| 11:09 |
frankythereal |
thats is exactly that i mean |
| 11:09 |
just2b |
you see, it is not finished ^^ |
| 11:09 |
bin |
hi any body worked on Search In Tables( fesearchintable) extension |
| 11:10 |
frankythereal |
but it look very nice |
| 11:10 |
frankythereal |
how long do you need to finish the ext? |
| 11:11 |
just2b |
depends on my boss |
| 11:11 |
frankythereal |
lol |
| 11:12 |
frankythereal |
could you inform me if you done? |
| 11:14 |
just2b |
i guess i wont remember it |
| 11:23 |
frankythereal |
can i give you my emailadress? |
| 11:24 |
just2b |
you dont wanna know how many emails i get a day, do you |
| 11:24 |
just2b |
i got 25exts in ter |
| 11:25 |
frankythereal |
ok |
| 11:25 |
frankythereal |
sorry |
| 11:25 |
just2b |
np not your fault |
| 11:25 |
frankythereal |
are you often in this chat ? so i could ask you a couple of weeks again ? |
| 11:26 |
just2b |
i am usually here yes, the ext key is chflippage |
| 11:26 |
just2b |
how it works > be module > upload a pdf and ext will creeate the rest |
| 11:26 |
frankythereal |
thank you |
| 11:27 |
GeorgesAbitbol |
Does anyone have a page or pdf with typo3 ts exercises. I have done "Typoscript by example" but I want to do more |
| 11:28 |
just2b |
tsref ;) |
| 11:28 |
frankythereal |
ok i try to search in the next time about this in the ext-collection |
| 11:28 |
just2b |
if it is there, you will read about it at my website too |
| 11:28 |
GeorgesAbitbol |
just2b: yes, that's a kind of exersise ^^ |
| 11:28 |
frankythereal |
how call it |
| 11:29 |
just2b |
www.rggooglemap.com/dev.html |
| 11:29 |
just2b |
probably also at ringer.it |
| 11:29 |
frankythereal |
thats great thank you very much for all infos |
| 11:30 |
just2b |
np |
| 11:30 |
frankythereal |
bye |
| 11:31 |
Denyerec |
you love it really just2b |
| 11:31 |
just2b |
what? |
| 11:31 |
Denyerec |
The emails ;) |
| 11:31 |
just2b |
depends on the content |
| 11:33 |
Denyerec |
"Help mee wiv yor latest pluginz!" |
| 11:33 |
just2b |
^^ |
| 11:33 |
Denyerec |
;) |
| 11:33 |
just2b |
last mails have been quite ok |
| 11:33 |
just2b |
because are patches |
| 12:07 |
bin |
hi techies |
| 12:07 |
bin |
any body worked on Search In Tables( fesearchintable) extension |
| 12:07 |
bin |
plz repaly |
| 12:07 |
bin |
replay |
| 12:17 |
void |
bin: used it... long ago |
| 12:17 |
bin |
thanks for the replay void |
| 12:18 |
bin |
i want some tutorial abt that |
| 12:18 |
bin |
want to do search for my seminars |
| 12:18 |
bin |
void is that possible ? |
| 12:18 |
void |
i think yes |
| 12:18 |
void |
it has a manual afaik.. |
| 12:19 |
bin |
voi: afaik ? |
| 12:19 |
void |
as far as i know.. |
| 12:20 |
bin |
ok |
| 12:20 |
bin |
hhehhe |
| 12:20 |
bin |
void: iam reading the manual from typo3.org |
| 12:20 |
bin |
void : i did like that as the manual says |
| 12:21 |
bin |
void: but it not showiing things also showinfg an error as ---NO entry in the $TCA-array for the table "tt_news". This means that the function enableFields() is called with an invalid table name as argument. |
| 12:21 |
bin |
did for tt_news now |
| 12:21 |
bin |
void: after that have to do for seminar |
| 12:25 |
teppi|work |
bin, have you written an TCA for your "seminar" table ? |
| 12:26 |
bin |
in the localconfig |
| 12:26 |
bin |
right |
| 12:26 |
teppi|work |
? |
| 12:27 |
bin |
no |
| 12:27 |
bin |
i didn't |
| 12:27 |
bin |
what i have to write |
| 12:27 |
bin |
? |
| 12:27 |
bin |
i dont know that |
| 12:29 |
teppi|work |
i think the extension requires a tca for the table it should search ... |
| 12:30 |
bin |
ok |
| 12:30 |
bin |
teppi|work: do u know how to write that |
| 12:31 |
teppi|work |
yes .. but you can read it on your own here http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/ |
| 12:32 |
teppi|work |
please notice that im not totally sure that a TCA is required but i would assume it .. because of the errormessage that you sent |
| 12:32 |
bin |
ok |
| 12:32 |
bin |
teppi|work :thanks |
| 12:36 |
just2b |
re |
| 12:40 |
m4rtijn |
wb |
| 12:40 |
foool |
which is the best backup ext for typo3? |
| 12:41 |
void |
foool: most popular is w4x_backup |
| 12:42 |
foool |
thanks void I will try it |
| 12:43 |
Denyerec |
foool ? |
| 12:43 |
Denyerec |
you about? |
| 12:43 |
foool |
yes |
| 12:44 |
Denyerec |
Did you get chance to check that wikipage? |
| 12:51 |
mosez |
back to work on typo3 :) |
| 13:03 |
foool |
nope i got called away and forgot to log off. |
| 13:04 |
Fanty |
I need a forum extension - anyone better than others? |
| 13:10 |
void |
Fanty: vbulletin or phpbb =) |
| 13:12 |
foool |
I about to upgrade typo3 from 4.15 to 4.16, what is the easiest way? |
| 13:12 |
void |
foool: remove symlinks and make new |
| 13:13 |
foool |
don't think it uses symlinks |
| 13:14 |
void |
ah, you don't use? then remove folders t3lib and typo3 and move new ones on it's place |
| 13:16 |
Fanty |
void: you'd recommend me to use an external forum with typo3? that opens a whole host of problems with user storage / user profiles / etc - I need a ton of other stuff on the site that relates to users |
| 13:18 |
foool |
its that simple? void |
| 13:23 |
void |
Fanty: ah, if so, use mm_forum |
| 13:23 |
void |
foool: yes |
| 13:23 |
foool |
okay will go for it |
| 13:27 |
AlexTheGer1 |
Hi there. |
| 13:27 |
AlexTheGer1 |
It meid be a stupid question: but how do I upgrade a Typo3 4.1.5 to 4.1.6? You I just upload source to the server? |
| 13:32 |
m4rtijn |
<void> ah, you don't use? then remove folders t3lib and typo3 and move new ones on it's place |
| 13:33 |
m4rtijn |
or: remove symlinks and make new |
| 13:33 |
m4rtijn |
:p |
| 13:35 |
nd |
anyone knows why every I type in the RTE (by having an empty paragraph) or copy in from word/&c is displayed as an <?> symbol? |
| 13:38 |
nd |
In the page-source it's not written as an entity but as a character which can't be displayed in my browser. |
| 14:06 |
oskude |
hi, is typo3 (or the libs it uses) capable of preserving the png alpha channels when resizing the png ? |
| 14:07 |
just2b |
oskude dont know, try to search directly with graphicksmagick or Imagemagick |
| 14:10 |
oskude |
ok, ill ask our (typo3) agency directly |
| 14:15 |
nd |
Doesn't seem like it, oskude |
| 14:15 |
nd |
just had this few minutes ago |
| 14:15 |
oskude |
:( |
| 14:15 |
oskude |
thats really really bad... |
| 14:15 |
just2b |
nd, IM or GM? |
| 14:15 |
nd |
but I guess that heavily depends on the gm/im version used |
| 14:16 |
just2b |
right |
| 14:16 |
just2b |
not an issue of TYPO3 |
| 14:16 |
oskude |
i know, thats why i said "or the libs it uses" |
| 14:16 |
oskude |
ill try to find which versions they use |
| 14:17 |
nd |
just2b: IM 4.2.9 |
| 14:17 |
just2b |
this is already very old.. best chance IMO with latest GM |
| 14:18 |
nd |
I will try gm-1.1.6 later -- this is the only one I have around already built |
| 14:18 |
oskude |
does anyone know if any version of IM/GM support preserving png alpha channels when resizing ? |
| 14:19 |
just2b |
oskude nobody entered the channel in last 10min ;) |
| 14:21 |
jesse |
hi |
| 14:26 |
mosez |
i've got a custom tag for the rte. how can i add an icon for it? so that i can click this icon to add my custom tag? |
| 15:09 |
Rickson |
Can anybody help me? |
| 15:10 |
KoeN |
hoi |
| 15:10 |
Rickson |
relaxed |
| 15:15 |
Rickson |
Right-click problem... Can anybody help me? |
| 15:19 |
KoeN |
sure rick :] |
| 15:27 |
oskude |
right click problem ? dont buy a mac ;) |
| 15:28 |
Rickson |
no, i've got XP |
| 15:28 |
Rickson |
:P |
| 15:35 |
oskude |
and we got xp under osx (on macbook), much fun without right mouse button ;) |
| 15:41 |
Rickson |
hmmm.... |
| 15:46 |
m4rtijn |
i read somewhere on a page with funny helpdesk customers.. was a mac customer calling .. The support guy told him : now click your mousebutton.. customer: right or left?.. support: arent you on a mac.. there is only one button.. guy: yes.. but do i have to press on the left side of that button or the right side.. :P |
| 15:52 |
oskude |
"theres no room for us two on this pad!" ;) (SCNR) |
| 15:55 |
oskude |
ill go back to work filling our site, rock on typo3! |
| 16:35 |
jananne |
When i make a new page with the pagetype 'EXTERNAL URL' i can't seem to set the '_blank' option to open the link in a new window.. i tried to add-in this ts in the 'new page' tsconfig:page.config.extTarget = _blank and config.extTarget = _blank, But it doesn't seem te help. |
| 16:57 |
tommyd |
has anybody around here tried to create / template a dynamic list of flexible content elements? |
| 16:58 |
nd |
Anyone has a clue why DAM doesn't show any PDF if I want to place them somewhere on a site (using the download-list content element)? |
| 17:40 |
TomWork |
hi |
| 17:41 |
TomWork |
is there a known issue with typo3 table 'cache_pages' and mysql 5.x and it's innoDb type ? |
| 17:41 |
TomWork |
since I've migrate |
| 17:41 |
TomWork |
the table has lesser than 150 rows and before the cache table had 8000 rows |
| 17:41 |
TomWork |
very odd |
| 17:42 |
TomWork |
it increase and decrease each secondes and never grows more than 150 |
| 17:42 |
TomWork |
any ideas ? |
| 17:42 |
just2b |
ask in mailinglist |
| 17:50 |
uriahhee1 |
just2b: hey, do you know exactly what permissions need to be enabled in order for the versioning option to show up in the menu that appears when one right-clicks on a page in the page tree? |
| 17:57 |
uriahhee1 |
:( |
| 17:58 |
uriahheep |
...does anyone know how? |
| 17:58 |
uriahheep |
voidus_: perhaps you do? |
| 18:22 |
TheXenocide |
anybody a tt_news expert? |
| 18:22 |
just2b |
depends |
| 18:23 |
TheXenocide |
lol, k, i'll get to the asking |
| 18:24 |
TheXenocide |
I've followed the tt_news docs to try to set up an RSS feed, and everything seems ok except one thing: when I browse to index.php?id=blah&type=100 I get a valid RSS XML file with no entries in it, even though the page without &type=100 has items |
| 18:25 |
just2b |
never done rss, sry |
| 18:25 |
TheXenocide |
blast :p |
| 18:26 |
TheXenocide |
I've got at least a half-decent handle on tt_news but this is the one thing I've been trying to figure out about it for awhile, lol |
| 19:02 |
nd |
TheXenocide: Using the code from the docs? |
| 19:18 |
TheXenocide |
nd: correct |
| 19:18 |
TheXenocide |
1 sec, I'll try to post a pastebin |
| 19:18 |
TheXenocide |
running in a million directions today |
| 19:35 |
nd |
/w 1 |
| 19:36 |
nd |
TheXenocide: Will be gone for around half an hour... |
| 19:36 |
TheXenocide |
k, thanks for the heads up |
| 19:41 |
void |
uriahheep: i think corresponding BE module should be enabled |
| 19:44 |
TheXenocide |
? |
| 19:51 |
uriahheep |
void: indeed |
| 19:51 |
uriahheep |
void: but the menu items only appear when i'm the admin user, not as anyone else... :S |
| 19:52 |
foool |
wahhh!!! upograded typo3 to 4.16 now I can't put new or update extensions I get messages like below |
| 19:52 |
foool |
move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpoZRJaX' to '/Users/<removed>/public_html/cms/typo3temp/upload_temp_QWnEO8' in /Users/<removed>/public_html/cms/t3lib/class.t3lib_div.php on line 3502 |
| 19:52 |
foool |
Any ideas what could wrong??? |
| 19:53 |
void |
foool: rights problem |
| 19:53 |
void |
foool: that's not about typo3.. |
| 19:53 |
foool |
i was in typ3conf and the permissions looked okay |
| 19:53 |
uriahheep |
nope |
| 19:54 |
uriahheep |
it's the actual file permissions |
| 19:54 |
uriahheep |
on the server |
| 19:54 |
uriahheep |
;) |
| 19:54 |
uriahheep |
void: so, have you decided what linux you're going to use? ;P |
| 19:55 |
foool |
I took the extension out manually. then tried again but it won't let me |
| 19:55 |
foool |
how do i fix it? |
| 20:00 |
void |
uriahheep: not yet... have not time... and will not have enought till July.. |
| 20:01 |
foool |
can anyone explain, which permissions? |
| 20:02 |
uriahheep |
void: i see :S |
| 20:02 |
uriahheep |
void: school? |
| 20:02 |
nd |
TheXenocide: Back -- pasted your code? |
| 20:02 |
void |
uriahheep: university... diploma |
| 20:02 |
uriahheep |
nice, final year? |
| 20:02 |
void |
yeah |
| 20:02 |
uriahheep |
nice :) |
| 20:02 |
uriahheep |
good luck! |
| 20:03 |
uriahheep |
what're you studying in? |
| 20:03 |
void |
thank you =) |
| 20:03 |
void |
penza state techlogical academy |
| 20:03 |
void |
or you mean speciality? |
| 20:06 |
uriahheep |
yeah :P |
| 20:06 |
uriahheep |
specialty |
| 20:07 |
foool |
nobody cares :( |
| 20:12 |
void |
uriahheep: "computers, complexes, systems and nets" |
| 20:25 |
tPl0ch |
hello there, I have just started my first typo3 project, and I wanted to know, if it is possible to tell the crop function not to crop within html tags? |
| 20:25 |
tPl0ch |
thanks in advance |
| 20:28 |
void |
tPl0ch: there is a bug in bugtracker... |
| 20:29 |
tPl0ch |
so, you mean that this behaviour is considered a bug |
| 20:32 |
void |
tPl0ch: no, it's not considered as a bug. but there was a feature request to make another property, let's say, cropHTML |
| 20:35 |
tPl0ch |
void: Is it possible to strip that content via the HTMLParser object? |
| 20:35 |
void |
don't know.. maybe |
| 20:36 |
tPl0ch |
I'll give it a look, thank you |
| 20:41 |
uriahheep |
void: cool :) |
| 21:20 |
berdot |
Hey there, I`m installing TYPO3 4.1, and I`m in the Install Tool where it asks for the first password. I`m lost |
| 21:21 |
berdot |
default is joh316 but it won`t accept it |
| 21:21 |
void |
berdot: at 1st step of installation? |
| 21:21 |
berdot |
yes |
| 21:21 |
void |
that is password of your mysql user... |
| 21:23 |
berdot |
yep, thing is , I`m not lazy, I have checked the localconf.php file, and enter what it seems to be the install tool password, but it wouldn`t work out . Now it did! mystery. thanks void |
| 21:36 |
tPl0ch |
what do I have to add to make this ( -> http://pastebin.com/f55f0d237 ) Element editable via the admPanel? |
| 21:54 |
jananne |
The ammount of pages to add is limited on the DB Mounts. How do i disable this limit? |
| 21:57 |
TheXenocide |
ok, hopefully someone has a fast solution for this |
| 21:58 |
TheXenocide |
I have another plugin generating links to a tt_news SINGLE page using the ID of items in the tt_news table but when I click a link for a news item that is an "External URL" the single page says "no news_id given" even though it is |
| 21:58 |
TheXenocide |
is there a way (TS maybe?) that I can have the single page automatically redirect them to the external URL? |
| 21:58 |
void |
jananne: really? |
| 21:58 |
void |
jananne: and what is that limit? |
| 21:59 |
jananne |
don't know exactly.. i get a yellow [!] |
| 21:59 |
jananne |
after 20 or so. |
| 21:59 |
void |
jananne: and what is error message? |
| 21:59 |
jananne |
i have this problem also with adding categories. |
| 22:00 |
jananne |
i just removed them all.. |
| 22:00 |
jananne |
something with 'ammount'.. |
| 22:00 |
jananne |
void: 1 min, i'll add them again. |
| 22:04 |
jananne |
void: i just get an popup with something like: the marked field with the yellow '!' aren't filled in correctly. ( translated from dutch to english, so the spelling is a little bit sucky ;) ). |
| 22:05 |
void |
that means that you didn't fill all required fields |
| 22:05 |
jananne |
and with the categories i get some error that has to do with 'categorymounts' or something like that.. |
| 22:05 |
jananne |
WHAT required fields :D? |
| 22:05 |
jananne |
i just added them. |
| 22:05 |
jananne |
what is there to require? |
| 22:09 |
void |
for pages - title, i think |
| 22:10 |
Tsoots |
good evening, i'm perhaps feeling lazy atm, but could anybody give me hints on how to change the ä and ö handling in typo3 |
| 22:10 |
Tsoots |
currently ä is replaced by ae which isn't that good for fi |
| 22:10 |
Tsoots |
i'd rather just have ä replaced by a |
| 22:11 |
Tsoots |
this concerns file names and realurl |
| 22:13 |
berdot |
Hi, well, I`m just starting a new Typo3 install, and I don`t have a clue on how can I have a new blank page to edit content, etc |
| 22:13 |
berdot |
I know, newbie question |
| 22:13 |
Tsoots |
berdot, on typo3.org there are a few good tutorials to get you started |
| 22:14 |
Tsoots |
i can remember following one called futuristic <something> |
| 22:14 |
Tsoots |
which got through using templavoila |
| 22:14 |
Tsoots |
which i've been really happy |
| 22:14 |
Tsoots |
went through that is |
| 22:14 |
berdot |
futuristic? is this the name of tutorial? |
| 22:15 |
Tsoots |
yeah and something else |
| 22:15 |
Tsoots |
but the first word is futuristic :) |
| 22:15 |
berdot |
let me check that. thks |
| 22:15 |
Tsoots |
http://typo3.org/documentation/ there you have a good trail to follow |
| 22:16 |
berdot |
k. I have searched but all I could find is how to create pages when you already have some |
| 22:17 |
Tsoots |
well tha futuristic thingy will explain you how you can take your layout and define menus and stuff |
| 22:17 |
Tsoots |
including content area |
| 22:17 |
Tsoots |
and how you can start building your pages then |
| 22:18 |
Tsoots |
no idea what's the general consensus on tv but i've been happy |
| 22:18 |
Tsoots |
and it does feel a bit extreme to be working with something that can be described with futuristic |
| 22:19 |
Tsoots |
oh well, now anybody have any hints on my umlauts issue= |
| 22:19 |
berdot |
lol |
| 22:19 |
berdot |
well, ok, I`m checking that out. |
| 22:20 |
Tsoots |
it's not that uncommon to have for example double ä's in finnish |
| 22:21 |
Tsoots |
for real url that would mean aeae instad of aa which would look way better |
| 22:21 |
berdot |
listen, which would be the best extension for students checking their grades records in their account profile (with password) and I as a teacher , be able to insert the records for each registred student? |
| 22:21 |
Tsoots |
and would also be easier for people |
| 22:22 |
Tsoots |
berdot, i bet there's an extension for that done already |
| 22:22 |
Tsoots |
typo.org/extensions is the place for you |
| 22:22 |
Tsoots |
but that's about to go over my understanding |
| 22:22 |
Tsoots |
i'm a typo3 n00b too |
| 22:22 |
Tsoots |
although for only that reason typo3 may be a bit of an overkill |
| 22:22 |
berdot |
k Tsoots. I`ve been there, but not much clear about this funciton |
| 22:23 |
berdot |
maybe, probably. but I don`t know how I can implement it else |
| 22:24 |
Tsoots |
.htaccess and .htpasswd and give every one of them their on dir |
| 22:24 |
Tsoots |
hehe |
| 22:24 |
Tsoots |
just trying to figure out the easiest way |
| 22:25 |
Tsoots |
with dirs you could just dump in the stuff you want to share with them |
| 22:25 |
berdot |
using which interface? |
| 22:25 |
berdot |
ftp? |
| 22:25 |
Tsoots |
vim on linux, notepad for win and sftp/scp to upload |
| 22:25 |
berdot |
you realize I`m dying here for my ignorance |
| 22:26 |
Tsoots |
that's the easiest way i know to have something password protected |
| 22:26 |
Tsoots |
just need to create a few text files and upload it and that's it |
| 22:26 |
berdot |
I see, but how can I administrate each user info? |
| 22:27 |
Tsoots |
you'll have a dir per student |
| 22:27 |
Tsoots |
and then just upload their stuff to their dirs |
| 22:27 |
Tsoots |
and they can only access their own dir taken they can remeber the username and passwd for it |
| 22:28 |
Tsoots |
you may want to wait for a few minutes tho, someone may have even better ideas for you |
| 22:28 |
Tsoots |
i'm not that experienced with web stuff |
| 22:28 |
berdot |
I see. as a matter of fact this is not for school. it was just to give an easy example. I`m setting this to a company that needs to inform records for the clients |
| 22:29 |
Tsoots |
oic, i know typo3 has great access controls for backend editing but i haven't ever dug into frontend users and their access controls |
| 22:29 |
jananne |
void: It's just when i'm adding a surten ammount of pages. there's not some individual page that gives this error |
| 22:29 |
berdot |
so, I `d like to give an easy way for some admin in that company to create, and change any client info. Cannot be a rude interface |
| 22:30 |
berdot |
that`s why I choose typo3 . for its backend |
| 22:30 |
Tsoots |
so you're after backedn editing too |
| 22:30 |
Tsoots |
well then typo3 is for you |
| 22:31 |
Tsoots |
and i still suggest you crawl through those docs in the doc page i pasted a link for |
| 22:31 |
Tsoots |
will help you get started |
| 22:31 |
Tsoots |
only thing i've been a bit disappointed is the status of translations |
| 22:31 |
Tsoots |
err translation |
| 22:32 |
Tsoots |
have only used fi translation |
| 22:32 |
berdot |
oh I see. I can use it in english, this company is for trade, so no prob :) |
| 22:34 |
berdot |
one thing why futuristic and not the modern? |
| 22:35 |
Tsoots |
cause that's the one i followed |
| 22:35 |
yakoi |
hello there |
| 22:35 |
Tsoots |
you do want another opinion on that |
| 22:35 |
Tsoots |
lo yakoi |
| 22:35 |
berdot |
good answer |
| 22:35 |
berdot |
ok, thanks A lot |
| 22:35 |
Tsoots |
np |
| 22:37 |
yakoi |
Is there a way to use the EXT:mailformplus (th_mailformplus) and setup a mailform that would store data in two diff. tables at the same time ? I currently have a setup with saveDB = 1 that works well but now would like (in parrallel to the already working db storing of data) to add the possibility to create an entry in tt_address if checkbox is checked. |
| 22:52 |
yakoi |
I'll forget the idea and use sr_email_... instead I guess |
| 22:52 |
yakoi |
thx anyway |
| 22:54 |
FoBunko |
hello |
| 22:58 |
Tsoots |
i may be repeating myself but if anybody have any ideas about how to make typo3 convert ä to a instead of ae please let me know |
| 22:59 |
Tsoots |
i found this discussion about he issue http://www.typo3-jack.net/typo3-english-lists-netfielders-de/10614-typo3-simulate-static-umlauts.html |
| 22:59 |
Tsoots |
but it's not really helping, anybody know what's the "automatic aliazation" about |
| 23:21 |
nature |
has anyone ever set up a ecommerce system where users purchase fe_user access? |
| 23:36 |
gentooma |
hi - is it possible to run the extension manager without zlib support? |