| 01:47 |
shwaiger |
hi dudes |
| 01:47 |
shwaiger |
my typo3 is running under default webroot |
| 01:48 |
shwaiger |
is it possible with realurl to appand an url sting ? such as */string/* and here the path ? |
| 08:17 |
MoN |
good morning everyone, im having some issues with the translate/language module in typo3 (been boxing with it for some time now and hoping one of you could maybe help out?) |
| 08:18 |
MoN |
my problem: when clicking on a news item and then changing language it just says no news_id |
| 08:38 |
mquintus |
probably then there is no news in that language with the given news_id |
| 08:39 |
MoN |
oh there is, but it does not "transport" the variables &tx_ttnews[tt_news]=9&cHash=1b4bfeab48 when clicking on another language |
| 08:40 |
MoN |
it only transports id=200&L=4 |
| 08:40 |
MoN |
(where L is the language, 4 = danish, 5 = english etc) |
| 09:35 |
lindbergh |
morning guys |
| 09:38 |
Prot0 |
morning |
| 09:40 |
schabracke |
morning! |
| 09:42 |
schabracke |
how is it possible to add a flv video to text /w images? i added flv tag to the tbl_tt_content.php changed the $global paramters for max file size and installed the rgmediaimages extension |
| 09:42 |
schabracke |
but its not working? |
| 09:43 |
jbaptiste_j |
greetings, anyone using google analytics on their Typo3 sites ? |
| 09:43 |
schabracke |
yes |
| 09:44 |
jbaptiste_j |
I'm wondering if I should just insert the google code in my static html template or use an extension and which one |
| 09:44 |
schabracke |
no just include the code into the static template |
| 09:45 |
schabracke |
on the bottom before the </body> tag |
| 09:46 |
jbaptiste_j |
because I did that and since december 3 google analytics reports a dramatic fall in traffic (from 400 visite per day to 30) |
| 09:47 |
jbaptiste_j |
and when I look at the source of my pages i can't find google analytics code |
| 09:48 |
jbaptiste_j |
well I do find it but at the end of the page |
| 09:48 |
schabracke |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 09:48 |
schabracke |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 09:48 |
schabracke |
in the sourcecode is not the code mentioned above? |
| 09:48 |
MoN |
Hi, do any of you guys know how to add the tx_ttnews[tt_news] variable to the Localization |
| 09:49 |
jbaptiste_j |
yes but just before </body> |
| 09:49 |
MoN |
I currently have linkVars := addToList(L(|0|9), S, print, no_cache, cHash) |
| 09:49 |
maholtz|WORK |
morning |
| 09:49 |
schabracke |
and thats correct |
| 09:49 |
schabracke |
morning! |
| 09:49 |
Stollie |
Good morning |
| 09:50 |
schabracke |
how is it possible to add a flv video to text /w images? i added flv tag to the tbl_tt_content.php changed the $global paramters for max file size and installed the rgmediaimages extension |
| 09:50 |
schabracke |
@maholtz|WORK do you know a solution for this: |
| 09:50 |
maholtz|WORK |
i would think rgmediaimages does exactly that... |
| 09:50 |
schabracke |
right at the moment there is just a broken link file if i add a flv video?! |
| 09:52 |
jbaptiste_j |
schabracke I never tried it but you might want to try EXT: KB Nested Content Elements so you could nest content and then use yejj_swfobject |
| 09:57 |
iaj |
hmmm, just used a php script to load typo to a site, and unpack it.... now I see, TYPO3 requires PHP 5.2.0 or higher... |
| 09:58 |
iaj |
hmpf:< |
| 10:00 |
schabracke |
i really dont understand that ... i just wont work |
| 10:04 |
lindbergh |
I have short question |
| 10:05 |
lindbergh |
I have an demand from client to make fe plugin |
| 10:05 |
lindbergh |
that will insert users in fe_users table |
| 10:05 |
lindbergh |
now I am facing problem of generating proper field values that are not adres, email, name, surname |
| 10:05 |
lindbergh |
can I use some generic typo3 function for this |
| 10:09 |
Prot0 |
so you want to do something with user registration? |
| 10:09 |
Prot0 |
why not use an existing extension for it |
| 10:14 |
lindbergh |
no no |
| 10:14 |
lindbergh |
I have extjs grid |
| 10:14 |
lindbergh |
that manage fe_users |
| 10:14 |
Prot0 |
ok |
| 10:14 |
lindbergh |
CRUD |
| 10:14 |
lindbergh |
with fe_users table |
| 10:15 |
lindbergh |
so I need to make same functionality as BE part for managing fe_users |
| 10:15 |
lindbergh |
I can easily manage name, surname, email, city etc (all fields that are in grid).....but what with pid and other obligatory fe_users fields |
| 10:16 |
lindbergh |
is there any function that I can call to generate this data |
| 10:16 |
Prot0 |
i assume pid and usergroup are not things you will allow the user to set? |
| 10:16 |
lindbergh |
ofcourse |
| 10:17 |
lindbergh |
user will insert only: name, surname, city, zipcode, email |
| 10:17 |
iaj |
is there a typo which runs with php 4.4.9??? |
| 10:17 |
Prot0 |
4.1.x |
| 10:18 |
Prot0 |
and below |
| 10:19 |
iaj |
Prot0: thanks |
| 10:20 |
lindbergh |
crdate field in fe_users table is creation date, and tstamp is last logging time i assume?? |
| 10:36 |
lindbergh |
and also another question related to fe_users insert |
| 10:36 |
lindbergh |
when user in BE is inserted into fe_users table |
| 10:37 |
lindbergh |
are any other tables also affected (update/insert some other records in other tables) |
| 10:40 |
hot2def |
hello |
| 10:41 |
hot2def |
need help on my typo 2.7 nav |
| 10:42 |
hot2def |
between home and the other chapters there is a change of the postition |
| 10:43 |
hot2def |
between the all other points of the menu is all ok |
| 10:43 |
hot2def |
:( |
| 10:43 |
hot2def |
bad english sorry |
| 10:44 |
hot2def |
if any have a second i can give him the link in a qry |
| 10:46 |
Prot0 |
2.7 nav? |
| 10:48 |
hot2def |
can be, i have no expirience on it |
| 10:48 |
hot2def |
only help a customer who be ripped of from some brutal webdesigners |
| 10:48 |
hot2def |
:D |
| 10:49 |
hot2def |
and there no other more hated thing from me as a laggy menu :( |
| 10:49 |
MoN |
Hi guys, quick'n easy question (I think) how do i translate the labels of a form? when i create a copy of my form and translate it, it doesnt seem to register on the site |
| 10:50 |
maholtz |
@hot2def: which Version of TYPO3 do you have? |
| 10:50 |
hot2def |
TYPOlight webCMS 2.7.1 |
| 10:50 |
lindbergh |
dude |
| 10:50 |
lindbergh |
typolight |
| 10:50 |
maholtz |
hot2def: welcom to TYPO3 channel :) |
| 10:51 |
hot2def |
haha |
| 10:51 |
hot2def |
arg |
| 10:51 |
lindbergh |
dont have any common things with typo3 |
| 10:51 |
hot2def |
oh |
| 10:51 |
hot2def |
good morning |
| 10:51 |
maholtz |
never mind, your welcome :) |
| 10:51 |
hot2def |
hehe thanks |
| 10:54 |
hot2def |
typolight is so bad :D |
| 10:54 |
hot2def |
:( |
| 10:54 |
maholtz |
it was developed, because someone wasnt not able to mange TYPO3 ... |
| 10:54 |
hot2def |
but i just want to pimp the site, no new cms |
| 10:55 |
hot2def |
uneeded |
| 10:55 |
maholtz |
do they use typoscript in typolight? |
| 10:57 |
lindbergh |
I think no |
| 10:57 |
hot2def |
and i dont know |
| 10:57 |
maholtz |
crap, its the most important thing in TYPO3 |
| 10:58 |
lindbergh |
guys |
| 10:58 |
lindbergh |
can anyone advice me |
| 10:59 |
lindbergh |
plz read lines from 10:42 |
| 10:59 |
maholtz |
afaik there is no relationship between other tables in fe_users |
| 11:00 |
maholtz |
you could check fe_groups, but thats not mandatory |
| 11:00 |
lindbergh |
I am doubted what cruser_id referes to in fe_users table |
| 11:02 |
lindbergh |
oh |
| 11:02 |
lindbergh |
that is the id of the be_user that created fe user ;) |
| 11:02 |
MoN |
is it a known bug that typo3 version 4.2.10 can't translate form labels? |
| 11:02 |
Prot0 |
it refers to the be_user |
| 11:02 |
Prot0 |
that created it |
| 11:02 |
lindbergh |
thnx Prot0 |
| 11:02 |
maholtz |
@MoN: nope, you are talking about FE or BE? TypoScript form or Plugin? |
| 11:02 |
lindbergh |
I also realized that at this very moment |
| 11:03 |
maholtz |
but you could leave it empty |
| 11:04 |
MoN |
@maholtz typoscript form |
| 11:06 |
Prot0 |
maholtz not at work today? :] |
| 11:07 |
MoN |
@maholtz: sorry got DC, did you have a solution for the form label translation? |
| 11:08 |
maholtz |
@Prot0: i am, some slow connections atm |
| 11:08 |
maholtz |
@MoN: perhaps use condition? |
| 11:09 |
MoN |
@maholtz: condition? |
| 11:09 |
maholtz |
[globalVar: L=1] etc. for each language |
| 11:10 |
MoN |
where do I add this to the form (sorry if im being semi blank) |
| 11:13 |
maholtz |
in typoscript ... define your form, then create an conditon for language 1 put in your form and translate there labels |
| 11:13 |
maholtz |
do it for all languages |
| 11:53 |
PiMB |
afternoon all! |
| 12:28 |
atmos4 |
hi |
| 12:28 |
atmos4 |
strange problem: a customer has an utf-8 typo3 site, that also contains a page tree with cyrillic pages |
| 12:29 |
atmos4 |
the cyrillic pages render correct the first time |
| 12:29 |
atmos4 |
but once the page is called fromc ache, all the cyrillic chars are replaced by ? |
| 12:29 |
atmos4 |
someone has an idea what could be the cause? |
| 12:30 |
atmos4 |
all db tables are utf-8 |
| 12:44 |
ycat |
Hello there. Does anyone have aoe_realurlpath on 4.3 working? |
| 13:07 |
schabracke |
i ask my question again, maybe now someone could help me: |
| 13:07 |
schabracke |
how is it possible to add a flv video to text /w images? i added flv tag to the tbl_tt_content.php changed the $global paramters for max file size and installed the rgmediaimages extension |
| 13:07 |
schabracke |
but no video is shown |
| 13:09 |
pmk65 |
schabracke: try the rgmediaimages ext. and/or the rgmediaimagesttnews ext. |
| 13:09 |
rogerpfaff |
hi everybody |
| 13:09 |
pmk65 |
http://typo3.org/extensions/repository/view/rgmediaimages/current/ |
| 13:09 |
pmk65 |
http://typo3.org/extensions/repository/view/rgmediaimagesttnews/current/ |
| 13:10 |
Prot0 |
hello |
| 13:10 |
schabracke |
@pmk65 thx but im using it! |
| 13:10 |
rogerpfaff |
can somebody tell me how i populate a field value from typoscript to a php script or if this is possible at all? |
| 13:10 |
rogerpfaff |
please |
| 13:10 |
Prot0 |
as an extension? |
| 13:10 |
rogerpfaff |
no |
| 13:10 |
schabracke |
@pmk65 and this extension "rgmediaimges" doesnt work |
| 13:10 |
Prot0 |
lol |
| 13:10 |
schabracke |
the tt_news ext works flawless |
| 13:10 |
rogerpfaff |
i have a filelink field |
| 13:11 |
rogerpfaff |
and i need the filename in a php script |
| 13:11 |
rogerpfaff |
all by typoscript if possibl |
| 13:11 |
rogerpfaff |
e |
| 13:11 |
pmk65 |
rogerpfaff: Read this article by Bernhard Kraft. ->http://wiki.typo3.org/index.php/TypoScript_-_PHP_Interaction |
| 13:12 |
pmk65 |
That arcicle should be mandatory reading before writing extensions.. |
| 13:13 |
seewer |
sigh... either i'm googling wrong or there is no solution to this. Problem: I have a templavoila fce with a section and a container for header/content. Works perfectly. Now I'd like to render it a bit differently using <ul><li>headers</li></ul> and then the content. Anyone know how to do this? |
| 13:14 |
rogerpfaff |
i've seen many references to the extension writing docs |
| 13:14 |
pmk65 |
seewer: don't map the header field to anything. then in the contenpart, pull out the header data, and place it before the content. |
| 13:14 |
rogerpfaff |
but for my purpose it's way too much to write a complete extension i think |
| 13:15 |
pmk65 |
rogerpfaff: then you can do it by making a userfuncv. (But the principles are the same) |
| 13:15 |
Prot0 |
well you will need to include it in the rendering process, so i don't see an easier way |
| 13:15 |
seewer |
pmk65: ok. how would I pull the header data? |
| 13:15 |
Prot0 |
exactly :] |
| 13:18 |
pmk65 |
rogerpfaff> Check the folder typo3\sysext\cms\tslib\media\ of your TYPO3 installation for some example userfunc scripts. |
| 13:18 |
pmk65 |
seewer: post the DS of your FCE on t3paste |
| 13:19 |
rogerpfaff |
ok. i just thought it would be an easy thing because if i give a php_script in ts i get this value in my $conf |
| 13:19 |
seewer |
will do, gimme a sec to simplify it a bit |
| 13:21 |
pmk65 |
rogerpfaff: thats what a userfunc does. |
| 13:22 |
pmk65 |
here's an userfunc example from typo3wizard: -> http://www.typo3wizard.com/en/snippets/common-problems-and-solutions/simple-userfunc.html |
| 13:23 |
rogerpfaff |
ok thx. i will take a look at it |
| 13:36 |
seewer |
http://pastebin.com/m7603cef |
| 13:36 |
jbaptiste_j |
PiMB gray |
| 13:36 |
PiMB |
and that's not right? |
| 13:36 |
jbaptiste_j |
(used to be black) |
| 13:36 |
jbaptiste_j |
now black again |
| 13:36 |
PiMB |
:] |
| 13:36 |
PiMB |
there was a global message saying they have some problems in IRC, maybe it's related? |
| 13:36 |
jbaptiste_j |
the nickserv took ages to identify my nick |
| 13:37 |
jbaptiste_j |
now I'm black |
| 13:37 |
Prot0 |
black? |
| 13:37 |
jbaptiste_j |
gray = not logged with nickserv |
| 13:37 |
Prot0 |
ah |
| 13:37 |
Prot0 |
figures o.0 |
| 13:37 |
jbaptiste_j |
yep the color of my writing in chatzilla |
| 13:37 |
PiMB |
makes sense now.. |
| 13:37 |
Prot0 |
more and more.. |
| 13:38 |
PiMB |
I think it has to do with the global notice about the DDos attack |
| 13:39 |
Prot0 |
they must have made someone angry |
| 13:39 |
jbaptiste_j |
by the way I'm tryibg to find a siolution to this : I have a news record and would like to duplicate it (in the same server) so i allow different people with different rights (regarding categories) to use two "forks" of one original news record. But I can't copy paste a news record can I ? |
| 13:39 |
jbaptiste_j |
holy turd now I'm gray again |
| 13:41 |
Prot0 |
13:42 -christel- [Global Notice] Hi all, We're still experiencing a massive DDoS attack affecting stability at some of our sponsors. We |
| 13:41 |
Prot0 |
apologise for the inconvenience and thank you for your patience and understanding as these issues are still ongoing. Feel free to pop |
| 13:41 |
Prot0 |
into #freenode to contact a staffer if you have any questions. |
| 13:42 |
seewer |
jbaptiste_j: yeah, nickserv is experiencing problems |
| 13:42 |
seewer |
are you using tt_news? |
| 13:43 |
jbaptiste_j |
yes I am using tt_news |
| 13:43 |
seewer |
You can copy paste news records |
| 13:45 |
pmk65 |
seewer: in the DS, modify the typoscript section of your field_content object to something like this: -> http://pastebin.com/m5a0a5e10 |
| 13:45 |
seewer |
Wouldn't that create a <ul><li>... for each header? |
| 13:47 |
jbaptiste_j |
seewer when I right click a news I can see the option "copy" but when I right click again another news I cannot see "paste after" |
| 13:48 |
seewer |
uhh... try the list module? |
| 13:50 |
jbaptiste_j |
same thing seewer |
| 13:50 |
rogerpfaff |
ok |
| 13:50 |
jbaptiste_j |
OH I see the little icon with a dsk .... |
| 13:51 |
seewer |
jbaptiste_j: works here (typo3 4.2.8) |
| 13:51 |
rogerpfaff |
im aware of the userfunc and how i bring values in there |
| 13:51 |
help |
Bonjour, à toute et à tous |
| 13:51 |
rogerpfaff |
but how do i get my field name in there? |
| 13:52 |
Guest32616 |
vous parlez français ici ? |
| 13:52 |
jbaptiste_j |
moi oui mais c'est interdit |
| 13:53 |
Guest32616 |
ah bon on ne peut parler français alors comment on fait si un soucis avec le script typo3 |
| 13:53 |
Guest32616 |
existe t'il un chat en français ? |
| 13:54 |
jbaptiste_j |
seewer can you copyy pastee a news in the page module or do you need to go in the list module ? |
| 13:54 |
Guest32616 |
en faite je voudrait installer le script sur un ftp et non directement sur un server |
| 13:54 |
seewer |
list module |
| 13:55 |
jbaptiste_j |
seeewer here is what my list module looks like http://dev.crdp-lorraine.fr/fileadmin/STOCKAGE/newslist.gif |
| 13:55 |
Guest32616 |
In fact I would like to install a ftp script and not directly on a server |
| 13:56 |
PiMB |
Guest32616 what kind of script? |
| 13:56 |
Guest32616 |
The Install Tool is locked. Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL This file may simply be empty. For security reasons, it is highly recommended to rename or delete the file after the operation is finished. If the file is older than 1 hour TYPO3 has automatically deleted it, so it needs to be created again. |
| 13:56 |
Guest32616 |
the script ist typo3 |
| 13:58 |
PiMB |
Create a simple file (could be empty) named ENABLE_INSTALL_TOOL in the typo3conf directory. |
| 13:58 |
PiMB |
the Install tool sees this and will be enabled. |
| 13:59 |
seewer |
jbaptiste_j: what happens if you click the paste icon on top of the list? |
| 13:59 |
Guest32616 |
I made her but still no way to see the page |
| 13:59 |
PiMB |
does the ENABLE_INSTALL_TOOL have the proper rights? |
| 14:00 |
Guest32616 |
create the enable_tool put in the folder tipo3conf and nothing will |
| 14:00 |
jbaptiste_j |
seewer it opens an alert box Copy "[No title]" into "NEWS-CRDP"? and YES when I click OK it does paste |
| 14:01 |
seewer |
so that's good, isn't it? |
| 14:01 |
jbaptiste_j |
seewer I'll check if I can paste in another sysfolder |
| 14:02 |
PiMB |
Guest32616 and the rights? set it to 0777 just to try it? |
| 14:02 |
jbaptiste_j |
but in listmodule i can't really tell which recor is which |
| 14:02 |
jbaptiste_j |
eeewer here is what my list module looks like http://dev.crdp-lorraine.fr/fileadmin/STOCKAGE/newslist.gif |
| 14:17 |
jbaptiste_j |
hey pedda how is it going ? |
| 14:19 |
jbaptiste_j |
google analytics shows a traffic divided by ten after december 3rd, is that possibly an issue with GA or did my traffic really dwindle ? |
| 14:20 |
Prot0 |
uhm |
| 14:20 |
Prot0 |
i think google states that data can later be updated as well |
| 14:21 |
Prot0 |
don't know the maximum timespan over this though |
| 14:21 |
Prot0 |
shouldnt be more than 10 days hehe |
| 14:21 |
jbaptiste_j |
and my awstatssshows zero hits for december.... |
| 14:22 |
Prot0 |
well |
| 14:22 |
Prot0 |
i guess your traffic dropped than hehe |
| 14:29 |
jbaptiste_j |
I need to add more pics of nude babes then (lol I work for an educational institution) |
| 14:31 |
Prot0 |
lol |
| 14:33 |
teppi|work |
i think you'll get a short traffic peak with a big hole afterwards :-) |
| 14:33 |
Prot0 |
porn is not the answer |
| 14:33 |
jbaptiste_j |
big hole as in goatsee ? |
| 14:33 |
teppi|work |
hehe |
| 14:37 |
zed_devil |
hi all |
| 14:37 |
Prot0 |
hello |
| 14:38 |
zed_devil |
is it possible to create a user group and show the pagetree in a special language (not default) |
| 14:39 |
zed_devil |
or is the pagetree always in the default lang |
| 14:41 |
Prot0 |
good one, I think it's always displayed in the default language |
| 14:42 |
rogerpfaff |
me again |
| 14:42 |
rogerpfaff |
i now hae a user function |
| 14:43 |
Prot0 |
http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.3.0/view/1/5/ |
| 14:43 |
rogerpfaff |
where i can use text values in $conf |
| 14:43 |
Prot0 |
can't find anything in user TS config for it |
| 14:43 |
rogerpfaff |
but how do i get a selected value from the tt_content? |
| 14:45 |
Prot0 |
rogerpfaff: did you look and read here? |
| 14:45 |
Prot0 |
http://www.typo3wizard.com/en/snippets/common-problems-and-solutions/simple-userfunc.html |
| 14:47 |
rogerpfaff |
i followed these instructions to create a user function |
| 14:48 |
rogerpfaff |
but it describes only setting variables as static text |
| 14:48 |
Prot0 |
did you pass parameters like that too? |
| 14:48 |
rogerpfaff |
yes |
| 14:48 |
Prot0 |
well whats the problem than? :] |
| 14:48 |
Prot0 |
pass the content ID from there |
| 14:48 |
rogerpfaff |
and when i try something dynamic like CONTENT it returns me the text |
| 14:49 |
Prot0 |
send the uid for the content element to your script and load it there with a DB select |
| 14:49 |
rogerpfaff |
and then write a sql query too get the data? |
| 14:49 |
Prot0 |
yes |
| 14:50 |
rogerpfaff |
i hoped to avoid that |
| 14:50 |
Prot0 |
typoscript is rendered with the typo3 engine |
| 14:50 |
Prot0 |
it just allows configuration |
| 14:51 |
Prot0 |
what do you need to do with your content that you need to run it through a php file? |
| 14:52 |
iaj |
hmm Im having a question Im trying to have a gmenu with an arrow right next to the text... |
| 14:52 |
iaj |
http://cl1p.net/29F372AE-B048-4411-9CC7-6C19D8043ABA |
| 14:52 |
rogerpfaff |
i upload a xls file. the filename is passed to the script and transformed to a html table to be shown in a modal window after clicking a link on the page |
| 14:52 |
iaj |
Im trying with [.10.w] currently but no success :( |
| 14:54 |
iaj |
waaa nvm... [10.w] ;/ |
| 14:56 |
rogerpfaff |
that's the plan |
| 14:57 |
Prot0 |
and the xls is attached to the content element? |
| 14:58 |
rogerpfaff |
yes |
| 14:59 |
rogerpfaff |
it's a single filelink content element |
| 15:06 |
Prot0 |
but inside the body or as a resource or attachment? |
| 15:07 |
rogerpfaff |
it's a record within a not displayed column |
| 15:07 |
rogerpfaff |
do you speak german? |
| 15:08 |
rogerpfaff |
i don't know the english wording |
| 15:08 |
Prot0 |
not so much but i can understand fairly |
| 15:08 |
rogerpfaff |
it's a content element like the normal text elements |
| 15:08 |
rogerpfaff |
just for files |
| 15:08 |
Prot0 |
ah ok, you can pass the value of the column than |
| 15:08 |
Prot0 |
normally |
| 15:09 |
Prot0 |
er |
| 15:09 |
Prot0 |
no |
| 15:09 |
Prot0 |
perhaps hehe |
| 15:09 |
rogerpfaff |
:D |
| 15:09 |
Prot0 |
dont know if it will pass the value to the userFunc |
| 15:10 |
Prot0 |
hang on ill look inTSref |
| 15:12 |
Prot0 |
doesnt say much |
| 15:12 |
Prot0 |
try passing something like value.data = TSFE:id |
| 15:12 |
Prot0 |
and see what pops out in your script |
| 15:12 |
rogerpfaff |
perhaps by using postUSerFunc? |
| 15:14 |
Prot0 |
thats what happens after your script |
| 15:22 |
sdgfsdfg |
sdqsfdfqsdg |
| 15:22 |
Prot0 |
lol |
| 15:22 |
Prot0 |
thanks for your input! |
| 15:23 |
rogerpfaff |
philosophical |
| 15:24 |
Prot0 |
very.. |
| 15:47 |
_pedda_ |
hi there |
| 15:50 |
Prot0 |
hello |
| 16:03 |
rogerpfaff |
Prot0: I can use preUserFunc to get the filename in the $content variable |
| 16:05 |
Prot0 |
not really i guess |
| 16:05 |
Prot0 |
whats the problem to reget the contetn element? |
| 16:09 |
rogerpfaff |
i create a new CONTENT with a renderObj and a stdWrap.preUserFunc where I pass over the value of the media field |
| 16:09 |
rogerpfaff |
and tadaa: I have my filename |
| 16:10 |
Prot0 |
nice :) |
| 16:12 |
iaj |
got a question - Im using text w/ images CEs but why is typo always craeting an empty TR above my image?? how can I avoid that? |
| 16:14 |
Prot0 |
can you post the code u used? |
| 16:16 |
Prot0 |
(rogerpfaff) |
| 16:39 |
PiMB |
w00t! welcome back all! |
| 16:39 |
rogerpfaff |
Prot0: http://code-bin.homedns.org/431 |
| 16:39 |
rogerpfaff |
simple |
| 16:39 |
rogerpfaff |
:) |
| 16:39 |
Prot0 |
nice |
| 16:39 |
Prot0 |
yeah |
| 17:25 |
iaj |
how come whatever I try :/ install ext from online repo... or just trying to manually install- even retrieving the current list always gives me Internatl Server Error - Please try again later |
| 17:35 |
maholtz |
@iaj: you are using symnlinks? |
| 17:36 |
iaj |
mhhh I dont have ssh access to that machine |
| 17:37 |
maholtz |
so you installed the zip version? |
| 17:37 |
iaj |
the t3x one I tried |
| 17:37 |
iaj |
but I've got another problem now.. just installed realurl and used the configuration from another page... |
| 17:37 |
iaj |
but apparenlty www.clientproduction.com aint working as it should:( |
| 17:38 |
maholtz |
seems to work? .htaccess rewriting seems not to be enabled |
| 17:39 |
iaj |
hmmm which entry should I make to get it work? |
| 17:39 |
maholtz |
usually there is a file called _.htaccess |
| 17:39 |
maholtz |
rename it to .htaccess |
| 17:39 |
iaj |
im editing that one |
| 17:39 |
iaj |
oh |
| 17:39 |
maholtz |
if you get an error ask your hoster |
| 17:40 |
maholtz |
about rewriteengine |
| 17:40 |
iaj |
I renamed it... |
| 17:41 |
iaj |
still nuffing's working.. gna:( |
| 17:48 |
iaj |
hmmm its working now but why can't I refer to aliases? |
| 18:02 |
iaj |
do I need anything else to get powermail running? |
| 18:08 |
iaj |
eating internal servers all the time.. bah :/ |
| 18:17 |
maholtz |
hi iaj, im still here:) |
| 18:18 |
maholtz |
but seems that you need more server power? |
| 18:18 |
iaj |
well somehow my realurl is working a bit - at least no more ids.. still its using all the pagetree... eg my menu for navigation is called navigation-top |
| 18:18 |
iaj |
and its displaying that one :( |
| 18:18 |
iaj |
another thing is that i cant access /typo3 anymore now :( |
| 18:18 |
iaj |
get those internal errors when I try to install powermail :/ |
| 18:23 |
McAldo |
hello |
| 18:23 |
McAldo |
is there a german typo3 channel? |
| 18:32 |
maholtz |
@iaj: there is sth called navigation title - perhaps try that |
| 18:32 |
maholtz |
and check your .htaccess if you cannot go to /typo3/ |
| 18:33 |
maholtz |
@McAldo: nope, just try it in english |
| 19:58 |
iaj |
which mail contact ext do you guys suggest?? every time I try to install powermail it freezes and mailformplus is giving me an error on filtreatment.php line 31 |
| 19:58 |
iaj |
: |
| 19:58 |
iaj |
:/ |
| 20:49 |
JeroenDV |
Hello |
| 20:49 |
JeroenDV |
I have A problem displaying a WMV file on a mac |
| 20:49 |
JeroenDV |
on windows it works(firefox) |
| 20:49 |
JeroenDV |
But not on ma |
| 20:49 |
JeroenDV |
It opens endlessly |
| 20:50 |
JeroenDV |
http://www.christengemeentetholen.nl/index.php?id=126 |
| 20:50 |
JeroenDV |
How is this possible |
| 20:50 |
JeroenDV |
and hot to solve it |
| 20:51 |
JeroenDV |
I mean how of course |
| 20:55 |
JeroenDV |
Well now i am trying to convert it to flv and than upload it |
| 21:00 |
floxx |
hi there...if i increase width in field 'selectedListStyle' in my flexform, label is cropped anyway. how can i deactivate this cropping? |
| 21:18 |
lindbergh |
hallo |
| 21:18 |
lindbergh |
I am trying to setup tt_news |
| 21:18 |
lindbergh |
In list view for site, at include static part |
| 21:18 |
lindbergh |
I cannot find table-based tmpl |
| 21:19 |
lindbergh |
as it is mentioned in users manual |
| 21:21 |
iaj |
is there a way to install powermail if neither import extension nor manually trying to upload the .t3x file is possible>? |
| 21:25 |
iaj |
s/possible/working |
| 21:49 |
void |
!seen denyerec |
| 23:08 |
iaj |
mhhh can I simply copy the contents form powermail.t3x to typo3conf/ ? |
| 23:08 |
erank |
you can simply upload the extension using the import function |
| 23:09 |
erank |
extension manager => import => browse => select .t3x file, and import... |
| 23:20 |
iaj |
erank: yeah i tried that |
| 23:20 |
iaj |
but i get a 500 error then |
| 23:20 |
erank |
check your webserver... maybe your errorlogging tells you what's wrong |
| 23:25 |
iaj |
erank: hmmmm no error logging here |
| 23:25 |
iaj |
dang 1und1.. |