| 01:59 |
andreasbalzer2 |
Hi, anyone here who knows about feeditadvanced? |
| 12:07 |
DaHaiz |
hey guys |
| 12:12 |
void |
hi, DaHaiz |
| 12:15 |
DaHaiz |
void, do you know why i'm getting a white page with this typoscript although i've got two pages at root level? |
| 12:15 |
DaHaiz |
meineSeite.10 < lib.myMenu |
| 12:15 |
DaHaiz |
lib.myMenu = HMENU |
| 12:15 |
DaHaiz |
lib.myMenu.entryLevel = 1 |
| 12:15 |
DaHaiz |
lib.myMenu.wrap = <ul> | </ul> |
| 12:15 |
DaHaiz |
lib.myMenu.1 = TMENU |
| 12:15 |
DaHaiz |
lib.myMenu.1.NO = 1 |
| 12:15 |
DaHaiz |
lib.myMenu.1.NO.wrapItemAndSub = <li> | </li> |
| 12:16 |
DaHaiz |
(forgot first part: thats my whole ts:) |
| 12:16 |
DaHaiz |
myPage = PAGE |
| 12:16 |
DaHaiz |
myPage.bodyTag = <body> |
| 12:16 |
DaHaiz |
myPage.10 < lib.myMenu |
| 12:16 |
DaHaiz |
lib.myMenu = HMENU |
| 12:16 |
DaHaiz |
lib.myMenu.entryLevel = 1 |
| 12:16 |
DaHaiz |
lib.myMenu.wrap = <ul> | </ul> |
| 12:16 |
DaHaiz |
lib.myMenu.1 = TMENU |
| 12:16 |
DaHaiz |
lib.myMenu.1.NO = 1 |
| 12:16 |
DaHaiz |
lib.myMenu.1.NO.wrapItemAndSub = <li> | </li> |
| 12:16 |
void |
if lib.myMenu = TEXT and lib.myMenu.value = TEST, do you still get white page? |
| 12:19 |
DaHaiz |
the output changes to "TEST". i've already outputted content via CONTENT, but the menu i can't make to working |
| 12:19 |
DaHaiz |
*to work |
| 12:30 |
DaHaiz |
? |
| 13:24 |
DaHaiz |
no one here who would like to help me? |
| 13:41 |
DaHaiz |
really no one? |
| 13:51 |
sualk |
DaHaiz: doesn't the lib.myMenu part needs to be before you use it in myPage.10 < lib.myMenu? |
| 13:58 |
DaHaiz |
doesn't work either |
| 13:58 |
DaHaiz |
should i say, that i'm not using any html layout? |
| 13:59 |
DaHaiz |
i just want to learn typoscript. it worked to output the content of a page without a template with markers. so i thought that i should work to view a menu without html tempalte, too. am i right? |
| 14:02 |
snoy_ms |
DaHaiz: please use http://www.phlogi.net/t3/tsp/ when you paste some code |
| 14:05 |
snoy_ms |
DaHaiz: please try out templavoila and implement you menu then |
| 14:41 |
sualk |
DaHaiz: the first level for the menu (entrylevel) is 0 and not 1 |
| 14:43 |
sualk |
youre example works here with an entrylevel of 0 |
| 15:17 |
DaHaiz |
snoy_ms: i'd like to try out typoscript first without templavoila just to understand how it works. |
| 15:18 |
DaHaiz |
my ts looks like this atm: http://paste.phlogi.net/-82f6a2a1b8/ |
| 15:19 |
DaHaiz |
i've got 2 pages in the id=0 page and 2 pages in one of these two childpages of id=0 |
| 15:19 |
DaHaiz |
i'm using the code in the page which is in the id=0 but it's the one which has no subpages |
| 15:21 |
DaHaiz |
when i put the code into the page which has two subpages the menu is displayed with the two subpages, but has the code to look like for displaying the subpages of id=0, too? |
| 19:01 |
lindbergh |
hello chan |
| 19:01 |
lindbergh |
can anyone enlighten me |
| 19:01 |
lindbergh |
how to change mail return path |
| 19:02 |
lindbergh |
in install tool , basic conf I see : "The return-path of the mail is set to (obscured mail address) Some mail servers won't send the mail if the host of the return-path is not resolved correctly. |
| 19:02 |
lindbergh |
" |
| 19:02 |
lindbergh |
I set line: $TYPO3_CONF_VARS['SYS']['forceReturnPath'] = '(obscured mail address)'; into localconf.php |
| 19:02 |
lindbergh |
but still see error |
| 19:03 |
lindbergh |
is this issue related to settings with my host provider? |
| 20:07 |
Guest9304 |
hi |
| 20:08 |
milpoer |
hi anyone with know how on image processing in t3, and fce elements ? I what to generete an image with rounded corners, i consider maker a layer with white corners and ad this layer to the front.. but that itsn't that pretty :) |
| 20:16 |
Guest9304 |
i have done a projekt that does exactly this, http://butterfly-world.com/index.php?id=433&L=0 |
| 20:17 |
Guest9304 |
the images are generated with typo3 |
| 20:19 |
phil |
... |
| 20:28 |
milpoer |
phil: thanks.. will take a look. |
| 20:28 |
milpoer |
how did you do that ? |
| 20:28 |
milpoer |
looks nice. |
| 20:28 |
milpoer |
and looks like what i'm looking for. |
| 20:51 |
phil |
if i remember correctly i used this http://www.typo3wizard.com/en/snippets/gifbuilder/dynamic-imagemasks-using-gifbuilder.html |
| 20:56 |
milpoer |
phil: thx.. will take a look. |
| 20:57 |
phil_ |
no problem |
| 20:57 |
milpoer |
=) |
| 20:58 |
milpoer |
now i have to remember how i made my last fce elements :) |