| 09:50 |
GlidE |
Hello |
| 09:51 |
GlidE |
I search a good tutorial for programing a new module in my backend with kickstarter ! |
| 09:53 |
GlidE |
I just want to add a function to my menu, my function java applet is already developed but is not insert |
| 09:56 |
pmk65 |
GlidE: http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/ |
| 10:03 |
GlidE |
thanks pmk65, but is not with kickstarter, it is a hard tutorial for me :) |
| 10:08 |
pmk65 |
kickstarter is just a tool to get you started. it doesnt create a complete extension. Also there's a lot of feastures you cant enable by just using the kickstarter |
| 10:13 |
GlidE |
Yes, but I think enough room to insert a java in my backend and a link to it in my menu, I do not need to code all that is in the official tutorial |
| 10:23 |
playboxy |
hi, i am searching for a extension, which can list files from a directory, and which can be downloaded, can anyone help me? |
| 10:29 |
playboxy |
hi, i am searching for a extension, which can list files from a directory, and which can be downloaded, can anyone help me? |
| 10:45 |
sorenmalling |
playboxy: Did you try to search for filelit in the extension repository? |
| 10:45 |
pmk65 |
playboxy: insert an element ofd the type "Filelink" on a page. then you can specify a path |
| 10:49 |
playboxy |
it should display all files from a specific folder |
| 10:49 |
playboxy |
and the folders in it |
| 11:15 |
PiMB |
hi all |
| 11:31 |
BejjWrk |
hello there :) |
| 11:45 |
PiMB |
Looks like it's just us again |
| 11:45 |
kraftb |
good morning ! |
| 11:46 |
PiMB |
wow. |
| 11:53 |
playboxy |
hi, i am searching for a extension, which can list files from a directory, and which can be downloaded, can anyone help me? |
| 11:54 |
BejjWrk |
omg its like activity in here |
| 11:54 |
BejjWrk |
:O |
| 11:54 |
BejjWrk |
I cant take all this excitement! |
| 12:09 |
ndee |
how can I change the title separator from ":" to something else? |
| 12:21 |
Tsoots |
disable automatic title in template and add a new one to page.headerData |
| 12:22 |
PiMB |
playboxy, what do you want to do with the extension? just files listing? why not use the file list CE from TYPO3? |
| 12:23 |
playboxy |
no file AND folder list, which can be downloaded then |
| 12:28 |
PiMB |
must be something available. |
| 12:28 |
PiMB |
check the repository for it |
| 12:43 |
Guest2009 |
Hello |
| 12:43 |
xaver |
hi |
| 12:45 |
xaver |
i have onc main class in a extansion and and some additional classes |
| 12:45 |
xaver |
in main the lang function perfect |
| 12:46 |
xaver |
but in additional $this->pi_getLL("test","fg") <- content = fg ..... |
| 12:46 |
BejjWrk |
playboxy: there is a fe file manager called airfilemanager |
| 12:47 |
PiMB |
$this->pi_loadLL(); |
| 12:47 |
PiMB |
xaver |
| 12:47 |
xaver |
ii use it |
| 12:47 |
xaver |
and require_once PATH....... pibase... |
| 12:47 |
xaver |
maybe the class is in another directory |
| 12:48 |
xaver |
the additional classes have a extra dir |
| 12:48 |
xaver |
the class is in subfoler classes |
| 12:49 |
Guest2009 |
I'm searching for a solution on the following problem: I want to create a portal and now I imagine to have sub-categories with sub content i.e. www.mysite.com/world/europe/spain/mallorca/restaurants/12345/ but now I don't know how to realize this bacuase I don't want to do it with creating single pages for each data-record which would make the page-tree huge |
| 12:50 |
PiMB |
use tt_news as a projects/content kinda thing |
| 12:50 |
xaver |
PiMB: any idear? |
| 12:51 |
Guest2009 |
do you think I can make it with tt_news, because its very difficult with the url or not? |
| 12:51 |
xaver |
need i to commit with the function? |
| 12:51 |
PiMB |
Guest2009 use realurl in combination with tt_news. should be possiblr. |
| 12:52 |
PiMB |
combination of tt_news cats and items. |
| 12:52 |
PiMB |
xaver, not really no.. |
| 12:53 |
Guest2009 |
thanks PiMB, but do you think there is no better solution than tt_news or a self-programmed extension i.e. an extension made for portals? |
| 12:55 |
PiMB |
there are always good solutions. |
| 12:55 |
PiMB |
but based on the (very short) description you gave me, I would suggest using tt_news. And maybe extend it for anything extra that you need and tt_news doesn't support yet |
| 12:56 |
Guest2009 |
and can I make tt_news using for a special page a special template/ 'content-template' i.e. for the country-page inserting a map |
| 12:57 |
PiMB |
you can always say via TS to use what template, so if country is a page, yes you could do that. |
| 12:57 |
Guest2009 |
but it is not really a page, but a record by tt_news |
| 12:57 |
PiMB |
in fact, you could even do that by using TS conditions and decide which category/item is selected and display another template based on that fact |
| 12:57 |
Guest2009 |
alright |
| 12:59 |
Guest2009 |
but do you thin programming an extra extension would be very time extensive |
| 12:59 |
PiMB |
depends on what you know about extension programming. |
| 13:00 |
PiMB |
tt_news is relatively easy to hook, so I would program a simple one in about 1 - 2 hours |
| 13:01 |
Guest2009 |
I don't know that much about extension-programming, but maybe I can do it with 'learning by doing' with help of the extension kickstarter, do you think its possible? |
| 13:02 |
PiMB |
everything is possible |
| 13:02 |
PiMB |
and otherwise you can always ask for help |
| 13:04 |
Guest2009 |
the problem is that I don't really know how to integrate my php-code into Typo3, but I know programming in php but I don't like the OOP-style that much because it is very difficult writing always the class-names and so on |
| 13:10 |
BejjWrk |
not realyl |
| 13:11 |
BejjWrk |
within the same class the only prefix you need for your own functions is $this-> |
| 13:21 |
Guest2009 |
thanks BejjWrk, now I've found a tutorial and I'm going to try it out, if tehre are any problems I will ask here for help |
| 13:21 |
Guest2009 |
okay, thanks so far, bye |
| 13:49 |
PiMB |
anybody knows anything about linking to tt_news items in the backend (not RTE, link field is generated via FF) |
| 14:04 |
xaver |
PiMB: rte cache in typo3conf gelöscht |
| 14:04 |
PiMB |
? |
| 14:05 |
xaver |
typo3temp deletet |
| 14:05 |
xaver |
i hate it to change from chennel to channel :P |
| 14:05 |
PiMB |
for what |
| 14:05 |
xaver |
rte maybe wronge generated... |
| 14:05 |
PiMB |
rte is working just fine. |
| 14:05 |
xaver |
ok |
| 14:05 |
PiMB |
I want the functionality in normal link fields |
| 14:23 |
Phlogi |
anyone knows a howto or document that describes how to use the new scheduler? |
| 14:29 |
Phlogi |
why does kasper look like he has no idea about his typo3 in every podcast he is in? :D |
| 14:36 |
xaver |
PiMB: with the language agauin... we changed the folder ..... the same folder now |
| 14:36 |
xaver |
http://nopaste.chaoz-irc.net/543642cdb8.html is the script |
| 14:38 |
BenjaminS |
we have server probs atm |
| 14:38 |
BenjaminS |
:P |
| 14:38 |
xaver |
anyone a idear |
| 14:39 |
BenjaminS |
you want to use locallang in your extension? or what? |
| 14:40 |
xaver |
yes |
| 14:40 |
xaver |
in the mainclass no problem |
| 14:40 |
xaver |
but that is a additonal class |
| 14:40 |
xaver |
but now in the same folder ... |
| 14:41 |
BenjaminS |
hmm, i used a loadLL function of typo's api |
| 14:42 |
xaver |
look into the paste :P i use it too |
| 14:46 |
Phlogi |
xaver: weird yes.... |
| 14:46 |
xaver |
... |
| 14:46 |
Phlogi |
xaver: does your locallang exist? |
| 14:46 |
xaver |
yes |
| 14:46 |
xaver |
in mainfunction it run |
| 14:46 |
Phlogi |
xaver: in the same directory? |
| 14:46 |
xaver |
now yes |
| 14:47 |
xaver |
frist in a differnt but we changed it |
| 14:48 |
Phlogi |
xaver: so you are sure it does read that file? |
| 14:48 |
xaver |
in the main file it run |
| 14:48 |
xaver |
onl in the additional class not |
| 14:49 |
BenjaminS |
and the erber key is available? |
| 14:49 |
BenjaminS |
what is the output? |
| 14:50 |
xaver |
erber key? |
| 14:50 |
BenjaminS |
$content .= $this->pi_getLL("erber","fg"); |
| 14:50 |
Phlogi |
xaver: you need to add the plugin maybe... |
| 14:50 |
Phlogi |
with localconf |
| 14:50 |
Phlogi |
not sure |
| 14:50 |
xaver |
yes |
| 14:50 |
Phlogi |
xaver: post the locallang.php file |
| 14:51 |
xaver |
you mean xml? |
| 14:51 |
Phlogi |
joa |
| 14:52 |
xaver |
http://nopaste.chaoz-irc.net/dd706f4d80.html |
| 14:58 |
xaver |
Phlogi: any fail? |
| 15:16 |
BejjWrk |
There appears to be issues with a certain version of IE7 regarding session cookies that uses underscore _ ,can anyone confirm ? |
| 15:40 |
pmk65 |
BejjWrk: IE is one big bug!, but that error is confirmed. See http://www.enhanceie.com/ie/bugs.asp |
| 15:41 |
BejjWrk |
yes Ive found a few articles stating that too, but none really "Official" |
| 15:41 |
BejjWrk |
you are the true antiIE warrior my friend :) |
| 15:44 |
xaver |
Phlogi i found the a problem the the system load the locallang from /ext/extansion/local... not from pi1 like the main extansion class |
| 15:46 |
xaver |
pmk65: maybe you have a idear -> in main extansion file the locallang is form pi1 and in files in same folder ... the additional classes load the wrong file..... |
| 15:47 |
untouch_ |
hi |
| 15:47 |
untouch_ |
http://www.bmp.ag/home.html ---> News are fine http://bmp.ag/home.html ---> no news id |
| 15:48 |
untouch_ |
i put some rout config into the htaccess but then of course all other sites on the server are directed to my page |
| 15:48 |
xaver |
if i amke a var dump on $this i get in ["LOCAL_LANG"] are the information for the extansionmanager ["pi1_plus_wiz_description"]=> ... |
| 15:51 |
untouch_ |
can someone help me out there? |
| 15:51 |
swemark |
untouch_: using 4.3? |
| 15:51 |
untouch_ |
yes |
| 15:53 |
swemark |
untouch_: check out out defaultgetvars http://buzz.typo3.org/people/steffen-kamper/article/typo3-43-treasure-chest/ |
| 15:53 |
swemark |
should be a solution to your problem |
| 15:54 |
BejjWrk |
untouch_: this might also be useful for you .. http://www.webmaster-talk.com/coding-forum/61282-htaccess-non-www-to-www.html |
| 16:27 |
Denyerec |
Silly question... |
| 16:27 |
Denyerec |
Typo3 sets records to "Deleted" |
| 16:27 |
Denyerec |
how do I purge those records and anything related to them ? |
| 16:27 |
Denyerec |
Got a poorly coded plugin that is not keeping control of its record referenced |
| 16:27 |
Denyerec |
(EG I delete an item from the gallery, and it still shows!) |
| 16:30 |
Denyerec |
Hey martiin |
| 16:41 |
pmk65 |
Denyerec: you can delete them using phpmyadmin |
| 16:41 |
Denyerec |
I will enjoy explaining that to the client... |
| 16:41 |
Denyerec |
Is there no "Cleanup the database" option somewhere? |
| 16:41 |
Denyerec |
I was looking at the DB Check tools |
| 16:41 |
Denyerec |
but although that can update the reference index, it doesn't seem to want to drop deleted records. |
| 16:42 |
pmk65 |
there's one in the Install Tool, and maybe also the DB check |
| 16:42 |
pmk65 |
but Im not sure it deletes records with "delete=1" |
| 16:42 |
Denyerec |
I might have overlooked it in DB Check or been confused by the interface (UX improvements cannot come fast enough IMO!)_ |
| 16:42 |
Denyerec |
Hmm. |
| 16:57 |
PiMB |
Denyerec I believe there is an extension that provides you with a cleanup option. not sure what's it called though.. sorry :) |
| 17:14 |
Phlogi |
hey Denyerec, pmk65 et al! |
| 17:15 |
Phlogi |
martiin: hi as well |
| 17:16 |
martiin |
Phlogi: good evening |
| 17:39 |
Denyerec |
Hey Phlogi |
| 17:54 |
Bejjan |
oh noes, i have to reboot :( |
| 17:54 |
Bejjan |
or my 2nd screen wont start |
| 17:55 |
Bejjan |
Win XP64 up 4wks 1day 22hrs 2mins 39secs |
| 19:15 |
TheDon_ |
any body know how to format table using css |
| 20:22 |
nkuttler |
TheDon_: #css is quite helpful |
| 21:44 |
k-fish |
Hi. Tricky question on menus - I want to use special = userfunction for the second level on a certain page. How would I do this? The userfunction menu works standalone, the regular menu as well. How do I combine them, given that HMENU.2 asks for a menuObj? Impossible? |
| 22:00 |
Phlogi |
anyone ever used autoload.php? |
| 23:25 |
cboltz |
Is there a way to log all calls to 'convert' (or even better: only failing calls)? |
| 23:26 |
cboltz |
I found a crash of convert in my error_log, but guessing which of the hundreds of files caused it isn't too fun... |