| 12:50 |
kinea |
o/ |
| 12:51 |
kinea |
someone knows an extension for bookmarks on tt_news? (so the user can have a list of selected news?) |
| 13:02 |
kinea |
would be great to know, if such an extension exists, otherwise i start from scratch |
| 13:05 |
kinea |
would you think about the extension name "mynews" ? |
| 13:12 |
kinea |
or i could make it more general, so the current url is stored, then it would be a more general bookmarking extension. |
| 13:27 |
kinea |
maybe toibookmarks does this allready. |
| 13:47 |
kinea |
toibookmarks doesnt render the plugins |
| 13:48 |
ries |
kinea: I am not aware of such a extension, then again I don't use tt_news to often... |
| 14:40 |
Denyerec |
kinea - you want it to bookmark in the browser, or in the FE user account ? |
| 14:50 |
kinea|afk |
Denyerec: in the FE user account to make a list for the user in the frontend |
| 14:52 |
Denyerec |
hm |
| 14:54 |
kinea|afk |
Denyerec: i have to leave. i come back later |
| 14:55 |
kinea|afk |
in the evening |
| 14:55 |
Denyerec |
aters |
| 15:13 |
ries |
hey Denyerec |
| 15:13 |
Denyerec |
hey ries |
| 15:13 |
ries |
Got your mail... |
| 15:13 |
ries |
di you have 15 minutes for me in let's say 30 minutes?? |
| 15:16 |
ries |
let me know... will be back in 30 |
| 15:20 |
mquintus |
ahoy |
| 15:36 |
ries |
Denyerec: will send you a msg by mail |
| 16:38 |
edistar |
hi chaps! I found this exploit: http://www.milw0rm.com/exploits/9380 and think my typo3/server has been infiltrated.. is it a known security hole and has it been observed in the wild yet? can't find anything on news.typo3.org |
| 17:22 |
dokma |
Am I correct in concluding that t3lib_div::_GP cannot be used for multileve arrays? I need to fetch GET variable names tx_sonodi_pi1[cat0]. |
| 17:23 |
dokma |
ries2: you ever used _GP with multilevel arrays? |
| 17:30 |
ries2 |
dokma: I think so yes |
| 17:30 |
ries2 |
you will find teh data as an array I believe |
| 17:33 |
dokma |
ries: I can fetch that from $_GET but I thought I'd be nice and use API |
| 17:33 |
ries |
dokma: I think you can use the API.. but you need to write some of your own code around it fetch the multi level arrays |
| 17:36 |
dokma |
ries: I'll think about it |
| 17:37 |
ries |
when getting it from _GET make sure you yes for the automatic quoating BS from PHP |
| 17:37 |
ries |
quoting |