| 08:46 |
iamjay |
can anyone help me, as soon as I take changes on lib.parseFunc... even tho if its just for having a new tag... my whole page looks weird...?! anyone ever faced that? |
| 09:27 |
_pedda_ |
hi all |
| 09:56 |
iamjay |
hiho:) |
| 10:13 |
Hinzpa |
Hello, are wiki.typo3.org and snippets.typo3.org offline? |
| 10:31 |
iamjay |
anyone happen to use tinyRTE? |
| 10:32 |
skurfuerst |
yep and very happy with it |
| 10:32 |
iamjay |
skurfuerst, a question.. RETURN sends <p>s right? |
| 10:32 |
iamjay |
how can you make <br>s? |
| 10:32 |
skurfuerst |
ctrl-enter |
| 10:32 |
skurfuerst |
or something like this |
| 10:33 |
iamjay |
thanks - is there some explanation for this? |
| 10:33 |
skurfuerst |
i dont know |
| 10:34 |
iamjay |
ctrl enter sends <p> too :/ |
| 10:35 |
iamjay |
shift-enter it is.. |
| 10:35 |
iamjay |
gracias. |
| 10:57 |
paese |
cannot find that thing.. does someone know the tS setup for removing all the unnecessary table stuff around image content elements? |
| 11:30 |
ix-sign |
someone knows when http://wiki.typo3.org/ again reached |
| 11:30 |
ix-sign |
?? |
| 12:59 |
iamjay |
mhh, where do I have to look if all p tags get erased on the FE? |
| 13:06 |
Denyerec |
Hmm |
| 13:06 |
Denyerec |
ALL of them |
| 13:06 |
Denyerec |
or just your content ? |
| 13:06 |
Denyerec |
as in just content from the RTE |
| 13:10 |
iamjay |
well all of them... whole page |
| 13:10 |
iamjay |
i got p in lib.parseFunc allowedtags tho :/ |
| 13:11 |
iamjay |
database field says theres <p> in them, but its not shown on the FE |
| 13:15 |
No5251 |
maybe in the code cleaning section of your ts config |
| 13:20 |
Celestar |
hey guys. |
| 13:21 |
HardPhuck |
just a quick one |
| 13:21 |
HardPhuck |
how do i remove the 'By:' section of the tt_nes |
| 13:21 |
HardPhuck |
tt_news |
| 13:21 |
Celestar |
I'm lookin for a plug-in that allows in-place editing (so that you can edit the page or the pagecontent from the front-end |
| 13:21 |
Celestar |
HardPhuck: edit your html template accordingly? |
| 13:21 |
HardPhuck |
if i include author, i get something like: By: AuthorName |
| 13:21 |
HardPhuck |
Celestar i have |
| 13:22 |
Celestar |
weird. igot rid of it |
| 13:23 |
HardPhuck |
if i include autor with ###NEWS_AUTHOR### i get this: <p>By: Name Lastname</p> |
| 13:23 |
HardPhuck |
and i don't nothing but the name and last name |
| 13:24 |
HardPhuck |
don't want :) |
| 13:25 |
Celestar |
oh ONLY the "By:" ? |
| 13:27 |
iamjay |
No5251, where is that? |
| 13:28 |
Celestar |
2nd question: are there HTML export plugins and can anyone recommend any? |
| 13:33 |
Celestar |
HardPhuck: have you tried messing with plugin.tt_news.author_stdWrap ? |
| 13:35 |
Denyerec |
HardPhuck - checked the locallang files ? |
| 13:36 |
Celestar |
locallang? |
| 13:36 |
Denyerec |
just in case it's part of the translation files |
| 13:36 |
Denyerec |
I can't imagine that it'd be "By:" in all languages |
| 13:36 |
Celestar |
Denyerec: true |
| 13:36 |
Celestar |
Denyerec: however, I'm still trying to translate the months in tt_news |
| 13:37 |
Denyerec |
:/ |
| 13:37 |
Celestar |
I get "July" in every lanauge for some reason |
| 13:37 |
Denyerec |
grep *.* for "By" |
| 13:37 |
Denyerec |
:) |
| 13:37 |
Celestar |
grep -R "By:" * |
| 13:37 |
Celestar |
rather, right? ;) |
| 13:37 |
Celestar |
but if it's in the database? :P |
| 13:38 |
Celestar |
SELECT * FROM * WHERE ANYTHING="By:" doesn't work :P |
| 13:43 |
HardPhuck |
Celestar: yeah i tried author_stdWrap.wrap > |
| 13:44 |
HardPhuck |
not working |
| 13:45 |
Celestar |
autho_stdWrap.wrap = |
| 13:45 |
Celestar |
why > instead of = ? |
| 13:45 |
HardPhuck |
> removes all wrapping |
| 13:47 |
HardPhuck |
Denyerec: the by: part can be removed within locallang yes, but the <p> wrapping is still there |
| 13:47 |
Denyerec |
then search the TS for the locallang label marker |
| 13:47 |
iamjay |
arg.. I just checked - I insert <p> tags in my RTE, save.. and they are shown correctly there - now I wondered why there were absolutely no p-tags shown on FE... and checked the database - however the bodytext cell doesnt contain any p tags also -- where do I have to look :/ ? I'm pretty much clueless atm |
| 13:47 |
HardPhuck |
which TS? |
| 13:48 |
Celestar |
HardPhuck: the p wrapping you get rid of with the parseLib_RTE afaik |
| 13:48 |
Celestar |
hm .. in tt_news, what's the "official" way of doing multilingual news. just add them to different categories? |
| 13:50 |
HardPhuck |
i need to read about parseLib_RTE then :) |
| 13:50 |
HardPhuck |
never done any multilang news |
| 13:50 |
Celestar |
heh. cancel question. |
| 13:51 |
Celestar |
author_stdWrap.parseFunc < lib.parsefunc_RTE |
| 13:51 |
Celestar |
author_stdWrap.parsefunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag > |
| 13:51 |
Celestar |
try this |
| 13:51 |
Celestar |
parseFunc sorry. |
| 13:53 |
Celestar |
hm.. |
| 13:53 |
Celestar |
I think I need to recode tt_news :P |
| 13:54 |
Celestar |
HardPhuck: (and add the required 'prefixes' to my statements above) |
| 13:57 |
Celestar |
HardPhuck: and in the pi/locallang.php there's the "By:" just listed :P |
| 13:57 |
Celestar |
HardPhuck: ah you found that before ,) |
| 14:01 |
HardPhuck |
yes :) |
| 14:01 |
iamjay |
hgaaahaha so funny |
| 14:01 |
Celestar |
did the parseFunc thingy help? |
| 14:01 |
Celestar |
iamjay: ? |
| 14:01 |
iamjay |
exactly that encapsLine was what I was missing |
| 14:02 |
iamjay |
for HAVING stuff surrounded with <p>s |
| 14:03 |
HardPhuck |
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.nonWrappedTag > |
| 14:03 |
HardPhuck |
this is the solution |
| 14:03 |
Celestar |
well that's basically for everything |
| 14:04 |
HardPhuck |
yes |
| 14:04 |
Celestar |
the stuff I gave above was for author stuff only (I hope :P) |
| 14:09 |
HardPhuck |
i can spit into sea |
| 14:09 |
HardPhuck |
:D |
| 14:13 |
Celestar |
lol |
| 14:14 |
Celestar |
I can spit outta the window onto the poor fellas that walk there |
| 14:19 |
Celestar |
so is some in-place editing possible? (having some edit button in the front-end?) |
| 14:20 |
Holzi |
Hello. I have some Problem with the extensions "sr_feuser_register", "feuserloginsystem" and "kb_md5fepw". |
| 14:21 |
yves |
bonjour // hello |
| 14:22 |
m4rtijn |
hi all |
| 14:22 |
Holzi |
If i try to register a new user in FireFox, he won't forward me to the second register step. If i register using IE, the registration works just fine. When i klick on the activationlink send by email and log in on that site, it works as well |
| 14:22 |
yves |
please do u know how to migrate a typo 3 db to a drupal system ? |
| 14:23 |
yves |
? |
| 14:24 |
Holzi |
but if i log out, and try to log in again. It doenst work. in PHPmyAdmin, i can see, that the password is safed as plaintext, although the template constant for using md5 is set to 1 and there is also a checkmark in the properties of sr_feuser_register |
| 14:25 |
Holzi |
we added 2 fields in the fe_users database manually. Could that be the Problem? |
| 14:26 |
Holzi |
and a second question: is there a posibility to clone a typo3 system into another existing one, without having ftp rights? |
| 14:27 |
iamjay |
http://pastebin.com/m218e4ccc |
| 14:27 |
iamjay |
can anyone tell me why the nls1 tag aint working? |
| 14:27 |
iamjay |
what am I missing... :/ |
| 14:31 |
Celestar |
hm .. |
| 14:31 |
Celestar |
my Admin Panel lands AFTER the </html> tag |
| 14:31 |
Celestar |
i.e. it is not displayed :P |
| 14:32 |
Celestar |
what am I doing wrongo here? |
| 14:32 |
Denyerec |
Erm |
| 14:32 |
Denyerec |
which browseR? |
| 14:32 |
Celestar |
epiphany |
| 14:32 |
Denyerec |
I know the admin panel pops out wherever the hell it wants normally |
| 14:32 |
Denyerec |
epiphany? |
| 14:32 |
Denyerec |
Heh |
| 14:32 |
Denyerec |
It's probably coded to not display content outside of Mhtml> |
| 14:33 |
iamjay |
-_- missed a bracket |
| 14:33 |
Denyerec |
[13:12] * HardPhuck is on vacation, near the beach, working :) <-- YOU'RE DOING IT WRONG |
| 14:33 |
HardPhuck |
hahah |
| 14:34 |
Celestar |
Denyerec: same in firefox :P |
| 14:34 |
Celestar |
lol |
| 14:34 |
Celestar |
Denyerec: anyway. in place editing ... |
| 14:35 |
Denyerec |
Mmm, admin panel works for me in firefox |
| 14:35 |
Denyerec |
I wonder if something else is afoot ? |
| 14:37 |
Celestar |
wtf |
| 14:37 |
Celestar |
firefox doesn't show the admin panel in the source code in the first place O_o |
| 14:57 |
iamjay |
is there a setting available save content and move to next? |
| 15:14 |
dreier-schmiede |
some here how can help me with tv and multilanuage? |
| 15:17 |
No5251 |
dreier-schmiede: http://www.typo3-media.com/blog/article/mehrsprachigkeit-und-templavoila.html |
| 15:20 |
Celestar |
hm ... |
| 15:35 |
dreier-schmiede |
No5251: hast du erfahrung damit? |
| 15:47 |
f1sHMaN |
hi, how can i deactivate the categories in direct_mail? i dont need them! |
| 16:31 |
Celestar |
hm. |
| 16:31 |
Celestar |
why can't I find any Ext for static export int he "Import Extensions" thingy? |
| 16:34 |
kinea |
hi all |
| 16:35 |
kinea |
using a crop on tt_news cuts off also closing tags like "strong". someone knows a solution? |
| 16:35 |
Celestar |
is there a way to manually install a .t3x file? |
| 16:36 |
kinea |
f.e. plugin.tt_news.displayList.content_stdWrap.crop = 150 | ... | 1 |
| 16:40 |
kinea |
got it: plugin.tt_news.displayList.content_stdWrap.stripHtml = 1 |
| 16:42 |
Celestar |
"No file uploaded! Probably the file was too large for PHPs internal limit for uploadable files." <= how much is said limit? |
| 16:42 |
Celestar |
I'm trying to update a 10kB file |
| 17:00 |
_pedda_ |
cu all |
| 17:08 |
gehdan |
hm |
| 18:44 |
uriahheep |
anyone around? |
| 18:45 |
uriahheep |
a site i made ages ago's server was just updated, i don't know the specifics about the update, but now the site's pages are all blank :-/ |
| 18:51 |
uriahheep |
it almost looks like TV isn't working anymore |
| 18:54 |
deleric |
strange, has your isp upgraded it's php version? |
| 18:57 |
uriahheep |
deleric: i'm not even sure, the isp simply mentioned an ubuntu upgrade, lol |
| 18:57 |
uriahheep |
PHP 5.2.4-2ubuntu5.6 with Suhosin-Patch 0.9.6.2 |
| 18:58 |
uriahheep |
that's the version it's running on |
| 19:00 |
deleric |
but the site was built for php4 i presume? |
| 19:00 |
uriahheep |
nope |
| 19:00 |
uriahheep |
php5 |
| 19:00 |
uriahheep |
this was like... a bit less than 2 years ago |
| 19:00 |
deleric |
have you also upgraded your typo3 version to the latest? |
| 19:01 |
uriahheep |
nope |
| 19:01 |
uriahheep |
i haven't touched it since it was given over to them, and i'm pretty sure that they haven't either |
| 19:04 |
deleric |
well that would be good to try |
| 19:05 |
uriahheep |
deleric: are you suggesting that i simply try changing the symlink to a newer version of typo3_src? |
| 19:06 |
deleric |
it's worth a try, since you know the only thing changed is the PHP version, right? |
| 19:07 |
uriahheep |
deleric: i don't know that, no |
| 19:09 |
deleric |
so at what version is your typo3? |
| 19:23 |
uriahheep |
deleric: well, looks like they upped to 4.1.10, probably when that was the most recent |
| 19:23 |
uriahheep |
deleric: i performed an update to 4.1.5 a long time ago and never touched it since |
| 19:24 |
uriahheep |
i guess i could try using 4.1.12 |
| 19:28 |
uriahheep |
that doesn't help |
| 19:29 |
uriahheep |
i'm going to have to take a look at this later on tonight, probably... either then or tomorrow |
| 20:17 |
m4rtijn |
ooow.. updates |
| 20:17 |
m4rtijn |
when did this happen |
| 22:15 |
litzinger |
I have an issue that is driving me nuts and is indescribably stupid. In my HMENU, I have the following line <h2><a href="../../">{leveltitle:-3}</a></h2>, which renders the link like this: <a href=".. ..="">Services</a href="..> |
| 22:16 |
litzinger |
if I change that {leveltitle:-3} to {leveluid:-3} or {leveltitle:-2} it prints the link fine, but the first obviously prints the ID, and the 2nd doesn't print the correct title, but it still prints the link |
| 22:17 |
litzinger |
OR, if I remove the <a href="../../"> part, and just print {leveltitle:-3} it works |
| 22:17 |
litzinger |
this makes NO FREAKIN SENSE |
| 22:17 |
litzinger |
the combination of the link, and {leveltitle:-3} specifically, blows up the link |
| 22:17 |
ries |
litzinger: can't help you with that I am afraid.... |
| 22:18 |
litzinger |
this shouldn't even be an issue |
| 22:18 |
litzinger |
i hate to jump to conclusions, but that has to be a bug in the parsing engie |
| 22:18 |
litzinger |
engine |
| 22:24 |
litzinger |
have to use jQuery to wrap the title in the link I want b/c TYPO3 sucks |