| 01:33 |
nature |
i'm trying to figure out the correct syntax to access in my TScripting a variable that was passed in on the query string |
| 01:36 |
nature |
&tx_ttnews[tt_news]=18 |
| 01:38 |
nature |
select.andWhere = uid= the_value_of_that_variable_which_is_18 |
| 01:38 |
nature |
heh heh |
| 01:46 |
nature |
oh don't tell me... it's so easy i put ya'll's asleep? |
| 01:47 |
Denyerec |
That would come in on the GPVARS |
| 01:47 |
Denyerec |
one mo |
| 01:47 |
nature |
right |
| 01:48 |
nature |
but i can't seem to figure out what the syntax is for it |
| 01:48 |
nature |
in staring at... [globalVar = GP:brand = moda] |
| 01:48 |
Denyerec |
[globalVar = GP:varName = Value] |
| 01:48 |
nature |
right but i don't want to use it as a conditional |
| 01:48 |
Denyerec |
Ah |
| 01:49 |
nature |
i just want to use the value to look something up |
| 01:49 |
Denyerec |
so you want globalVar[GP:varname] |
| 01:49 |
Denyerec |
Warning: That's pseudocode |
| 01:50 |
nature |
select.andWhere = uid= globarlVar[GP:tx_ttnews[tt_news]] |
| 01:50 |
nature |
select.andWhere = uid= 18 |
| 01:50 |
nature |
heh |
| 01:50 |
nature |
doesn't work |
| 01:51 |
Denyerec |
I'm pretty sure I've done this |
| 01:52 |
Denyerec |
just got to rememeber where. |
| 01:52 |
nature |
that's one of the insane things about this thing called typo3 |
| 01:53 |
nature |
i've only done what i'm trying to do about a million times in perl/php |
| 01:53 |
nature |
" |
| 01:53 |
Denyerec |
Yay |
| 01:53 |
Denyerec |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/2/2/ |
| 01:53 |
Denyerec |
Search for getText |
| 01:54 |
Denyerec |
http://wiki.typo3.org/index.php/TSref/getText |
| 01:55 |
Denyerec |
I gotta sleep |
| 01:55 |
Denyerec |
good luck with that, and paste me your final TS so I can store it in my snippets :) |
| 01:56 |
nature |
heh |
| 01:56 |
nature |
i'll be lucky to have anything final |
| 01:57 |
Denyerec |
the getText things does as you ask |
| 01:57 |
Denyerec |
should just be 10.value = gp:tx_ttnews|tt_news |
| 01:59 |
nature |
hmmm |
| 01:59 |
nature |
i'm not trying to display the value of the query |
| 02:00 |
nature |
select.andWhere = uid= getText=GPvar:tx_ttnews|tt_news |
| 02:01 |
nature |
there's just something so stupidly wrong about the formatting of that syntax |
| 02:01 |
Denyerec |
can't say I disagree |
| 02:01 |
nature |
not that it works |
| 02:01 |
Denyerec |
and I should have been asleep an hour ago :( |
| 02:01 |
Denyerec |
look out for just2b or bedlamhotel |
| 02:01 |
Denyerec |
or void |
| 02:01 |
Denyerec |
who is usually awake at this hour |
| 02:01 |
Denyerec |
Voidus ? |
| 02:06 |
Denyerec |
:( |
| 02:06 |
Denyerec |
Gn dude - I'll have another look at that when I get up toimorrow |
| 08:00 |
foool |
morning all |
| 08:48 |
Denyerec |
nature did you crack it ? |
| 08:50 |
just2b |
morning |
| 08:53 |
Denyerec |
Hye just2b |
| 08:53 |
just2b |
hi Denyerec |
| 08:53 |
Denyerec |
select.andWhere = uid= getText=GPvar:tx_ttnews|tt_news <-- what would the correct syntax for this be ? |
| 08:53 |
Denyerec |
EG, using a GP var in a select term in TS |
| 08:54 |
Denyerec |
Mmm, acronym-liscious |
| 08:55 |
just2b |
use insertData = 1 |
| 08:55 |
just2b |
andWhere = uid = getText = {GPvar:...} |
| 08:55 |
just2b |
andWhere.insertData = 1 |
| 09:41 |
just2b |
anyone knows if imagemagick can handle thumbnail generation from flv? ;) |
| 09:43 |
foool |
Morning, I have set myself a project to learn how to make a menu (gulp!!) First question is where are there some good tutorials (recent ones). I have looked at this menu (left vertical) http://webhost.bridgew.edu/etribou/layouts/rMenu/index.html and I only have one problem. how to get into a typo3 template. the template I have now has <div id="nav_main"> t get the menu. What I have to learn... |
| 09:43 |
foool |
...is the typoscript to get it to work. I know very little about typoscript, in fact I know more about the mating rights of the Aborigini Indian than I do about TS. Any suggestions or help here tihs sunny morning? |
| 09:43 |
just2b |
you need menus? |
| 09:44 |
just2b |
http://www.typo3.net/forum/list/list_post//65143/ |
| 09:45 |
foool |
thnks just2b i will look |
| 10:25 |
foool |
My progress |
| 10:25 |
foool |
installed - ext |
| 10:25 |
foool |
took code from typo3.intervation.de |
| 10:25 |
foool |
Setup - constants and put in a ext template i made +ext vert |
| 10:25 |
foool |
changed the path to js file to res/ypSlideOutMenus.js (this is in the yp ext folder |
| 10:25 |
foool |
Now the template has this in it now http://phpfi.com/295311 |
| 10:25 |
foool |
How do I get +ext vert to load from setup |
| 10:27 |
foool |
When I have looked at menus before this was always my stumbling block, get it to the html template |
| 10:38 |
foool |
waaah!!!! everone fell asleep |
| 10:39 |
just2b |
you need to include the ext templat in your root template |
| 10:48 |
foool |
Hmmm!!! the one that is there now is in a ext template +ext nav_main |
| 10:48 |
foool |
and it has this |
| 10:48 |
foool |
####seite.headerData.9 = TEXT |
| 10:48 |
foool |
temp.nav_main = HMENU |
| 10:48 |
foool |
temp.nav_main { |
| 10:48 |
foool |
entryLevel = 0 |
| 10:48 |
foool |
excludeUidList = |
| 10:50 |
just2b |
and you included temp.nav_main somewhere? |
| 10:57 |
foool |
i took that ext out (deactivated it) now - hang on |
| 10:57 |
foool |
http://phpfi.com/295320 |
| 10:58 |
foool |
the 2 ext's and html template |
| 10:58 |
just2b |
you need to include the temp.nav_main somewhere |
| 10:58 |
just2b |
now it is just a temp obj |
| 10:59 |
foool |
that's my waterloo |
| 10:59 |
foool |
my stumbling block i haven't a clue how to do it |
| 11:00 |
just2b |
take a look at your root ts |
| 11:00 |
just2b |
you got there something like page.10.subparts.. right? |
| 11:01 |
foool |
see i am lost dunno how to even answer that |
| 11:02 |
just2b |
open the TS on your root page |
| 11:02 |
foool |
i'm doing it in the standickinson.com/cms/ site if you want to see |
| 11:04 |
foool |
you need to go to template Storage in list view |
| 11:05 |
just2b |
yeah i havent to do anything else.. |
| 11:06 |
foool |
no prob |
| 11:06 |
just2b |
and forgot the pwd there |
| 11:18 |
ZAKhan |
I have copied typo3 on my Ubuntu box .. and now getting this error "Cannot find tslib/. Please set path by defining $configured_tslib_path in index.php." can someone help please? |
| 11:20 |
just2b |
ZAKhan you need the source zip/tar too |
| 11:21 |
ZAKhan |
just2b, and then do wat? |
| 11:22 |
ZAKhan |
explode it in the same folder? |
| 11:23 |
just2b |
yes |
| 11:23 |
just2b |
can also work with symölinks if you like to |
| 11:25 |
ZAKhan |
just2b, copy the folders in typo3 root? |
| 11:25 |
just2b |
yes |
| 11:26 |
ZAKhan |
just2b, now another error "Warning: mkdir() [function.mkdir]: Permission denied in /opt/lampp/htdocs/typo3/t3lib/class.t3lib_div.php on line 2552" |
| 11:27 |
just2b |
when you call whcih url? |
| 11:27 |
ZAKhan |
http://localhost/typo3 |
| 11:28 |
just2b |
first call the install tool |
| 11:28 |
_Awillys_ |
hi folks |
| 11:29 |
foool |
hi |
| 11:29 |
ZAKhan |
just2b, wat would be the url for install tool? |
| 11:29 |
Awillys |
is there a comparison typo3 vs flow3? similar to http://flow3.typo3.org/about/comparison/ ? |
| 11:30 |
just2b |
Awillys FLOW is TYPO3 |
| 11:30 |
just2b |
FLOW3 == TYPO3 5.0 |
| 11:31 |
void |
just2b: no |
| 11:31 |
Awillys |
well , yes and no |
| 11:31 |
void |
just2b: TYPO3 5.0 will be _based on_ FLOW3 |
| 11:31 |
Awillys |
it's completely new |
| 11:32 |
just2b |
yes i know void, but for any typo3 dev, this is still true |
| 11:32 |
Awillys |
so well i am just wondering about compatibility of ext developped under typo3 |
| 11:32 |
Awillys |
V4 |
| 11:33 |
Awillys |
is it going to be pianful to port them or easy |
| 11:33 |
Awillys |
? |
| 11:33 |
Awillys |
*painful |
| 11:33 |
just2b |
you will need to adopt but believe me.. we won't be let alone! |
| 11:33 |
just2b |
void, robert yesterday |
| 11:33 |
just2b |
hmm. then we have to work on that. FLOW3 actually is the core of TYPO3 v5. It does all the dirty stuff like managing objects, packages and resources. It therefore is not a library at all. |
| 11:33 |
just2b |
f3robert: without flow3 we wouldn't have typo3 5.0 |
| 11:33 |
just2b |
f3robert: for the typo3 guys it must be clear: flow3 is the core of typo3 v5. for the php community it's: here's a cool application framework for whatever you want to do with php. |
| 11:34 |
void |
yes. TYPO3 is a CMS, FLOW3 is a framework |
| 11:34 |
void |
comparison is incorrect ;) |
| 11:35 |
just2b |
typo3 is a framework too i guess but i guess we are both right ^^ |
| 11:35 |
void |
Awillys: i think all v4 exts are incompatible with v5.0 |
| 11:37 |
just2b |
most of them will be yes |
| 11:37 |
just2b |
but this is also a good thing cause it will clean the repository |
| 11:40 |
timdeluxe |
...and make extensions cleaner :) |
| 11:40 |
timdeluxe |
byebye |
| 11:51 |
Awillys |
void: i see |
| 11:52 |
Awillys |
in how long typo3 v5 is due to be released? |
| 11:53 |
just2b |
first release autumn |
| 11:53 |
void |
Awillys: robert said that flow3 release will be near end of year... |
| 11:54 |
void |
so, typo3v5 release will not be earlier |
| 11:54 |
Awillys |
i see |
| 11:58 |
ZAKhan |
just2b, it gives a new error "localconf.php is not found!" |
| 11:58 |
ZAKhan |
can someone help me I ma getting this error "localconf.php is not found!" |
| 12:03 |
ZAKhan |
solved thanks |
| 15:06 |
rdx |
can someone tell me which ext can produce a layermenu like http://www.fibt.com/ |
| 15:06 |
rdx |
it's not a GMENU_LAYERS |
| 15:09 |
foool |
the top menu |
| 15:11 |
foool |
rdx ? |
| 15:14 |
rdx |
yes |
| 15:14 |
rdx |
the the top |
| 15:14 |
foool |
i used udm menu |
| 15:14 |
rdx |
udm? |
| 15:14 |
foool |
http://standickinson.com/cms/ |
| 15:15 |
rdx |
its a ext? |
| 15:15 |
foool |
but as you can see i have a prob trying to implement the side menu position |
| 15:15 |
foool |
no |
| 15:15 |
foool |
hopeless at sorting out CSS grrr! |
| 16:10 |
xsebi |
hehe , yeah i was fighting a submit button last time , was kinda 1px difference from ie to firefox |
| 16:10 |
xsebi |
css is for the real hard people |
| 16:28 |
ZAKhan |
i am getting an error "localconf.php is not found" how to I fix it? |
| 17:37 |
void |
is there a good extension for vacancy/resume database? |
| 17:49 |
tokam_on1 |
hi |
| 17:49 |
tokam_on1 |
i did not resieve an answer to my question at 17:13:23 |
| 17:50 |
tokam_on1 |
(17:13:23) tokam_on1: i cant see the ext manager in my new typo3 installation as an admin |
| 17:50 |
tokam_on1 |
(17:13:28) tokam_on1: version is 4.1.5 |
| 17:50 |
tokam_on1 |
(17:13:32) tokam_on1: what could be a reason for it? |
| 17:53 |
void |
tokam_on1: dunno. do you see other items in tools menu? |
| 18:16 |
ZAKhan |
I ma getting this error "The Install Tool is locked" I have created typo3conf/ENABLE_INSTALL_TOOL but still same msg , can someone please help me? |
| 18:24 |
void |
ZAKhan: are you sure that this file don't have extension? |
| 18:24 |
void |
your file, i mena |
| 18:24 |
void |
*mean |
| 18:32 |
timdeluxe |
no. it hasnt |
| 18:49 |
ZAKhan |
void, yes i am sure there is no extension |
| 18:50 |
void |
hm.. double-check the filename |
| 18:51 |
ZAKhan |
void, -rw-r--r-- 1 raamish raamish 0 Feb 9 10:49 ENABLE_INSTALL_TOOL |
| 18:51 |
ZAKhan |
thats the file |
| 18:51 |
ZAKhan |
nothing worng with it i have check it several times |
| 18:52 |
void |
and message still appear? |
| 18:53 |
ZAKhan |
yes it does |
| 18:53 |
ZAKhan |
created the file with pico and with touch .. same result |
| 18:54 |
ZAKhan |
its giving me headaches now |
| 18:57 |
timdeluxe |
perhaps the permissions to typo3conf folder are not enough |
| 18:59 |
ZAKhan |
timdeluxe, i have changed the permissions to 777 to typo3conf folder\ |
| 18:59 |
timdeluxe |
hm ok |
| 19:00 |
timdeluxe |
thats too much |
| 19:00 |
ZAKhan |
-rwxrwxrwx 1 raamish raamish 1 Feb 9 12:53 ENABLE_INSTALL_TOOL |
| 19:00 |
void |
really strange |
| 19:00 |
ZAKhan |
I dunno wat else to try .. |
| 19:00 |
timdeluxe |
ZAKhan: clean browser sessions |
| 19:00 |
ZAKhan |
i am going crazy for hours now |
| 19:00 |
timdeluxe |
or close and open browser |
| 19:01 |
ZAKhan |
timdeluxe, you can try the url .... hablcomputers.com/typo3/cms |
| 19:01 |
ZAKhan |
it does the same on both my comupters |
| 19:01 |
void |
ZAKhan: i view the install tool |
| 19:01 |
bedlamhotel |
ZAKhan: what's the problem? |
| 19:01 |
timdeluxe |
it is running |
| 19:02 |
timdeluxe |
at least here |
| 19:02 |
ZAKhan |
I ma getting this error "The Install Tool is locked" I have created typo3conf/ENABLE_INSTALL_TOOL but still same msg , can someone please help me? |
| 19:02 |
bedlamhotel |
ZAKhan: me too. Your php process does not have permission to create directories, but the install tool works. |
| 19:02 |
ZAKhan |
bedlamhotel, wat should i do then? |
| 19:02 |
ZAKhan |
timdeluxe, you are getting the install screen? |
| 19:02 |
timdeluxe |
hosting or own server? |
| 19:03 |
ZAKhan |
hosting |
| 19:03 |
timdeluxe |
so no possibility to change folder owner to wwwrun or www-data? |
| 19:03 |
ZAKhan |
no i cannot |
| 19:04 |
bedlamhotel |
ZAKhan: just create the folders yourself and have your host change the group of the relevant folders to that of the webserver user. |
| 19:04 |
timdeluxe |
then you have to give others a write permission on those folders |
| 19:05 |
bedlamhotel |
timdeluxe: Probably better to change them so that the group is the webserver group instead. |
| 19:06 |
timdeluxe |
bedlamhotel: of course that is better |
| 19:07 |
timdeluxe |
but he doesnt have the permission to change it |
| 19:07 |
timdeluxe |
at least he said that |
| 19:07 |
ZAKhan |
bedlamhotel, i created the folder myself |
| 19:08 |
ZAKhan |
is it possible to get rid of the check from the php file? |
| 19:14 |
timdeluxe |
its not a check |
| 19:14 |
timdeluxe |
it wants to do it, but isnt allowed |
| 19:15 |
ZAKhan |
i cannot get past it so wat else can i do |
| 19:19 |
bedlamhotel |
ZAKhan: ask your host to change the group membership of those directories. It's a 5-second task. |
| 19:20 |
ZAKhan |
i have written to them |
| 19:41 |
Best |
hello, i changed the template.htm of a typo3 site. but typo3 doesn't take the new template.htm but stll the old one! I cleared FE cache but still the old one. any ideas? |
| 19:42 |
timdeluxe |
clear be cache |
| 19:43 |
timdeluxe |
which style of templating do you use? TV? |
| 19:44 |
Best |
is this typo3conf/ cache? yes TV |
| 19:48 |
Phlogi_ |
void: are you there? Do you use cal or did use it with fe editing? |
| 19:48 |
void |
Phlogi_: yes |
| 19:48 |
void |
use |
| 19:48 |
void |
d |
| 19:53 |
Phlogi_ |
void: hmm I set the permission to get the options/fields I like to have. But now if I create an event almost everything is fine. But if I edit one existing I see additional options for example: organizer. How can I disable that? And furthermore an option to edit the attached images is not shown when i edit an event |
| 19:54 |
Phlogi_ |
maybe you could provide me your setup config for the cal ext. That might be of help |
| 20:13 |
Phlogi_ |
off.. |
| 20:37 |
tokam_on1 |
void: i see other items in tools menü |
| 20:51 |
rdx |
can someone tell me which element the use in the upper navigation of http://www.fibt.com/ |
| 20:51 |
rdx |
? |
| 20:57 |
Best |
how can I force typo3 to reload the template.htm file from the server ? |
| 20:59 |
void |
Best: ctrl+F5 ? =) |
| 21:00 |
rdx |
can someone tell me which element the use in the upper navigation of http://www.fibt.com/ |
| 21:00 |
rdx |
gmenu and drop down? |
| 21:01 |
void |
maybe.. |
| 21:01 |
void |
or gmenu_layers, dunno |
| 21:01 |
rdx |
it s not layers |
| 21:02 |
rdx |
ul li |
| 21:02 |
rdx |
not div |
| 21:33 |
void |
so.. it's very intricate gmenu, i think |
| 21:37 |
tokam_on1 |
I cant see extension manager on my new typo3 4.1.5 |
| 21:37 |
tokam_on1 |
what could be the problem? other menü points on tool i see |
| 21:37 |
tokam_on1 |
on tools |
| 22:57 |
Jochke |
I'm looking for some help. http://jochke.dk/typohelp.txt I want only to show the "12.wrap (..." when "styles.content.getLeft" is empty. How do I do that? |
| 23:04 |
tokam_on1 |
i cant see the extension manager in my typo3 install |
| 23:04 |
tokam_on1 |
what to do? |
| 23:08 |
HardPhuck |
what do you see there? |
| 23:08 |
HardPhuck |
when you click ext manager |
| 23:11 |
HardPhuck |
i had similar problems because of permissions |
| 23:12 |
HardPhuck |
typo3 folders and files should be owned and grouped for the webserver's |
| 23:12 |
HardPhuck |
so set the chgrp and chown to www-data (or www, depends on what the webserver user and group is) |
| 23:27 |
tokam_on1 |
i cant click on ext manager |
| 23:27 |
tokam_on1 |
because i do not see it |
| 23:28 |
tokam_on1 |
perhaps wysiwyg works there dont know |
| 23:28 |
void |
tokam_on1: really... check rights |