| 00:05 |
Denyerek |
LOL |
| 00:05 |
Denyerek |
I love those people |
| 00:05 |
Denyerek |
:D |
| 00:06 |
Denyerek |
"I can't do this, so IN YOUR FACE" |
| 02:31 |
Amirsan1 |
hi would anyone possibly have an idea what is wrong with my site: www.stratcommandcenter.com |
| 02:32 |
Amirsan1 |
I switched hosts, and I made sure that database was transfered and that typo3conf matched with the right info... but the whole site is blank |
| 02:41 |
Amirsan1 |
anyone have an idea? |
| 04:40 |
Joebankz |
hey any1 there? |
| 04:41 |
Joebankz |
I need a plug in that will allow the site to go down on friday night and come back up on Saturday night. It is something that would be used to guard the sabbath. |
| 05:43 |
Natalie |
Anybody out there ever use Zen Cart? I see a Beta extension for it, but there's no documentation. I am wondering if it is actually the right extension (appears to be only by name)l |
| 05:45 |
Natalie |
Is there anybody out there? |
| 05:50 |
Natalie |
hello |
| 05:50 |
Natalie |
anybody else logged in? |
| 07:06 |
tsrepadmin |
good morning #typo3!!! |
| 08:09 |
elbart |
good morning |
| 08:50 |
bauschan |
hi all |
| 08:53 |
elbart |
hi bauschan |
| 10:34 |
dokma |
hey guys |
| 10:34 |
dokma |
ries you here? |
| 10:35 |
elbart |
good morning dokma |
| 10:37 |
dokma |
hey elbart |
| 10:38 |
dokma |
anyone knows the address of ries personal web site? |
| 10:39 |
dokma |
found it! |
| 11:13 |
m0oman |
http://www.thxbye.de/blog/more/neue-munchkin-karte.html \o/ |
| 11:13 |
m0oman |
oo. sorry for the german. |
| 11:24 |
snowman |
how can i get the cObj in a backend class? |
| 11:39 |
delmonico |
hi :) anyone knows an extension that only searches for keywords? like the keyword list extension, but not with a list of all keywords and their pages, but only one keyword... |
| 11:47 |
gerards |
snowman: $cObj =t3lib_div::makeInstance('tslib_cObj'); //hope this works. |
| 11:52 |
Denyerek |
hey gerards |
| 11:52 |
Denyerek |
hey dokma |
| 11:52 |
dokma |
hey mate :) |
| 11:52 |
Denyerec |
I have to set up Directmail today and I am NOT looking forward to it |
| 11:52 |
dokma |
bit bussy here |
| 11:52 |
dokma |
will be back in about 10 mins |
| 11:52 |
gerards |
poor Denyerec |
| 11:52 |
dokma |
hey! I need to learn that thing too |
| 11:53 |
dokma |
never managed to get it working properly |
| 11:53 |
dokma |
let us know how it goes |
| 11:55 |
Denyerec |
Will do :S |
| 11:56 |
snowman |
gerards: Fatal error: Class 'tslib_cObj' not found in /var/www/typo3_src-4.1.2/t3lib/class.t3lib_div.php on line 4027 |
| 11:56 |
snowman |
will I have to some path information? |
| 11:56 |
gerards |
i guess so. |
| 11:57 |
gerards |
its probably some where in typo3/sysexts/cms/tslib |
| 11:57 |
gerards |
the file is called class.tslib_content.php i think. |
| 11:58 |
snowman |
okay, i will have a look. thx |
| 12:05 |
snowman |
gerads: you need to include this: include_once(PATH_site.'typo3/sysext/cms/tslib/class.tslib_content.php'); |
| 12:26 |
tsrepadmin |
gerards: it s possible to insantiate the cObj in the backend, but if I use cObj->typolink, I get an fatal error. |
| 12:27 |
tsrepadmin |
So do you have an idea how i can create the chash manually? |
| 12:27 |
gerards |
tsrepadmin: i think for the chash, you'll need a page_select object. |
| 12:27 |
gerards |
that means you may need to instantiate a lot of FE objects... |
| 12:27 |
gerards |
:( sorry. that's a lot of initialization. |
| 12:28 |
gerards |
if you really want to go through with all the FE initialization tsrepadmin, you can look at index_ts.php. This may be an overkill for a BE extension. |
| 12:29 |
gerards |
sorry. can't help you. perhaps someone more qualified can help. |
| 12:30 |
gerards |
tsrepadmin: wait. i might be wrong. check this out http://typo3.org/fileadmin/typo3api-4.0.0/d1/d86/classt3lib__pageSelect.html#666a0c06c766ffa2eef430934daca295 |
| 12:30 |
gerards |
it says You can call it directly like t3lib_pageSelect::getHash() |
| 12:30 |
gerards |
hth. |
| 12:33 |
tsrepadmin |
well lets give it a try gerards :-) thx |
| 12:58 |
Randomresult |
i have the following aim: i want to do a contentelement with templavoila: images with link. i have a template with something like 18 images and i want the customer to select all these images with a link on them. i have the following html-code : http://phpfi.com/269483 and now i do not now how to map this... someone can help? |
| 13:08 |
gerards |
except if one is vim user. |
| 13:10 |
Randomresult |
i think it isnt a problem tho... in reallity it is easy i think. but to know how to handle would be nice |
| 13:10 |
Randomresult |
:) |
| 13:14 |
gerards |
Randomresult: I guess the simplest way is to create an FCE with 18 "spaces" and let the user fill anything they want in the 18 spaces. |
| 13:14 |
Randomresult |
gerards: in templa voila? |
| 13:14 |
gerards |
the harder, more conceptually correct way, is to create a plugin to do it? |
| 13:14 |
gerards |
Randomresult: yes, in tv. |
| 13:15 |
Randomresult |
then fill in contentelements? |
| 13:15 |
Randomresult |
in that "spaces" ... i mean map the div with the content "contentelements" |
| 13:16 |
Randomresult |
and then insert images in each? |
| 13:16 |
Randomresult |
i would like to have a flexform in the backend where he can choose all the images in one element |
| 13:16 |
Randomresult |
and the links... it must be possible to have an image with link... |
| 13:17 |
Randomresult |
and when 1 is possible, 18 should be no problem too |
| 13:17 |
Randomresult |
i mean... to make 18 images choosable... is no prob... but how to wrap links around them... |
| 13:17 |
Randomresult |
moment... |
| 13:19 |
Randomresult |
when i map with the contentelement image (fixed) it displays no linkoption |
| 13:21 |
gerards |
Randomresult: if you want a customized flexform, you'll probably need to create a new plugin. |
| 13:22 |
gerards |
ok, brb. |
| 13:24 |
koomi |
lo |
| 13:25 |
Randomresult |
gerards: i think this should be possible with tv. i mean... it is really simple |
| 13:25 |
Randomresult |
i have read it bevor... but i cant remember where |
| 13:28 |
Pluto1010 |
hi folks. i'm using templavoila and trying to replace an field with a COA of a GIFBUILDER-IMAGE with the title of the actual page on it. I'm trying to use 10 = TEXT 10.text.field=header but it doesn't work. no text is written on the image. http://nopaste.info/b3626dff33.html |
| 13:29 |
Pluto1010 |
can somebody here give me hint and help me? |
| 13:53 |
alexwx |
how to add some prefix to the subheader with typo script? |
| 13:55 |
iamAwillys |
voidus: around? |
| 13:56 |
alexwx |
how are you guys? |
| 14:07 |
tsrepadmin |
gerards seems to be imnpossible to create link with cObj in the backend. But it's possible to create cHashes using the static makeChash function of tx_indexedsearch.php |
| 14:09 |
voidus |
iamAwillys: now - yes |
| 14:12 |
Fanty |
Anyone have any ideas to how I can delete a mapping made in templavoila without deleting all mappings? |
| 14:14 |
voidus |
Fanty: "change mode" and select empty variant |
| 14:15 |
Fanty |
voidus: You cant choose "change mode" with an invalid mapping =/ |
| 14:16 |
voidus |
Fanty: hm.. you can just delete this mapping. use trash icon |
| 14:17 |
Fanty |
voidus: I dont have a trash icon |
| 14:17 |
Fanty |
you sure thats not the "delete the element" |
| 14:17 |
Fanty |
? |
| 14:18 |
voidus |
dunno. for me it's "delete entry" |
| 14:18 |
umc |
Randomresult, I'm trying exactly the same stuff |
| 14:18 |
umc |
but six images with links |
| 14:19 |
umc |
I tried simple images, I couldn't add links |
| 14:19 |
umc |
now I made a new FCE with 6 containers, and you can add an image in each one, with links |
| 14:19 |
umc |
can't think of any other way to do it... |
| 14:19 |
umc |
beats creating a template with that structure... |
| 14:20 |
umc |
Fanty, go to the Templavoila module |
| 14:20 |
umc |
select the page with the template structures |
| 14:20 |
umc |
go to update for the template mapping you want to modify |
| 14:21 |
umc |
then in the Information tab, press the Modify DS / TO button |
| 14:21 |
umc |
then you can delete them |
| 14:21 |
Fanty |
umc: I dont want to modify the DS |
| 14:21 |
umc |
you won't |
| 14:21 |
umc |
just delete the mappings you don't want |
| 14:21 |
umc |
then save it |
| 14:22 |
umc |
leave the others as they were |
| 14:22 |
Fanty |
umc: and actually I cant modify the DS since its a static DS -- and dosen't have the Modify DS / TO button |
| 14:22 |
umc |
huh ? |
| 14:22 |
umc |
didn't you create it with templa voila ? |
| 14:22 |
Fanty |
the DS is set by the extension using the template |
| 14:22 |
umc |
oh... |
| 14:23 |
umc |
then I don't know... I can't figure out what you have there... |
| 14:24 |
Fanty |
I have the regular update mappings interface |
| 14:25 |
umc |
how did you get to that interface ? |
| 14:31 |
umc |
gerards, is it possible to create translations for FCE ? I created a FCE and I can't see a link for it... create a copy for translation |
| 14:31 |
umc |
and that item actually has a 3x2 table where you can add regular content elements, where you can create translations |
| 14:31 |
umc |
but it won't show up in a secondary language page... |
| 14:37 |
Fanty |
umc: the same way as I would get to the mappings of any other tv -- the static templates are just listed in the "others" tab in TV |
| 14:38 |
umc |
but that's how I'm doing it too... |
| 14:38 |
umc |
except that you're probably in the Mapping tab |
| 14:38 |
umc |
you should also have an Information tab |
| 14:38 |
umc |
with that button |
| 14:38 |
umc |
I can't think of any other way |
| 14:39 |
Fanty |
Anyone know how to get rid of the <?xml version .. ?> in the beginning of the headers? xhtml_trans switches the <!DOCTYPE needs to be first to avoid IE to fuck up and not having <?xml first breaks xhtml trans |
| 14:39 |
Fanty |
Anyone know how to get rid of the <?xml version .. ?> in the beginning of the headers? <!DOCTYPE needs to be first to avoid IE to fuck up and not having <?xml first breaks xhtml trans * |
| 14:42 |
voidus |
Fanty: search in tsref in config.* for xml :) |
| 14:43 |
Fanty |
umc: Static DS' dosen't have the "Modify" button on the information tab |
| 14:44 |
Fanty |
voidus: found it :) xmlprologue = none |
| 14:45 |
umc |
Fanty, did you read the TV docs ? |
| 14:45 |
umc |
maybe it's mentioned in there |
| 14:46 |
Fanty |
umc: I don't think it mentions it |
| 14:46 |
Fanty |
umc: its not critical either.. its just a major annoyance |
| 14:49 |
umc |
if you created that mapping, I'm sure there's a way to modify it too... |
| 14:59 |
umc |
no one knows how I can create a language translation for a custom FCE that I created ? :( |
| 15:14 |
umc |
ok... nevermind... found it out |
| 15:18 |
pulponair |
there is a real ugly no brain in some older static_info_tables versions..grr |
| 15:23 |
titun |
hi, i am reading the typo3 documentation for html template integration, can someone tell me what this paragraph tells me : the link is http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0.1.0/view/1/3/ and the paragraph is "The HTML template" |
| 15:24 |
titun |
i could not understand the two paragraphs, starting after the image, it says " This HTML file is put into the directory "fileadmin/template/main ............................. |
| 15:45 |
andreasbalzer |
hi! |
| 15:45 |
andreasbalzer |
I have a problem with realurl. TYPO3 generates the correct paths but when I try to open a site other than the root site I get a server 404. What can be wrong? |
| 15:50 |
andreasbalzer |
hm... |
| 15:50 |
andreasbalzer |
anyone with an idea? |
| 15:55 |
andreasbalzer |
Let's try it... |
| 15:55 |
andreasbalzer |
voidus: I NEED HELP :) |
| 15:55 |
andreasbalzer |
ries: are you there? |
| 15:56 |
andreasbalzer |
voidus: that's good |
| 15:56 |
andreasbalzer |
I try to set up realurl on a linux/apache server. The paths are correct but when I click on a link I get a 404 generated by Apache |
| 15:56 |
andreasbalzer |
what can be wrong? |
| 15:56 |
voidus |
.htaccess ? |
| 15:57 |
voidus |
did you rename _.htaccess to .htaccess? |
| 15:57 |
andreasbalzer |
set up and running |
| 15:57 |
andreasbalzer |
yes |
| 15:57 |
andreasbalzer |
and modified for realurl settings |
| 15:58 |
voidus |
can i see a link? |
| 15:58 |
andreasbalzer |
no, it's an intranet but I can upload the files to pastebin if you want |
| 15:58 |
andreasbalzer |
btw: the system uses symlinks. Do I have to config something different in the htaccess? |
| 15:59 |
voidus |
no need in that |
| 15:59 |
andreasbalzer |
aha |
| 16:00 |
voidus |
andreasbalzer: do you have mod_rewrite enabled at all? |
| 16:00 |
andreasbalzer |
yes |
| 16:00 |
andreasbalzer |
simulate static worked nicely before |
| 16:01 |
voidus |
does links to files work correctly? |
| 16:01 |
voidus |
e.g. http://something/fileadmin/picture.jpg ? |
| 16:01 |
voidus |
or you also get 404? |
| 16:02 |
andreasbalzer |
moment |
| 16:02 |
andreasbalzer |
that works fine |
| 16:02 |
Denyerec |
[14:48] <andreasbalzer> I have a problem with realurl. <-- who doesn;t ? |
| 16:03 |
andreasbalzer |
I just figured out that the server configuration didn't allow a htaccess file to overwrite all settings.. |
| 16:03 |
andreasbalzer |
problem is solved. Thanks :) |
| 16:04 |
voidus |
hehe |
| 16:04 |
voidus |
Denyerec: don't you think it's time to switch to cooluri? |
| 16:05 |
Denyerec |
Well |
| 16:05 |
Denyerec |
if the manual was better, perhaps. |
| 16:05 |
Denyerec |
And if every webserver ran PHP5 with SimpleXML, sure |
| 16:05 |
Denyerec |
:( |
| 16:06 |
voidus |
hm... is simplexml a default module of php5 or not? |
| 16:19 |
Denyerec |
I dont' think it's a default-default |
| 16:20 |
Denyerec |
but it's not one of those awkward ones that requires odd compilation steps either |
| 16:20 |
Denyerec |
IE it can be added without recompiling the PHP core |
| 16:21 |
alexwx |
Can i somehow wrap into some DIV... just a Header Element? Thanks |
| 16:29 |
uriahheep |
morning |
| 16:30 |
uriahheep |
...which "tell a friend" extension is the best? |
| 16:44 |
Randomresult |
i want to add an alt tag to this image : page.10.subparts.HEADMITTE = IMAGE page.10.subparts.HEADMITTE{ file.import = uploads/media/ file.import.field = media file.import.listNum = 1 |
| 16:44 |
Randomresult |
someone knows how? |
| 16:44 |
Randomresult |
file.altTag = my Alttag? |
| 16:51 |
Randomresult |
only altText = my alttag |
| 16:51 |
Randomresult |
:) |
| 16:51 |
Randomresult |
thx random |
| 16:51 |
Randomresult |
no prob... ur welcom |
| 16:51 |
Randomresult |
e |
| 16:51 |
Randomresult |
:) |
| 16:51 |
Randomresult |
good night |
| 16:51 |
uriahheep |
voidus: have you ever used one of those "tip-a-friend" extensions yourself? |
| 16:51 |
voidus |
no |
| 16:54 |
uriahheep |
hmm, k |
| 17:14 |
uriahheep |
voidus: do you think it would be difficult for me to modify this extension to support tipping many friends instead of just one? http://typo3.org/extensions/repository/view/tipafriend_plus/0.1.3/ |
| 17:38 |
voidus |
uriahheep: dunno |
| 17:38 |
psychocat_ |
hey, anybody can help me with configurin real url? |
| 18:13 |
wacky_ |
How would you include a PHP script into some Typo3 page ? |
| 18:31 |
koomi |
wacky_: you can include php code from typoscript |
| 18:43 |
wacky_ |
I'm using TemplaVoilá.. but I've seen someone adding it as some content (or as a special page type?) .. |
| 18:43 |
wacky_ |
and I'd prefer that way |
| 18:43 |
wacky_ |
do we need an extension for that ? |
| 18:46 |
joe_ |
wacky_: you can include php-scripts as content with an extension |
| 18:47 |
wacky_ |
page_php_content ? |
| 18:48 |
joe_ |
dont know how it was called |
| 18:48 |
joe_ |
searching for it |
| 18:48 |
wacky_ |
LumoNet thing ? |
| 18:48 |
joe_ |
no |
| 18:49 |
joe_ |
page_php_content is it |
| 18:49 |
uriahheep |
hmm, how can i get logs from typo3? like, so that i can debug something... |
| 18:54 |
wacky_ |
but page_php_content doesn't exist anymore in the repositories |
| 18:54 |
joe_ |
hu? why? |
| 18:55 |
wacky_ |
I don't know.. everyone on the forums talks about it being unfindable |
| 18:57 |
joe_ |
hm |
| 18:58 |
joe_ |
looks like i got a version from someone who uploaded it |
| 19:01 |
wacky_ |
hmm, I'll use typo script then, it's going to be quicker. |
| 19:01 |
wacky_ |
ok thanks for the help.. I've found a couple of answers here: http://webempoweredchurch.com/support/community/forum/single_thread/getting-started/using-typo3-1/inserting-short-php-script/ |
| 19:01 |
joe_ |
didnt see dcc ? |
| 19:02 |
wacky_ |
? no sorry :P I'm using Gaim, maybe it hasn't detected the thing :P |
| 19:03 |
joe_ |
im uploading it |
| 19:05 |
joe_ |
http://www.johannes-lerch.de/fileadmin/T3X_page_php_content-1_0_1-z-200603221950.t3x |
| 19:09 |
joe_ |
you got it? |
| 19:25 |
penguinstation |
hi |
| 19:26 |
penguinstation |
... i need some help ... crashed my typo3 installation (templavoila) |
| 19:26 |
penguinstation |
all it says when i try to open a page is "TemplaVoila ERROR: |
| 19:26 |
penguinstation |
Couldn't find a Data Structure set for table/row "pages:1". |
| 19:26 |
penguinstation |
Please select a Data Structure and Template Object first." |
| 19:26 |
penguinstation |
what's wrong??? |
| 19:27 |
penguinstation |
i tried to set up a new TV-page, but that didn't help as well |
| 19:27 |
penguinstation |
;-( |
| 19:27 |
voidus |
did you set an DS/TO for this page? |
| 19:27 |
penguinstation |
yes |
| 19:28 |
penguinstation |
i also updated mapping -- still nothing |
| 19:31 |
penguinstation |
the template is inherited for all pages in the tree, isn't it? |
| 19:33 |
voidus |
yes |
| 19:33 |
penguinstation |
everything looks normal in the TV administration -- but still no output |
| 19:33 |
penguinstation |
http://www.bomber-graffiti.com/index.php?id=38 |
| 19:33 |
koomi_ |
penguinstation: did you set the general record storage page in your root page? |
| 19:33 |
penguinstation |
not sure ... |
| 19:34 |
koomi_ |
why not check it? :) |
| 19:34 |
penguinstation |
just doin |
| 19:34 |
penguinstation |
mom |
| 19:35 |
penguinstation |
is set, still doesn't work -- sry |
| 19:36 |
koomi_ |
http://typo3.org/documentation/document-library/extension-manuals/templavoila/1.0.1/view/1/7/ |
| 19:36 |
penguinstation |
in the list view, i get the error message "Data Structure ERROR: Line 1: no element found" for my storage folder |
| 19:38 |
penguinstation |
i checked that out already |
| 19:39 |
penguinstation |
setup was correct |
| 19:39 |
penguinstation |
but i don't know where to check the <TypoScriptObjectPath> entry in that field inside the DS record |
| 19:39 |
penguinstation |
how do i get there? |
| 19:40 |
koomi_ |
did you change it by hand? |
| 19:40 |
koomi_ |
start over: map a simple layout (just body and content elements) and see what happens |
| 19:41 |
penguinstation |
not yet, but when i view the DS of the root page, there is no entry like <TypoScriptObjectPath> |
| 19:41 |
penguinstation |
ok, i'll try to map a simple file |
| 19:42 |
koomi_ |
or remap your template |
| 19:42 |
koomi_ |
and skip all the fun elements so you end up with just root and content elements mapped |
| 19:44 |
penguinstation |
i did (only root / body) and content, rest disabled - still no output |
| 19:45 |
penguinstation |
could i maybe uninstall TY completely and reinstall? |
| 19:45 |
penguinstation |
TV |
| 19:48 |
penguinstation |
i just recognized that i have two "Page" links in the left navigation of typo3 |
| 19:48 |
penguinstation |
one with TV-mark, one without underneath |
| 19:48 |
penguinstation |
how can that happen?! |
| 19:49 |
voidus |
penguinstation: you set option "don't hide std. page module" during installation of TV |
| 19:56 |
penguinstation |
so i should reinstall TV? |
| 19:56 |
voidus |
no |
| 19:56 |
voidus |
just go to EM and configure TV |
| 19:57 |
wacky_ |
Woudl there be a reason why a PHP_SCRIPT_INT doesn't get called or isn't included ? |
| 19:57 |
wacky_ |
noPHPincludeScript is set to 0 |
| 19:58 |
wacky_ |
noPHPscriptInclude, sorry, and I even moved the script to media/scripts .. doesn't work |
| 20:06 |
penguinstation |
voidus: how do i get there? i can only go to EM => templavoila and edit files |
| 20:06 |
penguinstation |
cannot find std page module in those files |
| 20:06 |
voidus |
why edit files? |
| 20:07 |
penguinstation |
when i click EM, then templavoila, i only get one checkbox Enable features |
| 20:07 |
penguinstation |
Enable the classic page module [enable.oldPageModule] |
| 20:08 |
voidus |
yes |
| 20:08 |
voidus |
and you should not check this option |
| 20:09 |
penguinstation |
ok (tried that bafore without success, but maybe now it works) |
| 20:09 |
penguinstation |
voidus: |
| 20:09 |
penguinstation |
Error! |
| 20:09 |
penguinstation |
No template found! |
| 20:10 |
penguinstation |
:-| |
| 20:10 |
voidus |
clear fe cache |
| 20:10 |
penguinstation |
did already |
| 20:11 |
penguinstation |
voidus: now i go back to TV, start new mappng process |
| 20:14 |
penguinstation |
voidus: still nothing ;-( |
| 20:14 |
penguinstation |
looks like i'll have to redo the complete installation ane get all the contents inside |
| 20:21 |
penguinstation |
voidus: do you have a paypal account? i'd be happy to pay if i only get back the contents... |
| 20:22 |
voidus |
no, i haven't( |
| 20:23 |
voidus |
only moneybookers |
| 20:23 |
penguinstation |
moneybookers |
| 20:24 |
penguinstation |
allright -- i can register there - do you want the job? |
| 20:25 |
voidus |
only if that job for one day |
| 20:25 |
penguinstation |
just for now -- all i need is to get the site up again |
| 20:26 |
voidus |
pm me login/pass |
| 20:26 |
voidus |
(you need to register in freenode if you didn't ) |
| 20:26 |
penguinstation |
i'll mail or icq/skype/msn you |
| 20:27 |
voidus |
penguinstation: ok. icq: 420099512 |
| 20:42 |
wacky_ |
no one ever used PHP_SCRIPT ? |
| 20:53 |
sw_bluntman |
Having a problem with calendar base (cal) extension. In list view, it ignores the setting for max events if the value is over 10. If I set it to show 50, it shows 10. If I set it to show 8, it shows 8. Has anyone seen this before? |
| 21:22 |
naveen009 |
hii every buddy....... |
| 21:23 |
naveen009 |
i need to make it confirm about the feature in typo3..... |
| 21:24 |
wacky_ |
naveen009: which one ? |
| 21:24 |
naveen009 |
do we have the feature which can support submittint content in multiple categories..... |
| 21:24 |
pulponair |
re |
| 21:24 |
naveen009 |
submitin content* |
| 21:24 |
naveen009 |
in multiple categories........ |
| 21:26 |
naveen009 |
it should be like tagging the same content item to be shown up in multiple categories..... |
| 21:26 |
naveen009 |
to make a news portal site..... |
| 21:26 |
naveen009 |
it is very essential for me...... |
| 21:27 |
naveen009 |
can u get it wacky?? |
| 21:28 |
pulponair |
naveen009: : T3 isnt aware of such a mechanism |
| 21:28 |
naveen009 |
op...... |
| 21:28 |
pulponair |
(though i just entered the channel an might not be that much into it) |
| 21:28 |
naveen009 |
its an object oriented mechanism... |
| 21:29 |
pulponair |
naveen009: yes for sure it is ...but it cannt be done that easiely |
| 21:29 |
naveen009 |
do we have object oriented database in typo3 |
| 21:29 |
naveen009 |
kk.. |
| 21:29 |
pulponair |
naveen009: yes we got ... |
| 21:30 |
naveen009 |
plz...... |
| 21:30 |
naveen009 |
make me clear.... |
| 21:30 |
pulponair |
naveen009: maybe you could describe your needs from scratch since i just entered the channel and perhaps missed some of your requierments |
| 21:31 |
naveen009 |
requirement is simple ..... |
| 21:31 |
wacky_ |
pulponair: can't a news item belong to multiple categories ?!?? |
| 21:31 |
pulponair |
wacky_: it can.. |
| 21:32 |
wacky_ |
I think that's what naveen is looking for |
| 21:32 |
pulponair |
wacky_: but i just saw " content" |
| 21:32 |
naveen009 |
same |
| 21:32 |
pulponair |
wacky_: therefor i asked him to describe his needs from scratch :) |
| 21:32 |
naveen009 |
cantent n new item r same |
| 21:32 |
wacky_ |
naveen009: what type of content ? |
| 21:33 |
naveen009 |
text and inclued with images n pdfs |
| 21:33 |
pulponair |
wacky_: there are a lot of (real) cms out there that allow to categories any kind of content . |
| 21:33 |
wacky_ |
the news extension supports multiple categories.. |
| 21:33 |
naveen009 |
ofcourse it supports...... |
| 21:33 |
pulponair |
naveen009: please describe what you are planning to do and we ll provide a solution ok? |
| 21:34 |
wacky_ |
naveen009: it's also possible to arrange your content (with Records inclusion) in pretty much any way, but maybe some other CMS streamline the process for all types of contents |
| 21:34 |
naveen009 |
but we need to specific it static..... |
| 21:34 |
wacky_ |
pulponair: you mean Typo3 isn't a real CMS ? |
| 21:34 |
naveen009 |
or it is pre defined...... |
| 21:34 |
pulponair |
wacky_: it is a web cms .... |
| 21:35 |
pulponair |
wacky_: but not a a general cms |
| 21:35 |
pulponair |
wacky_: since it is base on pages and related content elements which is very web special |
| 21:35 |
pulponair |
s/base/based |
| 21:35 |
naveen009 |
so....... |
| 21:36 |
pulponair |
wacky_: though it can be adjusted to handle any type of content ...but from scratch it is a web cms |
| 21:37 |
naveen009 |
news box modules can access multiple categories.. |
| 21:37 |
naveen009 |
no doubt...... |
| 21:37 |
naveen009 |
but..... |
| 21:38 |
pulponair |
naveen009: they cann |
| 21:38 |
pulponair |
- n |
| 21:38 |
naveen009 |
we need to predefien the categories in the module........ |
| 21:39 |
naveen009 |
here the news item is ramdomly choosen to post in selected categories........ |
| 21:39 |
naveen009 |
that is want i need to have |
| 21:39 |
pulponair |
sorry i did get it :) |
| 21:39 |
pulponair |
did not ! |
| 21:39 |
pulponair |
i meant |
| 21:40 |
pulponair |
navee: so first of all: we are talking about a website right? |
| 21:40 |
naveen009 |
so that the news item couls appear in their respective categories in which is selected to post initially..... |
| 21:42 |
pulponair |
naveen009: hum? so ...attach a certain news to a category of your choice and afterwards place a news plugin an make it display all news of category "whatever" |
| 21:42 |
pulponair |
naveen009: is that what you are looking for? |
| 21:42 |
pulponair |
wacky_: did you get the point? |
| 21:43 |
wacky_ |
I guess the guy wants to have news and be able to group them into categories.. |
| 21:43 |
naveen009 |
no. |
| 21:43 |
wacky_ |
and be able to show items in more than one categories |
| 21:43 |
naveen009 |
it shouldnt appear in al news categories... |
| 21:43 |
wacky_ |
that's what a normal person would like :) |
| 21:43 |
pulponair |
like : cat 1: - news 1 news 2 cat2: news4 ...and so on? |
| 21:44 |
pulponair |
naveen009: yes it wont that is what categories are for |
| 21:44 |
naveen009 |
ya. |
| 21:44 |
naveen009 |
exactly |
| 21:44 |
pulponair |
naveen009: assing a news to a category and i will only appear in that particular category ?? so what? |
| 21:45 |
naveen009 |
which submitting the contetn . |
| 21:45 |
naveen009 |
i need to have some optios so dat ..... |
| 21:46 |
naveen009 |
i can select the varioes categories to which it is also related...... |
| 21:46 |
pulponair |
naveen009: sorry, but what is your native language? |
| 21:46 |
naveen009 |
sorry... |
| 21:46 |
pulponair |
naveen009: yes that is possible and straight forward |
| 21:46 |
naveen009 |
iam from india........ |
| 21:47 |
naveen009 |
wat is possible....... |
| 21:47 |
naveen009 |
?? |
| 21:47 |
naveen009 |
:pulponair can u make me clear...?? |
| 21:47 |
pulponair |
naveen009: as i mentioned before: when creating /writing a news you are able to assign it to 1 or more cateogries. in words: this news should belong to highlights, technical etc. (depends on what categories you ve created) |
| 21:48 |
pulponair |
got it? |
| 21:48 |
naveen009 |
ya |
| 21:48 |
naveen009 |
exactly....... |
| 21:48 |
naveen009 |
is this possibel with dis cms.....?? |
| 21:49 |
pulponair |
afterwards you can place the tt_news pluing on a certain page and say" display all news belonging to technical, highlights ...or whatever |
| 21:49 |
naveen009 |
yess........ |
| 21:49 |
pulponair |
naveen009: have a look at http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/ |
| 21:50 |
pulponair |
naveen009: yes using the tt_news plugin |
| 21:50 |
naveen009 |
wat should i look in dat....?? |
| 21:51 |
pulponair |
naveen009: at the link i just posted :) |
| 21:51 |
naveen009 |
there are so many content links....... |
| 21:56 |
naveen009 |
it takes time to study the link u suggested....... |
| 21:56 |
naveen009 |
so.... |
| 21:56 |
naveen009 |
can i expect ..... |
| 21:57 |
naveen009 |
the feature i want is possible with dis cms or not.....?? |
| 21:58 |
wacky_ |
yes |
| 21:58 |
naveen009 |
great ..... |
| 21:59 |
naveen009 |
thanks to all....... |
| 21:59 |
wacky_ |
everything is possible with Typo3, cooking your next fava beans meals can be done with Typo3 |
| 21:59 |
naveen009 |
i going to study all the stuffs about typo3.... |
| 21:59 |
pulponair |
wacky_: *g i was just typin a slightly different answer ;) |
| 22:00 |
pulponair |
wacky_: it started like "dude, dont feel offende ..but..." ;> |
| 22:01 |
naveen009 |
pulponair: wat do u want to say |
| 22:01 |
naveen009 |
plz..... |
| 22:02 |
naveen009 |
is it different from what wacky says.?? |
| 22:03 |
pulponair |
naveen009: nothing i am out ...i gotta clean up my flat since my girlfriend is arriving in a few minutes and dont want her to wat throug a pil of crud |
| 22:03 |
naveen009 |
oh..... |
| 22:04 |
naveen009 |
thanks to u all.......... |
| 22:04 |
naveen009 |
thanx a lot........... |
| 22:04 |
naveen009 |
for ur kind suggestion........ |
| 22:05 |
naveen009 |
pulponair & wacky:may i have ur caontact email id please...... |
| 22:05 |
naveen009 |
its really nice talking to u....... |
| 22:41 |
m0oman |
any tt_news guru here? |
| 22:41 |
m0oman |
in single view is there a way to deactivate the link on the news image (the one that opens the "large" version of the image in a popup)? |
| 23:02 |
Denyerec |
Um |
| 23:02 |
Denyerec |
m0oman I think there is a way |
| 23:02 |
Denyerec |
but you'll have to look into the defaut typoscript applied to it by looking at the plugin surce |
| 23:02 |
Denyerec |
*source |
| 23:03 |
voidus |
m0oman: yes. see displaySingle.image |
| 23:03 |
Denyerec |
See? |
| 23:04 |
Denyerec |
So one would anticipate having to play with the renderObj for that. |
| 23:04 |
Denyerec |
I think. |
| 23:04 |
voidus |
no renderobj for tt_news |
| 23:10 |
m0oman |
hm. |
| 23:10 |
m0oman |
i haven't found anything around that corner yet. |
| 23:11 |
m0oman |
i'm just a bit surprised that tt_news forces that popup, which breaks out of CoolURI urls too, especially that it pops up a smaller version of the image you click on. |
| 23:13 |
Denyerec |
no renderObj ? |
| 23:13 |
Denyerec |
it doesn't copy in ccs_styled_content objects? |
| 23:18 |
uriahheep |
how do i make an <input type="image" /> with templavoila? |
| 23:18 |
uriahheep |
like, what typoscript do i put in the DS typoscript? |
| 23:31 |
Denyerec |
I don't even know what that is uriah |
| 23:31 |
Denyerec |
<input type="image" /> |
| 23:31 |
Denyerec |
never seen that before |
| 23:40 |
uriahheep |
Denyerec: it's an image button |
| 23:41 |
Denyerec |
ah |
| 23:41 |
Denyerec |
thought that had to have some nod to "submit" in it |
| 23:43 |
uriahheep |
Denyerec: ;) |
| 23:43 |
uriahheep |
ugh, right now i'm just trying to wrap a TV image element inside a <div> |
| 23:43 |
uriahheep |
-_- not happening |