| 08:54 |
PiVars |
Hi there |
| 08:54 |
PiVars |
Ive got a question about... pivars ! |
| 08:58 |
PiVars |
Girls ? |
| 09:00 |
PiVars |
I can't get a var back from a FORM, even though it's names with tx_myextname['varname'] |
| 09:00 |
PiVars |
named* |
| 09:07 |
mquintus |
read html documentation. The form itself doesn't need to be named. |
| 09:08 |
PiVars |
I meant the input fielt, the textbox, is named like that |
| 09:11 |
_pedda_ |
hi all |
| 09:20 |
PiVars |
Hi |
| 09:21 |
PiVars |
<form method="POST" action="###SEARCH_ACTION_3####3" style="text-align: left;"> |
| 09:21 |
PiVars |
<input type="text"value="" name="tx_myextname[varname]" /> |
| 09:21 |
PiVars |
... |
| 09:21 |
PiVars |
$this->piVars['pename']; |
| 09:21 |
PiVars |
Here's the code I'm using, if it helps.. |
| 09:30 |
mquintus |
look how other extensions load the piVars |
| 09:31 |
mquintus |
have you tried setting the pivar as a get parameter? |
| 09:31 |
mquintus |
like http://mypage.com/?tx_myextname[varname]=test&tx_myextname[varname2]=another_test |
| 09:33 |
mquintus |
have you set the class variable $extKey? |
| 09:40 |
PiVars |
Umm let me check the extKey var, you might have found the problem ! |
| 09:43 |
PiVars |
nop :/ all set |
| 09:49 |
PiVars |
var $prefixId = 'tx_myextname_pi1'; |
| 09:49 |
PiVars |
var $extKey = 'extname'; |
| 09:49 |
PiVars |
so I was wrong, I was forgetting the '_pi1', but still not working. The GET way is not working also, should it ? |
| 10:12 |
_pedda_ |
i still have a problem with the proper setup of tt_address |
| 10:13 |
_pedda_ |
i created a folder with records, placed the plugin on a page, copied the whole setup from static setup file to my ext template, adjusted pidlist to my sysfolder's id but nothing is rendered in fe |
| 10:15 |
_pedda_ |
i use the newest t3 + tv version , php 5.2.8 , mysql 5.0.51 |
| 10:15 |
_pedda_ |
any hints ? |
| 10:19 |
_pedda_ |
hmm i will use something else.. |
| 10:19 |
_pedda_ |
forget about it ^^ |
| 10:25 |
PiVars |
well.. even if I try a very simple $_GET['setted'] and &setted=yes in the url, it doesnt work ! |
| 11:05 |
rsc |
Hello folks. Is there a way to get Typo 4.1 (old, yes) running with PHP 5.3? It seems to work so far, but login in admin backend isn't possible any longer as it seems. |
| 12:14 |
zimmski |
I have a typo3 instance with mod_rewrite and realurl enabled. How can I forward all requests to a frontend plugin which can't be handled by typ3 (for instance /Home is a content and /Event should be handled by the frontend plugin) |
| 12:17 |
MasterYin |
Hey Everyone :) |
| 12:19 |
MasterYin |
I'm just searching the way to set actions being deployed while installing my extension, I want some files to be copied and a folder to be created... how to? *confused* |
| 12:21 |
pmk65 |
MasterYin: You can create an update class in your EXT. With that you get an extra dropdown item, called "UPDATE!". |
| 12:22 |
pmk65 |
In that class you can put in code to copy the files around. |
| 12:22 |
MasterYin |
how to create this update-section? |
| 12:24 |
pmk65 |
create a file named "class.ext_update.php" in the root of your ext folder. |
| 12:26 |
pmk65 |
MasterYin: You can see an example of one, in one of my ext: -> http://typo3.org/extensions/repository/view/pmkautokeywords/current/info/ |
| 12:28 |
MasterYin |
thx... with this help I should handle it :) Just need to find the option to access files in the .t3x archive |
| 12:33 |
zimmski |
can anyone help me please? :) |
| 12:40 |
pmk65 |
MasterYin: http://forum.typo3.fr/lofiversion/index.php/t9770.html |
| 14:15 |
nd_ |
Any way to display logged in BE-Users in the backend? |
| 14:35 |
ries |
nd_: for me that shows already |
| 14:39 |
teppi|work |
nd_, User admin -> drop down: List users online |
| 15:22 |
Bluespuke |
hi @ all |
| 15:28 |
Bluespuke |
_pedda_, do you remember our discussion about a cheatsheet? |
| 15:29 |
_pedda_ |
yeah |
| 15:29 |
_pedda_ |
you got one ? |
| 15:29 |
Bluespuke |
i found the table i was looking for the other day in the typo3 cookbook xD |
| 15:29 |
_pedda_ |
hehe |
| 15:29 |
_pedda_ |
oreillys cookbook ? |
| 15:29 |
Bluespuke |
yeah |
| 15:29 |
_pedda_ |
good book! |
| 15:29 |
Bluespuke |
page 208 (german version) |
| 15:29 |
_pedda_ |
^^ |
| 15:30 |
Bluespuke |
just for the records^^ |
| 15:30 |
_pedda_ |
but the 2. release of the book.. (leaved at home) |
| 15:30 |
Bluespuke |
yes |
| 15:31 |
_pedda_ |
i only have the 1st release in the office |
| 15:31 |
_pedda_ |
but i saw them in that book as well a few months ago ^^ |
| 15:32 |
_pedda_ |
but for the next time: use firebug to analyze the fields in be in order to get the names of the columns in the database |
| 15:32 |
_pedda_ |
which is much faster ^^ |
| 15:32 |
_pedda_ |
than looking them up in the book or via phpmyadmin |
| 15:32 |
Bluespuke |
sure^^ |
| 15:58 |
nd_ |
teppi|work: Nice... I had hoped for something in the link-column on the left, but still good to know |
| 16:11 |
pmk65 |
is anyone here using opera? |
| 16:23 |
Bluespuke |
pmk65: not often but just for testing layouts |
| 16:24 |
pmk65 |
Bluespuke> what version? |
| 16:25 |
Bluespuke |
10 beta 2 |
| 16:25 |
Bluespuke |
(build 1642) |
| 16:26 |
pmk65 |
can you test an url for me? |
| 16:26 |
pmk65 |
http://www.sharemation.com/typo3test/canvasalphablend/alphablend.html |
| 16:26 |
pmk65 |
drag the blue slider, and click on some of the mask thumbs, and see if the big picture changes according to the mask. |
| 16:28 |
Bluespuke |
nice :p |
| 16:28 |
Bluespuke |
all masks are working fine for me |
| 16:29 |
pmk65 |
and the big picture changes? |
| 16:31 |
Bluespuke |
yes |
| 16:32 |
pmk65 |
are you using FF too? |
| 16:33 |
pmk65 |
If you use FireFox v3.5+ (PC version), can you test it in that too? |
| 16:37 |
Bluespuke |
sure |
| 16:38 |
Bluespuke |
FF 3.5.1 shows nothing |
| 16:38 |
pmk65 |
damn. |
| 16:39 |
Bluespuke |
just the hippo at onload but when i click on a mask or the slider, the pic disappears |
| 16:39 |
Bluespuke |
but the preview alpha mask works fine |
| 16:39 |
pmk65 |
Mac FF3.5.2 works, and so does my FF3.01 + Safari, so I guess FF3.5 PC is buggy, when it comes to the globalCompositeOperation function :( |
| 16:50 |
ries |
is there a way to let typo3 generale a list of all user_int extensions/typoscript code?? |
| 16:52 |
pmk65 |
ries: do you have the "extdeveval" ext installed? |
| 16:52 |
tPl0ch |
hi, is there a way to execute php code in HTML templates? |
| 16:53 |
ries |
pmk65: Nope |
| 16:53 |
ries |
pmk65: should that give me the required info?? |
| 16:54 |
pmk65 |
in that ext. there's an option "Dump templates table". AFIK. it dumps a list of ALL TS used |
| 16:54 |
pmk65 |
both setup and constants. |
| 16:57 |
ries |
pmk65: Actuually, I was wondering if I could get that indo during page rendering in the admin menu... |
| 16:57 |
pmk65 |
tPl0ch: nope. |
| 16:57 |
pmk65 |
ries: I never use the admin panel. so I can't help you with that. :/ |
| 16:58 |
ries |
pmk65: me neither...... but I had to put print statements in teh core again :s |
| 16:58 |
ries |
I woudl expect, because TYPO3 is so picky on caching that there is a easy way to tell me if something is no_cache and/or user_int :s |
| 16:59 |
tPl0ch |
pmk65: I need to substitute a hard coded url in an HTML Template with dynamically created ones from _GET Scope. How would I achieve that? |
| 17:00 |
pmk65 |
tPl0ch: Create a marker instead of the hardcoded url, and then replace the marker with the value you get from the GET parameter |
| 17:00 |
ries |
tPl0ch: use a marker with some TS stuff |
| 17:00 |
pmk65 |
:p |
| 17:00 |
ries |
be carefull with XSS |
| 17:00 |
_pedda_ |
lol |
| 17:01 |
ries |
pmk65: I still do know something off typo3.... :D |
| 17:01 |
_pedda_ |
hehe |
| 17:01 |
_pedda_ |
a bit OT |
| 17:01 |
_pedda_ |
i have some problems with piwik and extending it with two additional comments |
| 17:02 |
_pedda_ |
-comments + columns |
| 17:02 |
_pedda_ |
can someone help me out with modification of a query ? i'm not that into programming |
| 17:04 |
_pedda_ |
http://pastie.org/569787 <- this is my modified query (line 6 and 7 are fields in the db) |
| 17:05 |
_pedda_ |
instead of a date i always get 4018 (wtf?!) |
| 17:06 |
_pedda_ |
http://imagebin.org/58183 |
| 17:06 |
ries |
_pedda_: That query can bever reliably give you proper results |
| 17:06 |
ries |
in fact... your RDBM should bail out on that query..... but I assume this is MySQL code?? |
| 17:07 |
_pedda_ |
yes |
| 17:07 |
ries |
read up-on using aggregates... |
| 17:07 |
_pedda_ |
table aggregation? |
| 17:07 |
ries |
For example you cannot do this SELECT a,b,sum(c) FROM t group by a |
| 17:08 |
ries |
because what values are taken for b??? |
| 17:11 |
tPl0ch |
pmk65: how would I create new markers in sr_feuser_register |
| 17:13 |
_pedda_ |
tPl0ch: there is a tutorial in the docu of sr_feuser_register |
| 17:46 |
ries |
pmk65: adding this if ($ext=='INT') t3lib_div::print_array($conf); in function USER(...) does the trick |
| 18:03 |
_pedda_ |
cu all |
| 18:05 |
ries |
_pedda_: seeya |
| 19:37 |
smux_ |
hello, is there a way to get the rootline from a page's id in PHP extension ? Or I have to build my own recursivly function ? |
| 19:57 |
m4rtijn |
hi all |
| 20:11 |
ManDay |
Hello, I'm trying to use <lex> tags for the "Glossary Extended" - the lex tags do indeed get converted to links in my output html, but the link is just targeting my rootpage and is not directing to the glossary! |
| 20:25 |
ManDay |
Hello, I'm trying to use <lex> tags for the "Glossary Extended" - the lex tags do indeed get converted to links in my output html, but the link is just targeting my rootpage and is not directing to the glossary! |
| 20:33 |
m4rtijn |
ManDay: sounds like you forgot some constant or setting from the extension |
| 20:33 |
ManDay |
I think you are right |
| 20:34 |
ManDay |
I did some testing and it does not appear to see the Tsvars i set in the template |
| 20:34 |
ManDay |
Any idea why? |
| 20:34 |
ManDay |
In my root template I added a line "plugin.tx_sgglossary_pi1.displayPageID = 56", as the tutorial says, but it doesnt help |
| 20:35 |
ManDay |
aaaaaaaaaahj |
| 20:35 |
ManDay |
wait a minute |
| 20:35 |
ManDay |
yep! |
| 20:35 |
ManDay |
yepyepyep |
| 20:35 |
m4rtijn |
hehe |
| 20:35 |
m4rtijn |
what was it? |
| 20:47 |
ManDay |
i used the modified version of "glossary extended" namely "glossary extended localized", so the constant in the script should have been "plugin.tx_sgglossary_pi1.PIDitemDisplay" but instead "plugin.tx_sgglossaryext_pi1.PIDitemDisplay" |
| 20:47 |
ManDay |
*should not |
| 20:48 |
ManDay |
thanks for the hint mate :) |
| 21:31 |
ManDay |
Can anyone tell me how to make the RTE in typo3 accept custom tags such as <lex> ? |
| 21:36 |
voidus |
ManDay: there were a good article about that... afaik at the buzz.typo3.org |
| 21:37 |
voidus |
ManDay: http://buzz.typo3.org/people/soeren-andersen/article/inserting-content-elements-in-the-rte/ |
| 21:38 |
ManDay |
thanks |
| 21:41 |
ManDay |
so this will prevent the RTE from converting the custom tags into html entities, voidus ? |
| 21:43 |
ManDay |
the example is a bit confusing tho, because of the ambiguous use of "content" |
| 21:43 |
voidus |
i think it should... but there were separate thing... preventTags or so... |
| 21:43 |
ManDay |
the simpler the better, u know |
| 21:43 |
voidus |
or preserveTags... |
| 21:44 |
voidus |
ManDay: that sentense is not about typo3... |
| 21:44 |
ManDay |
my guess for this one would be "lib.parseFunc_RTE.tags.content = ????" |
| 21:44 |
ManDay |
voidus, say again?! |
| 21:44 |
voidus |
ManDay: what? |
| 21:44 |
ManDay |
<voidus> ManDay: that sentense is not about typo3... <--- i dont understand what you mean |
| 21:45 |
voidus |
ah... the simpler is the better. but that sentense is not about typo3. typo3 is complicated... |
| 21:46 |
ManDay |
well, the lighter the solution the better is what i was trying express here |
| 21:46 |
voidus |
yes.. |
| 21:46 |
mquintus |
I recommend using tineMCE instead of RTE. It's way easier to configure. |
| 21:46 |
ManDay |
I think the first help you gave me is something about parsing something into the custom tags - not just about preventing the RTE from desytroing them |
| 21:47 |
ManDay |
mquintus, appreciated, but that's really not my thing. |
| 21:47 |
voidus |
lib.parseFunc_RTE.tags.lex = USER |
| 21:47 |
ManDay |
and that's all? great, ill put this in my main template |
| 21:47 |
voidus |
no, that's not... |
| 21:47 |
ManDay |
argh |
| 21:47 |
ManDay |
ok, what else? |
| 21:47 |
voidus |
what do you want to do with your custom tags? |
| 21:48 |
ManDay |
they are already being dealt with by the Glossary extention. they even already work |
| 21:48 |
voidus |
how they should be rendered on the page? |
| 21:48 |
ManDay |
i just have to make the RTE put them straight as they are into the db |
| 21:48 |
voidus |
aah.. |
| 21:48 |
ManDay |
the std parser for tt_concent is already set up |
| 21:48 |
voidus |
so you need another option |
| 21:48 |
ManDay |
ok? |
| 21:53 |
ManDay |
voidus? |
| 21:54 |
ManDay |
what option do i need? |
| 22:00 |
voidus |
ManDay: cannot find... googling |
| 22:00 |
ManDay |
oh sorry |
| 22:01 |
ManDay |
voidus, http://lists.netfielders.de/pipermail/typo3-english/2005-June/007478.html |
| 22:01 |
ManDay |
i think that it is |
| 22:01 |
voidus |
aha, allowtags |
| 22:01 |
ManDay |
do i have to put this in my root template? |
| 22:03 |
voidus |
ManDay: afaik it is page TS config... so you need to put it into page TS config field of your root page |
| 22:03 |
ManDay |
isnt tsconfig and template the same? |
| 22:04 |
ManDay |
just tsconfig is on per-page basis and a template goes down the tree? |
| 22:05 |
voidus |
1) ts template and ts config is different things 2) yes |
| 22:10 |
ManDay |
Is there any significant difference between the "constants" template and the "template" template? |
| 22:12 |
ManDay |
can i crop out anything or do i have to use the whole bunch? |
| 22:13 |
ManDay |
will RTE.default.proc.HTMLparser_rte.allowTags = lex not suffice to prevent the RTE from messing up the tag? |
| 22:15 |
pmk65 |
ManDay: http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/3/9/ |
| 22:15 |
ManDay |
a thanks, great |
| 22:15 |
ManDay |
a short comment on what the other allowTag lines are good for, maybe? |
| 22:17 |
ManDay |
pmk65, didn't work (I put the two lines in the global constant template). When I edit a tt_content element as HTML and save it, after I saved it the tags are parsed again |
| 22:19 |
ManDay |
oh tsconf i c |
| 22:21 |
ManDay |
ah no still no success |
| 22:21 |
pmk65 |
I rarely use HTMLArea myself anymore (I prefer TinyMCE RTE) but all the options should be explained in the HTMLArea manual. |
| 22:23 |
ManDay |
ok, got it to work |
| 22:23 |
ManDay |
cheers all |