| 08:57 |
PiMB |
morning all |
| 09:26 |
Bluespuke |
morning |
| 09:27 |
Bluespuke |
(and a happy new year btw) |
| 09:29 |
nd__ |
Aloha |
| 09:30 |
nd__ |
I'm getting an SQL-error while trying to add an object to my repository (extbase). The row is added to the database but the property fields are omitted... ideas/clues? |
| 10:20 |
lindbergh |
hallo chan |
| 10:20 |
PiMB |
hi |
| 10:21 |
lindbergh |
can anyone help me with TS problem |
| 10:21 |
PiMB |
don't ask, just ask ;) |
| 10:22 |
lindbergh |
I am fine with php, and templating but with TS....have huge problems |
| 10:22 |
lindbergh |
http://pastebin.com/d5e719fc1 |
| 10:22 |
lindbergh |
this code wraps <a> tag into <ul> and <li> |
| 10:23 |
PiMB |
okay, |
| 10:23 |
PiMB |
what's the problem? |
| 10:23 |
lindbergh |
I want to remove that <a> tag |
| 10:23 |
lindbergh |
and instead of that |
| 10:23 |
lindbergh |
only to wrap normal text |
| 10:23 |
lindbergh |
so <ul><li><a>...</li></ul> -------> <ul><li>text</li></ul> |
| 10:24 |
PiMB |
only the CUR |
| 10:25 |
PiMB |
? |
| 10:25 |
PiMB |
or all? |
| 10:25 |
lindbergh |
only cur |
| 10:26 |
PiMB |
just a sec. |
| 10:26 |
PiMB |
looking for the exact syntax |
| 10:27 |
Prot0 |
hola |
| 10:27 |
PiMB |
WB mate |
| 10:27 |
Prot0 |
:] |
| 10:31 |
PiMB |
add a CUR.doNotLinkIt = 1 |
| 10:31 |
PiMB |
I think it's correct at least, not tested |
| 10:31 |
PiMB |
so +1 for readin |
| 10:31 |
PiMB |
g |
| 10:35 |
lindbergh |
let me try |
| 10:37 |
lindbergh |
this option completely removes CUR element |
| 10:38 |
lindbergh |
no <ul>, no <li>, no <a> |
| 10:38 |
lindbergh |
I tried also with NO.doNotLinkIt = 1 |
| 10:38 |
lindbergh |
but same result |
| 10:41 |
Bluespuke |
i have a doubt about indexed search: each time the indexing is done, the info-module shows one more entry for each page. isn't it possible to hold just 1 and drop the rest? |
| 10:58 |
milpoer |
hi all. I'm using the sr_emailsubscribe ext, and want to use another input form, from my left menu-bar to sign to a newsletter, is it possible to skip the first page of submitting information if the info is send through the url ? and then start at the confirmation page instead of the create page ? |
| 11:00 |
Prot0 |
probably, did you read the manual? |
| 11:04 |
milpoer |
yes.. but didn't find anything.. |
| 11:05 |
milpoer |
i'm googling right now.. |
| 11:13 |
milpoer |
i found a solution, if i copy/paste the generated form from the plugin, i can redesign it, and insert as html-element, where i want. |
| 11:29 |
Prot0 |
sounds like a very nasty workaround |
| 11:29 |
PiMB |
sounds great |
| 11:35 |
milpoer |
not nasty.. just alternative ;) |
| 11:41 |
Denjerek |
hey pulp |
| 11:54 |
cdngfrog |
Does anyone know where to find the getLL (or similar) function in an ExtBase controller? |
| 12:57 |
nd__ |
Does anyone have an idea on how to select objects from an repository (extbase) in flexform? Like which blog to show in FE? |
| 13:51 |
nd__ |
Wow this channel is dead nowadays |
| 13:51 |
PiMB_ |
definetly not dead |
| 13:51 |
PiMB_ |
;) |
| 13:51 |
nd__ |
nice to know |
| 13:51 |
PiMB_ |
last couple of days a bit.. |
| 13:51 |
PiMB_ |
but that's due to hangovers from NYE I guess |
| 13:51 |
cdngfrog |
nd__: maybe noone has a clue.. |
| 13:51 |
PiMB_ |
I think that |
| 13:51 |
PiMB_ |
's true |
| 13:52 |
cdngfrog |
nd__: I suggest asking the project-typo3v4mvc list |
| 13:53 |
nd__ |
yeah, I like the direct talk here before going to the list |
| 13:53 |
nd__ |
Anyway, another try: How do I access storagePid in my Controller? |
| 13:54 |
PiMB_ |
don't know mate. sorry |
| 13:54 |
PiMB_ |
kinda in the middle of a tough project, so got little time to figure stuff out |
| 13:54 |
Prot0 |
dont worry im back :D |
| 13:55 |
nd__ |
PiMB_: thanks anyway |
| 14:04 |
nd__ |
Alright, itemsProcFunc seems to be the way |
| 14:05 |
PiMB_ |
good to know. |
| 14:05 |
PiMB_ |
thanks mate |
| 14:08 |
nd__ |
ah, well, maybe not... |
| 14:15 |
pmk65 |
anyone here who have made an userfunc for conditions? I just can't get TYPO3 to execute my userFunc when I use it in conditions. |
| 14:18 |
maholtz|WORK |
@pmk65: afair i thought it was stupid simple, but at the end i had to include the php file in localconf.php or extTables.php ... |
| 14:18 |
maholtz|WORK |
http://snippets.typo3.org/c/213/ |
| 14:26 |
pmk65 |
maholtz|WORK: I thought that was just an example way of including it. So you are saying that "includeLib.blabla" doesn't work for condition userfuncs? That might explain why it doesn't execute my function.. |
| 14:32 |
maholtz|WORK |
i am not totally sure with that |
| 14:57 |
pmk65 |
maholtz|WORK: It was the includeLibs that didn't work with condition userfuncs. once I loaded it from php with require_once, my function was included and executed. Thanks for the tip.. |
| 15:05 |
Denjerek |
hey pmk |
| 15:05 |
Denjerek |
Do you mean you have a userfunc to do X in one condition, and a userfunc to do Y in another? |
| 15:06 |
Denjerek |
or that the userfunc should somehow be aware of the conditional state? |
| 15:11 |
pmk65 |
I have a userfunc that I want to use in conditions. It check several vars. I couldn't do it with regular conditions as they can only match greaterThan, lessThan or equal, but I needed a not-equal check. |
| 15:18 |
Humac |
Has any of you guys experienced serious overload issues for both FE and BE caused by ext onet_randomcontent? |
| 15:22 |
maholtz|WORK |
nope, but why you use an extension for random content? |
| 15:22 |
maholtz|WORK |
http://snippets.typo3.org/tag/random/ |
| 15:24 |
PiMB_ |
good snippets, but you've got the language tag wrong maholtz|WORK |
| 15:24 |
Humac |
well it was the solution when the website was constructed years ago.... |
| 15:26 |
Humac |
I like using extensions. I´m not hardcore when it comes to programming so extension works fine for me. Just wanted to know if anyone had experienced a similar issue with that particular extension |
| 15:26 |
Humac |
Guess not. Thanks anyways |
| 16:34 |
marcuslind|WORK |
Hello hello,. Anyone got experience working with the "New frontend Login box" extension? |
| 16:35 |
PiMB_ |
felogin? |
| 16:35 |
PiMB_ |
nor newloginbox? |
| 16:35 |
PiMB_ |
-n |
| 16:35 |
marcuslind|WORK |
newloginbox |
| 16:35 |
marcuslind|WORK |
I want to change so that when logged on successful you get redirected to another page. |
| 16:35 |
PiMB_ |
which TYPO3 version? |
| 16:35 |
marcuslind|WORK |
4.3.0 |
| 16:36 |
PiMB_ |
make use of the felogin extension. it's default in TYPO3 new installations (core/system) |
| 16:36 |
marcuslind|WORK |
Also I would like to change so that everything is not happening in the same <div>. My loginbox is in a quite small <div> so when pressed "Forgot your password?" all text is squeezed into a tiny area. Looks really bad. |
| 16:36 |
marcuslind|WORK |
PiMB_ so I should scratch the newloginbox extension? |
| 16:36 |
PiMB_ |
it has the abbility to redirect after login, based on usergroup/users etc. |
| 16:37 |
PiMB_ |
newloginbox doesn't have that ability |
| 16:37 |
PiMB_ |
I believe both make use of some templating. |
| 16:37 |
marcuslind|WORK |
OK. |
| 16:37 |
marcuslind|WORK |
thanks |
| 16:37 |
marcuslind|WORK |
the ordinary loginbox dont have a "forgot your password?" function though? |
| 16:38 |
PiMB_ |
the felogin box does |
| 16:38 |
marcuslind|WORK |
OK cool. |
| 16:38 |
marcuslind|WORK |
Thanks mate, I'll try it out. |
| 16:48 |
marcuslind|WORK |
PiMB_ I inserted a "Login form" content element. Only option I can set is "Send to page: ". I dont get any option where to set what folder it should look for the users etc. |
| 16:49 |
marcuslind|WORK |
Also I cant see any "forgot your password" box to check. |
| 16:49 |
marcuslind|WORK |
Is there any "advanced options" that I havent found? =/ |
| 16:50 |
marcuslind|WORK |
felogin is the ordinary "Login form" in "Form elements" right? |
| 16:50 |
PiMB_ |
nope |
| 16:50 |
PiMB_ |
well.. |
| 16:50 |
PiMB_ |
yes. |
| 16:50 |
PiMB_ |
but it has to be installed in extension manager. |
| 16:51 |
PiMB_ |
might be uninstalled yet |
| 16:53 |
marcuslind|WORK |
Ah cool found it |
| 16:53 |
marcuslind|WORK |
thanks. |
| 16:54 |
PiMB_ |
np mate |
| 17:27 |
Quevedo |
Hi.. I have a simple question... what is the default value to config.no_config? |
| 17:28 |
Prot0 |
is there such a setting? |
| 17:29 |
Quevedo |
yes |
| 17:29 |
Quevedo |
nops |
| 17:29 |
Quevedo |
sorry |
| 17:29 |
Quevedo |
config.no_cache |
| 17:29 |
Quevedo |
:) |
| 17:29 |
Prot0 |
lol |
| 17:29 |
Prot0 |
;] |
| 17:29 |
Prot0 |
0 |
| 17:29 |
Prot0 |
i guess |
| 17:30 |
Prot0 |
default is empty |
| 17:30 |
Prot0 |
(see TSref) |
| 17:31 |
Quevedo |
I will |
| 17:31 |
Quevedo |
thanks |
| 18:36 |
marcuslind|WORK |
I try to reset my "speaking URL segment" on a page I got |
| 18:37 |
marcuslind|WORK |
I remove it and save + clear cache |
| 18:37 |
marcuslind|WORK |
but still the menu links to that url segment and I cant remove it.. |
| 18:37 |
marcuslind|WORK |
How do i fix it? |
| 18:37 |
marcuslind|WORK |
=S |
| 18:38 |
nkuttler |
marcuslind|WORK: delete from tx_realurl_pathcache in the db |
| 18:39 |
nkuttler |
it's possible somewhere in the backend afaik, but i never bothered to find out where |
| 21:06 |
Dirk___ |
Hi all! |
| 21:06 |
Dirk___ |
Perhaps you can help a newbie like me: |
| 21:07 |
Dirk___ |
I would like not to print a <h1></h1>-tag if there is no headline entered in the typo3 pages content. |
| 21:08 |
Dirk___ |
I have right column that contains a plugin and for that I don't want to show a headline-tag, because the headline is in the template of the plugin. |
| 21:08 |
Dirk___ |
How can I do this? I use CSS Styled Content as an extension. |
| 22:36 |
cdngfrog |
Anyone knows how to do something like this with FLUID: <f:translate key="foobar" arguments="{1 : {my:viewhelper()}"/> ? |
| 22:36 |
cdngfrog |
FLUID thinks that the arguments-part is a string instead of an array |