| 00:14 |
okapi |
hi |
| 08:13 |
PiMB |
dudes! |
| 08:13 |
PiMB |
morning. |
| 09:03 |
PiMB |
anybody here knows if flexforms are extendable? or should they be written from scratch each time you extend? |
| 09:31 |
Bluespuke |
someone could help me out with multilingual pages? i have a sysfolder with cal events on 3 languages (the sysfolder is translated into 3 pages). now there is an old part of this website wich used to have 3 trees (so no translation). how can i "force" one the secondary language on the second tree to load the secondary language from the sysfolder instead of the primary language? |
| 09:44 |
marcuslind |
Anyone used the Questionaire extension? |
| 09:46 |
PiMB |
sure |
| 09:49 |
Denjerek |
.org down ? |
| 09:49 |
BejjWrk |
works fine for me |
| 09:50 |
PiMB |
same here |
| 09:50 |
PiMB |
you down? |
| 09:52 |
marcuslind |
About the Questionaire extension. Is it possible to view a result-report or something like that? Atm I can only see 1 entry at a time. I have to open it with the list module, note the result, go back, go to the next entry, note the result etc. I want to watch all collected entries on 1 page. |
| 09:52 |
marcuslind |
Didnt say anything about it in the manual either. Only how to export it to Excell. |
| 09:53 |
PiMB |
if you search a bit further down the ext list. http://typo3.org/extensions/repository/view/nc_pbsurveyfesimplestats/current/ |
| 09:54 |
marcuslind |
Oh, :$ . Didnt know it was made into more then 1 extension. Thought it was a all-in-one thing. |
| 09:54 |
PiMB |
nope. |
| 09:54 |
PiMB |
not all people need the overview. |
| 09:54 |
PiMB |
there is a pretty good export ext for it as well. |
| 09:55 |
PiMB |
and a good, but dutch manual ;] |
| 09:55 |
marcuslind |
Why make a questionaire without a overview? :S |
| 09:55 |
marcuslind |
You mean they just export it to excell and watch it there? |
| 09:55 |
marcuslind |
I mean, you have to be able to see the results somehow. |
| 09:57 |
Circle- |
q: my powermail validation messages are wrong, frech gives english messages, and visa versa, nl is the default language |
| 09:58 |
FloLeBlanc |
hi all |
| 09:59 |
PiMB |
marcuslind, don't know why, should ask the author about that :] |
| 09:59 |
PiMB |
but I know that there is an ext for extended export |
| 09:59 |
PiMB |
and 1 for simple overview on FE. |
| 09:59 |
PiMB |
standard is to export from standard ext and import into SPSS or another statistics tool |
| 09:59 |
marcuslind |
OK thanks |
| 10:00 |
PiMB |
Circle-, is it wrong? or are your settings wrong? saying it's french <-> english |
| 10:00 |
Circle- |
everywhere is works |
| 10:00 |
Circle- |
it* |
| 10:01 |
Circle- |
just the powermail validation messages are switched |
| 10:04 |
PiMB |
and the powermail fields themselves? |
| 10:06 |
Circle- |
those are right |
| 10:07 |
Circle- |
3th and default lang is dutch |
| 10:08 |
Circle- |
there the validation message are right |
| 10:14 |
PiMB |
hm, strange |
| 10:14 |
Circle- |
idd |
| 10:14 |
PiMB |
tried the update language from ext manager? |
| 10:14 |
Circle- |
deactivating them didnt work |
| 10:14 |
Circle- |
plugin.powermail.js.mandatorycheck = 0 |
| 10:14 |
Circle- |
nope, ill try |
| 10:18 |
Circle- |
didnt work either |
| 10:52 |
bitcrusher |
hi guys |
| 10:53 |
bitcrusher |
do you know of an typoscript IF statement for checking the domainname? its suppose to be for a site with multiple domains, where some of the sub-portals also has their own domain, and then they become the "baseurl" |
| 10:53 |
bitcrusher |
? |
| 10:56 |
PiMB |
[globalString = IENV:HTTP_HOST=www.website.nl] |
| 11:08 |
many_ |
the question is wether you need part of the subportal reachable under their domain |
| 11:09 |
many_ |
if not, id rather use htaccess rewriting |
| 11:25 |
emiles |
fellow typo3 dudes |
| 11:25 |
emiles |
i salute you |
| 11:26 |
FloLeBlanc |
hmm I'd like to precheck a checkbox in the backend but ONLY if the backend user creates a new frontend user :) did anyone do something like that yet? |
| 11:28 |
PiMB |
back, sorry, got disconnected |
| 11:29 |
emiles |
i'm building a community site in typo3 and am looking for a gallery plugin that can handle frontend user image uploads. any ideas? video uploads would be even more awesome. |
| 11:29 |
teppi|work |
FloLeBlanc, you could use the hook processDatamap_afterDatabaseOperations |
| 11:30 |
teppi|work |
and set the checkbox value to 1 if status="new" and table="fe_users" .. |
| 11:31 |
PiMB |
FloLeBlanc, what is the problem? |
| 11:34 |
SargoDarya |
Heya, serious problem. I just wanted to upgrade from 4.2.8 to 4.3.0. Upgrade worked but Frontend Editing was gone so I tried switching back and now there is a call to undefined Method t3lib_div::compat_version() in /var/www/typo3conf/temp_CACHED_pse7b6_ext_localconf.php on line 807 |
| 11:35 |
SargoDarya |
But in the temp file there isn't even the function being called |
| 11:35 |
FloLeBlanc |
sargo: delete the temp cached files |
| 11:35 |
FloLeBlanc |
as suggested in the upgrade guide |
| 11:35 |
SargoDarya |
You mean the typo3temp Folder? |
| 11:35 |
FloLeBlanc |
no |
| 11:35 |
teppi|work |
typo3conf/ |
| 11:35 |
teppi|work |
:p |
| 11:36 |
SargoDarya |
I deleted them already but they get generated with the same error again |
| 11:36 |
FloLeBlanc |
sargo: http://wiki.typo3.org/index.php/Upgrade |
| 11:36 |
FloLeBlanc |
make sure you did all steps in the correct order |
| 11:37 |
SargoDarya |
Ok.. let me explain: I tried going to 4.3.0: Frontend Editing was gone so staying on 4.3.0 is currently impossible |
| 11:37 |
SargoDarya |
So I needed to switch back |
| 11:37 |
SargoDarya |
And just changed the src folder to the old 4.2.8 Source |
| 11:37 |
SargoDarya |
I don't have changed anything except this |
| 11:39 |
teppi|work |
SargoDarya, it sounds like the t3lib_div file is still the version of 4.3 .. |
| 11:40 |
teppi|work |
because the function compat_version exists anymore there |
| 11:40 |
teppi|work |
imho |
| 11:40 |
teppi|work |
:-) |
| 11:41 |
SargoDarya |
Thanks, that fixed it. |
| 11:41 |
teppi|work |
;-) |
| 11:41 |
SargoDarya |
Still I don't know why the folder was physically in the because I've deleted it Oo |
| 11:43 |
PiMB |
caching |
| 11:44 |
SargoDarya |
t3lib Oo? It doesn't even have write permissions in that folder |
| 11:46 |
lindbergh |
hallo chan |
| 11:46 |
PiMB |
true |
| 11:46 |
lindbergh |
I installed ext_js extension |
| 11:47 |
lindbergh |
and downloaded latest extjs 3.0.3 |
| 11:47 |
lindbergh |
package |
| 11:47 |
SargoDarya |
Oh man... that's such an fucked up system... Wish I would have coded it from the beginning. Stupid previous dev... |
| 11:47 |
lindbergh |
and managed to display dummy grid page |
| 11:47 |
lindbergh |
My question is, how to pass data from db to extjs through my pi1 file |
| 11:47 |
lindbergh |
class I mean |
| 11:49 |
lindbergh |
JSON? |
| 11:50 |
SargoDarya |
die(json_encode($your_array)); |
| 11:50 |
SargoDarya |
Thats the answer |
| 11:51 |
SargoDarya |
@lindbergh |
| 11:51 |
lindbergh |
ok but in .js I need to put proxy: new Ext.data.HttpProxy.... |
| 11:51 |
lindbergh |
correct |
| 11:51 |
lindbergh |
? |
| 11:51 |
SargoDarya |
Oo why proxy? |
| 11:52 |
lindbergh |
Never used json |
| 11:52 |
lindbergh |
with extjs |
| 11:52 |
lindbergh |
combine reader and proxy or just reader is enough |
| 11:54 |
SargoDarya |
I don't know of extjs. I can just tell you that you call the standard page url with an additional param i.e. &tx_scriptname['format']=json and your script outputs the json string |
| 12:02 |
maholtz|WORK |
@SargoDarya: is right, but you should think of eId |
| 12:02 |
SargoDarya |
Whats eId? |
| 12:03 |
soren_madsen |
Greetings. I have a minor problem with TYPO3 on Mac. The install tool insists that I'm not able to read PDF's and AI's. |
| 12:03 |
lindbergh |
ok....what I understod is : retreive data from db in my plugin, json_encode($my_array)......but how I can receive it in my .js that is still mystery for me |
| 12:04 |
soren_madsen |
It says that "/opt/local/bin/identify '/Users/<removed>/Sites/demo_instance/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf'[0]" returned nothing |
| 12:04 |
soren_madsen |
But if I run that command manually in CLI, I get: |
| 12:05 |
soren_madsen |
"/Users/<removed>/Sites/demo_instance/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf PDF 595x842 595x842+0+0 16-bit Bilevel DirectClass 61.7kb" |
| 12:06 |
SargoDarya |
lindbergh: Gimme a second |
| 12:06 |
soren_madsen |
So, Ghostscript IS installed, and IM is configured to use it |
| 12:07 |
SargoDarya |
lindbergh: http://stackoverflow.com/questions/944871/extjs-grab-json-result |
| 12:07 |
SargoDarya |
I think that should help you a lot solving your problem |
| 12:08 |
lindbergh |
thnx SargoDarya, will try that |
| 12:09 |
SargoDarya |
lindbergh: Do you speak german? |
| 12:10 |
SargoDarya |
If you do I suggest you reading this: http://www.typo3-tutorials.org/tutorials/extensions/eid-mechanismus.html |
| 12:20 |
FloLeBlanc |
does anyone know a good plugin for frontend user management? |
| 12:20 |
FloLeBlanc |
I can't manage to configure the backend the way I need it with presets, etc. |
| 12:21 |
SargoDarya |
sr_fe_userregister may be what you're searching for |
| 12:23 |
FloLeBlanc |
sargo: that lets users register themselves, does this have a management too? |
| 12:24 |
SargoDarya |
Thought so |
| 12:25 |
SargoDarya |
"The target of this project is an out-of-the-box solution for TYPO3 frontend user management. I'm tired using newloginbox and sr_fe_userregister with all the bugs and problems." |
| 12:26 |
FloLeBlanc |
will check that thank you |
| 12:27 |
SargoDarya |
np |
| 12:32 |
soren_madsen |
Any "TYPO3 on Mac" gurus present? I have a ghostscript/imagemagick/TYPO3 problem - does anyone have that working? (reading PDF's and AI's from TYPO3) |
| 12:34 |
FloLeBlanc |
sargo: hmm.. no user management :( |
| 12:36 |
FloLeBlanc |
ah you meant frontend user management |
| 12:36 |
FloLeBlanc |
but this only replaces newloginbox atm |
| 12:40 |
teppi|work |
FloLeBlanc, aren't you familiar with extension programming? the usage of the hook is quite easy .. |
| 12:41 |
FloLeBlanc |
teppi: I didn'T want to reinvent the wheel. what I actually wanted is just setting a checkbox to "always checked when a new user entry is created" |
| 12:41 |
FloLeBlanc |
tried that with TS but it seems impossible to me |
| 12:45 |
FloLeBlanc |
how do I search for users that are in a specific group? or filter by that |
| 12:49 |
teppi|work |
FloLeBlanc, afaik you can just sort after the usergroup by setting this field in the listview |
| 12:54 |
FloLeBlanc |
teppi: yes sort, but not filter |
| 12:54 |
FloLeBlanc |
If I need the usergroup "in the middle" I have to navigate 3 pages :) |
| 12:57 |
teppi|work |
FloLeBlanc, nope .. you could set the number of shown records at the bottom of the listview page |
| 12:57 |
teppi|work |
but it might be a looooong list :-) |
| 12:58 |
FloLeBlanc |
hmm :( |
| 12:59 |
PiMB |
what is wrong with freenode? |
| 13:00 |
PiMB |
or is it coincidence that 30 people all of a sudden quit? |
| 13:03 |
PiMB |
WB all :] |
| 13:06 |
teppi|work |
PiMB, there was a global message .. a freenode server in US seems to make problems .. |
| 13:06 |
PiMB |
annoying ;) |
| 13:47 |
Bluespuke |
someone knows if i can use pmkhtmlcrop with calendar base list view? |
| 13:52 |
SargoDarya |
I'm back and I have a serious question regarding class.tslib_content.php |
| 13:53 |
SargoDarya |
Just checked it in https://svn.typo3.org/TYPO3v4/Core/trunk/typo3/sysext/cms/tslib/class.tslib_content.php |
| 13:59 |
SargoDarya2 |
Someone there? IRC is having trouble I think |
| 14:02 |
SargoDarya2 |
'lo? |
| 14:03 |
PiMB |
here |
| 14:03 |
SargoDarya2 |
Yeah, thanks.. it got so friggin quiet here |
| 14:03 |
SargoDarya2 |
I think there is a heavy issue in class.tslib_content.php |
| 14:05 |
SargoDarya2 |
it says there should be the method editPanelLinkWrap_doWrap on line 7270 but there isn't a method called that anywhere in the file |
| 14:06 |
SargoDarya2 |
Can someone verify that? |
| 14:07 |
PiMB |
which TYPO3 version? |
| 14:07 |
SargoDarya2 |
4.3 |
| 14:08 |
PiMB |
haven't got the latest version running. sorry mate |
| 14:09 |
SargoDarya2 |
https://svn.typo3.org/TYPO3v4/Core/trunk/typo3/sysext/cms/tslib/class.tslib_content.php |
| 14:09 |
seewer |
Is it somehow possible to go the "graphical editor" of a templavoila ds or once done do I have to edit manually? |
| 14:09 |
seewer |
...sorry, stupid stupid me. found it. been to long since i worked with templavoila |
| 14:10 |
SargoDarya2 |
seewer: What exactly is the pro of using tv? |
| 14:12 |
seewer |
Good question. I can't answer that completely... Only advantage I currently see: I can enforce a certain page structure from my users |
| 14:12 |
SargoDarya2 |
Yeah, but you could also do that via TS_CONFIG |
| 14:15 |
seewer |
jup, i know. (I wasn't involved in the planning of this site) |
| 14:15 |
PiMB |
SargoDarya2, not sure why, but I'm missing this one in beta3 version as well. |
| 14:16 |
PiMB |
maybe the index is not updated? |
| 14:16 |
SargoDarya2 |
Ok, I'm posting a bugfix |
| 14:16 |
PiMB |
because I can't seem to find the function anywhere. |
| 14:16 |
SargoDarya2 |
I'm still there |
| 14:16 |
SargoDarya2 |
was just my ghost |
| 14:17 |
SargoDarya2 |
Yeah, I try searching for the diff where it got changed |
| 14:18 |
PiMB |
4.2.8 has it ;) |
| 14:19 |
PiMB |
I found a function called the same. |
| 14:19 |
PiMB |
located in the feedit extension |
| 14:19 |
PiMB |
typo3/sysext/feedit/view/class.tx_feedit_editpanel.php |
| 14:20 |
PiMB |
in beta3 atleast |
| 14:20 |
SargoDarya2 |
Yeah, I know 4.2.8 has it because systems here are currently running on it |
| 14:20 |
SargoDarya2 |
Just 4.3.0 seems to have dropped it but it's not documented in svn. |
| 14:20 |
PiMB |
it's not dropped. it's relocated. |
| 14:21 |
PiMB |
but it's protected now |
| 14:21 |
SargoDarya2 |
Oo |
| 14:22 |
PiMB |
:] |
| 14:22 |
SargoDarya2 |
So how do I use it now??? |
| 14:25 |
PiMB |
not sure :) |
| 14:25 |
PiMB |
how did you use it? |
| 14:25 |
SargoDarya2 |
With $this->cObj->edit... |
| 14:26 |
PiMB |
then not sure. |
| 14:26 |
PiMB |
shoot the question on dev mailing list, maybe they know |
| 14:27 |
SargoDarya2 |
Just posted a bug |
| 14:35 |
SargoDarya |
Copying the function to tslib_content fixes problems for me |
| 14:35 |
PiMB |
:) |
| 14:36 |
floeschie |
hey everybody, I'm searching for an extension that gives typo3 editors the possibility to add a comment when changig the content of a website and mark changes as minor - similar to the "minor edits" function of wikis... didn't find an extension for that in the repo, any hints? |
| 14:38 |
SargoDarya |
Doesn't Versioning and Workspaces make this possible? |
| 14:43 |
floeschie |
Can't see how, as far as I see versioning doesn't give some sort of additional input field in the content editor where I can add a comment... But I will check that and maybe come back later, thanks! |
| 14:45 |
SargoDarya |
No problem |
| 14:57 |
mikhas_ |
hello. in the RTE i have set class on a link (tinymce) but in the frontend, the class are filtered. any idea on where to look? |
| 14:57 |
mikhas_ |
it's still visible in the rte-element after saving btw, so I don't think it's filtered by tinymce. |
| 14:58 |
mikhas_ |
it's an text+image-element btw. |
| 14:59 |
PiMB |
probably filtered on displayment. |
| 15:00 |
PiMB |
not sure of TinyMCE has some config array on how to set it. maybe search for it? |
| 15:00 |
PiMB |
use htmlarea myself |
| 15:01 |
floeschie |
concerning the "minor edit" option: I watched this video tutorial which deals with the versioning feature of Typo3: http://is.gd/5fWLV (German only). However this is not exactly what I'm searching for. I need a checkbox I can use to mark a minor edit... |
| 15:01 |
mikhas_ |
PiMB: the class is also saved in the database, so it isn't filtered by tinymce atleast. I think it's filtered on displayment too. Just not sure of where to look now. |
| 15:01 |
floeschie |
the goal is to show a list of the recent changes, but only really important changes should appear. |
| 15:01 |
PiMB |
that could be a mce setting as well.. |
| 15:03 |
mikhas_ |
ill experiment a little, try to unload it and see if it affects anything. :-) |
| 15:06 |
mikhas_ |
well, tinymce is disabled and it's configuration too, and it's still filtered, so it must be Typo3 or some other ext. Are there any settings for this stuff? (looking through the TSREF now) |
| 15:07 |
PiMB |
hmm, on a link, maybe some feature in typolink functions? |
| 15:10 |
maholtz|WORK |
parseFunc_RTE |
| 15:10 |
maholtz|WORK |
@mikhas_ |
| 15:13 |
mikhas_ |
thanks PiMB and maholtz|WORK |
| 15:27 |
xaver |
rte editor after save: <table class="csc-frame-frame2"> in browser <table class="contenttable"> |
| 15:27 |
xaver |
normal the defauklt classes work |
| 15:28 |
xaver |
why not in the table? |
| 15:43 |
thisfooljay |
hi there- anyone know whether its possible ot install typo to a 1&1.de hosted site with 'homepage perfect' package/ |
| 15:43 |
mikhas_ |
still haven't solved it though, it might have something to do with email-link classes. tought one. :-P |
| 15:44 |
SargoDarya |
homepage perfect is as far as I know only a tool from 1&1 |
| 15:45 |
thisfooljay |
SargoDarya: mhh I got ftp but no ssh access to the site... so it aint possible mh? |
| 15:45 |
thisfooljay |
SargoDarya: dunno its described as Package: ... on top |
| 15:45 |
SargoDarya |
Link? |
| 15:47 |
thisfooljay |
uhhh? hm well I'm logged in into their control center currently on 1und1.de Kunden-Login.. hah |
| 15:47 |
SargoDarya |
lol |
| 15:48 |
SargoDarya |
Ok, wait a sec. Maybe I still have an account there |
| 15:48 |
SargoDarya |
lol. just entered 1 und 1 in google... Guess what it gives as result xD |
| 15:49 |
thisfooljay |
2 ! |
| 15:49 |
thisfooljay |
haha :D |
| 15:50 |
thisfooljay |
well I got a request to create a site for a friend of mine - and he's got that 1un1 package - now I only know how to create websites with typo (eg. all the forms etc.) - so I wanted to now if its possible to install there... |
| 15:50 |
SargoDarya |
With what I see from the description it should work. PHP5.2, 1 MySQL DB |
| 15:51 |
SargoDarya |
As far as I know that should be the only requirements |
| 15:51 |
thisfooljay |
Yeah but how can I gain a ssh access? |
| 15:51 |
SargoDarya |
For what do you need ssh? |
| 15:52 |
thisfooljay |
cannot live without.. mh the source of typo is targz'ed for ex... |
| 15:53 |
SargoDarya |
Don't tell me for using wget you depend on ssh... How about setting permissions on the system and using phps exec or system command? |
| 15:53 |
thisfooljay |
uh... hmmm I never did that |
| 15:55 |
SargoDarya |
Or else you could try with php shell or c99 |
| 15:55 |
thisfooljay |
so I login to the database I created and am able to execute commands from there? |
| 15:57 |
SargoDarya |
What database? I thought we're talking about deployment of typo3 onto a remote server without depending on ssh |
| 15:59 |
thisfooljay |
Y I'm just wondering how I should be able to execute commands there without any ssh access.. |
| 15:59 |
thisfooljay |
sorry for that "-S |
| 16:05 |
maholtz|WORK |
@thisfooljay: afaik on 1und1 you have no fun with TYPO3 if you have an small package, the support will help you with that:) |
| 16:07 |
SargoDarya |
The support... 14ct/min |
| 16:07 |
SargoDarya |
The 1&1 support is really a total joke. |
| 16:08 |
SargoDarya |
They don't even have a clue how to handle most things and you're stuck waiting at least 5 to 10 minutes |
| 16:09 |
maholtz|WORK |
hm... perhaps you should behave like an new customer:) |
| 16:09 |
maholtz|WORK |
afair i had an free call... perhaps i am wrong? |
| 16:10 |
maholtz|WORK |
they told me i would use at least an package for 15 euros to get TYPO3 running |
| 16:10 |
maholtz|WORK |
but it is perhaps two years ago |
| 16:10 |
maholtz|WORK |
well, it was |
| 16:10 |
maholtz|WORK |
has been? |
| 16:10 |
maholtz|WORK |
crap:/ |
| 16:11 |
SargoDarya |
1&1 has always been cra*1000p |
| 16:11 |
PiMB |
afaik you shouldn't go for cheap if you want TYPO3 to run smoothly |
| 16:12 |
PiMB |
invest is the best |
| 16:12 |
SargoDarya |
The cheapest I have is a home server running |
| 16:13 |
SargoDarya |
1.8ghz with 512MB SD RAM and 400GB Harddrive |
| 16:14 |
SargoDarya |
For some reason I have a static IP and it works like a charm |
| 16:14 |
SargoDarya |
Runs nginx on top of ubuntu |
| 16:16 |
PiMB |
true |
| 16:17 |
PiMB |
but I don't think my customer will be happy when I tell him he's running on my homepc |
| 16:17 |
SargoDarya |
You could try getting a cheap v-server |
| 16:19 |
PiMB |
I don't have cheap servers ;] |
| 16:19 |
PiMB |
I was saying you should. |
| 16:19 |
PiMB |
got a couple of nice racks running wild. |
| 16:20 |
PiMB |
each holding about 250 TYPO3 sites very smoothly |
| 16:20 |
PiMB |
so no issues for me |
| 16:25 |
SargoDarya |
How about a free hosting provider? |
| 16:25 |
SargoDarya |
Like 5gigs.net |
| 16:29 |
pulponair |
hi there |
| 16:33 |
SargoDarya |
hi pulponair |
| 17:38 |
seewer |
hmmm... templavoila again: Is there any way that I can put a section/container inside the page module instead of the page properties? |
| 18:13 |
thisfooljay |
damnit I got disced :/ is there any way to install typo to a site without ssh access? |
| 18:29 |
thisfooljay |
nvm, think I found a way :) |
| 18:51 |
gquevedo |
Hello Everybody |
| 18:51 |
gquevedo |
I have a question about the use of the page.admPanel |
| 18:52 |
gquevedo |
when I set to edit the by POP-UP the RTE doesnt work |
| 18:52 |
gquevedo |
is there some fix for that? |