| 05:26 |
yakoi |
hi there! I'm trying to mount a branch that contains shortcuts to first subpage. These don't seem to work. I've read posts dating from 2005 stating that mountpoints simply can't handle shortcuts. Is there still no way to work around this problem ? thanks in advance. |
| 06:23 |
nkuttler |
yakoi: just a guess, make that shurtcut a mount point too.. |
| 06:23 |
nkuttler |
wait, the shortcut points further down the tree? |
| 06:24 |
nkuttler |
as in away from / |
| 08:40 |
MasterYin |
Morining Everyone... |
| 08:42 |
MasterYin |
Just a simple Question... Newbee-Question I think but never done so far... I search a way how to let my FE-Users Change there Profil-Data (Full-Name, PW, ...), I create all Users manually in the BE they should only edit them self when logged in |
| 09:32 |
schwaiger |
good morning |
| 09:34 |
_pedda_ |
hi all |
| 09:36 |
dec |
lo |
| 10:11 |
mangan |
Hell everybody |
| 10:12 |
mangan |
I have got a question on Typoscript: How can I use GPvar: somearray ? |
| 10:13 |
mangan |
because when just write it like that, of course all you see is the string "array" |
| 10:14 |
mangan |
hi _pedda_ I used mailformplus with custum marker and set marker to a php_script to get the dynamic forms i wanted ... |
| 10:15 |
_pedda_ |
and it worked ? |
| 10:16 |
mangan |
yes |
| 10:17 |
_pedda_ |
nice :) |
| 10:18 |
mangan |
but showing the dynamic form is only one part, now I try to get the content in typoscript and therefor I either need to display arrays from the form with typoscript or again include php script that generates typoscript content elements |
| 10:18 |
mangan |
I don't yet know how to do any one of those |
| 10:19 |
snoy_ms |
Hey all. Most of you changed to templa voila ? Or still automaketemplate + (rlmp_tmplselector) gu |
| 10:19 |
snoy_ms |
sorry wrong copy paste.. |
| 12:27 |
kinea |
i want to add the possiblity to the t3 core to set/unset TCA settings by using typoscript on a page ts setup. somone wants to add an idea to this? |
| 13:14 |
Phlogi |
anyone knows where this text at the end of the page comes from? <!-- Cached page generated 13-02-09 00:17. Expires 14-02-09 00:17 --> |
| 13:34 |
kinea |
Phlogi: /sysext/cms/tslib/class.tslib_fe.php:1878 |
| 13:34 |
Phlogi |
kinea: how can i disable it? |
| 13:35 |
kinea |
i dont know |
| 13:35 |
Phlogi |
the thin is that I want to just return my content from a php extension, nothing more, as it is parsed by some js in FE |
| 13:35 |
Phlogi |
for now I just did exit() after my content |
| 13:36 |
kinea |
Phlogi: if ($this->TYPO3_CONF_VARS['FE']['debug'] || $this->config['config']['debug']) { |
| 13:37 |
kinea |
the message is only added in debug mode |
| 13:37 |
Phlogi |
oh thanks a lot :) |
| 13:37 |
kinea |
np |
| 13:37 |
kinea |
the file was allready open in my ide |
| 13:38 |
Phlogi |
:) |
| 13:40 |
snoy_ms |
hey all. How do you implement html templates ? automaketemplate + tmplselector or without ? Another thing, did you use subparts or everytime a complete new html template? |
| 13:41 |
snoy_ms |
i just want o know what most of you uses |
| 13:41 |
teppi|working |
depends on .. |
| 13:42 |
teppi|working |
i we have a site which would require many different templates i would prefer templa voila |
| 13:42 |
teppi|working |
if its a simple site i prefer automaketemplate |
| 13:42 |
teppi|working |
with one or two basic templates |
| 13:42 |
teppi|working |
no submarkers or stuff like that |
| 13:43 |
teppi|working |
special things are built in plugins or typoscript |
| 13:43 |
snoy_ms |
ok, that means. Pages with subtemplates you would use tv with fce ? |
| 13:43 |
teppi|working |
yes |
| 13:44 |
snoy_ms |
iam afraid to use it in a project when i need some records from different pages because of the xml structure...thats why i thought about to it in "old" style. |
| 13:45 |
snoy_ms |
but thanks so far...would be nice to here other admins. |
| 14:05 |
TaucherMK |
snoy_ms: TV for every site |
| 14:11 |
snoy_ms |
TaucherMK: You use tv for every site ? |
| 14:12 |
snoy_ms |
TaucherMK: I thought there are still problems different Workspace for example |
| 14:15 |
mangan |
Please help: I still need to generate Typoscript CONTENT objects from PHP - does anyone have a snippet to do this? |
| 14:27 |
TaucherMK |
mangan: CONTENT is capable of stdwrap, so why don't you use userFunc? |
| 14:38 |
mangan |
@Taucher: can you return arrays with userfunc? |
| 14:42 |
mangan |
@Taucher: up to now I only used userfunc to return single value like return $res['any_id'] - I also used $conf['value'] to pass parameters to the function ... but I never solved the problem HOW to display ARRAYS |
| 14:54 |
animan |
when using HMENU, is it possible to not show the pages on the same level but only the active one? |
| 15:14 |
dexcs |
hi all.... |
| 15:15 |
dexcs |
question: i get an image with typoscript from db. I want NOT to display the image but i want only resize it and get the "resised" image name (like "48rf82erdh.gif"). |
| 15:16 |
dexcs |
without resize it's working |
| 15:16 |
dexcs |
but with resizeing the image? |
| 15:29 |
mangan |
@taucher: I rebuilt it with userfunc .. As you said there is stdwrap function available and I return a cObject to Typoscript ... but still it is displayed as "array" |
| 15:49 |
Phlogi |
what are you using for anti spam of forms? |
| 15:51 |
dinsdale07 |
there was an extension in the TER - spamshield. Looked interesting, haven't tried it yet though. |
| 15:53 |
Phlogi |
dinsdale07: using timtab_badbehaviour still |
| 15:53 |
Phlogi |
but its not updated |
| 15:53 |
Phlogi |
so I just did that |
| 15:53 |
dec__ |
i use sr_freecap, but its producing really ugly images |
| 15:54 |
kinea |
someone knows, where i can find a pages tsssetup in TSFE ?the TSFE is really big. |
| 15:54 |
kinea |
o mean the FE ts setup |
| 15:55 |
Phlogi |
does this work for you too? http://www.phlogi.net/t3/tspastebin/?tx_pastebin_pi1[testing]=yeah |
| 15:55 |
Phlogi |
I just added some fancy ajax stuff |
| 15:55 |
Phlogi |
kinea: there is an ext that lets you browse through it |
| 15:56 |
Phlogi |
hmm timtab_badbehaviour just slows down everything so much |
| 15:56 |
dinsdale07 |
Phlogi, you have problems with spam on your paste site? |
| 15:56 |
Phlogi |
dinsdale07: only one now :D |
| 15:57 |
Phlogi |
I mean its so easy to install badbehav.. so |
| 15:58 |
dinsdale07 |
nice that ajax stuff - a bit slow in loading maybe but fancy . |
| 16:01 |
Phlogi |
dinsdale07: hihi... come on :) that doesn't matter... because in the background it does submit your post... so that after reload the url is correct now :) |
| 16:01 |
Phlogi |
i will make the one effect faster though |
| 16:01 |
Phlogi |
ah now badbehaviour is fast again :) |
| 16:01 |
kinea |
Phlogi: you rememebr the name of that ext? |
| 16:01 |
Phlogi |
kinea: which one? |
| 16:02 |
kinea |
where i can browse through tsfe? |
| 16:02 |
kinea |
i there also a search funktion? |
| 16:02 |
kinea |
that would be so helpful |
| 16:04 |
Phlogi |
kinea: ah that one... |
| 16:04 |
Phlogi |
hold on a second |
| 16:05 |
Phlogi |
sg_showdoku |
| 16:06 |
Phlogi |
or: cc_feinfo |
| 16:06 |
Phlogi |
not sure |
| 16:06 |
Phlogi |
the cc one IMHO |
| 16:06 |
Phlogi |
:) |
| 16:06 |
Phlogi |
kinea: ^^ |
| 16:06 |
Phlogi |
dinsdale07: now its fast enough? |
| 16:06 |
kinea |
thank you Phlogi |
| 16:07 |
Phlogi |
you're welcome |
| 16:07 |
dinsdale07 |
Phlogi, mustard !! |
| 16:07 |
Phlogi |
dinsdale07: yeah I like it :) |
| 16:07 |
Phlogi |
jQuery is really cool |
| 16:08 |
Phlogi |
now I need to clean up all my fake idiotic pasts :D |
| 16:09 |
Phlogi |
dinsdale07: maybe I should upload this extension to TER/forge one day |
| 16:11 |
dinsdale07 |
your pastebin? definitly, looks like a nice ext. I didn't know until now it's typo3 |
| 16:12 |
Phlogi |
dinsdale07: yes, its my work... of course its a typo3 extension... and as far as I can see, it looks even almost complete |
| 16:12 |
Phlogi |
I mean I already chose some icon and such :) |
| 16:13 |
dinsdale07 |
already written a manual ? :-) |
| 16:14 |
Phlogi |
dinsdale07: nope, thats of course missing :) |
| 16:15 |
Phlogi |
Hi guys. Happiness lies in the joy of achievement and the thrill of creative effort. I am from Ku |
| 16:15 |
Phlogi |
thats spam :D |
| 16:16 |
Phlogi |
apart from it, it looks good |
| 16:24 |
animan |
is it possible to set HMENU to show my parent page (without other pages on same level) and it's subpages? |
| 16:25 |
animan |
i don't want to hardcode the pid-s in there so i could use this TS in similar situations without having to change the code |
| 16:25 |
Phlogi |
has anyone ever used geshilib? It just does not work here :S |
| 16:25 |
animan |
but using entryLevel includes all the pages in that level |
| 16:27 |
Phlogi |
I'm following this, but it does not work |
| 16:44 |
Briareos1 |
i want to display hidden records in "insert content"-element. (how) is that possible? |
| 16:50 |
just_bjoern |
hey guys , i need fast helpplease. after the update to 4.1.10 the fe_user automaticly logges out after a login |
| 16:50 |
just_bjoern |
does anyone know what it can be ? |
| 16:53 |
Phlogi |
I use this code to set the title tag according to the paste used... http://paste.phlogi.net/-efc3a0b9b6/ |
| 16:54 |
Phlogi |
however the browser seems to cache it... so its not changed |
| 16:54 |
Blalbub |
Hey I'm a noob. How can I append something at the bottom of tt_content from TScript? |
| 16:54 |
Phlogi |
after a new post is made |
| 16:56 |
Blalbub |
Hey I'm a noob. How can I append something at the bottom of tt_content from TScript? |
| 16:58 |
dinsdale07 |
Blalbub, I'm not sure I understand your question. |
| 17:00 |
Blalbub |
dinsdale07: hey i`d like to append some PHP output to tt_conten from TS template. |
| 17:02 |
dinsdale07 |
hm, not sure if it makes sense but maybe with tt_content.marker = USER . Do you want to define a new content element? |
| 17:02 |
Blalbub |
dinsdale07: something like tt_content.stdWrap.append but for a whole page |
| 17:03 |
Blalbub |
dinsdale07: actually i want to have a new element, which is going to be the last one on the page |
| 17:04 |
Phlogi |
hmm I can't find out how to make my TS not cached |
| 17:05 |
dinsdale07 |
Blalbub, I don't think you do that in tt_content. I think tt_content is to define CE types. |
| 17:05 |
dinsdale07 |
Blalbub, you would have to do that in the page rendering process. either directly on your page object or you need a marker if you are using templavoila. |
| 17:06 |
Blalbub |
dinsdale07 i use templavoila, can u be a little more precise? |
| 17:06 |
Blalbub |
dinsdale07: i just want to show php output under the last content element |
| 17:07 |
just_bjoern |
does nobody knows what the login-problem after the updat caused `? |
| 17:08 |
dinsdale07 |
let's say you have <div id="col2"> </div> where your content is mapped. If you map another div below as Typo3 script object path you can talk to it via TS. |
| 17:09 |
dinsdale07 |
just_bjoern, are you talking about problems with the FE login? |
| 17:09 |
Blalbub |
dinsdale07 like lib.bla |
| 17:09 |
just_bjoern |
dinsdale07: yes |
| 17:09 |
Blalbub |
dinsdale07: the problem is that i dont want to remap |
| 17:09 |
just_bjoern |
Blalbub: that ist the fastes way |
| 17:10 |
Blalbub |
dinsdale07: since this additional php only occures in one |
| 17:10 |
Blalbub |
dinsdale07: well now i modify tt_content.stdWrap... with 1 element on the page it works fine |
| 17:10 |
dinsdale07 |
then look for an extension which allows you to paste TS as a CE in the page module. There should be several in the TER. |
| 17:11 |
dinsdale07 |
just_bjoern, what are your problems. I have random disconnects and I have to clear cookies/authenticated sessions to be able to connect again in 4.2.6 |
| 17:11 |
Blalbub |
dinsdale07: oO TS CE? |
| 17:12 |
dinsdale07 |
Blalbub, TS = typoscript. CE = Content Element. There are plugins which allow you to write typoscript directly into the pagemodule. |
| 17:13 |
dinsdale07 |
but your solution with tt_content.stdWrap looks interesting too - if it works. |
| 17:15 |
dinsdale07 |
Blalbub, http://typo3.org/extensions/repository/view/tscobj/current/ there are others I think. |
| 17:15 |
Blalbub |
tscobj |
| 17:15 |
chefan |
Blalbub: the idea being to have some default content as last content element on every page where you configure it via TS? |
| 17:15 |
Blalbub |
I just found it myself |
| 17:15 |
Briareos1 |
can i display "invisible" records using insert records? |
| 17:16 |
Blalbub |
chefan: i just found it to be the quickest solution to add some php generated output to the webpage |
| 17:19 |
Blalbub |
dinsdale07: tscobj is what i need! thank you so much!!! |
| 17:19 |
dinsdale07 |
happy if I can help :-) |
| 17:19 |
chefan |
nice |
| 17:21 |
Blalbub |
dinsdale07: lets see how i can extract images from page`s resources in php ;) |
| 17:27 |
dinsdale07 |
Blalbub, I think you can get a long way already in TS. look at tsref "select" or you can use the ressources field in the page properties. |
| 17:28 |
caliel |
Hello everybody. |
| 17:35 |
dinsdale07 |
when is the next typo3 bugday? |
| 17:55 |
Blalbub |
dinsdale07: $this->cObj->data["media"] is empty :( why? |
| 18:04 |
Blalbub |
or a reason the image does not apper in media |
| 18:27 |
Blalbub |
Again: $cObj->data["media"] is empty |
| 18:32 |
baltrun111 |
I am looking for irc://irc.freenode.net/#plone |
| 18:34 |
Blalbub |
dinsdale07: ping |
| 18:38 |
baltrun111 |
thanks |
| 18:48 |
Blalbub |
templavoila seems to clean media field! |
| 23:08 |
paddyez |
anyone here with experience with reverse proxy and ssl? |
| 23:28 |
[Francesco] |
Hi. How i can get rid of the not valid ">" and "<" in the typo3 pagebrowser ? |