| 01:46 |
Lars_rds |
Hi, are there someone there know a little bit about kb_cont_slide |
| 02:02 |
Briareos1_ |
indexed_search: nothing is found when i am on another language of the website. why is that? |
| 07:19 |
spabhat1 |
Is it possible to combine "array('GETvar' => 'tx_ttnews[year]'), array('GETvar' => 'tx_ttnews[month]')," ... so that realurl makes a url like .. 200812 instead of /2008/12/.. ? |
| 07:25 |
spabhat1 |
anyone please? |
| 07:40 |
spabhat1 |
Anone here? |
| 08:01 |
spabhat1 |
Is it possible to combine "array('GETvar' => 'tx_ttnews[year]'), array('GETvar' => 'tx_ttnews[month]')," ... so that realurl makes a url like .. 200812 instead of /2008/12/.. ? |
| 08:13 |
maholtz|WORK |
morning all |
| 08:14 |
spabhat1 |
morning |
| 08:35 |
spabhat1 |
lol, busy Friday :) |
| 08:54 |
PiMB |
moin |
| 09:00 |
theResonant |
hello to all |
| 09:00 |
theResonant |
having an issue here... the kickstarter fails to update some files (gives MD5 errors for inexistant, meaningless files) |
| 09:01 |
theResonant |
can anyone help? |
| 09:05 |
spabhat1 |
if you have edited the files manually, kickstarter may not be of much use :( |
| 09:05 |
theResonant |
well, the thing is that I don't really know if they've been edited manually... |
| 09:05 |
theResonant |
I received an already started, tuned and customized typo3 site |
| 09:06 |
theResonant |
which I'm supposed to customize further |
| 09:06 |
theResonant |
anyway, I'm abandoning the kickstarter, and I'm trying right now to manually extend the form |
| 09:06 |
theResonant |
I change the following files: |
| 09:06 |
theResonant |
<extension>\tca.php |
| 09:07 |
theResonant |
here I define the fields and list them |
| 09:07 |
theResonant |
<extension>\ext_tables.php |
| 09:07 |
spabhat1 |
wkickstarter is only for starting a new extension, you cannot use it to edit an existing extension, if you did you will mess up the code |
| 09:07 |
theResonant |
here I list the fields again |
| 09:07 |
theResonant |
oh |
| 09:07 |
theResonant |
well, the thing is that I couldn't even run it |
| 09:08 |
PiMB |
what's the problem then? |
| 09:08 |
theResonant |
the fields don't show up |
| 09:08 |
theResonant |
after clearing the cache, of course |
| 09:08 |
PiMB |
did you file them in the tca.php |
| 09:08 |
theResonant |
yes, defined them and the listed them in the "types" entry |
| 09:09 |
PiMB |
are you logged in as admin? |
| 09:09 |
theResonant |
of course... |
| 09:09 |
PiMB |
..just asking ;) |
| 09:09 |
theResonant |
i know i'm supposed to edit tca, ext_tables.php and ext_tables.sql (and add language entries in the xml)... |
| 09:10 |
theResonant |
did all of them, but nothing shows up |
| 09:11 |
spabhat1 |
are you adding some extra fields? |
| 09:11 |
theResonant |
yes |
| 09:11 |
spabhat1 |
if so, check in extension manager to see if it asks you to make changes to database. |
| 09:12 |
theResonant |
ah, yes, i forgot to mention :) i also added the fields in the database |
| 09:12 |
theResonant |
so i really see no reason why they still don't show up |
| 09:13 |
theResonant |
every field in the form must match a field in the database (they're one-to-one linked) |
| 09:13 |
theResonant |
well, most of them |
| 09:13 |
theResonant |
guess this isn't very relevant, though |
| 09:15 |
Chocolate |
Hi all! Can anyone help me with this .. Suppose I insert a TEXT content element on a page and it receives content id=20. How can I then manipulate it using typoscript? For example, the initial value of the TEXT element is -test- and I want to concat -123- at the end to get -test123- as a result. But to use typoscript for the concatenation. The actual concat is no problem (using wrap). But I got desperate trying to figure out how to reference the TEXT con |
| 09:16 |
maholtz|WORK |
@Chocolate: use stdWrap |
| 09:16 |
maholtz|WORK |
(means not .stdWrap - but the functions stdWrap provide) |
| 09:16 |
PiMB |
hmm strange |
| 09:17 |
PiMB |
theResonant: you do have the extenion installed, and now errors in the log or php? |
| 09:17 |
Chocolate |
@maholtz|WORK .. thanks maholtz, I'll look into it now |
| 09:18 |
spabhat1 |
theResonant: you need to use the extension manager to make necesary updates to database. |
| 09:18 |
maholtz|WORK |
@Chocolate: perhaps: http://wiki.typo3.org/Ts45min helps a little bit - it is available in different languages (there is a language menu on the top right) |
| 09:18 |
spabhat1 |
Can anyone tell me if it is possible to combine "array('GETvar' => 'tx_ttnews[year]'), array('GETvar' => 'tx_ttnews[month]')," ... so that realurl makes a url like .. 200812 instead of /2008/12/.. ? |
| 09:19 |
theResonant |
i think you can use implode(), and for separator, put '' |
| 09:20 |
theResonant |
actually, first merge the two arrays with array_merge, then implode the resulting array |
| 09:29 |
theResonant |
just to make sure I did it right... how do you clear the cache the right way? |
| 09:33 |
PiMB |
When I want to be sure, I click all 3 clear cache options in the lightning bolt and clear the entire typo3temp folder |
| 09:34 |
Jay7 |
Hello! I need some advice.. Can 'insert image' button be activated in RTE for non-admins? |
| 09:34 |
ndl |
Do you guys know the problem between Rich Text Editor Element in Template Voila, when I click save, it display missing html code |
| 09:35 |
ndl |
for example test in bold -> strongtest/strong |
| 09:36 |
ndl |
PiMB, unlucky me, I have set up typo3 4.1.6, that RTE work good in my local server |
| 09:36 |
randomresult |
good morning |
| 09:37 |
ndl |
but in shared hosting, i cannot know what happen |
| 09:37 |
PiMB |
Jay7: offcourse it can, I use it all the time for customers. Just set the RTE configuration to typical and set the checkbox that enables images in the RTE (you can find it in the extension settings in the ext mananger) |
| 09:37 |
PiMB |
ndl: same website? |
| 09:37 |
PiMB |
only different source? |
| 09:37 |
Jay7 |
PiMB: is you customers acting without admin rights? |
| 09:38 |
ndl |
yes same website |
| 09:38 |
maholtz|WORK |
@theResonant: still have your problem? did you changed ext_tables after installing extension? then go to "update ext_emconf.php" in extension manager |
| 09:38 |
randomresult |
my realUrl makes links like :www.mydomain.com/657/ -- anyone has a quick idea how to change this to the pagetitle? (...com/news instead of ...com/671/ ) |
| 09:41 |
randomresult |
hmmm... never had this problems with realUrl before |
| 09:41 |
PiMB |
Jay7: customers always act without admin rights ;) I don't want them messing up the sites |
| 09:41 |
Jay7 |
PiMB: ok, thanks :) Now I know that is possible.. |
| 09:42 |
PiMB |
ndl: why don't you upgrade everything to latest versions? |
| 09:42 |
PiMB |
4.2.3 |
| 09:43 |
theResonant |
@maholtz|WORK: thanks, but how can I do that? I don't know where to find "update ext_emconf.php" |
| 09:44 |
maholtz|WORK |
extension manager -> click on extension, select ... |
| 09:44 |
Jay7 |
PiMB: just to know. did you use 'system' htmlArea RTE 1.7.6? :) |
| 09:44 |
dexcs |
hi all |
| 09:44 |
dexcs |
question: is it possible to preselect an frame of an content element? my users are to stupid ^^ |
| 09:44 |
maholtz|WORK |
@theResonant: found it: backup/delete -> on the bottom "update extension EM_CONF file" |
| 09:45 |
theResonant |
let me try |
| 09:45 |
ndl |
i have try latest version of template voila |
| 09:45 |
ndl |
i never use 4.2.3, is it the same ? |
| 09:46 |
theResonant |
@maholtz|WORK: :( still nothing |
| 09:46 |
theResonant |
it's a backend form, if that helps |
| 09:47 |
maholtz|WORK |
you want to see new fields (didnt read all the stuff)? |
| 09:47 |
theResonant |
yes |
| 09:47 |
maholtz|WORK |
you changed tca.php? |
| 09:47 |
maholtz|WORK |
than you have to add your fields to "types" |
| 09:48 |
theResonant |
yes, I added their definitions (label, type etc), and the listed them in the "types" list, in the appropriate order |
| 09:48 |
theResonant |
and in the database too |
| 09:48 |
theResonant |
exactly the same names |
| 09:50 |
maholtz|WORK |
and you see old fields but not your new fields? |
| 09:51 |
theResonant |
yes |
| 09:51 |
randomresult |
someone ever had this: my extmanager is not able to create tx_realurl_uniquealias |
| 09:51 |
randomresult |
i dont know why |
| 09:54 |
theResonant |
i'm right now deleting typo3temp |
| 09:54 |
theResonant |
maybe it's because of it |
| 09:55 |
randomresult |
*help* |
| 09:55 |
Cybot_TM |
hi |
| 09:56 |
theResonant |
sorry, randomresult... |
| 09:56 |
theResonant |
h |
| 09:56 |
theResonant |
hello |
| 09:56 |
randomresult |
key to long |
| 09:56 |
randomresult |
... |
| 09:57 |
randomresult |
key was to long ... was set to 220 ... now i set it to 100 |
| 09:58 |
theResonant |
:) |
| 09:58 |
theResonant |
@maholtz|WORK: i deleted the temp, yet nothing... i don't get it |
| 09:58 |
ndl |
Do you guys know the problem between Rich Text Editor Element in Template Voila, when I click save, it display missing html code |
| 09:59 |
Cybot_TM |
i have a plugin. configured through a flexform, in this flexform is a call to the wizard_edit, for editing foreign table entries, but thw wizard_edit just closes the window, cause the type is not 'select' or 'group' but 'flex' - is there something i did completeley wrong, or is it just not poosible to mix flex with select/group ? |
| 10:00 |
ndl |
for example test in bold -> strongtest/strong |
| 10:00 |
PiMB |
Jay7: yes I use the latest version of TYPO3 including the latest RTE |
| 10:00 |
randomresult |
realurl makes me cry |
| 10:00 |
PiMB |
I'm sorry ndl, probably nobody here can help. Maybe try the mailing list? |
| 10:00 |
PiMB |
randomresult: why? |
| 10:00 |
Jay7 |
PiMB: thanks again.. I'm going to fight RTE :) |
| 10:01 |
randomresult |
my urls are like ...com/671/ |
| 10:01 |
randomresult |
instead of ...com/news/ |
| 10:02 |
ndl |
what do you mean about mailing list? |
| 10:02 |
ndl |
support mail ? |
| 10:03 |
theResonant |
@ndl: don't have a slightest clue about Voila, but make sure that you typed in correct HTML in that RTE |
| 10:03 |
theResonant |
sounds like that to me |
| 10:03 |
theResonant |
happened once to me |
| 10:03 |
Cybot_TM |
if someone cares: flex: http://pastebin.com/m4cacbb98 TCA: http://pastebin.com/mb8c7596 |
| 10:05 |
theResonant |
@Cybot_TM: didn't know there was a site for pasting in stuff :) thanks... sorry for not being able to help with your problem though (i'm a n00b) |
| 10:06 |
Cybot_TM |
theResonant: yes, and there is even one for TYPOScript .. ;-) (look at the channel topic) |
| 10:06 |
spabhat1 |
Can anyone tell me if it is possible to combine "array('GETvar' => 'tx_ttnews[year]'), array('GETvar' => 'tx_ttnews[month]')," ... so that realurl makes a url like .. 200812 instead of /2008/12/.. ? |
| 10:07 |
theResonant |
spabhat1: have you tried simple merging or concatenation? |
| 10:07 |
theResonant |
like "$string = tx_ttnews['year'] . tx_ttnews['month']" |
| 10:08 |
spabhat1 |
how to do this in realurl config file? |
| 10:08 |
theResonant |
isn't that php? |
| 10:08 |
randomresult |
how do u get real url working with the right urls? |
| 10:08 |
randomresult |
mine is using the f**ing ids |
| 10:08 |
randomresult |
instead of pagetitles |
| 10:09 |
spabhat1 |
theResonant: yes it is php |
| 10:10 |
spabhat1 |
array( |
| 10:10 |
spabhat1 |
'GETvar' => 'tx_ttnews[year]' , |
| 10:10 |
spabhat1 |
), |
| 10:10 |
spabhat1 |
array( |
| 10:10 |
spabhat1 |
'GETvar' => 'tx_ttnews[month]' , |
| 10:10 |
spabhat1 |
), |
| 10:10 |
spabhat1 |
this is how it is |
| 10:11 |
theResonant |
this means that you can write somewhere " tx_ttnews['year'] . tx_ttnews['month'] " |
| 10:11 |
theResonant |
tx_ttnews looks like an array filled up for you, right? |
| 10:11 |
spabhat1 |
http://paste.phlogi.net/-5690e5ceaa/ |
| 10:12 |
spabhat1 |
theResonant: good idea, I will try this suggestion |
| 10:12 |
theResonant |
you're welcome, i hope it'll work... |
| 10:14 |
PiMB |
randomresult: You can enter your own configuration in localconf.php |
| 10:14 |
PiMB |
for news this is relatively easy |
| 10:14 |
randomresult |
my prob now is: when i try to reinstall the ext... it will tell me, that one table is wrong |
| 10:15 |
randomresult |
but i need to fix this settings (key is too long) |
| 10:15 |
randomresult |
and therefor, i dont have the chance to configure the ext |
| 10:17 |
spabhat1 |
theResonant: that method didn't work :( |
| 10:17 |
randomresult |
and normally, the ext should create a autoconf file... |
| 10:17 |
randomresult |
it doesnt |
| 10:17 |
m4rtijn |
hi all |
| 10:18 |
randomresult |
well now it does |
| 10:18 |
m4rtijn |
ah, hi randomresult |
| 10:18 |
milpoer |
hi folks.. |
| 10:19 |
randomresult |
after 5 installs... it works out of the box |
| 10:19 |
m4rtijn |
yesterday somebody came in here asking if somebody would like to test his extension for pingback.. which would work with TIMTAB |
| 10:19 |
randomresult |
hi milpoer |
| 10:19 |
m4rtijn |
I thought you might wna test it.. |
| 10:19 |
theResonant |
oh |
| 10:19 |
theResonant |
sorry, spabhat1 |
| 10:20 |
m4rtijn |
randomresult ? |
| 10:22 |
_pedda_ |
hellas |
| 10:23 |
lubosz |
hi |
| 10:24 |
lubosz |
i'm hacking around i a plugin and added a DB attribute |
| 10:24 |
lubosz |
now i want to edit it in the backend, and added it to ext_tables.php |
| 10:24 |
spabhat1 |
anyone else with some idea regarding my problem? |
| 10:24 |
lubosz |
but it does not show up |
| 10:24 |
lubosz |
is there any cache i have to empty, do i have to reinstall the ext or is it just wrong :D |
| 10:25 |
lubosz |
i'm on typo 4.2.2 |
| 10:25 |
PiMB |
I have a problem with opening external links standard in internal window |
| 10:25 |
theResonant |
hey lubosz |
| 10:25 |
PiMB |
it doesn't work ;) |
| 10:25 |
PiMB |
anybody any ideas? |
| 10:25 |
theResonant |
i've got the same issue here |
| 10:25 |
lubosz |
theResonant: funny thing, any solution :D |
| 10:25 |
theResonant |
can't make new fields show up in TCA tables |
| 10:26 |
spabhat1 |
theResonant: I got this URL when I tried that: news/?tx_ttnews[year]=2008&tx_ttnews[month]=03&cHash=506dac2629 |
| 10:26 |
theResonant |
none yet, i'm afraid |
| 10:26 |
lubosz |
theResonant: i have the feeling typo caches anything |
| 10:26 |
spabhat1 |
seems like something I need to do here |
| 10:26 |
theResonant |
yes, it does, actually |
| 10:26 |
lubosz |
theResonant: did you try to resinstall the ext? |
| 10:27 |
lubosz |
doing that would be some work, cause i have data in it |
| 10:28 |
theResonant |
@spabhat: i think you should try hacking that array that builds up the url... |
| 10:28 |
theResonant |
just a moment, lubosz |
| 10:28 |
theResonant |
let me think |
| 10:28 |
_pedda_ |
spabhat1: what is your problem ? |
| 10:29 |
lubosz |
theResonant: other values that show up in the backend do show up, that are treated the exact same way, i greped for them |
| 10:29 |
spabhat1 |
_pedda_ I am trying to to combine "array('GETvar' => 'tx_ttnews[year]'), array('GETvar' => 'tx_ttnews[month]')," ... so that realurl makes a url like .. 200812 instead of /2008/12/.. ? |
| 10:29 |
theResonant |
i know... |
| 10:29 |
theResonant |
that's why i hate it... |
| 10:30 |
theResonant |
anyway, i made everything for my new fields in the exact same way it was done (by someone else) for the old ones |
| 10:30 |
lubosz |
maybe i have errors in my code, 'config' => array('type' => 'checkbox'), is that valid? |
| 10:30 |
spabhat1 |
any idea _pedda_ ? |
| 10:30 |
theResonant |
guess so |
| 10:30 |
lubosz |
i changed the type of the value, but thats it |
| 10:30 |
theResonant |
you should try clearing the typo3temp folder |
| 10:30 |
lubosz |
did you reinstall it? |
| 10:30 |
randomresult |
back |
| 10:30 |
lubosz |
k |
| 10:30 |
randomresult |
m4rtijn? |
| 10:30 |
theResonant |
maybe it'll work for you |
| 10:32 |
lubosz |
nope, didnt help |
| 10:32 |
theResonant |
neither did for me |
| 10:32 |
theResonant |
just wanted to try :) |
| 10:33 |
theResonant |
anyway, have you added the fields to the "types" list? that's quite crucial |
| 10:33 |
theResonant |
if you did, then you're going through the same thing i'm going |
| 10:37 |
lubosz |
theResonant: addToAllTCAtypes, yes |
| 10:37 |
theResonant |
em... i didn't do that |
| 10:37 |
theResonant |
i just added them like this: |
| 10:37 |
lubosz |
the other one where added like that |
| 10:38 |
spabhat1 |
anyone? |
| 10:38 |
maholtz|WORK |
re |
| 10:39 |
theResonant |
http://pastebin.com/d549951d9 |
| 10:40 |
theResonant |
that fragment was located in tca.php, inside my big table array |
| 10:41 |
lubosz |
i dont have a tca.php |
| 10:41 |
lubosz |
other problem is, i'm using a table from another ext, and adding the tca values in another |
| 10:42 |
lubosz |
t3lib_div::loadTCA('tt_address'), t3lib_extMgm::addTCAcolumns and t3lib_extMgm::addToAllTCAtypes are used |
| 10:42 |
theResonant |
that should have worked... |
| 10:44 |
lubosz |
ah, i do have a tca.php, but the values i use do not appear there |
| 10:44 |
lubosz |
the other ones that do work |
| 10:44 |
theResonant |
am i allowed to say here that i hate working in typo3? |
| 10:44 |
lubosz |
^^ |
| 10:44 |
theResonant |
sorry for that, though |
| 10:44 |
lubosz |
i'm not so experienced with it |
| 10:44 |
theResonant |
neither am i |
| 10:44 |
theResonant |
ok, i take that back |
| 10:44 |
lubosz |
maybe typo3 5 will be cooler :D |
| 10:45 |
lubosz |
a lot of bad vodoo is happening if you dont know how it works |
| 10:45 |
maholtz|WORK |
thats the circle - do you remember TYPO3 3.5? ;) |
| 10:45 |
theResonant |
yeah... that's my reason... |
| 10:45 |
theResonant |
you have to know everything first, then start doing stuff |
| 10:45 |
m4rtijn |
i never had voodoo in my typo3 |
| 10:46 |
lubosz |
any of the experienced typo3 user have any advice for us? |
| 10:47 |
theResonant |
em... |
| 10:47 |
theResonant |
i tried that before |
| 10:47 |
PiMB |
about the extension work? |
| 10:47 |
PiMB |
:) |
| 10:47 |
PiMB |
hmm, can't say what it does really, sounds like everythings right. |
| 10:48 |
PiMB |
maybe if i can see it |
| 10:48 |
lubosz |
how do i clear any cache? |
| 10:48 |
PiMB |
with the lightning bolt in the top right corner |
| 10:48 |
theResonant |
there are supposed to be some lightning buttons... but i found none |
| 10:48 |
maholtz|WORK |
T3 Version? |
| 10:49 |
lubosz |
yay |
| 10:49 |
lubosz |
THAT DID IT :D |
| 10:49 |
lubosz |
i knew |
| 10:49 |
theResonant |
how do i know that version i have? |
| 10:49 |
lubosz |
PiMB: thank you, this is my new favorite backend function xD |
| 10:49 |
lubosz |
theResonant: Backend TITLE |
| 10:49 |
theResonant |
hehe |
| 10:49 |
HardPhuck |
guys, can i make just one FCE non cached |
| 10:50 |
theResonant |
TYPO3 Ver. 4.0.3 |
| 10:50 |
lubosz |
yay, Unknown type: checkbox |
| 10:50 |
theResonant |
found no lightnings... maybe you're using a newer one |
| 10:50 |
lubosz |
where can i see the backend input types? |
| 10:50 |
theResonant |
lol |
| 10:50 |
m4rtijn |
theResonant - you should upgrade to 4.1.7 - but clear cache is bottom left |
| 10:50 |
lubosz |
any API doc? |
| 10:51 |
theResonant |
that means that i cleared the cache a million times ever since... |
| 10:51 |
theResonant |
i found THOSE buttons |
| 10:51 |
spabhat1 |
anyone with some idea on merging get parameters in real_url ? |
| 10:51 |
theResonant |
you can find the list when you try adding fields with the kickstarter, or maybe when you add a new form |
| 10:53 |
lubosz |
ahk |
| 10:55 |
maholtz|WORK |
@lubosz: there is a modul in "tools" called configuration |
| 10:56 |
maholtz|WORK |
have an look -there you can see the most internal stuff |
| 10:57 |
HardPhuck |
how can i move 500 news items from one page to another |
| 10:58 |
lubosz |
maholtz|WORK: also form input types Oo? |
| 10:59 |
PiMB |
theResonant: still no fields? |
| 11:00 |
theResonant |
still |
| 11:00 |
theResonant |
i have an idea though |
| 11:00 |
theResonant |
i'm trying it now |
| 11:02 |
PiMB |
any luck? |
| 11:03 |
theResonant |
i'm now refreshing the cache... please work please work please work please work please work please work |
| 11:04 |
theResonant |
no |
| 11:04 |
theResonant |
it didn't |
| 11:04 |
theResonant |
i'm taking a break |
| 11:04 |
randomresult |
theResonant: do u smoke? sometimes this helps ... just leave the screen... and come back after 5 minutes |
| 11:05 |
lubosz |
any idea how do make a form for a boolean? (tinyint in db). checkbox would be nice |
| 11:05 |
lubosz |
but he does not like checkboxes |
| 11:06 |
lubosz |
'config' => array('type' => 'checkbox') throws Unknown type: checkbox |
| 11:12 |
HardPhuck |
ah found it, moving a lot of elements at once requires numbered clipboard openede |
| 11:13 |
m4rtijn |
yeah, clipboard 2 |
| 11:14 |
maholtz|WORK |
@lubosz: did you check configuration? |
| 11:14 |
maholtz|WORK |
TCA |
| 11:14 |
maholtz|WORK |
tt_content |
| 11:14 |
maholtz|WORK |
hidden |
| 11:16 |
lubosz |
maholtz|WORK: just dont know where to look |
| 11:16 |
lubosz |
ahk |
| 11:22 |
theResonant |
@randomresult: no, i don't smoke, but i know taking breaks help |
| 11:23 |
randomresult |
theResonant: good for u :) |
| 11:23 |
theResonant |
:) |
| 11:23 |
theResonant |
i wanted to start, but my friends won't let me... hehe |
| 11:23 |
theResonant |
so i don't |
| 11:23 |
randomresult |
silly u ... good friends |
| 11:24 |
theResonant |
didn't want that much though |
| 11:25 |
lubosz |
the type was "check", found that in some other source |
| 11:26 |
lubosz |
it is not listed in $TCA => tt_content => types |
| 11:26 |
lubosz |
where can i see hidden types? |
| 11:26 |
spabhat1 |
_pedda_? |
| 11:27 |
maholtz|WORK |
@lubosz: TCA->tt_content->hidden |
| 11:27 |
PiMB |
theResonant: did the break help in any way? |
| 11:27 |
theResonant |
nope |
| 11:27 |
maholtz|WORK |
@lubosz: ups missed columns |
| 11:27 |
theResonant |
i'm out of ideas right now :( |
| 11:27 |
maholtz|WORK |
tt_content->columns->hidden |
| 11:27 |
theResonant |
i'm waiting for someone to reply to an e-mail for this |
| 11:29 |
lubosz |
maholtz|WORK: thx, check was the only one hidden ^^ |
| 11:33 |
maholtz|WORK |
there is a field "hidden" |
| 11:33 |
maholtz|WORK |
i think i missunderstood you |
| 11:33 |
maholtz|WORK |
brb |
| 11:41 |
maholtz|WORK |
re |
| 11:43 |
Chocolate |
welcome back maholtz |
| 11:43 |
Chocolate |
@maholtz|WORK .. Thanks for the links you've sent. Quite a usefull info there. I've read through them, but unfortunately, I can't seem to find a solution to my problem :(. The whole story in the tutorials, as I see it, is described as if you are starting a page from scratch, and generate everything using typoscript. This is clear to me. |
| 11:43 |
spabhat1 |
any one with some idea for my problem? :) |
| 11:43 |
Chocolate |
@maholtz|WORK But the content I'm trying to manipulate using TS is already inserted not through explicit TS but through the grahical interface in the backend of T3. The page already has a template and everything. |
| 11:43 |
Chocolate |
@maholtz|WORK I tried something like Page.20.wrap = |123 but it doesn't work. If I try to generate the particular content element I'm trying to manipulate with TS, for example 20=TEXT ; 20.value=test ; then this content element is rendered above all other content in the page, even above the header image of the template. |
| 11:44 |
Chocolate |
@maholtz|WORK Please help, I'm getting desperate . |
| 11:44 |
maholtz|WORK |
@Chocolate: do you use TemplaVoila? |
| 11:44 |
Chocolate |
@maholtz|WORK No |
| 11:45 |
maholtz|WORK |
you use css_styled_content |
| 11:45 |
Chocolate |
yes |
| 11:45 |
maholtz|WORK |
your PAGE content element is page or Page? |
| 11:46 |
maholtz|WORK |
well, i wanted to say your PAGE Object |
| 11:46 |
Chocolate |
.. how can I see that? I don't use TS to generate it, but only graphical interface so far |
| 11:48 |
maholtz|WORK |
ok, so you should have an look in Object-Browser - and perhaps you should read the "tutorial" there, because it seems that do you not understand how the output is generated by TYPO3 |
| 11:48 |
Chocolate |
ok, let me see.. |
| 12:09 |
theResonant |
hey guys... back again |
| 12:09 |
theResonant |
i disabled and re-enabled the extension, and things changed |
| 12:09 |
theResonant |
i'm gonna go and crash something, to release the stress |
| 12:10 |
theResonant |
the fields seemed to appear |
| 12:10 |
theResonant |
in a bit wierd manner, but i guess that's my code written badly, gotta fix |
| 12:11 |
lubosz |
what does ;;;;1-1-1 mean? |
| 12:19 |
bayer |
hi there, it seems my realurl install does only correctly decode urls, but not encode the links |
| 12:19 |
maholtz|WORK |
brb |
| 12:19 |
bayer |
any ideas why? |
| 12:21 |
spabhat1 |
guys, can anyone help me fix the real_url issue? |
| 12:22 |
spabhat1 |
I am trying to combine "array('GETvar' => 'tx_ttnews[year]'), array('GETvar' => 'tx_ttnews[month]')," ... so that realurl makes a url like .. 200812 instead of /2008/12/.. |
| 12:22 |
spabhat1 |
any solution? |
| 12:22 |
theResonant |
@spabhat1: i have one idea left... |
| 12:22 |
theResonant |
is there a way to get your hands on the url as a string before it is sent to the browser? |
| 12:23 |
m4rtjn |
spabhat1 - pmk told me this: |
| 12:23 |
m4rtjn |
<pmk65> m4rtijn: if you know the id of the page you want "realurlified" then you should use "fixedPostVars" setup, as that will make shorter urls than if you use the "postVarSets" setup |
| 12:23 |
m4rtjn |
<pmk65> tt_news uses "postVarSets" as default. |
| 12:23 |
theResonant |
i think he did that |
| 12:24 |
theResonant |
but i might be wrong |
| 12:24 |
m4rtjn |
spabhat1 - if you're interested pmk also posted this paste: |
| 12:24 |
m4rtjn |
http://www.phlogi.net/t3/tspastebin/showPost/example_of-1/ |
| 12:24 |
m4rtjn |
maybe u get smth out of it |
| 12:28 |
spabhat1 |
I will check out |
| 12:34 |
spabhat1 |
theResonant: none of these work :( |
| 12:34 |
spabhat1 |
I already have configured tt_news with ealurl, but my problem is to remove the slash character between year and month |
| 12:37 |
theResonant |
well... if you have it as a string, you could do: |
| 12:38 |
theResonant |
str_replace( '/' , '', $my_url); |
| 12:38 |
theResonant |
which would mean actually removing the slashes from the string |
| 12:39 |
theResonant |
still, it might not work because this way the link gets a bit damaged, and it might not point in the same place |
| 12:39 |
randomresult |
moin boyz |
| 12:39 |
theResonant |
could you please pastebin the array that contains your realurl array? |
| 12:39 |
theResonant |
mornin random |
| 12:39 |
theResonant |
it's late noon here... |
| 12:40 |
randomresult |
:) over here too |
| 12:40 |
randomresult |
but sounds nice... |
| 12:42 |
theResonant |
yeah, i know, i usually greet people like that even during late evening |
| 12:42 |
theResonant |
it has a strange effect on people, and i enjoy that too |
| 12:43 |
randomresult |
yeah true |
| 12:43 |
randomresult |
where u from? |
| 12:44 |
theResonant |
Romania |
| 12:44 |
HardPhuck |
what does this do $this->internal['currentRow'] = $this->cObj->data; |
| 12:44 |
HardPhuck |
i dont understand this line :) |
| 12:46 |
spabhat1 |
theResonant: http://www.phlogi.net/t3/tspastebin/showPost/example_of-1/ |
| 12:46 |
spabhat1 |
that is the array |
| 12:50 |
theResonant |
@spabhat1: can you somehow track down the function that mixes the GET data to make an url? |
| 12:51 |
theResonant |
the thing is that this array will build your url this way: somesite? GETvar=value & GETvar = value |
| 12:51 |
theResonant |
etc |
| 12:51 |
theResonant |
it might not be able to override this |
| 12:51 |
theResonant |
without losing the functionality |
| 12:52 |
theResonant |
you know... drupal has an easy way to change the url-s... maybe you could read about it? |
| 12:52 |
spabhat1 |
:) |
| 13:28 |
spabhat1 |
theResonant: I still could not figure out how to make this :( |
| 13:31 |
s-andersen |
Hi, is there any way of reading the flexform values of a plugin via stdWrap? |
| 13:32 |
m4rtjn |
s-andersen isnt that just the CODE |
| 13:32 |
s-andersen |
m4rtjn: I have a template field in a plugin flexform, that I would like to read with stdWrap. |
| 13:33 |
spabhat1 |
m4rtjn: I checked the realurl config you provided, but even this produces a slash character between the year and month :( |
| 13:34 |
s-andersen |
It's because tt_news just shows a text "No news in this list.", and because this is not templated, I need to display a different wrap for each instance of the plugin |
| 13:35 |
m4rtjn |
be back later |
| 13:42 |
HardPhuck |
as i recall kickstarter can add a listview and singleview functions to extenstion, but i forgot where to set that |
| 13:42 |
maholtz|WORK |
re |
| 13:44 |
HardPhuck |
ah found it |
| 13:51 |
bravo753 |
echo |
| 13:52 |
bravo753 |
could anyone here help with an 500 error? |
| 13:59 |
just2b |
htaccess or server wrong |
| 14:03 |
s-andersen |
Can someone tell me if it is possible to load the uid of the tt_news content element into: noNewsToListMsg_stdWrap |
| 14:06 |
maholtz|WORK |
@s-andersen: noNewsToListMgs_stdWrap.dataWrap = |{TSFE:id} works? |
| 14:06 |
maholtz|WORK |
brb |
| 14:06 |
s-andersen |
maholtz|WORK: Yes, but that's the UID of the page |
| 14:08 |
spabhat1 |
any idea how I can add the field tstamp in realurl? |
| 14:14 |
spabhat1 |
anyone? |
| 14:20 |
kraftb |
hi .... |
| 14:21 |
kraftb |
anyone ever observed the phrasing "move page after" when drag&drop'ing pages ... doesn't sound very tasty for german speakers *gg* |
| 14:21 |
kraftb |
note: "After" is the german word for "anus" ;) |
| 14:28 |
s-andersen |
:P |
| 14:28 |
s-andersen |
Any ideas on how I can get a list of all available {register:xxx} vars? |
| 14:29 |
maholtz|WORK |
re |
| 14:29 |
maholtz|WORK |
@s-andersen: |
| 14:29 |
maholtz|WORK |
i know that it is the page uid |
| 14:29 |
maholtz|WORK |
instead use: tx_ttnew[uid] |
| 14:30 |
s-andersen |
maholtz|WORK: just {tx_ttnew[uid]} or something more? |
| 14:30 |
maholtz|WORK |
@kraftb: good afternoon? ;) |
| 14:31 |
maholtz|WORK |
@s-andersen: {GPvar:tx_ttnews[uid]} |
| 14:31 |
maholtz|WORK |
perhaps - is that the right GET Var for ttnews item? |
| 14:31 |
s-andersen |
maholtz|WORK: There are no available get vars |
| 14:32 |
maholtz|WORK |
there are! |
| 14:32 |
maholtz|WORK |
even if you use realurl |
| 14:32 |
maholtz|WORK |
realurl gives you the getvars |
| 14:32 |
s-andersen |
maholtz|WORK: I'm on a front page with 3 news content-elements in LATEST view. What I need is the UID of these content elements |
| 14:32 |
maholtz|WORK |
ah |
| 14:33 |
maholtz|WORK |
you want to know it inside the plugin? or outside? |
| 14:34 |
maholtz|WORK |
inside: {field:uid} outside: you have to fill the uids into LOAD_REGISTER |
| 14:35 |
kraftb |
hi maholtz |
| 14:36 |
kraftb |
{GPvar:tx_ttnews|uid} |
| 14:36 |
spabhat1 |
can anyone help in in getting tt_news timestamp into realurl? |
| 14:36 |
kraftb |
would be correct .... |
| 14:36 |
maholtz|WORK |
outch |
| 14:36 |
maholtz|WORK |
yep, certainly |
| 14:36 |
maholtz|WORK |
i wrote [] ... wondering:( |
| 14:37 |
s-andersen |
maholtz|WORK: I'm trying to load the UID with noNewsToListMsg_stdWrap.dataWrap = {field:uid} but no succes |
| 14:37 |
spabhat1 |
could anyone share some time for me? |
| 14:40 |
maholtz|WORK |
@s-andersen: ok, i think you have to use LOAD_REGISTER then... if it is possible... sounds to be a little bit more complicated. (what is that option noNewsToListMsg for?) |
| 14:42 |
s-andersen |
maholtz|WORK: when there is no news in a list, it displays a language-label, that is wrapped with noNewsToListMsg_stdWrap. My main problem is that I need 3 different HTML codes wrapped around the language label, but I can't since there is this 1 global stdWrap. If I could just load the UID into the wrap, I can parse it with a userFunc |
| 14:44 |
maholtz|WORK |
im confused - if you have no news, which uid you want to load? you could do noNewsToListMsg_stdWrap.cObject = TEXT |
| 14:47 |
HardPhuck |
does listView that kickstarter makes have a bug? because it shows nothing to me :S |
| 14:47 |
spabhat1 |
? |
| 14:47 |
maholtz|WORK |
can i use jquery and scriptacoulous on one page? |
| 14:53 |
s-andersen |
maholtz|WORK: I have no news, so I want to load the UID of the content-element that has the plugin |
| 14:58 |
maholtz|WORK |
@s-andersen: and {field:uid} didnt work... so you could use LOAD_REGISTER on |
| 14:58 |
maholtz|WORK |
tt_content.20.list.stdWrap.prepend = LOAD_REGISTER |
| 14:58 |
maholtz|WORK |
tt_content.20.list.stdWrap.prepend.elementuid.field = uid |
| 14:58 |
maholtz|WORK |
then it could be possible to use {REGISTER:elementuid} |
| 14:58 |
maholtz|WORK |
i didnt checked syntax etc. |
| 14:58 |
maholtz|WORK |
but that way it could work |
| 14:59 |
maholtz|WORK |
idea: list means plugin if ia m right, so before an plugin is rendered you fill in the uid of that plugin in an register - inside the plugin f.e. your newsplugin you can use that register |
| 14:59 |
maholtz|WORK |
i am not sure about syntax, but should work that way |
| 14:59 |
maholtz|WORK |
not sure if there is a better way to do so:) |
| 15:15 |
spabhat1 |
can anyone help me in adding tstamp field from tt_news to realurl ? |
| 16:03 |
dinsdale07 |
hi - does anyone heard of a ready made virtual machine image with typo3 installed for intranet usage? |
| 16:03 |
null0_ |
hm |
| 16:04 |
null0_ |
you could load images from vmware, and type a apt-get install typo3 |
| 16:04 |
null0_ |
thats very close to "ready run" |
| 16:04 |
dinsdale07 |
I'm just thinking about creating one, but I want to know whether there is already something out there. |
| 16:05 |
PiMB |
dinsdale07: if I remember correct, there was a wamp installation including TYPO3 available, but I don't know if it's still used or what version it is. |
| 16:05 |
dinsdale07 |
is typo3 in any repositories ? |
| 16:06 |
dinsdale07 |
My idea is more for the person who needs a ready made internet or starting point, not nescessarily for the typo3 integrator. |
| 16:07 |
null0_ |
linux or windows? |
| 16:07 |
null0_ |
typo3 is in the debian , and ubuntu repositories |
| 16:07 |
chefan |
erm |
| 16:07 |
dinsdale07 |
definately linux - You can't offer windows for download :-) |
| 16:07 |
chefan |
dinsdale07: are you sure that this is a good idea? |
| 16:07 |
null0_ |
i wonder too. |
| 16:07 |
chefan |
typo3 is not what i would consider lightweigt or self explaining |
| 16:08 |
null0_ |
apt-get install typo3 and the configuration is made by dpkg. |
| 16:08 |
chefan |
and i am not sure if people who are unable to unpack some php files to a www_data directory and configure an apache will be very happy with it |
| 16:09 |
null0_ |
yes |
| 16:09 |
null0_ |
i thinkso too |
| 16:09 |
dinsdale07 |
but this will give you a base installation of typo3 which still needs development. |
| 16:09 |
null0_ |
there is no way to use typo3 without "reading manual" |
| 16:10 |
dinsdale07 |
I see where you coming from null0_ . But I had the idea when I played around with the mindtouch wiki live image - I think one could do the same or even better in typo3. |
| 16:11 |
dinsdale07 |
you just download the image load it in vmware or virtualbox and you have a fully funktional wiki, that's a great way of letting people test the functionality of something |
| 16:13 |
null0_ |
i think it could be a nice thing to write an autoinstall script that create database, and user, an a base typo "tar xfz". and starts the browser with localhost/typo3/ and a touch INSTALLTOOL_ENABLE |
| 16:14 |
chefan |
there is the point |
| 16:14 |
null0_ |
^^ |
| 16:14 |
chefan |
typo3 != wiki |
| 16:15 |
chefan |
if that would make sense, nokia would probably sell symbian smartphones for over 400 euro as prepaid packages too |
| 16:16 |
dinsdale07 |
correct, but with FE editing you can get something similar. And e.G. a media wiki is no usable as intranet in my opinion. |
| 16:16 |
chefan |
oO |
| 16:16 |
chefan |
self extracting, self configuring intranet all in all happy bundle? |
| 16:16 |
dinsdale07 |
chefan, you think it's not possible or it's not a good idea? |
| 16:16 |
chefan |
both |
| 16:16 |
SfiSh |
wiki @ TYPO3 = Ext: dr_wiki |
| 16:17 |
chefan |
no two intranets are the same |
| 16:17 |
chefan |
for one |
| 16:17 |
chefan |
and IF you would succeed, it would make half of the business jobless |
| 16:17 |
dinsdale07 |
yeah - tried dr_wiki a while ago but people really want RTE functionality. |
| 16:17 |
chefan |
could you live with that? |
| 16:18 |
SfiSh |
give dokuwiki a try |
| 16:18 |
SfiSh |
there is a simple rte implemented |
| 16:19 |
dinsdale07 |
that's certainly something to think about chefan - but on the other hand it would maybe give people who never heard of TYPO3 a chance to test a ready made solution. |
| 16:20 |
chefan |
again: i doubt that ready made solutions in typo3 make sense |
| 16:20 |
chefan |
the worload involved would be far better invested in good tutorials and howtos |
| 16:20 |
dinsdale07 |
SfiSh, is this the file based wiki - I think I tried it as well but I liked the wiki from Mindtouch better. |
| 16:23 |
SfiSh |
i dont know this wiki |
| 16:23 |
dinsdale07 |
I will think about what you said - since I want to move from mindtouch and try a typo3 based solution I will have to work into this direction anyway |
| 16:23 |
dinsdale07 |
SfiSh, it's called dekiwiki and they offer a ready made image to download. |
| 16:24 |
SfiSh |
do u know the german magazine c't ? |
| 16:25 |
dinsdale07 |
yes - I'm german, but live in Canada :-( |
| 16:26 |
SfiSh |
they made a wiki comparsion in the last issue |
| 16:26 |
dinsdale07 |
really - is there something online? |
| 16:26 |
SfiSh |
opensource wiki comparsion i think |
| 16:26 |
SfiSh |
i dont think so |
| 16:26 |
dinsdale07 |
I already pay a fortune each month to get the t3n magazine delivered here ... |
| 16:27 |
dinsdale07 |
but thanks, I will check it out, maybe someone can scan it for me. |
| 16:27 |
SfiSh |
oh |
| 16:27 |
SfiSh |
sorry the ix was it |
| 16:27 |
SfiSh |
:D |
| 16:28 |
SfiSh |
issue 12.2008 |
| 16:28 |
dinsdale07 |
np - actually a friend of mine has an abo of this so i'll ask him. Did Typo3 show up in the comparison. (I know it's not a wiki :-) |
| 16:29 |
SfiSh |
dokuwiki |
| 16:29 |
SfiSh |
flexwiki |
| 16:29 |
SfiSh |
jspwiki |
| 16:29 |
SfiSh |
mediawiki |
| 16:29 |
SfiSh |
and twiki |
| 16:30 |
SfiSh |
google sites as off-site-service |
| 16:31 |
dinsdale07 |
strange they didn't include dekiwiki - IMO for what it is it's really not that bad. |
| 16:32 |
SfiSh |
there are too much wikis on the market |
| 16:32 |
SfiSh |
+ software with wiki functions |
| 16:32 |
dinsdale07 |
correct - and a wiki alone is often not enough anyway. |
| 16:34 |
SfiSh |
i ve to go |
| 16:34 |
SfiSh |
have a nice day :) |
| 16:34 |
dinsdale07 |
u too. cu |
| 16:45 |
Lars_rds |
Are there someone there knowing kb_cont_slide_0.1.1.t3x |
| 16:49 |
Jay7 |
what photo gallery is better suitable to show albums and thumbnails with captions? |
| 16:49 |
Jay7 |
btw, I have no DAM installed yet |
| 16:50 |
dinsdale07 |
Jay7, I think smoothgallery is a great Ext, supports dam or directory based galleries. |
| 16:51 |
Jay7 |
dinsdale07: can this gallery show thumbs with captions? I have not seen such demo/screenshots.. |
| 16:51 |
dinsdale07 |
Jay7, I don't think so, as far as I know captions only exist for the main image being displayed. |
| 16:52 |
Jay7 |
thats bad.. |
| 16:54 |
dinsdale07 |
Jay7, Actually I think it does. Check it out on Georg Ringer's site: http://www.rggooglemap.com/dev/rgsmoothgallery.html |
| 16:55 |
Jay7 |
ohh.. seems overcomplicated :) |
| 16:56 |
Jay7 |
ok, I'll check this out on my test installation.. |
| 16:57 |
dinsdale07 |
Jay7, you can simplify it. check out external thumbnails 1 and 2 if you don't want the Slider. |
| 17:19 |
PiMB |
I'm off guys, one week of snow! see you in a week! |
| 18:25 |
milpoer |
hi all. |
| 18:33 |
dinsdale07 |
hey milpoer, how is it going |
| 18:34 |
milpoer |
finet thanks, you ? |
| 18:34 |
milpoer |
fine even |
| 18:34 |
dinsdale07 |
not bad - still on the job? did you try the debugger? |
| 18:34 |
milpoer |
no i'm at home.. and tried to debug but couldnt get it to work. |
| 18:35 |
milpoer |
but i solved my cwt_community profile edit comment problem.. so the project is finsihed and delivered to the costumer. |
| 18:35 |
dinsdale07 |
great. I set up a virtual machine in virtualbox which is ready to debug, if you want you can download the image. |
| 18:36 |
milpoer |
its not a the server side the problem is, its at clietn side. |
| 18:37 |
dinsdale07 |
it's actually ubuntu 8.10 with a working eclipse setup, so it's the client side. all you need are the xdebug settings on the server. |
| 18:38 |
milpoer |
ok.. perhaps that not a bad idea then :) |
| 18:38 |
milpoer |
which information do you mean ? |
| 18:38 |
milpoer |
url and path? |
| 18:38 |
dinsdale07 |
do you have an ftp, I'll upload it for you if you want. |
| 18:39 |
milpoer |
yes 2 sec.. will have to create a user.. :) post the user/pass at msn. |
| 18:48 |
theconic |
hello, can someone make me the most easy example of using a marker in typoscript? |
| 18:49 |
theconic |
i just don't understand the way of creating and replacing them... |
| 18:50 |
theconic |
i need something like ...lib.mytext.value = hello ###NAME### |
| 18:51 |
milpoer |
where do you want to get the ##NAME### info from ? |
| 18:52 |
theconic |
from something like maks.NAME = Steffen |
| 18:52 |
milpoer |
i dont understand |
| 18:54 |
theconic |
something like http://phpfi.com/387739 |
| 18:55 |
milpoer |
i think you could do it like this: |
| 18:56 |
milpoer |
http://phpfi.com/387740 |
| 18:58 |
theconic |
this gives me "hallo {$NAME}" |
| 18:59 |
theconic |
doesn't replace anything |
| 18:59 |
milpoer |
2 secs |
| 19:00 |
milpoer |
hmm.. i use: 30.text = {$whereimagefrom} where "whereimagefrom" is set like "whereimagefrom = Fritdrop.dk - ét personligt touch!" |
| 19:00 |
milpoer |
and works fine for me.. |
| 19:01 |
milpoer |
dont think you should use the .value |
| 19:04 |
theconic |
milpoer can you send be the full TS snippet? |
| 19:04 |
theconic |
just doesn't work for me |
| 19:05 |
milpoer |
2 secs.. |
| 19:05 |
pat^ |
hi, i have defined the stdWrap property for tt_content. but i need to check if the actual content is a special plugin, if that is true i do not want to wrap the content element. could someone tell me how to do this? |
| 19:05 |
milpoer |
i use it within GIFBUILDER but |
| 19:05 |
milpoer |
i should work anyway. |
| 19:05 |
pat^ |
i can post the ts code if required |
| 19:05 |
theconic |
yes, please |
| 19:05 |
theconic |
hehe, i mean milpoer ;) |
| 19:06 |
milpoer |
i know :) 2 sec |
| 19:07 |
milpoer |
theconic: http://phpfi.com/387748 |
| 19:08 |
theconic |
milpoer: thanks, give me 2 minutes to read and understand it ... |
| 19:08 |
milpoer |
ok . |
| 19:11 |
theconic |
confused... does absolutely not work ;) |
| 19:11 |
milpoer |
hmm.. can i see your comple TS ? or the part regarding this ? |
| 19:14 |
theconic |
this is my complete extension template: http://phpfi.com/387752 |
| 19:14 |
theconic |
and i include the lib.markerchen |
| 19:14 |
theconic |
i mean i display it on the page |
| 19:16 |
theconic |
does my TV disable this functionality? |
| 19:16 |
milpoer |
no.. i use TV too. |
| 19:16 |
milpoer |
do you have an URL i can see ?? |
| 19:16 |
milpoer |
to see how its outputs |
| 19:17 |
theconic |
hm, one moent |
| 19:17 |
theconic |
everything's pw protected there... |
| 19:17 |
milpoer |
ok then.. |
| 19:17 |
milpoer |
can see that you havent moved the .value as i showed you. |
| 19:17 |
theconic |
but it outputs just what is after the " = " |
| 19:18 |
theconic |
and how should i move it? |
| 19:18 |
milpoer |
theconic: brb |
| 19:19 |
milpoer |
theconic: i'm back |
| 19:19 |
theconic |
milpoer: ok |
| 19:20 |
theconic |
how should i try without value? |
| 19:20 |
milpoer |
2 sec |
| 19:21 |
milpoer |
can you paste your ts again dont how it here in the new client. |
| 19:21 |
theconic |
milpoer: http://phpfi.com/387752 |
| 19:25 |
milpoer |
theconic: http://phpfi.com/387753 |
| 19:27 |
theconic |
is not replaced |
| 19:27 |
theconic |
... |
| 19:28 |
milpoer |
hmm. then i dont know.. it works for me.. |
| 19:29 |
theconic |
grrr... |
| 19:29 |
milpoer |
theconic: should i try to use your excat conf and see if i can ? |
| 19:29 |
theconic |
excat conf? |
| 19:30 |
milpoer |
yeah as you pasted http://phpfi.com/387752 |
| 19:32 |
theconic |
no i mean what is xcat conf? |
| 19:33 |
milpoer |
just your conf.. |
| 19:33 |
milpoer |
to test. |
| 19:33 |
theconic |
that i will find where? ^^ |
| 19:34 |
milpoer |
why.. i'm newbee to.. |
| 19:35 |
theconic |
so where is my conf? |
| 19:35 |
milpoer |
2 sec.. i have what i need right now. |
| 19:39 |
milpoer |
i found the error.. |
| 19:39 |
milpoer |
try to move your declaration for name to constants. |
| 19:39 |
milpoer |
i dont think this is the best way, but it works. |
| 19:41 |
theconic |
2 sec |
| 19:41 |
Lars_rds |
Hi are there someone there use kb_cont_slide_0.1.1.t3x |
| 19:41 |
theconic |
milpoer: works |
| 19:42 |
milpoer |
:) |
| 19:42 |
theconic |
now the last thing |
| 19:42 |
milpoer |
yes |
| 19:42 |
theconic |
does this also work if... |
| 19:42 |
milpoer |
let me serve you master :) |
| 19:42 |
theconic |
ok this works as well ;) |
| 19:43 |
theconic |
problem 2 out of 3 solved ;) |
| 19:43 |
theconic |
just let me test the 3rd one |
| 19:43 |
milpoer |
:) |
| 19:45 |
theconic |
milpoer: hmmm |
| 19:45 |
theconic |
the 3rd thing does not work |
| 19:45 |
milpoer |
shot.. :L) |
| 19:45 |
milpoer |
:) |
| 19:45 |
theconic |
how can i say name = TSFE:fe_user|user|username |
| 19:46 |
milpoer |
let me refrashe to be sure i understand.. |
| 19:46 |
milpoer |
if im logged in, the $name should be my username from fe_users ? |
| 19:47 |
theconic |
yes |
| 19:47 |
milpoer |
i think there is a plugin for for this welcome name think.. |
| 19:47 |
theconic |
or something else from the globals, but TSFE:fe_user|user|username would already be enough |
| 19:47 |
milpoer |
is it at all pages or just one ?? |
| 19:48 |
theconic |
no, the case is that i want to integrate it in different TS snippets |
| 19:48 |
theconic |
i can display it already |
| 19:49 |
milpoer |
ok.. so you just want to extend the name variable ? |
| 19:49 |
theconic |
but i can't insert those values in my TS with the {$blabla} method |
| 19:49 |
milpoer |
ah.. |
| 19:49 |
milpoer |
i see. |
| 19:49 |
milpoer |
how did you TS endup to be ?? |
| 19:50 |
theconic |
name = Peter in the constants |
| 19:50 |
theconic |
and ... lib.markerchen.10.value = hallo {$name} in the setup |
| 19:52 |
milpoer |
try to change to lib.markerchen.10.data = TSFE:fe_user|user|usernam |
| 19:52 |
milpoer |
so change value with dat |
| 19:52 |
milpoer |
data |
| 19:52 |
theconic |
hehe, yes, of course that works |
| 19:52 |
theconic |
;) |
| 19:52 |
theconic |
this is the way i used it before... |
| 19:52 |
theconic |
BUT |
| 19:52 |
theconic |
with this method ou can't build a string like: |
| 19:53 |
theconic |
lib.markerchen.10.data = TSFE:fe_user|user|usernam is living in TSFE:fe_user|user|adress and this sucks |
| 19:54 |
theconic |
but you could say lib.markerchen.10.value = {$person} is living in {$place} and he is happy with that |
| 19:55 |
milpoer |
what about in you contants name = TSFE:fe_user|user|username and |
| 19:55 |
milpoer |
place = TSFE:fe_user|user|adress |
| 19:55 |
milpoer |
and the {$person} is living in {$place} |
| 19:55 |
milpoer |
in vlaue. |
| 19:56 |
theconic |
nene, then it substitutes the {$...}, but does not write the global in the constants |
| 19:57 |
milpoer |
hmm.. |
| 19:57 |
milpoer |
2 min.. |
| 19:57 |
theconic |
so it will display TSFE:fe_user|user|username is living in TSFE:fe_user|user|adress |
| 20:01 |
milpoer |
theconic: what about something like this: [globalVar = TSFE:id = {$plugin.tx_srfeuserregister_pi1.confirmPID} ] |
| 20:02 |
theconic |
uah |
| 20:02 |
theconic |
what's this? |
| 20:02 |
milpoer |
:) |
| 20:02 |
theconic |
^^ |
| 20:02 |
milpoer |
http://www.scribd.com/doc/8421805/Manual |
| 20:03 |
milpoer |
found it here.. but not sure.. |
| 20:04 |
milpoer |
theconic: i found something but its in danish.. |
| 20:04 |
milpoer |
http://lists.netfielders.de/pipermail/typo3-ug-denmark/2007-June/005859.html |
| 20:05 |
milpoer |
but you luck.. i'm dane so i can help you understand.. |
| 20:05 |
theconic |
hehe |
| 20:08 |
milpoer |
do you understand the princip ?? |
| 20:08 |
theconic |
no |
| 20:09 |
theconic |
i think he only creates a html where many globals apper |
| 20:09 |
theconic |
but i need it in one string |
| 20:11 |
theconic |
i need this: myimage.file = fileadmin/{$username}/{$userpic}.jpg |
| 20:11 |
theconic |
and this only works with markers, because in one ".data" you can write only one variable |
| 20:12 |
milpoer |
hmm.. im not sure i can help you futher. |
| 20:12 |
theconic |
no clue how i can get the global into the constant? |
| 20:13 |
milpoer |
nope.. not right now. |
| 20:16 |
theconic |
hm |
| 20:16 |
theconic |
ok... |
| 20:17 |
theconic |
thanks nevertheless |
| 20:21 |
milpoer |
np. |
| 20:25 |
theconic |
Someone out here who knows how to get a Global into a Constant? |
| 21:01 |
dinsdale07 |
I'm getting spam via one of my typo3 contact forms - is there any sort of spam prevention for the building forms in typo3? |
| 21:01 |
dinsdale07 |
s/building/buildin :-) |
| 21:01 |
Jay7 |
dinsdale07: captcha? |
| 21:01 |
Jay7 |
but it's not built in :) |
| 21:02 |
dinsdale07 |
yep, and I don't like captcha to be honest. Because of spam you're sending your visitor through hoops. I quite like the 2+2 =4 thing |
| 21:03 |
Jay7 |
hehe.. |
| 21:04 |
theconic |
what is that 2+2=4 thing? ^^ |
| 21:05 |
dinsdale07 |
instead of a captcha with 5 unreadable signs you solve simple problems, like an image with 2+2= and you have to type in 4 |
| 21:05 |
dinsdale07 |
sure, not super safe but for smaller sites it should be alright. |
| 21:50 |
pond |
anyone know why a TYPO3 page would NOT show a "contains plugin" option? Does TV turn this option off? |
| 21:50 |
sorenmalling |
pond: What "contains plugin" are you referring to? |
| 21:52 |
pond |
uh... there is that drop-down on most pages when you set them up... it is titled "containsplugin" and tells the page to render as a module of a certain extension... |
| 21:53 |
pond |
typically DirectMail uses it... and the shop extension used it a lot |
| 21:53 |
pond |
I have a site where the "Standard" pages don't display the "contains plugin" option... very weird... but the sysfolders do |
| 21:54 |
pond |
oh yeah... DAM uses this too in some places |
| 21:55 |
pond |
click page icon > edit page properties > Contains Plugin is usually right under the place where you configure General Record Storage Page |
| 21:55 |
pond |
lol... i switch page to "Advanced" type... and it shows up... |
| 21:56 |
pond |
so weird |
| 21:56 |
dinsdale07 |
haha, I was just about to say that |
| 21:56 |
dinsdale07 |
On the other hand apart from the icon which changes I haven't been able to determine the usage of this option |
| 21:57 |
pond |
well... in this case... the new T3BLOG ext... the extension itself identifies where a blog is in the page tree by this "contains plugin" thing |
| 21:58 |
dinsdale07 |
never used this blog extension before - but sounds interesting. |
| 21:58 |
pond |
we'll see... testing it now |
| 23:20 |
Lars_rds |
Hi |