Hey,
I'm just trying to write a frontend extension to upload files into
DAM categories. I'm stuck. From my extension I'm calling
tx_dam->index_autoProcess($filenameWithPath) which fails (|Inserting
meta record failed. See log for reason!|).
I think I tracked my problem down to the method
Hi List,
I would like to mention that I have found one bug while working with
this extension. Its details are as follows :-
*File :* class.tx_srfeuserregister_data.php
*Function :* function fetchDate($value, $dateFormat) { .
*Issue:*
In above function, "split" php function is used to split d
I've got a site that has been working fine for ages, but for some reason
today all of the FCE's have dropped the < & > symbols, so the output on
the site is like below.
h1link 8marketing driven designbr //link/h1
I can see in the tx_templavoila_flex field of tt_content that it has the
symbols
on Thu, 18 Sep 2008 00:22:47 +0200, Steffen Müller wrote:
> Hi.
>
> On 18.09.2008 00:04 bernd wilke wrote:
>> [2] in this part of your server normaly you have no access by the
>> TYPO3- BE as TYPO3 want to have control over this files.
>>
>>
> but you can easily change that by moving uploads/ i
"Dmitry Dulepov [typo3]" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Simon Child wrote:
>> How do I retrieve the values of some constants set on current page
>> extension template or on the root page main template, when coding a FE
>> plugin?
> You can assign constants to T
Hi.
On 18.09.2008 00:04 bernd wilke wrote:
> [2] in this part of your server normaly you have no access by the TYPO3-
> BE as TYPO3 want to have control over this files.
>
but you can easily change that by moving uploads/ into fileadmin and
creating a symlink:
$ mv uploads/ fileadmin/
$ ln -s f
on Wed, 17 Sep 2008 22:13:29 +0300, Tapio Markula wrote:
> [EMAIL PROTECTED] kirjoitti:
>> Hi List,
>> in my projekt whatever images are loaded by redakteure in content
>> element (text etc.) , in front-end they r referring to
>> root/uploads/RTEmagic address although they r stored in
>> filea
on Wed, 17 Sep 2008 22:13:29 +0300, Tapio Markula wrote:
> [EMAIL PROTECTED] kirjoitti:
>> Hi List,
>> in my projekt whatever images are loaded by redakteure in content
>> element (text etc.) , in front-end they r referring to
>> root/uploads/RTEmagic address although they r stored in
>> filea
on Wed, 17 Sep 2008 14:41:06 -0400, Adam Harvie wrote:
> Hi all,
>
> We've got a site with a structure as so:
>
> root <-(default template)
> --page1
> --page2 <-(ext template)
> ---subpage1 <-(default template)
> ---subpage2
> ---etc
>
> We're wanting to assign a different template to a partic
Hi Oliver,
thanks for your tip.
> You can work around for now with setting an empty array for "L" in the
> preVars:
> array(
> 'GETvar' => 'L',
> 'valueMap' => array(),
> 'noMatch' => 'bypass',
> ),
I already tried this, but it is not working either.
> Could you please create a bug repor
on Wed, 17 Sep 2008 13:11:20 -0600, La Farge Douglas wrote:
> I have a client that requires two registration forms and two different
> login forms.
>
> Registration form 1 will use Login form 1 to access specific areas of
> the site designated for their use.
>
> Registration form 2 will use logi
Wow Steffen!
What an accurate description of history. I must admit I almost forgot about how
cool this was ;-) I have been talking with Steffen Kamper a lot about this and
we came up with the idea to have a submission form on support.typo3.org that
also posts to the mailinglist. SK has already
> Thanks, i did it with include link http://mysite into [globalVar = TSFE:id =
> 14] condition, but i still have question about variable instead of string
> like "http://mysite";. I can insert year into my page with {date:Y} but why i
> can't use smth like this for home site url?
If you don't use
Hi,
in TypoScript one line over wirtes what ever has been defined before.
greetings
Ron
maaboo schrieb:
> Thanks, i did it with include link http://mysite into [globalVar = TSFE:id =
> 14] condition, but i still have question about variable instead of string
> like "http://mysite";. I can inse
I'm trying to configure the new felogin box to redirect on login. I can
do it fine in a site where it is placed as a content element, but am
having difficulty when inserting it through typoscript.
I believe the below should work (the groups have redirect pids set),
where am I going wrong?
pl
Well, I managed to get around the problem by assigning the alternate
template file as a conditional statement:
plugin.tx_automaketemplate_pi1 {
content.file = fileadmin/templates/internal/internal.html
relPathPrefix = fileadmin/templates/internal/
#some other stuff snipped...
}
[globalV
how can i preveent my images from imagemagic?
regards,
Rupali
On 9/17/08, Tapio Markula <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] kirjoitti:
> > Hi List,
> > in my projekt whatever images are loaded by redakteure in content element
> > (text etc.) , in front-end they r referring to root/u
Thanks, i did it with include link http://mysite into [globalVar = TSFE:id =
14] condition, but i still have question about variable instead of string
like "http://mysite";. I can insert year into my page with {date:Y} but why i
can't use smth like this for home site url?
And one more question...
La Farge Douglas <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
Hi Doug:
Yes, I have a site just like that and the way that I handled it was, well
I could have set up two differant folders, but I didn't, everyone is in
one, but that has no bearring on the funcionality login process.
A
Johnny
> I'm a trying to make a backend-extension, where it is possible to
> "auto-move" some tt_content-elements from one TemplaVoila field to another.
> But I cannot figure out, how to do this.
that is complicated because positions are stored internal XML documents
=> simple SQL queries can't
[EMAIL PROTECTED] kirjoitti:
> Hi List,
> in my projekt whatever images are loaded by redakteure in content element
> (text etc.) , in front-end they r referring to root/uploads/RTEmagic
> address although they r stored in fileadmin/templates/user_upload.
>
> becoz of this reason if we have to
I have a client that requires two registration forms and two different
login forms.
Registration form 1 will use Login form 1 to access specific areas of
the site designated for their use.
Registration form 2 will use login form 2 to access different (than
area 1) areas of the site.
My ge
> Hi!
> I want to make "Home" link on every page. This link must be on site head
> (except main page!):
> lib.head = COA
> lib.head.10 = TEXT
> lib.head.10{
> value (
>
> Site name.
> )
> insertData = 1
> }
> but there must be no link on main page (id=14). I think it can be
Hi Ron,
Dr. Ronald P. Steiner schrieb:
> I do run TYPO3 4.2.1 and the current realUrl 1.5.1
> The new feature kind of is working, but only when I use the "L"
> parameter in the preVars as well.
>
> hope it's just a tiny thing in my configuration. - but I tried around
> quite a while
You can wo
Hello maaboo, (try to use an real name here)
you could try it with this,
but dont know if it will work:
--
lib.header = COA
lib.header.10 = IMAGE
lib.header.10.file = dat/img/sys/ban.jpg # header image
lib.header.20 = TEXT
lib.header.20{
value = site name
typolink.parameter = 14 # generates
Hi all,
We've got a site with a structure as so:
root <-(default template)
--page1
--page2 <-(ext template)
---subpage1 <-(default template)
---subpage2
---etc
We're wanting to assign a different template to a particular page
(page2), then revert to the default template for its children.
I ass
Hi!
I want to make "Home" link on every page. This link must be on site head
(except main page!):
lib.head = COA
lib.head.10 = TEXT
lib.head.10{
value (
Site name.
)
insertData = 1
}
but there must be no link on main page (id=14). I think it can be done with
conditions like:
Hi
As nobody tell me how to do the best the multilevel news, i did it
narrowminded:
1. Root page contains tt_news with 4 startingpoints (as subpages of root).
Recursion Level - 2.
2. Every subpage also contains tt_news with n startingpoitns as subpages of
this subpage.
3. At third level we also h
Hello list
I'm a trying to make a backend-extension, where it is possible to
"auto-move" some tt_content-elements from one TemplaVoila field to another.
But I cannot figure out, how to do this.
I have also done some testing with TCEmain on how to create pages and
tt_content-element. This is wo
Hi.
On 17.09.2008 17:22 Thomas Scholze wrote:
>
> Some pages are only available via login. Without a valid login the URL
> brings up an error 404 but should be 403.
RFC 2616 (HTTP/1.1) says something else:
"10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it.
A
Hello Stephen,
> The problem with the option split is that I can't guarantee that the
> editors will leave the pages as they are, they always want things moved
> around, plus they want other menu items to appear above the always open one
> when users have logged in.
then try to use stdWrap.if or
ok, soon i will clip them, that i think shud work.
thx Bas
On Wed, Sep 17, 2008 at 5:35 PM, Bas v.d. Wiel <[EMAIL PROTECTED]>wrote:
> Hi Rupali,
> These are the result of bad photography/Photoshopping. The background
> was made transparent, but not completely. These edges are the remains of
> th
ok, thanks
Rupali
On Wed, Sep 17, 2008 at 5:33 PM, Xavier Perseguers <[EMAIL PROTECTED]>wrote:
>
> > open the above link in internet explorer...now make the font bigger, then
> u
> > will see some border around pictures(cream/white in color).
> > from where they r coming, i have no idea.
>
>
>
Hi Rupali,
These are the result of bad photography/Photoshopping. The background
was made transparent, but not completely. These edges are the remains of
the original background. If you got these from a studio: have them
photograph against a backdrop colour that is close to your website's
backgroun
> open the above link in internet explorer...now make the font bigger, then u
> will see some border around pictures(cream/white in color).
> from where they r coming, i have no idea.
The only cream/white border I see (I'm using IE8 and did the test with
FF3) is around the picture of the book
> Hi!
>
> [EMAIL PROTECTED] wrote:
>> The pictures are not displayed, instead is a little block, which you can
>> click and the picture will appear in a different window.
>
> Go to the Install tool and see if it reports any permission problems. Also
> check your ImageMagick settings. If ImageMagick
open the above link in internet explorer...now make the font bigger, then u
will see some border around pictures(cream/white in color).
from where they r coming, i have no idea.
Rupali
On Wed, Sep 17, 2008 at 5:21 PM, Xavier Perseguers <[EMAIL PROTECTED]>wrote:
> Hi,
>
> Please use your real na
Hello list,
is it possible to handle 403 errors with TYPO3/realurl?
Some pages are only available via login. Without a valid login the URL
brings up an error 404 but should be 403.
This case sophisticates logfiles and statistics.
Is there any solution ?
Thanks for any hint.
Regards
Thomas
_
Hi,
Please use your real name.
> http://www.art-company.de/arbeitsbeispiele/corporate-identity/1/
> if I zoom the page then i see some ncream color border around the
> pictures...althought i have given none.
> why is it visible?- i tried jpeg and gif...happing with both.
Do not understand the pr
I was trying to configure the LTG Google Search extension and I kept getting
the error that my
authorization key was invalid. According to google, they are no longer issuing
new API keys as of
December 5, 2006.
http://code.google.com/apis/soapsearch/api_faq.html
I have a few questions:
1. Are
Hi List,
in my projekt whatever images are loaded by redakteure in content element
(text etc.) , in front-end they r referring to root/uploads/RTEmagic
address although they r stored in fileadmin/templates/user_upload.
becoz of this reason if we have to change the exchange the images first we
Recovering one of my past posts:
"I would like to use a different template for each RSS feed and each
category. I mean: when I access the feed for a certain category, I would
like only some fields are shown in the feed. I've seen you can control
this for the whole tt_news extension through
"plugin
Hi List,
in my projekt whatever images are loaded by redakteure in content element
(text etc.) , in front-end they r referring to root/uploads/RTEmagic
address although they r stored in fileadmin/templates/user_upload.
becoz of this reason if we have to change the exchange the images first we
Thanks for shortening my TS. I never thought to copy the ACT to the CUR.
The problem with the option split is that I can't guarantee that the
editors will leave the pages as they are, they always want things moved
around, plus they want other menu items to appear above the always open one
when u
Hi List,
http://www.art-company.de/arbeitsbeispiele/corporate-identity/1/
if I zoom the page then i see some ncream color border around the
pictures...althought i have given none.
why is it visible?- i tried jpeg and gif...happing with both.
___
TYPO3-eng
Hallo Stephen,
I think if your alwaysActivePIDlist are always the first or the last menu
items,
it should be easy to use optionSplit, else you can try "if". I've shortened
your
TS, as I think it's easier to read.
temp.mainNav = HMENU
temp.mainNav {
alwaysActivePIDlist = 202,211
1 = TME
Hi Xavier,
Xavier Perseguers wrote:
> Hi,
>
>> while working on a new extension with different pi's I realized that
>> each pi has its own locallang.xml file. Is there a way to use only on
>> locallang.xml - say from pi1 - for all pi's?
>
> For sure! Specify
>
> LLL:EXT:your_extension/pi1/loc
### temp.mainNav ###
### ###
temp.mainNav = HMENU
temp.mainNav {
alwaysActivePIDlist = 202,211
1 = TMENU
1 {
collapse = 1
NO {
allWrap = {$lnBoxStart} | {$lnBoxEnd}
stdWrap {
htmlSpecialChars = 1
field = subtitle // title
}
}
The page in question is:
http://elmit.com/index.php?id=38
>>> BTW, your page is not XHTML valid as you claim ;-)
>>
>> who claimed what?
>> I claim that the pictures are not displayed on one of the pages!
>
> I know, this is why I said BTW. On your page, you have a text that
> claims that
>>> The page in question is:
>>> http://elmit.com/index.php?id=38
>> BTW, your page is not XHTML valid as you claim ;-)
>
> who claimed what?
> I claim that the pictures are not displayed on one of the pages!
I know, this is why I said BTW. On your page, you have a text that
claims that your web
Hi,
FYI
> I am not sure what I am looking for, but that's what I found:
You should be sure that all images can be generated and are similar to
the reference. It seems to be the case.
> Image writing gives me a "File size is very different from reference
> (46011 13634) for png.
I never could
Hi!
Diana Christian wrote:
> Has anyone worked on this extension? If yes then please tell me what I have
> missed.
Quite a lot... This is not easy to set up. Best thing is to start with the
manual for indexed search...
--
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/ty
> Hi,
>
>> The page in question is:
>> http://elmit.com/index.php?id=38
>
> BTW, your page is not XHTML valid as you claim ;-)
who claimed what?
I claim that the pictures are not displayed on one of the pages!
bye
Ronald
>
> --
> Xavier Perseguers
> http://xavier.perseguers.ch/en/tutorials/t
> Hi!
>
> [EMAIL PROTECTED] wrote:
>> The pictures are not displayed, instead is a little block, which you can
>> click and the picture will appear in a different window.
>
> Go to the Install tool and see if it reports any permission problems. Also
> check your ImageMagick settings. If ImageMagick
Hi,
> The page in question is:
> http://elmit.com/index.php?id=38
BTW, your page is not XHTML valid as you claim ;-)
--
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
___
TYPO3-english mailing list
TYPO3-english@lists.netfielder
Hi!
[EMAIL PROTECTED] wrote:
> if i see in firebug img has no height and no width
Why they should be? They are optional in HTML.
--
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog:
http://typo3bloke.net/post-details/tag_your_ty
Markus Thaler schrieb:
> do you know a fast and userfriendly slideshow extension? thank you.
tried rgslideshow?
georg
___
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
done !! thx Ron
:)
On Wed, Sep 17, 2008 at 12:37 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
> thx buddy it helped.
> i manipulated it as follows: its really shame to say that the submit botton
> is always 5px above the input field and i am not able to to make both of
> them in line. padding
i am searching for a fast (continuous image loading) and userfriendly
(for backend-editors) slideshow which i would like to put in the header
of a website.
Flash SlideShow (slideshow) is in my opinion much to complicated for the
average backend-editor to work with.
rgsmoothgallery on the other
if i see in firebug img has no height and no width
On Wed, Sep 17, 2008 at 11:46 AM, <[EMAIL PROTECTED]> wrote:
> I created a new page with two elements, both text and picture type.
>
> Both elements include a picture with the specification width=200 and
> width=160, and "Click-enlarge".
>
> Firs
Hi!
[EMAIL PROTECTED] wrote:
> The pictures are not displayed, instead is a little block, which you can
> click and the picture will appear in a different window.
Go to the Install tool and see if it reports any permission problems. Also
check your ImageMagick settings. If ImageMagick is not set
thx buddy it helped.
i manipulated it as follows: its really shame to say that the submit botton
is always 5px above the input field and i am not able to to make both of
them in line. padding for submitsearch works for both button and input :(
http://serviceforce.duke2007.taunus.de/index.php?id=29&
I created a new page with two elements, both text and picture type.
Both elements include a picture with the specification width=200 and
width=160, and "Click-enlarge".
First paragraph has the picture at the left side and the second paragraph
has the picture at the right side.
The pictures are n
try this:
page.config.index_enable = 1
lib.suche < plugin.tx_macinasearchbox_pi1
lib.suche{
pidSearchpage = (name of the serach page where it jumps to show results and
where this indexed search box will be added)
templateFile = fileadmin/templates/searchbox.tmpl
}
plugin.tx_indexedsearch {
t
Hi,
In loginbox_macmade 0.3.5 I have a problem with the
forgotpassword.mailmsg-label:
Password recover
%s,
You are receiving this email from %s
because you asked to recover your password.
Your
username is: %s
Your password is: %s
Please connect to
luca kirjoitti:
> Hi Tapio,
>
> probably I have missed lead you.
>
> What I need is to generate a random key which will be sent into the
> answer message and recorded into the database...without actually show it
> in the published form.
that needs some extra coding - I have looked the plugin a
Sorry, I forgot to change the subject...
There a open bug (or request for feature) in tx_ttnews:
http://bugs.typo3.org/view.php?id=6397
"0006397: Switch from pi_linkTP_keepPIvars to typolink"
Dmitry, as always, is right: every single link is overrided by tt_news and
changed to something like thi
Hi Tapio,
probably I have missed lead you.
What I need is to generate a random key which will be sent into the
answer message and recorded into the database...without actually show it
in the published form.
The task is to create a registration form for a demo software which will
generate an a
When I initially installed RealURL I only setup the basic pagePath so
my url only map page id and alias. Unfortunately for me this is how
the entire site got deployed and now I'd like to switch the advanced
pagePath to provide some hierarchy to the site. Again unfortunately
for me I have
69 matches
Mail list logo