| 03:51 |
mzang |
I am a newbe to Typo3. Does anyone know how to install GraphicsMagick on a godaddy.com linux server? It is asking to do a "command line" to install but dont know how to do that on godaddy.com |
| 03:54 |
mzang |
hello? |
| 03:57 |
mzang |
anyone there? |
| 03:59 |
mzang |
hi |
| 07:33 |
hi-ho |
I would like to know whether someone can help me with a working tmenu example |
| 07:33 |
hi-ho |
sorry tmenu_layers |
| 07:33 |
just2b |
dont ask to ask |
| 07:34 |
hi-ho |
Ok I need a working example of tmenu_layers |
| 07:34 |
void |
hi-ho: don't use tmenu_layers |
| 07:34 |
hi-ho |
void: what is a better alternative? |
| 07:34 |
void |
hi-ho: just tmenu |
| 07:35 |
hi-ho |
void: Is it possible to generate javascript drop down menus with tmenu? |
| 07:35 |
void |
yes |
| 07:35 |
void |
hi-ho: http://www.rvantwisk.nl/index.php?id=52 |
| 07:35 |
hi-ho |
void: Can you help me with that please or direct me to a place where I can find some help because I was searching onine |
| 07:36 |
hi-ho |
thanks void |
| 07:56 |
hi-ho |
void: I have used the code from the site you showed me and then I copied that object into the mark I have in the template. The menu is not displayed, how to debug that to see where is the error? |
| 07:57 |
void |
hi-ho: double-check brackets |
| 08:03 |
hi-ho |
thanks void. |
| 08:08 |
hi-ho |
void: is it possible to use images with the top most items on TMENU? |
| 08:12 |
void |
hi-ho: generated of pre-defined? |
| 08:12 |
hi-ho |
void: predefined if possible. |
| 08:12 |
void |
anyway, both variants are possible... |
| 08:13 |
void |
you need to use .import property... |
| 08:13 |
void |
sorry, gotta go |
| 08:17 |
hi-ho |
void: Thanks and take care |
| 08:19 |
Dynamike |
good morning |
| 08:23 |
hi-ho |
gm |
| 08:34 |
Dynamike |
how can i can I include a file by require once from extension A in an file of extension B? |
| 08:34 |
Dynamike |
i mean how can i get the path to my extension folder |
| 08:34 |
Dynamike |
EXT wont work |
| 08:43 |
null_ |
gm |
| 08:44 |
null_ |
ext/$extname |
| 08:52 |
Dynamike |
thx but this wont work also |
| 09:24 |
nd__ |
Aloha everyone |
| 09:25 |
null_ |
bonjour :) |
| 09:28 |
nd__ |
How can I flush cache for the page containing my ext? |
| 09:33 |
nd__ |
hmm... not possible I guess. Dang. |
| 09:42 |
just2b |
wanna do it in your ext? |
| 09:42 |
just2b |
sure you can |
| 09:57 |
nd__ |
just2b: Yes,.. if I add an entry I'd like to flush cache and forward to user to a page listing all records (and not only the cached ones). |
| 09:57 |
nd__ |
just2b: Clue on how to do it? |
| 10:05 |
just2b |
you can use tsconfig to flush cache of speicifc pages |
| 10:22 |
untouch |
anyone |
| 10:22 |
untouch |
anyone up` |
| 10:25 |
HardPhuck |
yea |
| 10:54 |
maeck |
Hi |
| 10:56 |
maeck |
it is possible to run typo3 v.4.1 on an apache server with PHP 5.2.6, or should i update to 4.2.2? |
| 10:58 |
HardPhuck |
yes, yes |
| 10:58 |
maeck |
yes what? |
| 10:58 |
maeck |
ah ok ... both ;) |
| 10:58 |
HardPhuck |
yes :D |
| 11:01 |
maeck |
i transfered my typo3 v4.1 to a new server ... everthings work fine, but the files, stored in /fileadmin/.. would'nt show ... |
| 11:01 |
maeck |
why? |
| 11:01 |
maeck |
he says: The requested URL /fileadmin/Bilder/Images/priesterkampagne.gif was not found on this server. |
| 11:01 |
maeck |
but the files are there |
| 11:02 |
maeck |
what kind of rights needs the fileadmin-folder? |
| 11:05 |
HardPhuck |
it needs to be writable by webserver group |
| 11:05 |
maeck |
755 |
| 11:11 |
HardPhuck |
those are just permissions |
| 11:11 |
HardPhuck |
check the owner an the group |
| 11:12 |
maeck |
hmm, i'm using xampp on linux ... and i don't know which are the webserver user and group for xampp |
| 11:13 |
nd__ |
maeck: grep for User in httpd.conf |
| 11:15 |
maeck |
ah ok ... nobody and nogroup |
| 11:15 |
maeck |
:q |
| 11:26 |
nd__ |
jup |
| 11:28 |
maeck |
i will run typo3 from a subfolder, what i have to change where? |
| 11:30 |
nd__ |
What do you mean by subfolder |
| 11:31 |
maeck |
www.mydomain.de/subfolder |
| 11:31 |
nd__ |
You don't have to change anything except baseUrl if you have set this at all |
| 11:32 |
maeck |
where can i change the baseURL? |
| 11:32 |
maeck |
sorry, i'm absolutly new in typo3 :( |
| 11:34 |
nd__ |
forget about the baseUrl then... you won't need it for now. |
| 11:35 |
jopk |
hi |
| 11:37 |
maeck |
okay, my problem is: I have copy the website www.mydomain.de to a subfolder www.mydomain.de/subfolder ... now, the site works, but the images would'nt shown, because they refered to www.mydomain.de/fileadmin.... and not to www.mydomain.de/subfolder/fileadmin... |
| 11:40 |
jopk |
how can I access a single content element / extension on a side with typoscript? |
| 12:54 |
maeck |
I have copy the website www.mydomain.de to a subfolder www.mydomain.de/subfolder ... now, the site works, but the images would'nt shown, because they refered to www.mydomain.de/fileadmin.... and not to www.mydomain.de/subfolder/fileadmin... |
| 12:54 |
maeck |
what i should do? |
| 13:15 |
Phlogi |
maeck: have you changed all the paths? |
| 13:16 |
Phlogi |
I guess website URL |
| 13:16 |
maeck |
i'm absolutely new in typo3 ... which paths i must change? |
| 13:16 |
maeck |
in which file? |
| 13:20 |
maeck |
i only change the $TYPO3_CONF_VARS['SYS']['sitename'] in localconf.php |
| 13:20 |
maeck |
but this is only a name, or? |
| 13:35 |
nd__ |
maeck: Does your typo3 output a <base> tag in the html? |
| 13:42 |
nd__ |
How do I output a link containing parameters which get recognised in piVars? pi_linkTP doesn't seem to do it... |
| 13:43 |
maeck |
nd__, no there is no base-Tag in sourcecode |
| 13:57 |
nd__ |
maeck: Then it depends on your setup where the path to files are set. |
| 13:58 |
maeck |
nd__, sorry, but where are the setup-file where i can change the path? |
| 13:59 |
nd__ |
maeck: That, as said, depends on your setup. Could be in a Typoscript-template in a sysfolder, could just be the paths in the css files (check with firebug if css is loaded fine). |
| 13:59 |
maeck |
yes css loaded correct |
| 13:59 |
nd__ |
Ok. So then only the css-referenced graphics do not load? |
| 14:00 |
maeck |
ok |
| 14:01 |
maeck |
thanks |
| 14:07 |
nd__ |
well... |
| 14:44 |
untouch |
any1 here |
| 14:48 |
dokma |
untouch: I'm here |
| 14:48 |
dokma |
omw to the bathroom |
| 14:52 |
nd__ |
How do I output a link containing parameters which get recognised in piVars? pi_linkTP doesn't seem to do it... |
| 14:56 |
dokma |
nd__: you should check in the code of some existing extension |
| 14:56 |
dokma |
some that is small enough and still has that functionality |
| 14:57 |
untouch |
allright heres the deal |
| 14:58 |
untouch |
1.rlmp_ flashdetection |
| 14:58 |
untouch |
i installed it |
| 14:58 |
untouch |
and set it up the flash file is found and it works but |
| 14:59 |
untouch |
actually in the static html version page the flash was integtrated like this: |
| 14:59 |
untouch |
http://paste.phlogi.net/-002a399e86/ |
| 14:59 |
nd__ |
dokma: Good point... I just don't know any atm |
| 14:59 |
untouch |
means: |
| 15:00 |
dokma |
nd__: try browsing your typo3conf/ext folder |
| 15:00 |
untouch |
the line if(!swf.embedFlash('swf/080903_imp_header.swf', 'headGraph', 578, 113, '#ffffff', 'transparent', 'param_config_filename=swf/config/flash_header_home_config.ini')){ |
| 15:00 |
dokma |
you might find some |
| 15:00 |
untouch |
sets the flash file transparent and fades 3 different jpgs over it |
| 15:01 |
untouch |
wich are placed in a folder |
| 15:01 |
untouch |
controlled by a config file |
| 15:01 |
untouch |
how do i tell the flash detection ext to do the same |
| 15:01 |
HardPhuck_ |
untouch, remember what you pasted in phlogi, doesn't matter because rlmp overrides that |
| 15:01 |
dokma |
woow |
| 15:01 |
untouch |
i see there is a field called Additional parameters |
| 15:01 |
HardPhuck_ |
it should at least |
| 15:01 |
untouch |
but i dont know what to enter |
| 15:01 |
dokma |
too specific for me |
| 15:02 |
dokma |
I'd have to dig into that |
| 15:02 |
HardPhuck_ |
if it does not, then it's something wrong with template configuration not flash |
| 15:02 |
untouch |
i cant find anything about commands for Additional parameters field |
| 15:02 |
untouch |
hardphuck |
| 15:02 |
untouch |
yo9ur back |
| 15:08 |
untouch |
<untouch> why doesnt it work if i leave it in the template like it was |
| 15:08 |
untouch |
<untouch> hard codet |
| 15:08 |
untouch |
<untouch> it works on the plain html version too |
| 15:08 |
untouch |
<untouch> look |
| 15:08 |
untouch |
<untouch> compare |
| 15:08 |
untouch |
<untouch> http://typo3.liquidc.net/Impressum/ |
| 15:08 |
untouch |
<untouch> this is my typo3 version |
| 15:08 |
untouch |
<untouch> and this is the plain html version |
| 15:08 |
untouch |
<untouch> www.impressum.de |
| 17:23 |
Dynamike |
how can i add a css file to a table layout i made for a backend module?? |
| 18:00 |
HardPhuck_ |
maybe not a question for here but anyway, is there any CMS that does not need database |
| 18:00 |
HardPhuck_ |
a very lightweight one |
| 18:01 |
nd__ |
I know of some wikis but no cms atm |
| 18:47 |
ries2 |
HardPhuck_: there are to many of these |
| 18:48 |
HardPhuck_ |
yeah there are |
| 18:48 |
ries2 |
Thr problem is that every script-kid input from nowdays says that he created a CMS... |
| 18:48 |
HardPhuck_ |
just talking about how joomla is great |
| 18:49 |
ries2 |
hehehe |
| 18:49 |
ries2 |
I have been trying Joomla but couldn't figure out how it was actually working |
| 18:50 |
HardPhuck_ |
joomla is great for out of the box solutions |
| 18:50 |
HardPhuck_ |
static pages, some news, maybe a photogallery |
| 18:50 |
HardPhuck_ |
and that's it |
| 18:51 |
ries2 |
But what if you need to have your own custom design???? |
| 18:51 |
ries2 |
I tried to read there template system and O...My..GOD... that is soooo horrible |
| 18:51 |
HardPhuck_ |
lol |
| 18:52 |
HardPhuck_ |
templating is not the hardest part though, everything else is :D |
| 18:53 |
ries2 |
I wound it sucked... |
| 18:53 |
ries2 |
s/wound/found/ |
| 18:54 |
HardPhuck_ |
it's too straightforward, lacks versatility |
| 18:54 |
HardPhuck_ |
as do most of other CMSes |
| 19:22 |
untouch |
anyone here? |
| 19:22 |
untouch |
does anyone know about the problem news detail single not working |
| 19:40 |
kraftb |
hi ! |
| 19:47 |
untouch |
hi |
| 20:02 |
GerhardSchr_ |
hio |
| 20:02 |
GerhardSchr_ |
video2brain is very good :) |
| 20:12 |
Phlogi |
GerhardSchr: from addison wesley? |
| 20:51 |
GerhardSchr_ |
Phlogi: one from galileopress and one from addison westley |
| 20:52 |
GerhardSchr_ |
first is entrance in typo3 the last is for profis ;) |
| 20:52 |
GerhardSchr_ |
no for peaple who want to be a profi ;) |
| 20:52 |
GerhardSchr_ |
*people |
| 21:06 |
twoten |
I have typo3 installed in my web root folder and I'm installing the quickstart 3.8.1 package into a sub directory/sub domain |
| 21:07 |
twoten |
I'm creating the symlinks myself in an ssh session but some of these links make no sense |
| 21:07 |
twoten |
like tslib, there is no tslib in my webroot |
| 21:08 |
twoten |
maybe I should just forget the old quickstart and switch to the dummy |
| 21:09 |
twoten |
yeah that looks a lot better, thanks for the help! |
| 21:09 |
Tsoots |
yw |
| 21:12 |
twoten |
lol! |