| 00:31 |
fiesch1 |
ok people I'm going insane over here... i've skimmed through the horribly commented code and just can't find out why (in my case) cObj->IMAGE does not return a single char.. can sb give me a hint on how to do this properly or a link to some conclusive documentation? |
| 03:50 |
ries2 |
null: solved the problem... but I don't like it that typo3 doesn't provide a good solution |
| 04:07 |
chefan |
did you ever see good documented code on open source projects of considerable size? |
| 05:09 |
null |
ries2: ah. with mod rewrite i guess |
| 11:26 |
Awillys |
hi there |
| 11:26 |
Awillys |
anyone using Mngosearch extension ? |
| 11:35 |
swemark |
Im mighty confused |
| 11:35 |
swemark |
i have to seperate typo3 4.2.2 installations. on one of them the "click icon next to pagetitle" works, on the other it doesnt |
| 11:35 |
swemark |
funny thing is, it worked yesterday |
| 11:36 |
swemark |
and i havent cahnged anything |
| 11:47 |
swemark |
anyone ever had that |
| 11:47 |
swemark |
the rightclick-menu just disapearing? |
| 12:19 |
swemark |
right, i've located the problem |
| 12:32 |
swemark |
My typo3 installation has started to output the html on the second row |
| 12:32 |
swemark |
:S |
| 12:32 |
swemark |
that screws up the backend a bit |
| 13:12 |
[gc]death-Y |
can i disable the creation of image copies to /uploads/extensionkey/ for datasets in my own extension? i want to use the original images located in /fileadmin/ only |
| 14:37 |
kaktuspalme |
hi there |
| 14:37 |
kaktuspalme |
how can i check if there's a result after exec_SELECTquery? |
| 15:01 |
nd__ |
sql_fetch_row()? |
| 15:31 |
kaktuspalme |
nd__, ok, i thought there is something like mysqli_num_rows |
| 17:33 |
Cotechinho |
can someone help me to reproduce a dynamic css for TMENU cobject image |
| 17:34 |
Cotechinho |
i need the x of the image for the width of the specific css |
| 18:02 |
leth |
Hmm is there anyone who want to help a rookie with setting up typo3... i'm getting "Cannot find tslib/. Please set path by defining $configured_tslib_path in index.php." and don't knwo what that means |
| 18:06 |
Cotechinho |
leth me |
| 18:09 |
leth |
okay.... can you tell me what tslib is? first of all.. hehe |
| 18:12 |
Cotechinho |
typoscriptib |
| 18:12 |
Cotechinho |
typoscript |
| 18:12 |
Cotechinho |
u know what typoscript is? |
| 18:12 |
Cotechinho |
ts = typoscript |
| 18:12 |
leth |
have no idea... |
| 18:13 |
Cotechinho |
then buy a book |
| 18:13 |
Cotechinho |
and work it down |
| 18:13 |
Cotechinho |
or look 4 tutorials |
| 18:13 |
leth |
hehe... yeah okay... |
| 18:13 |
null |
better look caspers video tutorials! |
| 18:13 |
Cotechinho |
u need typoscript to work with typo3 |
| 18:13 |
leth |
can someone link to it... the one which is relevant.. |
| 18:14 |
Cotechinho |
without ts u can t work with typo3 |
| 18:14 |
Cotechinho |
all is relevant |
| 18:14 |
Cotechinho |
of ts |
| 18:14 |
Cotechinho |
and php js css ist relevant to work with typo3 |
| 18:14 |
Cotechinho |
it s better u work with joomla ^^ |
| 18:15 |
leth |
hehe sounds like iøm in for quite a ride if i take this case... |
| 18:15 |
null |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/ |
| 18:15 |
Folkert |
leth: see http://typo3.org/documentation/document-library/ that would be a good start or a good place to see if you want to use typo3 |
| 18:16 |
leth |
yeah okay.. |
| 18:17 |
null |
ok we see again in 3 years, when you have readthe book :) |
| 18:17 |
null |
just kidding :) |
| 18:18 |
leth |
LOL yeah i guess so... the thing is i help a guy a little once in a while with some pc's... he has now ask'ed me.. hey can't you help me with this.. i have a company which is creating a template... so all you need to do is install the webpage and throw in the template.... |
| 18:19 |
leth |
and i thought.. hey.. how hard can it be... |
| 18:20 |
null |
*g* |
| 18:20 |
void |
http://wiki.php.net/rfc/namespaceseparator |
| 18:20 |
void |
what's THAT? |
| 18:23 |
null |
a namespace is something like in c# using, oder import in java |
| 18:23 |
null |
I guess the decide to not use System::anything.function |
| 18:23 |
null |
but \ |
| 18:25 |
null |
im not fit with ts core, but all the same, any language |
| 18:25 |
void |
why?? backslash is ugly, ugly. |
| 18:25 |
void |
how much microsoft payd them? |
| 18:26 |
null |
because this:::example:::with::slight:::error:::is:::hard:::to::see(); |
| 18:26 |
null |
but\this\is\better(); |
| 18:26 |
null |
void: but i agree. |
| 18:26 |
null |
backslash is ugly. |
| 18:27 |
null |
:: is better |
| 18:28 |
theconic |
hello guys, i have a question to the security of the backend usage |
| 18:29 |
theconic |
i have wrote a form for the frontend where you can enter name/password of a backend user and when you submit it logs you in to the backend |
| 18:30 |
theconic |
is there a reason why i should not do this? maybe for some security reasons... ? |
| 18:33 |
void |
theconic: yes |
| 18:33 |
void |
there are serious security reasons NOT to do that |
| 18:33 |
void |
because of you send password through HTTP as a plain text |
| 18:34 |
void |
you either need to encrypt password client-side (as typo3 backend login does) or use HTTPS |
| 18:37 |
theconic |
aha |
| 18:41 |
theconic |
can you tell me how to encrypt the password clientside, like backend login does? |
| 18:43 |
void |
theconic: that's complex stuff... |
| 18:43 |
theconic |
hm |
| 18:43 |
void |
better look at source code of backend login |
| 18:43 |
theconic |
does it do that via Javascript? |
| 18:44 |
void |
yes |
| 18:44 |
void |
anyway, there are already fe plugins which log fe-users into backend.. |
| 18:44 |
theconic |
ok then i can just save the original login page and look through the code, right? |
| 18:45 |
theconic |
oh! damn |
| 18:45 |
theconic |
then i'm doing obsolete stuff, hehe |
| 18:46 |
theconic |
obsloete... i mean dispensable ;) |
| 18:46 |
theconic |
my english..... |
| 18:47 |
void |
my english is not better =) |
| 18:48 |
theconic |
void: can you tell me such an extension? |
| 18:48 |
theconic |
i was looking through the rep but didn't find anything like that |
| 18:48 |
void |
simulatebe |
| 18:50 |
theconic |
but this is only for frontend editing, right? |
| 18:51 |
theconic |
the best thing would be that the normal frontend login box is for both, FEusers and BEusers |
| 18:58 |
ries |
hey all, anybody have some experiance with rlmp_language_detection?? |
| 19:15 |
jananne` |
How do i remove a 'workspace' i just made.. i can't seem to remove it ( List / Root / Remove button at the workspace ). |
| 19:41 |
nd__ |
php-ns with \? http://developers.slashdot.org/article.pl?sid=08/10/26/1610259 |
| 19:42 |
nd__ |
dumbass decision... |
| 19:55 |
void |
nd__: as if they say: "we admit that php is for those windozzers who can't get learned even VB"... |
| 20:48 |
untouch_ |
good evening |
| 20:48 |
isolysis |
anybody here used the powermail extension? I am trying to understand if possible, how to customize the text inputs and form styling |
| 20:50 |
untouch_ |
can anyone tell me how to change element.style { |
| 20:50 |
untouch_ |
width:193px; |
| 20:50 |
untouch_ |
} |
| 20:50 |
untouch_ |
element.style |
| 20:50 |
untouch_ |
is setting a width to all it image divs |
| 20:51 |
untouch_ |
i want to delete it but somehow theres inline styles created into my image divs |
| 20:51 |
untouch_ |
like this <div class="csc-textpic-imagewrap" style="width: 396px;"> |
| 20:52 |
untouch_ |
i tryd to overwrite the width in my css file but it dont work |
| 20:52 |
untouch_ |
any suggestions? |
| 20:56 |
nd_ |
void: :) |
| 20:57 |
untouch_ |
? |
| 21:54 |
isolysis |
anybody here used the powermail extension? I am trying to understand if possible, how to customize the text inputs and form styling |
| 22:59 |
Cotechinho |
hello how can i give the linkwrap the real id of the link? |
| 23:00 |
Cotechinho |
linkwrap = "reallinkid" |
| 23:04 |
Cotechinho |
hello how can i give the linkwrap the real id of the link? |
| 23:04 |
Cotechinho |
linkwrap = "reallinkid" |