| 00:03 |
RS-232 |
HI all again |
| 00:03 |
RS-232 |
OK I have my multi languages site ON WORKING!!!! he he he |
| 00:03 |
RS-232 |
thanks |
| 00:03 |
RS-232 |
the problem now is tha Chinese does not show the characteres...only ???? |
| 00:03 |
RS-232 |
How can I fix this? |
| 00:10 |
Provito |
RS-232 ensure that your backend + tables are UTF-8 |
| 00:10 |
Provito |
check the install tool that you are using utf-8 |
| 00:10 |
Provito |
also ensure that your mysql connection is using utf-8 or use the SET commands to initiate this |
| 00:11 |
RS-232 |
[BE][forceCharset] = utf-8 |
| 00:11 |
RS-232 |
I already have that |
| 00:11 |
RS-232 |
How can I set the SET command? |
| 00:12 |
Provito |
are your tables using utf-8 ? |
| 00:12 |
RS-232 |
Most of them are using "utf8_general_ci" |
| 00:12 |
Provito |
most ? |
| 00:12 |
RS-232 |
Others are using: latin1_swedish_ci |
| 00:12 |
Provito |
well you need to fix that |
| 00:12 |
Provito |
ensure that your database is set utf-8 as well |
| 00:13 |
RS-232 |
How can I do that without screwing up my data? |
| 00:13 |
Provito |
backup, then convert the data to utf-8 checkout iconv |
| 00:15 |
Provito |
if your mysql connection is not utf-8 my default, in SetDBinit in typo3 install set: |
| 00:15 |
Provito |
SET NAMES utf8; SET SESSION character_set_server=utf8; |
| 00:15 |
Provito |
if you follow all this then Chinese will work correctly |
| 00:16 |
RS-232 |
let me try |
| 00:16 |
RS-232 |
I already have: SET NAMES utf8; |
| 00:17 |
RS-232 |
LOL you are right |
| 00:17 |
RS-232 |
I see Chinese and Arabic now |
| 00:17 |
Provito |
*natch |
| 00:17 |
RS-232 |
and English, German, Spanish too |
| 00:17 |
RS-232 |
:) |
| 00:17 |
RS-232 |
You are my HERO man |
| 00:17 |
RS-232 |
thanks |
| 00:17 |
RS-232 |
Provito++ |
| 05:20 |
machlang |
hello |
| 05:50 |
machlang |
is there a typo3 forum or is this the best place for info? |
| 05:52 |
machlang |
ne1 home? |
| 08:27 |
nd___ |
machlang: there's a mailinglist... |
| 09:09 |
soee |
how can select 5 elemts form my database table? |
| 09:09 |
Olf |
hi |
| 09:09 |
soee |
using typoscript |
| 09:10 |
Olf |
table = tt_content |
| 09:10 |
Olf |
select { |
| 09:10 |
Olf |
limit = .... |
| 09:10 |
Olf |
something like that |
| 09:11 |
soee |
hmm |
| 09:12 |
Olf |
anybody have an idea what would be a good way to add an option to every content element to disable it on selected pages? I have sys folder that shows content elements through pages, mapped through templavoila, but now I'd like an option to disable those elements on selected pages, or allow only just some pages |
| 09:14 |
omar |
good morning folks |
| 09:14 |
mquintus |
ahoy |
| 09:15 |
steiny |
hi |
| 09:18 |
mquintus |
Question: I added a checkbox to sr_freuser_register. It works fine so far, but... when clicking "Back" while reviewing the data, the user data prefill the input fields in the original form (as it should), but not the checkboxed. They are all unchecked. Any ideas? |
| 09:18 |
omar |
since typo3 4.3.x there is no longer a content element called "Multimedia". instead you have to take "Media" ... the problem now is, that in FE i get the following error: "ERROR: Content Element type "media" has no rendering definition!". did anyone has a idea if this is a bug or if there is a way to fix this? thank you 4 feedback |
| 09:19 |
mquintus |
Tell me, if the question is not understandable ;) |
| 09:20 |
Olf |
omar maybe you use some outdated default TS templates? |
| 09:22 |
steiny |
to mquintus: i'm not sure, whether i got this right, but i think, you want the checkbox-state to be restored, when going back & forward with your browser? |
| 09:22 |
steiny |
or shall they be restored from the logged-in frontend user's information? |
| 09:22 |
steiny |
ah no. now i understood. |
| 09:24 |
soee |
ok how can i display thumbnail of the photo that is selected from database (path and filename) ? |
| 09:29 |
steiny |
hm. sorry. no idea. haven't had this prob. and google doesn't help either. maybe s.o. else has an idea for mquintus' problem... |
| 09:36 |
FloLeBlanc |
hi all |
| 09:37 |
FloLeBlanc |
anyone who happens to know how to innerWrap the Header (lib.stdHeader) to privide a <font> tag inside the <h1> for mailing? |
| 09:41 |
Olf |
i'm trying to make a selection from tt_content table but now need to add condition andWhere = myfield = current page uid how would I get that uid? |
| 09:43 |
ndee |
on one of my installations, the mails from powermail aren't saved in the DB. Anyone encountered that problem before? |
| 09:44 |
FloLeBlanc |
olf: {TSFE:fe_user|user|uid} gets you the user id, I guess there is something similar for the pageID |
| 09:46 |
Olf |
thnx Flo, I'll check it out |
| 09:50 |
mquintus |
steiny: Thanks anyway. Of corse I've asked google and read the mailinglist/manuals beforehand. Seems noone else needs this feature o_O |
| 09:50 |
soee |
what should be the condition to display some data only if im on page with pid X ? |
| 09:52 |
mquintus |
soee: no offense, but rtfm. That's the easiest TypoScript |
| 09:52 |
mquintus |
soee: Easy in php too |
| 09:52 |
FloLeBlanc |
mquintus: the typo3 manual is biiiiiiiiiig especially when you are new |
| 09:53 |
mquintus |
mquintus: $GLOBALS['TSFE']->id |
| 09:53 |
mquintus |
arg |
| 09:53 |
mquintus |
soee: $GLOBALS['TSFE']->id |
| 09:54 |
FloLeBlanc |
soee: for the current FEUser it is: [loginUser = *] / [global], works accordingly for pid and fixed values |
| 09:54 |
mquintus |
$GLOBALS['TSFE']->page['pid'] |
| 09:54 |
soee |
ok ill try |
| 09:54 |
mquintus |
if you are using php |
| 09:55 |
soee |
ah mquintus i want to do this using typoscript |
| 09:56 |
FloLeBlanc |
soee: see my example |
| 09:58 |
mquintus |
soee: The manul page would be: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/4/ |
| 09:58 |
FloLeBlanc |
:) |
| 10:06 |
Olf |
hm still no luck with getting current page uid into select conditions, anybody maybe? her's how it looks: http://pastebin.com/J4vd2P5Y |
| 10:06 |
Olf |
"current page uid" is what i'm lookin for |
| 10:09 |
FloLeBlanc |
{page:uid} |
| 10:09 |
milpoer |
hi all |
| 10:10 |
FloLeBlanc |
hi milpoer |
| 10:13 |
FloLeBlanc |
can anyone help me out understanding why lib.stdheader.stdWrap.dataWrap actually does a wrap AROUND the h1 tag and not IN the h1? |
| 10:14 |
Olf |
{page:uid} seems not to do the trick tried it already, if I set numeric value it works fine |
| 10:15 |
FloLeBlanc |
not even with select { pidInList.data = {page:uid} } ? |
| 10:16 |
Olf |
stdheader.default.10.5.stdWrap.dataWrap - that's what I use for header wrapping |
| 10:18 |
FloLeBlanc |
aaaaaah.. data wrap thank you |
| 10:18 |
Olf |
yw |
| 10:19 |
FloLeBlanc |
olf: some forum says page:uid does not work with the select = where... etc. statement but with the pidInList.data = etc. way, did you try that? |
| 10:19 |
Provito |
q |
| 10:19 |
Olf |
tried but no luck |
| 10:20 |
FloLeBlanc |
could you post your TS on pastebin? |
| 10:20 |
Olf |
http://pastebin.com/J4vd2P5Y |
| 10:20 |
Olf |
8th row |
| 10:21 |
FloLeBlanc |
ah you need it to check a custom field hmm |
| 10:22 |
Olf |
yeah just want to build a simple ext, to disable/enable content to related pages |
| 10:30 |
dave_m |
morning |
| 10:30 |
dave_m |
i can still not see my page at the preview ... it's blank |
| 10:31 |
FloLeBlanc |
*sigh* data wrap ALSO wraps around the h1 not inside :( |
| 10:33 |
Olf |
that's my setup for complete new header element, later it's included into page TS to have it in list with different name |
| 10:33 |
Olf |
temp.stdheader = CASE |
| 10:33 |
Olf |
temp.stdheader.default < lib.stdheader |
| 10:33 |
Olf |
temp.stdheader.default.10.5.fontTag = |
| 10:33 |
Olf |
temp.stdheader.default.10.5.stdWrap.dataWrap = <p class="strongheader"><strong>|</strong></p> |
| 10:33 |
Olf |
lib.stdheader > |
| 10:33 |
Olf |
lib.stdheader < temp.stdheader |
| 10:33 |
Olf |
http://pastebin.com/7a0sS5EG |
| 10:34 |
FloLeBlanc |
hmm thx but I need this for the standard header element, can't be so hard to access the correct data :) |
| 10:34 |
Olf |
somewher eI had it for standard headers as well, I'll check it out |
| 10:35 |
raki |
FloLeBlanc: what TYPO3 version are you using? |
| 10:37 |
Olf |
yeah in older versions I used content.wrap.header1 = | probably not working with css-styled content but content (default) |
| 10:37 |
dave_m |
can anyone please give me a hand with typo3 template ? |
| 10:37 |
dave_m |
i'm sure i've written the code right |
| 10:37 |
dave_m |
but when i preview the page appears blank |
| 10:39 |
FloLeBlanc |
raki: 4.3 |
| 10:39 |
raki |
FloLeBlanc: the default header should be found in lib.stdheader.10.1 (<- 1 is the default setting for CE headers). since these are TEXT-type... there should be a way to wrap the contents (inside the fontTag-property). have you tried using "innerWrap"? |
| 10:40 |
FloLeBlanc |
dave_m: automaketemplate or templavoila? did you include the base templates in your main template? |
| 10:40 |
dave_m |
none of them ... typoscript |
| 10:40 |
raki |
unfortunately the TSref doesn't say when the fontTag is applied |
| 10:40 |
FloLeBlanc |
raki: thank you very much |
| 10:41 |
FloLeBlanc |
I innerwrapped the wrong part (not 10.1) |
| 10:41 |
FloLeBlanc |
how do I find that with the object browser myself next time? |
| 10:41 |
FloLeBlanc |
i have a very hard time finding the correct ts when I don't know which template to look at with the template analyzer |
| 10:41 |
dave_m |
ive once tryied using TV but so many problem appeared |
| 10:43 |
raki |
FloLeBlanc: try the Template-Module on a normal content page in mode "TypoScript Object Browser". It should show you all the specified TS-configuration (whether it comes from the default TS or user defined ones) |
| 10:44 |
FloLeBlanc |
raki: yeah but how would I know that 10.1 is the default header f.e. |
| 10:46 |
raki |
oh... ya. that's is a bit tricky sometimes. lib.stdheader.10 is a CASE-type. this means, that it needs a key to determine which option to use. the key is a TS-property of the CASE-type |
| 10:47 |
FloLeBlanc |
hmm :) |
| 10:47 |
raki |
it gets its value from the field defined in "lib.stdheader.10.key.field" -> header_layout |
| 10:48 |
raki |
the field header-layout defaults to "1" for every content-element |
| 10:48 |
FloLeBlanc |
I ask because I will have to do the same for image and bodytext now :) |
| 10:48 |
Georges_Abitbol |
I need to create dynamic forms, to save in database and show records in backend. Do you know a great extension ? |
| 10:49 |
raki |
FloLeBlanc: if you want to customize the default header per content-element-type... that might be somewhat complicated |
| 10:50 |
FloLeBlanc |
raki: I want to remove the css tags from image and bodytext and replace it with font tags and an aligned tables for mailclients to read it properly |
| 10:51 |
FloLeBlanc |
(using any type of css is a bit of a gamble with mail clients :)) |
| 10:52 |
raki |
you would have to add a condition (or case) to the "innerWrap"... with the field CType as the key |
| 10:52 |
raki |
mhmm... you're doing a directmail template? |
| 10:52 |
FloLeBlanc |
hm? I just do a new template for direct_mail, no case or whatever |
| 10:52 |
FloLeBlanc |
works good so far |
| 10:53 |
raki |
if you limit your css to the basics, inline CSS works quite well (for the templates I did so far) |
| 10:53 |
FloLeBlanc |
raki: well I don't actually need any CSS for our template and therefore I kick it out completely atm |
| 10:53 |
raki |
I use the css2inline-Extension to dynamically convert the external CSS-file to inline CSS for the matched elements |
| 10:56 |
raki |
well... if you ever need to use CSS in your directmail templates, I found this list quite useful for applicable CSS in HTML-Mails: http://www.campaignmonitor.com/css/ |
| 10:57 |
FloLeBlanc |
hmm ok now I have the same problem. I see <p class="bodytext"> in my content element and have no clue where to search for it in the TS template. If I search for bodytext I hit tt_news -> displaysingle (which is not what I want to edit) and that's it - so where does it come from? |
| 10:57 |
FloLeBlanc |
the content element is just a normal page element and not a tt_news element |
| 10:58 |
FloLeBlanc |
ah nvm it has no class bodytext, searched for the wrong class |
| 10:58 |
FloLeBlanc |
nevertheless... how to find it now :) |
| 11:04 |
raki |
FloLeBlanc: removing the class "bodytext" is actually quite hard to find. when you look into "tt_content.text.20" you will see, that the text is processed by lib.parseFunc_RTE (parseFunc-property) |
| 11:07 |
raki |
so you will have to look into that. the important configuration there is the "nonTypoTagStdWrap"-property. you need to look into the "encapsLines.addAttributes"-list |
| 11:08 |
raki |
there is a key "P.class" (if you remove that, the 'class="bodytext"' should disappear) |
| 11:12 |
FloLeBlanc |
raki: thank you |
| 11:13 |
raki |
no problem. glad I could help =) |
| 11:19 |
tPl0ch |
hmm, anybody has a comprehensive tutorial on how to create print to PDF links |
| 11:44 |
soee |
what should i add do my query if i want to select 1 random photo ? |
| 11:54 |
tPl0ch |
soee limit=1, order by RAND() |
| 11:54 |
soee |
tPl0ch: yes got it already, thnx anyway and maybe u an help me with DAM ? |
| 11:54 |
soee |
i dont know how can i display ptohots thumbnails, any idea ? |
| 11:55 |
soee |
im using DAM to manage all multimedia files |
| 11:55 |
tPl0ch |
soee: Sorry, I am not really into DAM |
| 11:55 |
soee |
tPl0ch: ok |
| 12:19 |
FloLeBlanc |
what wrap do I have to use to wrap all images of a text /w image part but NOT the images AND the text :) |
| 12:41 |
pmk65 |
FloLeBlanc: Use the Objectbrowser to find the correct part of the object |
| 12:41 |
james12 |
hello |
| 12:42 |
james12 |
i want to have a site with flash content and I want to have a site without flash content if the cust doesnt have flash, how is it possible to detect flash and to decide, if flash is there, take this content otherwise take these contents ? |
| 12:42 |
james12 |
is there a typo3 extension for this ? |
| 12:51 |
FloLeBlanc |
pmk65: that's what I asked before too, how do I know which is the correct object I search for? f.e.: how do I know that lib.stdheader.10.1 is the main header? |
| 12:52 |
FloLeBlanc |
for removing css classes it's no problem - i search for the class and get the object and can edit it with the object browser. but if I want to include an inner wrap to an element with no class I'm pretty lost on how to find it |
| 13:00 |
pmk65 |
FloLeBlanc: The text w. image and other CE's are all part of the "tt_content" object |
| 13:04 |
FloLeBlanc |
pmk65: thank you in case of the lib.stdheader f.E. I knew the main object but it took me very long to figure out (with the help of raki) that 10.1 is the target I need to use for inner wrap, is there just the "try and error" way or do I have to do a dissection to the php code to gain the knowledge of which part does what :) |
| 13:05 |
Winston_S |
hey's |
| 14:15 |
soee |
how can i select file name and path from database and using them create IMAGE obj so i could manipulate my image ? |
| 14:21 |
FloLeBlanc |
what do you actually want to do? |
| 14:23 |
soee |
FloLeBlanc: select one image from DAM database table and than resize it using IMAGE methods |
| 14:29 |
FloLeBlanc |
with TS? |
| 14:30 |
soee |
FloLeBlanc: yes |
| 14:31 |
soee |
FloLeBlanc: i know how select path and name from database and display image using renderObj but i dont knnow how can i create IMAGE objext using them :/ |
| 14:34 |
MantasK |
hi all |
| 14:37 |
FloLeBlanc |
hmm doesn't this work with .field like with text when rendering images? |
| 14:38 |
FloLeBlanc |
I only built images with titles from my pages yet sorry :( |
| 14:43 |
KOOL |
I have made a extension but its caching |
| 14:43 |
MantasK |
Is possible with tca to have conditional select inputs, for example, in first one I select country and in the second one only cities from that country is listed? I cannot find any example with it :/ |
| 14:43 |
KOOL |
I don't want to cache my page |
| 15:02 |
FloLeBlanc |
does anyone have a clue why tt_content.text.20.textStyle.face.default does wrap the font tag OUTSIDE the p tag which is not valid? |
| 15:13 |
jonne |
is it possible to directly upgrade from 4.1 to 4.3, or should i go over 4.2 first? |
| 15:15 |
iaj |
hi there I'm simply trying to set the title of a site with typoscript..how would I do so? |
| 15:16 |
KOOL |
I have made a extension but its caching |
| 15:16 |
KOOL |
I don't want to cache my page |
| 15:17 |
PiMB |
KOOL, you don't want your extension to be cached? |
| 15:17 |
KOOL |
yes |
| 15:17 |
KOOL |
I have used $this->pi_USER_INT_obj = 1; and setno_cache |
| 15:18 |
KOOL |
both not working |
| 15:18 |
KOOL |
PiMB: What i do |
| 15:18 |
KOOL |
First i use $GLOBALS["TSFE"]->set_no_cache(); |
| 15:18 |
KOOL |
its not working |
| 15:19 |
KOOL |
then i used $this->pi_USER_INT_obj = 1 its also not working |
| 15:20 |
PiMB |
never use the set_no_cache mate! |
| 15:20 |
PiMB |
go to the ext_localconf.php file |
| 15:20 |
PiMB |
edit it and search for the line t3lib_extMgm::addPItoST43($_EXTKEY,'pi1/class.yourclass.php','_pi1','list_type',0); |
| 15:22 |
KOOL |
I have already did it |
| 15:23 |
PiMB |
did what? |
| 15:26 |
soee |
arghhh, need help with image rendering :/ |
| 15:26 |
FloLeBlanc |
nvm, found it (tt_content.text.20.stdWrap.innerWrap) |
| 15:26 |
tPl0ch |
hmm, I have a DAM Downloadlist , I want to wrap the whole Content Element with another wrap (incl. the header) |
| 15:27 |
tPl0ch |
How do I specify an outerWrap for specific plugin CEs |
| 15:27 |
KOOL |
t3lib_extMgm::addPItoST43($_EXTKEY, 'pi1/class.tx_restaurantnews_pi1.php', '_pi1', 'list_type', 0); |
| 15:27 |
KOOL |
I did that |
| 15:28 |
KOOL |
PiMB: I did 1 to 0 |
| 15:28 |
KOOL |
But its not working |
| 15:29 |
pmk65 |
KOOL: If you look at the TS setup for your ext, using the Objec Browser. Is it then USER or USER_INT? |
| 15:29 |
KOOL |
Sorry I didn't clear cache |
| 15:29 |
KOOL |
its working |
| 15:29 |
KOOL |
PiMB: Thanks |
| 15:36 |
tPl0ch |
How do I specify an outerWrap for specific plugin CEs |
| 15:37 |
tPl0ch |
like I want to have a wrap that wraps the stdHeader as well |
| 15:37 |
tPl0ch |
for a specific plugin |
| 15:38 |
Winston_S |
see you |
| 15:54 |
soee |
why this code doesnt show img: http://pastebin.com/sDce5nEt ? |
| 16:06 |
tPl0ch |
How do I specify an outerWrap for specific plugin CEs |
| 16:06 |
tPl0ch |
like I want to have a wrap that wraps the stdHeader as well |
| 16:50 |
TheEternalAbyss |
Hi there, I was wondering if someone could help me with two extensions: mailformplus and tt_news |
| 16:51 |
TheEternalAbyss |
I desperately need them to be working by today and I've read the documentation but my news doesn't show up and mailformplus doesn't send me the emails after I click submit |
| 16:52 |
TheEternalAbyss |
I really really need help with these and have to have them working since I'm going live in 24 hours or so |
| 16:52 |
FloLeBlanc |
did you create a content element for mailformplus on the page where your form is like it is stated in the manual? |
| 16:53 |
FloLeBlanc |
(list - add - mailformplus) |
| 16:59 |
phil1 |
68799-spieler |
| 16:59 |
phil1 |
gammay22 |
| 16:59 |
phil1 |
:P |
| 16:59 |
FloLeBlanc |
I see someone changing his username and password soon :) |
| 16:59 |
phil1 |
yes |
| 17:00 |
phil1 |
at least ... if did not show the URL :| |
| 17:00 |
FloLeBlanc |
hr hr |
| 17:00 |
FloLeBlanc |
well I guess no one in this channel would have abused it and it takes some time before it is logged on the net |
| 17:01 |
phil1 |
true ... I don't know why it happend ... I just guess that stupid opera set itself into focus grrrrrrrr |
| 17:15 |
TheEternalAbyss |
yea the form is there |
| 17:15 |
TheEternalAbyss |
sorry for not responding sooner |
| 17:15 |
TheEternalAbyss |
been fixing a page with like 20 images on it O.o |
| 17:17 |
FloLeBlanc |
and the email adress is entered correctly in the list item? |
| 17:18 |
FloLeBlanc |
anyone who knows how to wrap the text inside the tt_news content ? (plugin.tt_news.general_stdWrap.wrap wraps around it) |
| 17:21 |
TheEternalAbyss |
i believe so. I have my email address in the fields |
| 17:22 |
TheEternalAbyss |
http://chriscastiglione.com/index.php?id=27 this is the form |
| 17:24 |
TheEternalAbyss |
wait.....i think the template file is wrong... |
| 17:25 |
TheEternalAbyss |
in the e-mail settings tab |
| 17:25 |
TheEternalAbyss |
recipient email is obviously the email address the information is being submitted to. |
| 17:26 |
TheEternalAbyss |
what is the Mail from field? |
| 17:27 |
TheEternalAbyss |
:( nope nothing |
| 17:27 |
TheEternalAbyss |
still not getting emails :( |
| 17:28 |
FloLeBlanc |
but you are sure that your server can send mails using php? |
| 17:29 |
TheEternalAbyss |
hmm.....good question |
| 17:29 |
TheEternalAbyss |
being that it supports typo3 and such I figure is should...let me ask my host |
| 17:30 |
TheEternalAbyss |
brb, lemme ask them |
| 17:33 |
jonne |
i have a question about 4.3. The release notes say that you can add youtube videos in the 'media' type thing, but there's no documentation on how to actually do this |
| 17:33 |
jonne |
is there an explanation for this somewhere? |
| 17:34 |
jonne |
just dumping the youtube url in there doesn't seem to work |
| 17:35 |
TheEternalAbyss |
back |
| 17:35 |
TheEternalAbyss |
dang Flo left |
| 17:37 |
TheEternalAbyss |
dunno jonne. |
| 17:37 |
jonne |
umm, ok |
| 17:38 |
TheEternalAbyss |
can someone help me troubleshoot mailformplus and tt_news? |
| 17:38 |
TheEternalAbyss |
no emails are being sent and my news items aren't showing up |
| 17:38 |
jonne |
pretty odd that the release notes make such a claim without having an explanation on how to do it anywhere |
| 17:40 |
TheEternalAbyss |
it says you can add youtube videos |
| 17:40 |
TheEternalAbyss |
? |
| 17:40 |
TheEternalAbyss |
i didn't realize that |
| 17:41 |
TheEternalAbyss |
then again, I had to go back to using 4.2.10 |
| 17:41 |
jonne |
https://typo3.org/download/release-notes/typo3-43/ |
| 17:41 |
jonne |
"The MediaCE now allows to integrate external resources like Youtube" |
| 17:41 |
Provito |
jonne, have you checked the mail server logs to confirm if the system is sending but failing? |
| 17:42 |
jonne |
I'm assuming you mean TheEternalAbyss , i have no mail issues |
| 17:42 |
Provito |
jonne, indeed |
| 17:43 |
TheEternalAbyss |
Provito: yea i have |
| 17:43 |
TheEternalAbyss |
I see the emails in the log |
| 17:43 |
Provito |
ok so it's a mail configuration issue |
| 17:44 |
jonne |
http://www.typo3-jack.net/typo3-english-lists-netfielders-de/23235-typo3-english-new-media-content-element-youtube-link-format.html |
| 17:44 |
jonne |
ok wtf |
| 17:44 |
TheEternalAbyss |
in the actual content element you mean Provito? |
| 17:44 |
jonne |
they expect me to explain to an end user they have to read the html and find the actual flash file? |
| 17:44 |
Provito |
TheEternalAbyss, if emails are reaching your mailserver then if emails are not being received then this is a mailserver problem |
| 17:45 |
TheEternalAbyss |
but it fails with any email address I put in there |
| 17:46 |
Provito |
again, this is a local config not to do with typo3. Probably your website user www-data, apache or nobody is not authorised to send from this domain. |
| 17:46 |
Provito |
All typo3 can do is send to your mail server, the config on the server is down to you |
| 17:47 |
jonne |
I guess that works, but really, you can't expect end users to know HTML. This thing is so full of fail |
| 17:47 |
TheEternalAbyss |
i just asked my host and they said they don't restrict that |
| 17:52 |
TheEternalAbyss |
wtf |
| 17:52 |
TheEternalAbyss |
wow....ok i got to my gmail....why the hell would my work email not take it |
| 17:53 |
TheEternalAbyss |
wow, well 1 down 1 to go |
| 17:54 |
TheEternalAbyss |
my nes items don't want to appear. I was wondering if someone could go through the configuration with me to make sure i didn't do anything stupid |
| 17:54 |
TheEternalAbyss |
news* items |
| 18:02 |
TheEternalAbyss |
yikes it's lunchtime already!? |
| 18:02 |
TheEternalAbyss |
wowsa |
| 18:03 |
TheEternalAbyss |
well I'll be back soon. int he meantime, please someone, i need help with news plugin. i'll be back in 10 min or so |
| 18:53 |
TheEternalAbyss |
well that took way longer than it should have |
| 18:53 |
TheEternalAbyss |
i'm back |
| 18:57 |
TheEternalAbyss |
can anyone help with getting my news to show? |
| 19:11 |
TheEternalAbyss |
please, can someone help? I can't get my news to show up. I need to get this working by today |
| 19:13 |
soee |
TheEternalAbyss: are u using some extension for news system ? |
| 19:18 |
TheEternalAbyss |
tt_news |
| 19:18 |
TheEternalAbyss |
i'm using that one soee |
| 19:19 |
soee |
ok, so u have new record on your page to show new s? |
| 19:19 |
TheEternalAbyss |
yes |
| 19:19 |
soee |
did u added styles to template? |
| 19:20 |
TheEternalAbyss |
I think they are there....let me check. the template was given to me |
| 19:21 |
soee |
u have to add news settings and news CSS-styles |
| 19:22 |
TheEternalAbyss |
oh that's added in static templates |
| 19:22 |
TheEternalAbyss |
yea |
| 19:54 |
TheEternalAbyss |
it's already added. I dunno why it's now showing my news :( |
| 19:57 |
TheEternalAbyss |
i just get |
| 19:58 |
TheEternalAbyss |
"no news in this list." |
| 19:59 |
tPl0ch |
Hi, I have a little FormHandler contactform in my sidebar. After submittibg it, debug info shows it's on step 2 although there is only a single step form |
| 19:59 |
tPl0ch |
what could be the problem? |
| 20:00 |
TheEternalAbyss |
sorry I don't know |
| 20:00 |
TheEternalAbyss |
i'm having issues with tt_news |
| 20:00 |
TheEternalAbyss |
my new items won't diplay |
| 20:00 |
TheEternalAbyss |
keeps saying "no news in this list." |
| 20:01 |
tPl0ch |
TheEternalAbyss, did you unhide the news entry? |
| 20:01 |
TheEternalAbyss |
keeps* |
| 20:01 |
TheEternalAbyss |
i'd venture to say yes, but let me check |
| 20:01 |
tPl0ch |
by default new news items are set to hidden |
| 20:03 |
TheEternalAbyss |
yea it's unhidden |
| 20:05 |
TheEternalAbyss |
still only get "no news in this list." |
| 20:07 |
TheEternalAbyss |
:( |
| 20:11 |
TheEternalAbyss |
of 50+ ppl here nobody can help me? |
| 20:11 |
TheEternalAbyss |
:( |
| 20:24 |
soee |
TheEternalAbyss: did u set the page pid where news items are stored ? |
| 20:29 |
tPl0ch |
soee: normally you will get an error then |
| 20:29 |
tPl0ch |
no newsPid set |
| 20:30 |
tPl0ch |
TheEternalAbyss, it might be that you are showing entries from a category that has no news items |
| 20:30 |
tPl0ch |
or that your list view shows only archived items |
| 20:49 |
TheEternalAbyss |
i have no categories |
| 20:50 |
TheEternalAbyss |
i don't think i have anything archived |
| 20:50 |
TheEternalAbyss |
how can I check to see if it's showing archived items ornot? |