| 09:07 |
HardPhuck |
is there a good vacation booking plugin for typo3? |
| 09:17 |
NiFkE |
morning :) |
| 09:18 |
maholtz|WORK |
morning |
| 09:19 |
NiFkE |
question |
| 09:19 |
NiFkE |
I have in my sidebar a container (div) and I mapped it in TV. |
| 09:20 |
NiFkE |
I want there an image in that sidebar but it needs to be there on everypage |
| 09:20 |
NiFkE |
(or more images) |
| 09:20 |
NiFkE |
how to do that? |
| 09:20 |
NiFkE |
if i go to web > page and edit like the Home page then I see my "Main content area" and my "left box 2" |
| 09:21 |
NiFkE |
but if i go to another page i see that also so it looks like I need to change every single page |
| 09:25 |
NiFkE |
any idea? :p |
| 09:25 |
NiFkE |
(i know it's morning héhé) |
| 09:36 |
maholtz|WORK |
with TypoScript you could use RECORDS for that |
| 09:39 |
NiFkE |
any example? :x |
| 09:45 |
maholtz|WORK |
http://wiki.typo3.org/De:TSref/RECORDS |
| 09:46 |
HardPhuck |
ah crap, no good booking extensions |
| 09:47 |
HardPhuck |
guess, i'm gonna have to write my own :S |
| 09:48 |
NiFkE |
btw that wiki from typo3 is it possible to give the users registered on your website with "frontend user registration" access to a real wiki pedia so they don't have to have a new account? |
| 09:53 |
maholtz|WORK |
single sign on? do not kno |
| 09:53 |
maholtz|WORK |
w |
| 09:57 |
maholtz|WORK |
if you find a solution, please write a small how too in the typo3 wiki and send me a notice:) |
| 09:58 |
NiFkE |
:p |
| 09:59 |
lilalinux |
NiFkE: that's easy |
| 10:00 |
lilalinux |
it's the same technique like with menus |
| 10:00 |
lilalinux |
create a field in TV as TSOB (TypoScript Object Path) |
| 10:00 |
NiFkE |
ah I did it as a content elements |
| 10:00 |
lilalinux |
then in Template Setup fill it with life |
| 10:01 |
lilalinux |
NiFkE: whatever helps :-) |
| 10:01 |
lilalinux |
there are dozens of ways, I guess |
| 10:01 |
lilalinux |
NiFkE: you might also want to have a look at the tscobj extension |
| 10:02 |
NiFkE |
but with content elements I want to add 2 pictures that are linked to a site but hmmm only one was linked |
| 10:02 |
NiFkE |
let me see |
| 10:02 |
lilalinux |
it allows you to drop typoscript objects anywhere you want to |
| 10:02 |
NiFkE |
:/ |
| 10:03 |
lilalinux |
maholtz|WORK: I've seen a single sign on tutorial for t3 lately |
| 10:03 |
maholtz|WORK |
t3 + wikipedia? |
| 10:04 |
maholtz|WORK |
i am not sure if they are working on that... perhaps they are waiting for the typo3 reorg... |
| 10:04 |
lilalinux |
ah, for wikipedia |
| 10:04 |
lilalinux |
i see |
| 10:06 |
NiFkE |
[10:08] <lilalinux> maholtz|WORK: I've seen a single sign on tutorial for t3 lately |
| 10:07 |
NiFkE |
I want that users only have 1 account on the whole site |
| 10:07 |
maholtz|WORK |
perhaps @lilalinux could post the link to the tutorial? |
| 10:11 |
NiFkE |
doing it with a content elements |
| 10:11 |
NiFkE |
i want like a few images all linked to other sites |
| 10:11 |
NiFkE |
but I can only set one link for 1 image ? |
| 10:12 |
lilalinux |
NiFkE: do you speak german? |
| 10:12 |
NiFkE |
ein bisschen |
| 10:12 |
lilalinux |
NiFkE: http://www.typo3forum.net/forum/attachments/vbulletin-typo3/605d1172601674-registrierung-verwaltung-usern-t3n_06-01_single_sign-.pdf |
| 10:13 |
NiFkE |
ty |
| 10:13 |
lilalinux |
NiFkE: you can enter multiple links |
| 10:13 |
lilalinux |
for multiple images |
| 10:13 |
lilalinux |
but you have to activate support for that |
| 10:13 |
lilalinux |
and choose a delimiting character |
| 10:13 |
NiFkE |
using the image content ? |
| 10:14 |
NiFkE |
I insert the Images only content element |
| 10:14 |
lilalinux |
you have a "text with images" object? |
| 10:14 |
lilalinux |
s/object/content element/ |
| 10:15 |
NiFkE |
regular text, text with image below, text with image to the right, images only, bullet list, table |
| 10:25 |
rw-HeDdi |
halo |
| 10:27 |
rw-HeDdi |
anyone know how to disable cache only on extension output ? |
| 10:28 |
lilalinux |
rw-HeDdi: maybe you want COA_INT instead of COA? |
| 10:29 |
lilalinux |
disabling cache completely is maybe not such a good idea |
| 10:30 |
rw-HeDdi |
COA_INT is for TS right ? |
| 10:30 |
lilalinux |
rw-HeDdi: yes |
| 10:32 |
rw-HeDdi |
i made and extension for yahoo messenger online status .. and before i clear cache on backend.. all status on frontend is off line .. after i clear it.. the status online |
| 10:33 |
rw-HeDdi |
i found the tutorial .. its said .. add $this->pi_USER_INT_obj=1; to the extension and make $pi_checkCHash false.. |
| 10:33 |
rw-HeDdi |
is it ok ? |
| 10:37 |
lilalinux |
I'd say yes |
| 10:37 |
maholtz|WORK |
@rw-HeDdi: not enough |
| 10:37 |
maholtz|WORK |
your plugin has to be inserted as USER_INT too |
| 10:38 |
rw-HeDdi |
inserted as USER_INT ? how is it ? :) |
| 10:43 |
rw-HeDdi |
put plugin.tx_xxxxx_pi1 = USER_INT on my extension ts ? |
| 10:44 |
maholtz|WORK |
ext_localconf.php - addPItoST43() |
| 10:44 |
maholtz|WORK |
addPItoST43($key,$classFile=,$prefix=,$type='list_type',$cached=0) |
| 10:44 |
maholtz|WORK |
so cached should be 1 in your case |
| 10:45 |
rw-HeDdi |
t3lib_extMgm::addPItoST43($_EXTKEY, 'pi1/class.tx_rwymstatus_pi1.php', '_pi1', 'list_type', 1); <-- change 1 to 0 right ? |
| 10:45 |
rw-HeDdi |
okie.. :) |
| 10:45 |
rw-HeDdi |
thanks |
| 10:46 |
maholtz|WORK |
ah, yep you are right ->0 not -> 1 :) |
| 10:46 |
maholtz|WORK |
and $this->pi_USER_INT_obj=1; |
| 10:46 |
maholtz|WORK |
inside your main-method |
| 10:46 |
rw-HeDdi |
jep |
| 10:47 |
rw-HeDdi |
new lesson for me ... :) thx |
| 10:47 |
dexcs |
hi all! |
| 10:49 |
rw-HeDdi |
i'm indonesian .. so proud using typo3 ... heheheh |
| 10:50 |
maholtz|WORK |
good to hear |
| 10:50 |
maholtz|WORK |
what is the most famos CMS in indonesian? |
| 10:50 |
dexcs |
My Problem of the hour: http://paste.phlogi.net/-149467737d/ I want that my typoscript select don't care about the "hidden" field. How is that possible? |
| 10:51 |
rw-HeDdi |
maholtz|WORK : joomla i think |
| 10:51 |
maholtz|WORK |
do you have large TYPO3 installations? or know some in indonesia? |
| 10:53 |
rw-HeDdi |
my campany using typo3 for the cms |
| 10:53 |
maholtz|WORK |
how many editors? |
| 10:54 |
rw-HeDdi |
sorry ? |
| 10:54 |
maholtz|WORK |
how many users are using that installation? |
| 10:55 |
rw-HeDdi |
less than 10 .. :) |
| 10:55 |
maholtz|WORK |
thx, i am searching for references with more than 50:) |
| 10:56 |
maholtz|WORK |
would be nice to get some references in asia |
| 10:56 |
rw-HeDdi |
yes |
| 11:07 |
dexcs |
any idea for my problem? |
| 11:14 |
NiFkE |
oh oooh |
| 11:15 |
NiFkE |
something went wrong :s |
| 11:15 |
NiFkE |
my site has no styles etc |
| 11:17 |
maholtz|WORK |
@dexcs: afaik it is not possible with CONTENT - perhaps with RECORDS + dontCheckPid |
| 11:17 |
maholtz|WORK |
source has stdWrap... |
| 11:19 |
NiFkE |
damn my website style is gone etc :s |
| 11:20 |
NiFkE |
:| |
| 11:22 |
NiFkE |
where can I see again where my css file is included or not or that everything from my template is ok |
| 11:22 |
NiFkE |
because my design is gone etc |
| 11:22 |
NiFkE |
:s |
| 11:22 |
lilalinux |
I have a question about PowerMail: I have a field with a uid, how can I make that appear as a link in the mail? |
| 11:29 |
corehosting |
hello, I hope you could help me |
| 11:29 |
NiFkE |
why is my css file gone wtf :/ |
| 11:29 |
corehosting |
I would like to write a typoscript with 2x "isTrue" |
| 11:29 |
NiFkE |
well it's still there but not anymore included in my site |
| 11:30 |
sorenmalling |
NiFkE: Did you remember to add the css definitions line to your headerData? |
| 11:30 |
sorenmalling |
NiFkE: Or,m if you map it with TemplaVoila, add the header part |
| 11:30 |
corehosting |
if two fields (powermail) are filled, then "if" should be true |
| 11:30 |
corehosting |
my ts: |
| 11:30 |
corehosting |
10 = TEXT |
| 11:30 |
corehosting |
10.value = abc |
| 11:30 |
corehosting |
10.if { |
| 11:30 |
corehosting |
isTrue.data = TSFE:fe_user|sesData|powermail_20|uid10 |
| 11:30 |
ndee |
does anyone know an extension for a backend user registration? |
| 11:31 |
corehosting |
isTrue.data = TSFE:fe_user|sesData|powermail_20|uid12 |
| 11:31 |
corehosting |
} |
| 11:31 |
NiFkE |
sorenmalling where to find it again? |
| 11:31 |
maholtz|WORK |
@corehosting: you are an php-programmer? TypoScript will parsed into an php - array |
| 11:31 |
maholtz|WORK |
[isTrue.][data] = |
| 11:31 |
NiFkE |
i'm in the templavoila module and i see my opbjects |
| 11:31 |
maholtz|WORK |
so there will only your second option |
| 11:32 |
sorenmalling |
Click "Update Mapping" and choose the tab "Header Parts" |
| 11:32 |
corehosting |
"so there will only your second option" correct, this is the problem |
| 11:32 |
corehosting |
I tried too: |
| 11:32 |
corehosting |
isTrue.data = TSFE:fe_user|sesData|powermail_20|uid10 && TSFE:fe_user|sesData|powermail_20|uid12 |
| 11:33 |
corehosting |
what is the simplest solution for this problem? |
| 11:34 |
maholtz|WORK |
use an userFunc |
| 11:34 |
maholtz|WORK |
imho |
| 11:36 |
corehosting |
ok, I will try this, thx a lot !!! |
| 11:37 |
lilalinux |
I'm trying to place a link into a powermail template, but my & is replaced by RTE with a & |
| 11:38 |
maholtz|WORK |
perhaps rtekeep="1" as parameter could help? |
| 11:38 |
NiFkE |
aha tnx sorenmalling it's back |
| 11:38 |
HardPhuck |
guys i'm making an extension with images for the first time |
| 11:38 |
sorenmalling_ |
NiFkE: Np :) |
| 11:38 |
NiFkE |
strange that it was removed by inserting content elements :s |
| 11:38 |
HardPhuck |
which function should i use to display thumbnails |
| 11:39 |
maholtz|WORK |
typoscript IMAGE |
| 11:39 |
HardPhuck |
i mean, i enter a real estate, upload the image |
| 11:39 |
HardPhuck |
no typocript |
| 11:39 |
maholtz|WORK |
well, do it in your extension with typoscript:) |
| 11:39 |
NiFkE |
another question in my template I have like <h1><a href="#">My fixed maintitle</a></h1> to what should I link it in my template file ( to index.php ? ) |
| 11:39 |
HardPhuck |
i hoped i would avoid any TS usage |
| 11:40 |
HardPhuck |
for now |
| 11:40 |
HardPhuck |
:) |
| 11:40 |
sorenmalling_ |
HardPhuck: create a cObj->IMAGE and parse your settings that way? |
| 11:41 |
HardPhuck |
will try |
| 11:42 |
pmk65 |
Does anyone know if there exists some kind of tool to validate the format of a TYPO3 ext manual? Theres a couple extra sections in my manual, that I want removed, as they show up when you view the manual online at typo3.org |
| 11:43 |
robert__ |
hello |
| 11:44 |
robert__ |
how can i access user-uploaded files from my template html |
| 11:44 |
pmk65 |
Example (Notice the "Extension manuals:" which is not in my manual -> http://typo3.org/documentation/document-library/extension-manuals/pmkshadowbox/1.0.0/view/toc/0/ |
| 11:44 |
robert__ |
files are saved to fileadmin/_temp_ |
| 11:45 |
robert__ |
but i don't have permission to access that directory |
| 11:47 |
teppi|work |
robert__, i dont think .. thats the real destination .. _temp_ is only a TYPO3 working directory, where cached images are saved |
| 11:48 |
teppi|work |
look at fileadmin/user_upload |
| 11:48 |
teppi|work |
or somewhere else :-) |
| 11:49 |
maholtz|WORK |
@pmk65: if there is an validator then you could perhaps find it in the extension, which renders the manuals... |
| 11:49 |
teppi|work |
robert__, forget what i said.. |
| 11:50 |
teppi|work |
i think you have to set the proper filerights then |
| 11:50 |
lilalinux |
maholtz|WORK: thx |
| 11:50 |
pmk65 |
I think I have located the problem without validator, but that's a good idea. It looks like pagebreaks gets rendered as "Extension Manuals". But I like pagebreaks, as they make the manual much more readable when printing.. |
| 11:50 |
robert__ |
teppi|work: i have ftp access only |
| 11:51 |
teppi|work |
then you have to ask someone who will do it for you |
| 11:52 |
teppi|work |
look into the install tool |
| 11:52 |
teppi|work |
you can define the access rights of files created by typo3 there |
| 12:10 |
HardPhuck |
hmm i guess i'll need to fix images with TS |
| 12:10 |
HardPhuck |
don't see another way |
| 12:11 |
maholtz|WORK |
@HardPhuck: there are - you could use the image-functions directly - but that would make no sense! |
| 12:12 |
HardPhuck |
why |
| 12:12 |
HardPhuck |
it makes sense if i can see a clickable thumbnail |
| 12:12 |
HardPhuck |
that's all i need :) |
| 12:12 |
pmk65 |
HardPhuck: because it's the same function you use from TS, but it's mutch easier to use from TS. |
| 12:12 |
maholtz|WORK |
i makes no sense not to use standard TYPO3 IMAGE object for that |
| 12:13 |
HardPhuck |
do you have an example somewhere? |
| 12:13 |
maholtz|WORK |
soren posted it |
| 12:14 |
HardPhuck |
hmm,... where? |
| 12:15 |
pmk65 |
HardPhuck: In your ext, fill the var "$this->cObj->data" with an array of the key/values you want available to your TS |
| 12:16 |
pmk65 |
then in your TS create an object that renders the image (standard IMAGE object) |
| 12:16 |
HardPhuck |
ok, trying |
| 12:17 |
pmk65 |
let say you call your image object "out". Then in your PHP, you get the object back using -> $this->cObj->cObjGetSingle($conf['out'], $conf['out.']); |
| 12:19 |
HardPhuck |
is this passing data TO or FROM the TS? |
| 12:19 |
pmk65 |
"$this->cObj->data" = PHP 2 TS |
| 12:19 |
HardPhuck |
ok |
| 12:20 |
pmk65 |
$this->cObj->cObjGetSingle() = TS 2 PHP |
| 12:20 |
pmk65 |
An example of this can be found in one of my ext, if you need a reference? |
| 12:21 |
pmk65 |
http://typo3.org/extensions/repository/view/currencyconv/current/ |
| 12:21 |
HardPhuck |
thanx |
| 12:22 |
pmk65 |
it has 2 TS objects (in and out) which is used for the rendering of the plugin. |
| 12:23 |
pmk65 |
in and out is then defined using TS, and vars from the PHP is passed to those 2 objects before they are returned. |
| 12:28 |
HardPhuck |
plugin.tx_myext_pi1.myimage = TEXT |
| 12:28 |
HardPhuck |
lugin.tx_myext_pi1.myimage.value = testing |
| 12:28 |
HardPhuck |
and then if i want to display this in my fe: |
| 12:29 |
HardPhuck |
$content .= $this->cObj->cObjGetSingle($conf['myimage'], $conf['myimage.']); |
| 12:30 |
pmk65 |
yes. and then "myimage" has full stdWrap support, so you can manipulate it usin TS |
| 12:30 |
lilalinux |
How do I configure a typolink to include the fully qualified domain name? |
| 12:31 |
pmk65 |
lilalinux: I think it depends on your config settings.. |
| 12:31 |
lilalinux |
yeah, pretty sure it does :-) |
| 12:32 |
lilalinux |
isn't it all about config settings? :-) |
| 12:33 |
pmk65 |
config.absRefPrefix |
| 12:33 |
pmk65 |
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.0/view/1/7/#id4213956 |
| 12:34 |
lilalinux |
pmk65: thx |
| 12:34 |
pmk65 |
another way is to set config.baseURL, and then retrieve that using TS, and prepend it to the link generated by typolink. |
| 12:35 |
lilalinux |
But the next problem is already there: I created a new marker with dynamicTyposcript that contains that contains a typolink. The typolink contains additionalParams, but powermails replaces & by & ... |
| 12:35 |
pmk65 |
http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/fun-with-tsfe-part-4-other-useful-information.html |
| 12:37 |
lilalinux |
pmk65: thx |
| 12:37 |
lilalinux |
do you know how to preserve the &? |
| 12:38 |
pmk65 |
?? |
| 12:38 |
lilalinux |
my typolink contains additionalParams |
| 12:38 |
lilalinux |
delimitede by ampersands |
| 12:39 |
lilalinux |
but powermail replaces them by & |
| 12:39 |
maholtz|WORK |
@lilalinux: inside of <a & is correct! |
| 12:41 |
lilalinux |
even in html mails? |
| 12:41 |
maholtz|WORK |
imho yes |
| 12:41 |
lilalinux |
k |
| 12:42 |
lilalinux |
so I just need to figure out how I can inject TSFE:baseurl into my typolink. I need it only there, so I wouldn't want to change global config.absRefPrefix I don't have to |
| 12:43 |
lilalinux |
... if I don't have to ... |
| 12:43 |
pmk65 |
set your typolink to returnLast = url |
| 12:44 |
pmk65 |
and then wrap an A tag around it manually |
| 12:45 |
lilalinux |
pmk65: thx |
| 12:50 |
HardPhuck |
debug($this->cObj->data); returns no myimage... |
| 12:50 |
pmk65 |
lilalinux: -> http://paste.phlogi.net/-d4bcc6858b/ |
| 12:51 |
HardPhuck |
hm.. |
| 12:51 |
pmk65 |
HardPhuck: You need to fill $this->cObj->data with an array of key/values that you want to access from your TS. |
| 12:51 |
lilalinux |
pmk65: tyvm |
| 12:51 |
pmk65 |
$this->cObj->data['myvar'] = 'hello world'; |
| 12:52 |
pmk65 |
Then in your TS you can do: 10.field = myvar |
| 12:52 |
pmk65 |
and then you use $this->cObj->cObjGetSingle() to get the rendered TS object back to PHP |
| 13:23 |
maholtz|WORK |
@ndee: perhaps set pid via database |
| 13:23 |
maholtz|WORK |
but if that works? |
| 13:23 |
maholtz|WORK |
and why? |
| 13:28 |
ndee |
maholtz|WORK: I have to create be-user registration form and I want to put them in different folders, for organizational purposes. Three different kinds of people can register and they all should be in a separate folder. Reason, why I have to create beusers and not feusers is, because it's cheaper to use the existing "admin" functionality instead of creating a frontend. |
| 13:40 |
hawkeye78 |
hello |
| 13:41 |
hawkeye78 |
i have a little problem i try to write my own extension but now i have a little problem because i try to create a relation of two tables |
| 13:41 |
hawkeye78 |
and i read that i need for this kind of records a sysfolder |
| 13:42 |
pmk65 |
ndee: If you change the "rootLevel" for the be_users and be_groups in the TCA setup, then you should be able to create Be users on other pages (but I don't know if they work) |
| 13:43 |
hawkeye78 |
but if i really use a sysfolder i don't know how to create a menu option which reference on this sysfolder |
| 13:43 |
hawkeye78 |
can some please help me? |
| 13:43 |
ndee |
pmk65: ok, thanks for the tip. I'm thinking about another solution though because I'm just not comfortable with the thought ;) |
| 13:43 |
pmk65 |
hawkeye78: Use the kickstarter, and crealte a DB relation field |
| 13:44 |
hawkeye78 |
pmk65, i do this exactly on this way :) |
| 13:44 |
HardPhuck |
hmm i guess i'm too dumb for this |
| 13:44 |
pmk65 |
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4240310 |
| 13:44 |
pmk65 |
search for "foreign_table_where" |
| 13:45 |
hawkeye78 |
thanks i will take a look |
| 13:45 |
pmk65 |
it has a list of "markers" you can use in your TCA, to define where it should look for those external table records. |
| 13:45 |
HardPhuck |
pmk http://paste.phlogi.net/image/ |
| 13:46 |
pmk65 |
hawkeye78: if you want the relation to be visible from both tables, you need to create a MM table. |
| 13:48 |
hawkeye78 |
pmk65, this look like it should work but my problem at the moment is in addition that i can't create in the mask of the one table no records for the other table. That means i have a table which contains personal informatione, first name, surname, phone etc. and the other table should contain title like Dr. Prof Dr. etc. |
| 13:48 |
hawkeye78 |
what's are an MM table? |
| 13:48 |
pmk65 |
HardPhuck: try fetching $this->cObj->cObjGetSingle($conf['singleView.image_stdWrap'], $conf['singleView.image_stdWrap.']); |
| 13:48 |
HardPhuck |
can i fetch this into debug to see if anything gets back |
| 13:50 |
pmk65 |
hawkeye78: Search the api for "MM", and you'll find a description. |
| 13:51 |
hawkeye78 |
ok im sorry for my stupid questions :) |
| 13:51 |
pmk65 |
No problem. TYPO3's documentation (or lack of) is hard to navigate.. |
| 13:52 |
pmk65 |
MM tables makes it possible to see the references from bot sides of the tables.. |
| 13:52 |
hawkeye78 |
than i need 3 Tables? |
| 13:52 |
pmk65 |
It's used in ext like tt_news, where you can relate one news to other news. |
| 13:52 |
HardPhuck |
pmk no luck, i get empty |
| 13:52 |
hawkeye78 |
two for the information and one for the relation? |
| 13:53 |
pmk65 |
And when you then view one of the other news records, you can see the reference to the first one. |
| 13:53 |
hawkeye78 |
mh |
| 13:54 |
pmk65 |
in your case a normal commaseperated relation would be enough. (Unlesss you need to see how many doctors or proffessors there are?) |
| 13:56 |
hawkeye78 |
pmk65, yes it would be enough if i can use just a commerseperated relation but i didn't find out how can i create a dropdown liste in the backend |
| 13:56 |
hawkeye78 |
so that the user can selected which title he wants |
| 13:59 |
pmk65 |
hawkeye78: you need the type "select" |
| 13:59 |
pmk65 |
it can be a DB relation too. |
| 14:01 |
hawkeye78 |
ok thanks i will try |
| 14:04 |
hawkeye78 |
great |
| 14:04 |
hawkeye78 |
exatcly that what i am looking fo |
| 14:04 |
hawkeye78 |
r |
| 14:04 |
hawkeye78 |
thanks a lot |
| 14:06 |
pmk65 |
HardPhuck: I found a couple tutorials for you :p |
| 14:06 |
pmk65 |
http://wiki.typo3.org/index.php/TypoScript_-_PHP_Interaction |
| 14:07 |
pmk65 |
http://www.slideshare.net/zdavis/how-i-stopped-worrying-and-learned-to-love-typoscript |
| 14:08 |
pmk65 |
Old but still shows an example on how to use the "cObjGetSingle" function -> http://typo3.org/documentation/document-library/tutorials/doc_tut_frontend/0.0.1/view/3/3/ |
| 14:09 |
pmk65 |
hawkeye78: Theres a lot of extra TCA features that you can't set using the Kickstarter, but can set manually.. (All is listed in the API doc) |
| 14:11 |
hawkeye78 |
pmk65, i think in the moment i don't need them. Because it should only be a simple list of all Members of the Chair and a detail view if you klick on one name |
| 14:11 |
hawkeye78 |
but i will keep it in mind |
| 14:12 |
untouch_ |
does anyone know a good download list extension wich can be limited |
| 14:12 |
untouch_ |
i only want to the 4 newest |
| 14:12 |
untouch_ |
it also has to show dates |
| 14:14 |
NiFkE |
hm strange |
| 14:14 |
NiFkE |
now 1 page doesn't have styles but all the otherones have it :s |
| 14:16 |
pmk65 |
untouch_: Use tt_news.. |
| 14:18 |
pmk65 |
then use Page TSConfig to hida all but the files and date fields |
| 14:19 |
untouch_ |
already did that |
| 14:19 |
untouch_ |
but having problems in getting them downloads into rss |
| 14:21 |
pmk65 |
Just saw this one at TER.. http://typo3.org/extensions/repository/view/ecorss/current/ |
| 14:21 |
pmk65 |
maybe you can use that? |
| 14:35 |
NiFkE |
hm can't find out why 1 page doesn't include it's styles |
| 14:41 |
robert__ |
hello... i'm just trying to create a sitemap for my site |
| 14:41 |
robert__ |
but it doesn't work when i chose "sitemap" for the menu structure |
| 14:41 |
robert__ |
it just stays empty |
| 14:41 |
robert__ |
with other menu structures it works |
| 14:41 |
robert__ |
do you have an idea? |
| 14:41 |
maholtz|WORK |
you selected a starting point? |
| 14:41 |
maholtz|WORK |
you use css_styled_content? |
| 14:42 |
robert__ |
yeah i do |
| 14:42 |
robert__ |
both |
| 14:44 |
NiFkE |
maholtz|WORK any idea why 1 page doesn't include my css styles and all the others and subpages do |
| 14:44 |
maholtz|WORK |
f.e. you have some special configuration for that page (ext-template or condition?) |
| 14:45 |
robert__ |
me? |
| 14:45 |
maholtz|WORK |
ah, no i meant NiFkE |
| 14:45 |
NiFkE |
how can I find that out? |
| 14:45 |
maholtz|WORK |
do not know: check all configs |
| 14:45 |
maholtz|WORK |
check html source code! |
| 14:45 |
NiFkE |
busy but can't find it |
| 14:48 |
NiFkE |
hmmmm strange |
| 14:49 |
NiFkE |
didn't change a thing |
| 14:49 |
robert__ |
maholtz|WORK: do you have any idea for me? |
| 14:49 |
NiFkE |
and it works (not even hard refresh) |
| 14:49 |
NiFkE |
that new firefox update is not good, browser crashed also |
| 14:49 |
NiFkE |
strange, strange |
| 14:49 |
maholtz|WORK |
@robert__: should work... check if there is a typoscript configuration for that menu - tt_content.20.menu ... |
| 14:50 |
robert__ |
maholtz|WORK: no there is no typoscript |
| 14:51 |
maholtz|WORK |
if the other menu-types work - than there is:) |
| 14:51 |
maholtz|WORK |
check objectbrowser for that |
| 14:59 |
dexcs |
How can i select an hidden page with an typoscript select? hidden = 1 does nothing.... |
| 14:59 |
maholtz|WORK |
afaik it is not possible |
| 14:59 |
maholtz|WORK |
cant you use RECORDS instead? |
| 15:00 |
maholtz|WORK |
didnt i tell you that earlier this day? |
| 15:00 |
dexcs |
yeah what i need is to display wheather it's hidden or not. but just the hidden is also not possible? shit.... |
| 15:02 |
maholtz|WORK |
you could have an look if there is a hook or write an xclass if it is important |
| 15:02 |
dexcs |
whats the diffrent between RECORDS and SELECT ? |
| 15:03 |
maholtz|WORK |
SELECT is for getting the content of an page, RECORDS is to show an specific record, f.e. a page, tt_news, fe_users etc |
| 15:03 |
dexcs |
ah ok |
| 15:04 |
dexcs |
i've never used RECORDS, is it complicated to rewrite that -> http://paste.phlogi.net/-a4e943c4cf/ |
| 15:05 |
maholtz|WORK |
10 = RECORDS |
| 15:05 |
maholtz|WORK |
10.table = tt_news |
| 15:05 |
maholtz|WORK |
10.source.data = GPvar:tx_ttnews|tt_news |
| 15:06 |
maholtz|WORK |
ups 10.dontCheckPid = 1 |
| 15:06 |
maholtz|WORK |
only for understanding typoscript: your .hidden =1 properties shows that you did not understand typoscript yet! |
| 15:07 |
maholtz|WORK |
there is no magic about properties - check TSref which propertie is provieded from which object |
| 15:07 |
maholtz|WORK |
ups: 10.source.intval = 1 |
| 15:07 |
maholtz|WORK |
should be added too |
| 15:07 |
maholtz|WORK |
typoscript is not sql-injection save! |
| 15:08 |
dexcs |
ok thanks |
| 15:14 |
NiFkE |
how to add multiple images that link to different sites in an image content element? |
| 15:15 |
drindt |
possibly someone can help me, my ts code is here http://paste.phlogi.net/-c86fa5ac61/ the TEMPLATE content-normal wont be filled with the text. thanks for looking |
| 15:39 |
NiFkE |
http://www.nabble.com/Re%3A--TYPO3-english--display-content-in-every-page-p22937176.html i did step 1 2 3 4 but 5 I only have my main content, I don't have a content elemenet in my sidebar :x |
| 15:39 |
NiFkE |
so I need actually first a content element in the sidebar and then add a new element of typoscript object path type? |
| 15:50 |
sorenmalling |
I'm building a GMENU where I would like to add a background image to the image created for the active page menu object, but what do i add to the ".ACT" part of the typoscript? My TS is avaliable here: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-fb90b35f65/ |
| 15:52 |
sorenmalling |
Should I be using "mask" to accomplish this? |
| 16:00 |
pmk65 |
sorenmalling. I rarely use GMENUs, but a IMAGE object before the TEXT object should do it.. |
| 16:01 |
pmk65 |
inside the ACT |
| 16:01 |
pmk65 |
copy the NO into the ACT, and add a 5=IMAGE |
| 16:02 |
Denyerec |
hey pmk |
| 16:02 |
pmk65 |
hi Denyerec |
| 16:02 |
sorenmalling |
pmk65: I'll just give it shot, brb :) |
| 16:06 |
sorenmalling |
pmk65: No luck with adding a picture, actualli changing the fontColor in "ACT" didn't even change the fontColor on the created image, so I think I have to go through my TypoScript again |
| 16:07 |
pmk65 |
There's some GMENU examples here -> http://www.typo3wizard.com/en/snippets/menus/vertical-grafical-menu-gmenu.html |
| 16:08 |
pmk65 |
and here -> http://typo3.org/documentation/document-library/tutorials/doc_core_tsbyex/0.0.16/view/7/6/ |
| 16:09 |
sorenmalling |
Great, thanks! :-) |
| 16:10 |
pmk65 |
for the last one the "solutions" are in the end of the manual. |
| 16:11 |
sorenmalling |
I love soultions :-) |
| 16:11 |
sorenmalling |
*solutions |
| 16:18 |
maholtz |
some one here who goes to t3dd09? |
| 16:18 |
maholtz |
we could meet offline then:) |
| 16:20 |
lilalinux |
what could possibly wrong with this condition? |
| 16:20 |
lilalinux |
if { |
| 16:20 |
lilalinux |
data = register:default_year |
| 16:20 |
lilalinux |
equals.data = register:year |
| 16:20 |
lilalinux |
} |
| 16:20 |
maholtz |
if.value.data = |
| 16:20 |
lilalinux |
it doesn't fire even if both are equal |
| 16:20 |
lilalinux |
crap |
| 16:20 |
lilalinux |
thx |
| 16:21 |
lilalinux |
how can I combine two conditions with and? |
| 16:21 |
lilalinux |
if both rely on equals? |
| 16:21 |
maholtz |
conditions or If? |
| 16:21 |
lilalinux |
if |
| 16:21 |
maholtz |
[cond1]&&[cond2] |
| 16:21 |
lilalinux |
.conditions |
| 16:22 |
maholtz |
use a userFunc |
| 16:22 |
maholtz |
or make something like if.value.cObject = COA |
| 16:22 |
maholtz |
and then 1 = TEXT |
| 16:22 |
maholtz |
2 = TEXT |
| 16:22 |
maholtz |
and stdWrap.prioriCalc = 1 |
| 16:22 |
maholtz |
sth like that |
| 16:22 |
maholtz |
perhaps there is a nice solution - i do not know:( |
| 16:23 |
snoy_ms |
hey all. is there a way to set language values ? for example: test = TEXT { value.en = english } ? |
| 16:24 |
maholtz |
lang.en = english |
| 16:25 |
snoy_ms |
@maholtz - like this ? test = TEXT { lang.en value.en = english } ? |
| 16:25 |
snoy_ms |
without the en behind value ? |
| 16:25 |
maholtz |
check stdWrap for that |
| 16:26 |
snoy_ms |
ok |
| 16:36 |
lilalinux |
maholtz: got it :-) |
| 16:36 |
lilalinux |
maholtz: concatenate all values |
| 16:36 |
maholtz |
show me:) |
| 16:36 |
lilalinux |
;-) |
| 16:36 |
maholtz |
ah, yes:) |
| 16:36 |
lilalinux |
value = val1,val2 |
| 16:36 |
lilalinux |
equals = val1,val2 |
| 16:37 |
lilalinux |
:-) |
| 16:37 |
maholtz |
great:) |
| 16:39 |
snoy_ms |
nice nice....lang.en works ;-) |
| 16:39 |
snoy_ms |
cu |
| 16:53 |
drindt |
some suggestions about when the comments not substituted with simple content like TEXT ? my subparts doesnt work *hrmpf* |
| 16:56 |
lilalinux |
please rephrase :-) |
| 16:56 |
lilalinux |
That sentence is missing something |
| 16:56 |
lilalinux |
maybe a verb? |
| 16:59 |
maholtz |
or an example? |
| 17:08 |
HardPhuck |
pmk still here? |
| 17:08 |
HardPhuck |
guess not |
| 17:33 |
HardPhuck |
$out .= $this->cObj->IMAGE($conf['listView.']['myImage.']); |
| 17:33 |
HardPhuck |
this works |
| 17:34 |
HardPhuck |
$out .= $this->cObj->cObjGetSingle($conf['listView.']['myImage'],$conf['listView.']['myImage.']); |
| 17:34 |
HardPhuck |
this does not |
| 17:34 |
HardPhuck |
what am i missing |
| 17:36 |
HardPhuck |
it's as if my TS values are not even read |
| 17:41 |
HardPhuck |
ah lol |
| 17:41 |
HardPhuck |
forgot $this |
| 17:41 |
HardPhuck |
all along |
| 18:41 |
Spacecube |
hi there |
| 19:30 |
tomsdale |
Is anyone working with eclipse PDT and TYPO3? Why can't I see all of my watch expressions, it stops after about 30 and the rest is just empty. |
| 19:30 |
tomsdale |
Like if you have a watch expression for $GLOBALS['TSFE'] |
| 20:19 |
Wol |
hi anyone know how the extention crawler work with Indexed_search and how to index extentions like mm_forum, tt_news |
| 20:19 |
Wol |
.. |
| 20:19 |
just2b |
crawler cant index mm_forum |
| 20:19 |
Wol |
ok |
| 20:19 |
just2b |
mm_forum is user_int |
| 20:19 |
just2b |
but IMO there is a good podcast for indexing records |
| 20:19 |
Wol |
and crawler |
| 20:20 |
Wol |
how crawler index protected pages?! |
| 20:20 |
just2b |
proteced by user_groups? |
| 20:20 |
Wol |
yes |
| 20:20 |
Wol |
what is IMO? |
| 20:20 |
just2b |
if configured it can still crawle those by simulationg the usergroups |
| 20:20 |
just2b |
in my opinion |
| 20:21 |
Wol |
hoo! |
| 20:21 |
Wol |
:P |
| 20:21 |
Wol |
ok tnks |
| 20:28 |
Wol |
just2b: another question for you :P Is the crawler index when a page is not expired or in the queue?? |
| 20:29 |
just2b |
? |
| 20:30 |
Wol |
so if a page is not expires is |
| 20:30 |
Wol |
dhaa |
| 20:30 |
Wol |
ll |
| 20:30 |
Wol |
lol |
| 20:30 |
Wol |
so if a page is not expire is the crawler search it or it |
| 20:31 |
Wol |
skip ip |
| 20:31 |
Wol |
*it |
| 20:31 |
Wol |
is the crawler search the whole site without conditions? |
| 20:32 |
just2b |
it doesnt skip |
| 20:33 |
Wol |
ok so it crawl the entire site witout exceptions! ? |
| 20:34 |
just2b |
IMO yes |
| 20:34 |
Wol |
ok tnkx! |
| 21:25 |
Wol |
just2b: do you know how to configure the usergroups in crawler? |
| 21:29 |
Wol |
anyone else? |
| 21:32 |
just2b |
watched the podcast? |
| 21:33 |
Wol |
56% done ;) |
| 21:33 |
Wol |
the connection is slow |
| 21:33 |
Wol |
it's not working... |
| 21:53 |
Cms|noob |
Hello i am planning to make a website that will allow people to upload files and they will be sorted by categories is this possible with TYP03? |
| 22:00 |
Wol |
yes with some extentions you can |
| 22:00 |
Wol |
like dam |
| 22:02 |
Cms|noob |
Ok thank you for response (: |
| 23:11 |
TheS |
1 = TMENU ... 1.expAll = 1 what i'm i doing wrong? -> the menu doest nocht expand (it still only shows the first items and not the sub) |
| 23:41 |
Provito |
TheS, 10 = HMENU 10.1 = TMENU 10.1.expAll = 1 |
| 23:43 |
TheS |
ja.... that i hade some were else ;) with 10.2.expAll = 1 it worked :), but still thx |
| 23:44 |
Provito |
TheS, excellent |