| 08:30 |
Slydder |
morning all. am needing to add a bit of javascript to certain pages but only ONCE per session. I found a pop-up module that would almost do what I want but I don't need a pop-up as it's a 1x1 px graphic being return and used only for ad tracking. anyone know of another plugin that can do this? |
| 08:49 |
Morpheus_1968 |
Hi all |
| 08:50 |
Morpheus_1968 |
any one can help me on a tt_news "no news_id given" problem? |
| 08:50 |
Morpheus_1968 |
i have 3 pages: |
| 08:51 |
Morpheus_1968 |
1: system containing the news items (syspage id 88) |
| 08:51 |
Morpheus_1968 |
2: list page (id 87) |
| 08:52 |
Morpheus_1968 |
3: single view page (not in menu: id 90) |
| 08:53 |
Morpheus_1968 |
everytime i click on more i go to the single view page and i get the message "no news_id given" |
| 08:54 |
Morpheus_1968 |
it looks like the tx_ttnews variables are striped from the url |
| 08:55 |
Morpheus_1968 |
the are in the more link and after i clicked on it they are not in the address bar of the browser |
| 09:43 |
_pedda_ |
hi all |
| 09:43 |
maholtz|WORK |
morning _pedda_ & all |
| 09:57 |
Morpheus_1968 |
can't anyone help me on the no news_id given isue? |
| 10:03 |
_pedda_ |
no news id given = you didn't click on the more link of a news -> no news id was transmitted to the detailspage |
| 10:03 |
_pedda_ |
-> no news was displayed in detail |
| 10:40 |
Morpheus_1968 |
_pedda: i clicked on the more link |
| 10:42 |
Morpheus_1968 |
_pedda: see http://shm.sa20.feas.net/index.php?id=87&L=0 |
| 11:07 |
drindt |
i have some weird behavior with a content element in my multilingual page, the element has selected languages: all and then it disappear on the page, someone has a hint for me? |
| 11:07 |
drindt |
seems that select.languageField = sys_language_uid is the problem |
| 11:33 |
smux_ |
Hello, in my extension I have an item with a field type "database relation". Now there is thousands of relation (distribued in 3 levels sysfolders) ... that's crazy now. |
| 11:33 |
smux_ |
I'm looking for an other solution ... more efficient |
| 11:35 |
smux_ |
I thought about the categories system from tt_news but that's also not possible |
| 11:36 |
smux_ |
and I don't found others extensions with the same problematic |
| 11:37 |
smux_ |
any idea will appreciated :) |
| 12:10 |
fred^ |
I have a problem with BE users and TCAdefaults.tt_news.author = name |
| 12:10 |
fred^ |
it does not set anything |
| 12:11 |
fred^ |
this has been working for me in every project except this one |
| 12:20 |
Provito |
cleared cache? |
| 12:30 |
fred^ |
yeah, the problem was some tsconfig in a subgroup which the be users was a part of |
| 12:30 |
fred^ |
fixed now |
| 12:47 |
pmk65 |
fred^: Have you tried this one? It set's the tt_news author, depending on the BE user logged in. -> http://typo3.org/extensions/repository/view/cron_setdefaultauthor/current/ |
| 13:17 |
sorenmalling |
Hi, can somebody help me troubleshoot this problem, with localconf.php is not found? http://www.phlogi.net/fresh/t3/tspastebin/showPost/-4e1498c69a/ |
| 13:17 |
smux_ |
no idea about my problem ? |
| 13:18 |
maholtz|WORK |
@sorenmalling: i had some trouble with setting 777 afaik with suoshin patch - try rwxrwx--- for the files |
| 13:19 |
maholtz|WORK |
and sure, allways apache:) |
| 13:19 |
sorenmalling |
maholtz|WORK: Only for localconf.php? |
| 13:21 |
maholtz|WORK |
nope for all files |
| 13:21 |
pmk65 |
sorenmalling: your site is not hosted by DCMedia by any chance? |
| 13:21 |
sorenmalling |
pmk65: Nope, not this one :) |
| 13:23 |
pmk65 |
ok, as I have recently had a lot of problems with DCM hosted sites. (Such as permissions for some files was wrong, which resulted in the files not being accessible for TYPO3) |
| 13:24 |
sorenmalling |
Well, I/we have had other problems with DCM but nothing like that |
| 13:25 |
sorenmalling |
maholtz|WORK: no luck, I've even edited t3lib/config_default.php which outputs the error message, it's using "is_file(.....)" and if i output the path to the file, the path is correct |
| 13:50 |
fred^ |
Ah, thats great, pmk65. Will probaly make that part easier |
| 13:51 |
fred^ |
Do anyone know an ext. or a way to output when a tt_news record last was updated? |
| 13:52 |
maholtz|WORK |
@fred^: check if that information is stored in tt_news record - if yes, use typoscript to output |
| 13:57 |
drindt |
how is it possible to add some jscript code to the page similar to: plugin.tx_photocompetition_pi23._CSS_DEFAULT_STYLE () ? |
| 14:05 |
nd__ |
drindt: I never found a way... if you do, please tell me |
| 14:06 |
drindt |
nd__: via $this->conf is no way... but i can modify the global ts via $GLOBALS? |
| 14:25 |
pmk65 |
drindt: You want to add JS from TS or from a PHP plugin? |
| 14:26 |
drindt |
pmk65: from plugin |
| 14:27 |
drindt |
pmk65: the idea behind is to feed the js into the global js file whats included so i can later set on top a compressor task for my js and cs |
| 14:28 |
pmk65 |
drindt: -> http://pastebin.com/m593410fb |
| 14:28 |
pmk65 |
additionalHeaderData |
| 14:28 |
drindt |
pmk65: oh well thank you very much |
| 14:29 |
pmk65 |
by using additionalHeaderData[$this->extKey] , the script will only be included once, no matter how many instances of the plugin you insert on the page. |
| 14:31 |
drindt |
pmk65: thats a good information so i built in this via heredoc format nicely |
| 14:31 |
drindt |
thanks |
| 14:31 |
drindt |
good hint |
| 14:31 |
drindt |
nd__: FYI see what pmk65 wrote. |
| 14:32 |
drindt |
pmk65: but the let the code into the main javascript file is not possible or not implemented yet? |
| 14:33 |
drindt |
pmk65: but anyway i understand why its better this way |
| 14:33 |
drindt |
so its just for the plugin |
| 14:33 |
pmk65 |
you can set a config option, that will take all inline javascript and compile it into one files. |
| 14:34 |
pmk65 |
There's also an extension written by Stefan Galinski, that can be used to merge all JS and CSS into single files. |
| 14:34 |
pmk65 |
http://typo3.org/extensions/repository/view/scriptmerger/current/ |
| 14:35 |
Krabat |
hallo, Could someone help me with the chgallery ext.? I have a big gallery with about 80 photos in very good quallty. Now i have the Thubnails, a link to donwload the photo in original quality and if you klick the photo a bigger thumbnail. and there is the problem. each photo is resized by chgallery to a big thumbnail and that needs about 40sec! and i dont want to klick each photo. is there a easy way (f.e. automatecly) to cache the fotos? |
| 14:35 |
pmk65 |
The ext compiles all JS into one cached JS file. (and the same for the CSS files) |
| 14:37 |
pmk65 |
Krabat: Depends on how the ext is written. If it's written as a COA/USER object, then everything is cached as default. But if it's COA_INT/USER_INT caching is not enabled by default. |
| 14:41 |
Krabat |
pmk65: thx so far |
| 14:42 |
nd__ |
drindt: But that's not included into the global(compressed) js |
| 14:43 |
nd__ |
drindt: but I will look into scriptmerger... though I found most js-fiddling extensions more of a dirty hack |
| 14:43 |
pmk65 |
Krabat: If the fullquality image is just resized to make the thumbnail, you might want to find a gallery ext, that makes real (smaller) thumbnails. |
| 14:44 |
drindt |
nd__: currently i have a build process via phing to optimize css and js via yuicompressor thats work just fine look at spieletipps.de ;) |
| 14:44 |
nd__ |
drindt: Do you use yuicompressor in an automated way? |
| 14:44 |
pmk65 |
nd__: You can also look at the PMK Shadowbox ext (not the version on TER, but the one at Forge) As Stefan has made a similar JS caching metod in the new version. So that all JS from the ext is compiled into one JS file. |
| 14:44 |
nd__ |
drindt: By the way, yuicompressor also does css... just in case that helps you |
| 14:45 |
nd__ |
pmk65: Alright, I will look into that next week, when I'm back at work |
| 14:45 |
drindt |
nd__: that was what i would like suggest you btw |
| 14:45 |
pmk65 |
yuicompressor requires that the server has JAVA installed (Which most doesn't) |
| 14:45 |
nd__ |
drindt: I wanted to build and ext using yuicompressor as global css and js compressor but I didn't succeed... |
| 14:45 |
drindt |
pmk65: yes, btw the yui is portable to php |
| 14:46 |
pmk65 |
If you look at my t3mootools ext, there's 2 external classes included. One can Pack JS files, and the other Minify JS files. |
| 14:46 |
drindt |
nd__: we merge from the repos the script together all css and js stuff |
| 14:46 |
nd__ |
pmk65: But java can be installed easily... (on root-servers) |
| 14:46 |
pmk65 |
drindt: Do you have a PHP version of yuicompressor? |
| 14:47 |
drindt |
pmk65: you can port it the js modifications are done by rhino is part of firefox project so all what you need is a php binding to it but thats another warplace... |
| 14:48 |
drindt |
pmk65: i have investigated to port it but as i explained then you need a php binding to that rhino library |
| 14:50 |
pmk65 |
ok. well if you need a standalone PHP packer, you can always use the same as I use in t3mootools. Both of those are GPL |
| 14:51 |
pmk65 |
http://joliclic.free.fr/php/javascript-packer/en/ |
| 14:51 |
drindt |
pmk65: thanks |
| 14:52 |
drindt |
pmk65: another cool way is content negotiation so you can make a js.gz and deliver it to browser as precompressed content |
| 14:52 |
pmk65 |
http://javascript.crockford.com/jsmin2.php.txt |
| 14:52 |
drindt |
so you have not waste cpu cycles during mod_deflate on every request |
| 14:53 |
drindt |
pmk65: probably this is interesting for you: https://visetics-32-eu-west-1.s3.amazonaws.com/README |
| 14:53 |
pmk65 |
drindt: I know. That method is used in the TinyMCE RTE extension. |
| 14:53 |
drindt |
pmk65: iam not well updated at the moment because iam back to typo3 development since 4 weeks and have a long pause from 1 year between |
| 14:56 |
wiese |
I have a problem with tt_news ext. I only get a blank page in the content area. |
| 14:56 |
wiese |
can someone help me |
| 14:56 |
wiese |
? |
| 15:04 |
pmk65 |
wiese: Did you include the static templates? |
| 15:34 |
jbaptiste_j |
greetings |
| 15:34 |
drindt |
jbaptiste_j: hoi |
| 15:35 |
jbaptiste_j |
I once installed a typo3 server and I had a problem with the gmenus when using nicetext, I solved it using picturemagick instead of image magick |
| 15:35 |
jbaptiste_j |
Our IT is now installing a cleaner version of TYPO3, should I ask him to put imagemagick or picturemagick ? |
| 15:44 |
jbaptiste_j |
well... |
| 15:45 |
jbaptiste_j |
I'll be back... (need to log off) |
| 15:54 |
jbaptiste_j |
I'm back |
| 16:01 |
pmk65 |
jbaptiste_j: IM is crap, due to it changes the command line parameters from release to release. I personally only use GraphicsMagick. And it works identical to IM. |
| 16:01 |
jbaptiste_j |
thanks for the info pmk65 |
| 16:02 |
pmk65 |
if you really want to use IM, don't grab the latest version. Instead look at the Install Tool, and see what version it recommends. (But GM is just as good) |
| 16:07 |
jbaptiste_j |
is there a drawback to PM as opposed to IM ? |
| 16:15 |
animan |
hey.. does anyone know how to wrap tt_news pagebrowser so i could get the result: Page: 1 2 3 4 5 ... 19 20 >21< 22 23 ... 46 47 48 49 50 |
| 17:33 |
w00t0r |
hey guys |
| 17:33 |
w00t0r |
does anybody here know what's going up with the lib / div project |
| 17:34 |
w00t0r |
it's extremly hard to find out whats going on with it. is it still developed? will the beta get released? till now i didn't even find a svn repo |
| 17:49 |
brainfck_ |
i am building a gif using GIFBUILDER with a TEXT and an animated gif IMAGE, but the animation gets lost. does anybody know how I can keep it? |
| 17:52 |
voidus |
brainfck_: quite sure that is not possible |
| 17:53 |
brainfck_ |
voidus: totally sure? |
| 17:53 |
voidus |
hm.. |
| 17:53 |
voidus |
not totally |
| 17:53 |
voidus |
http://typo3.toaster-schwerin.de/typo3_dev/2005_03/msg00304.html |
| 17:54 |
Hanno |
Anyone knows stuff about the typo3 commerce system ? |
| 17:54 |
Hanno |
(got issues strangely) |
| 17:54 |
Hanno |
Links of products aint working <li class="product"><a >Add 01</a></li></ul |
| 17:55 |
voidus |
brainfck_: someone made it, but i see not links to source nor anything else |
| 17:55 |
brainfck_ |
voidus: seems that they are discussing about creating animated gifs |
| 17:55 |
brainfck_ |
voidus: I only want to build a new gif file containing an animated gif |
| 17:56 |
voidus |
brainfck_: cannot understand the difference |
| 17:56 |
brainfck_ |
voidus: k, I thought there would be a difference. thanks! |
| 19:24 |
j_s |
Hello. I am working on a gallery-extension, but I am having some performance issues. When reaching around 100-200 images pr page, the load-time is becoming a bit high. The images are resized by using the IMG_RESOURCE-function, but I was wondering if there is another way to do this, that perhaps perfoms better? |
| 22:15 |
ries |
ANybody knows a good mailform?? |
| 22:16 |
ries |
I see like 150 mail forms in TER now |
| 22:39 |
der_soenke |
why can i add ressources to a CE? why should/could/would i use this ressources? |
| 22:41 |
der_soenke |
oh, sorrx, the ressources are not at a CE, the are at a page |
| 22:41 |
der_soenke |
but i don't know why? are the files only uploaded to fileadmin, so that i can use then anywhere else? |
| 23:25 |
ries |
der_soenke: they are uploaded to a uploaf folder |
| 23:26 |
der_soenke |
ries: but why? |
| 23:26 |
ries |
and I never used the resources function of a page personally... |
| 23:26 |
ries |
I have no freaking clue why it's there... may be it has something to do with historical typo3 items |
| 23:41 |
timdeluxe |
there is a possibility to deactivate that part, so that you only can choose resources from fileadmin (or other configured mountpoints) |
| 23:41 |
timdeluxe |
if you are interested i can search for the config |
| 23:42 |
der_soenke |
timdeluxe: its not neccessary... i was oly wondering about this field |
| 23:43 |
der_soenke |
i haven't recognized it before |
| 23:43 |
der_soenke |
now i was thinking about it, why this field exists ;-) |
| 23:43 |
timdeluxe |
i think it is for making it as easy as possible, just upload and use the resource, without thinking about where it is saved |
| 23:44 |
der_soenke |
timdeluxe: but you can't use it, if its uploaded in uploads |
| 23:45 |
der_soenke |
then its uploaded, but away for the user ;-) |
| 23:46 |
timdeluxe |
really? oh, long time ago that i was editing CE's *g* |