Re: [TYPO3-english] Author marker wrap

2011-05-05 Thread Sebastiaan de Jonge
Hi Orish,

I'm afraid that will be impossible without any script intervention. There is
not really anything for this kind of string comparison, so I guess you will
end up creating a user function or using one of tt_news's hooks.

Cheers,
Sebastiaan

On Wed, May 4, 2011 at 8:54 PM, Orish Shrestha orish.ty...@gmail.comwrote:

 Hi all,

 I have been trying to achieve this functionality using TS but I don't know
 if its doable or not. I know, for tt_news SINGLE VIEW  you can use to wrap
 author name using.
 plugin.tt_news.displaySingle {
 author_stdWrap.wrap 
 author_stdWrap.wrap = |,nbsp;(ANYTHING)
 }

 This will append ,nbsp;(ANYTHING) after author name and this is working
 fine. Now, I am wondering if I can wrap this mechanism with a condition
 such
 that if author name contains FROM don't do anything else add FROM infront
 of
 it.
 ie.
 if(!AUTHOR HAS FROM){

 plugin.tt_news.displaySingle {
 author_stdWrap.wrap 
 author_stdWrap.wrap = FROM: |
 }
 }

 Any kind of inputs are heartly welcomed and anticipated !

 Regards,
 Orish
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Author marker wrap

2011-05-05 Thread Sebastiaan de Jonge
Hi Orish,

Yes in that case you could use the if condition on the stdWrap. You would
get something like the following:

plugin.tt_news.displaySingle.author_stdWrap.wrap = FROM: |
plugin.tt_news.displaySingle.author_stdWrap.if.isTrue.field = email

See TSref for more details:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.4.0/view/1/5/#id2621248

Cheers,
Sebastiaan


On Thu, May 5, 2011 at 3:42 PM, Orish Shrestha orish.ty...@gmail.comwrote:

 Thank you Sebastiaan for the reply. I also thought the same but later I
 realise that I can use email author field for IF condition ie. all the
 author that have FROM has email field filled. Is it possible to use this
 field in instead of string comparision of the author to detect FROM in it.

 if (AUTHOREMAIL IS NOT SET){
 plugin.tt_news.displaySingle {
author_stdWrap.wrap 
author_stdWrap.wrap = FROM: |
  }
 }


 Thank you once again!

 Regards,
 Orish

 On Thu, May 5, 2011 at 3:53 AM, Sebastiaan de Jonge 
 ty...@sebastiaandejonge.com wrote:

  Hi Orish,
 
  I'm afraid that will be impossible without any script intervention. There
  is
  not really anything for this kind of string comparison, so I guess you
 will
  end up creating a user function or using one of tt_news's hooks.
 
  Cheers,
  Sebastiaan
 
  On Wed, May 4, 2011 at 8:54 PM, Orish Shrestha orish.ty...@gmail.com
  wrote:
 
   Hi all,
  
   I have been trying to achieve this functionality using TS but I don't
  know
   if its doable or not. I know, for tt_news SINGLE VIEW  you can use to
  wrap
   author name using.
   plugin.tt_news.displaySingle {
   author_stdWrap.wrap 
   author_stdWrap.wrap = |,nbsp;(ANYTHING)
   }
  
   This will append ,nbsp;(ANYTHING) after author name and this is
  working
   fine. Now, I am wondering if I can wrap this mechanism with a condition
   such
   that if author name contains FROM don't do anything else add FROM
 infront
   of
   it.
   ie.
   if(!AUTHOR HAS FROM){
  
   plugin.tt_news.displaySingle {
   author_stdWrap.wrap 
   author_stdWrap.wrap = FROM: |
   }
   }
  
   Any kind of inputs are heartly welcomed and anticipated !
  
   Regards,
   Orish
   ___
   TYPO3-english mailing list
   TYPO3-english@lists.typo3.org
   http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
  
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Kind regards,
Sebastiaan de Jonge

Freelance TYPO3/PHP developer
w: http://sebastiaandejonge.com | e: off...@sebastiaandejonge.com | skype:
sabsebsop
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Path to typo3temp folder

2011-05-03 Thread Sebastiaan de Jonge
I guess it's more reliable to use the PATH_site constant instead of
$_SERVER['DOCUMENT_ROOT']. So:

PATH_site.'typo3temp/'

On Wed, May 4, 2011 at 6:45 AM, Sergey Alexandrov s...@alexandrov.uswrote:

 what's a problem with $_SERVER['DOCUMENT_ROOT'].'typo3temp' ?


 On 5/4/2011 12:34 AM, Gorosito Gonzalo wrote:

 Hi Guys,

 Does anybody know how to find the filesystem path to the typo3temp folder?
 May be in any Global variable in the t3 framework?

 Thanks in advance,

 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



Kind regards,
Sebastiaan de Jonge
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] t3blog - Fatal error: Call to a member function writelog() after posting comment with TYPO3 4.5

2011-02-22 Thread Sebastiaan de Jonge
Hi Josef,

I remember having the same problem, I solved it for my blog by commenting
the blogging lines since at the moment of testing I didn't have any real
time to figure out what was causing it. I was also unable to find anyone
else that could confirm the problem at that time. I figured it was an
isolated incident and didn't bother to look further. Was also only on 4.5,
so perhaps some changes need to be made to T3BLOG to make it compatible with
4.5 or perhaps something is even wrong in the core.

Hope this helps,
Sebastiaan

On Tue, Feb 22, 2011 at 10:14 AM, Josef Florian Glatz ty...@josdesign.atwrote:

 Am 22.02.2011 10:12, schrieb Josef Florian Glatz:

  Hi,

 I've installed current trunk-version of t3blog. After that, I can't
 comment anymore.

 When I send the comment an error occurs:

 Fatal error: Call to a member function writelog() on a non-object in
 /srv/www/typo3/typo3_src-4.5.0/t3lib/class.t3lib_tcemain.php on line 6774


 I've found the same problems in the internet for other extensions:


 http://old.nabble.com/mm_forum-1.9.2-Antworten-nicht-m%C3%B6glich-td30970261.html

 http://bugs.typo3.org/view.php?id=16843

 http://www.bastian-bringenberg.de/willkommen/news/article/update-von-v.html
 http://www.typo3.net/forum/beitraege/gaestebuch/103567/


 Is there a solution to fix that?

 My system:
 TYPO3 4.5.0
 t3blog: svnversion (22.02.2011)

 thanks in advance

  EDIT: The comment will be saved correctly!

 if this helps..


 --
 Regards,
 Josef Florian Glatz
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TS in BE module

2011-02-22 Thread Sebastiaan de Jonge
Hi,

What would be the reason to do so? If it's a template from the database you
can simply load it from there, but it totally depends on what you are
planning to do with it.

Cheers,
Sebastiaan

On Tue, Feb 22, 2011 at 10:41 AM, Dawid Pacholczyk dpacholc...@gmail.comwrote:

 Hi List,
  how to get TS config from setup of main template in my BE module ?

 Best regards,
 Dawid Pacholczyk
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] T3BLOG new post: cannot create content

2011-02-15 Thread Sebastiaan de Jonge
Hi,

Are you by any chance using the TCAmanipulate extension? I had that
installed, it was giving me some problems (because of deprecated function
calls). I used the Tamper Data addon for Firefox to debug the HTTP requests
that were done. Since the CE elements are added via IRRE, this is all done
via AJAX (so you're not seeing what really happens). What would perhaps help
is to open the AJAX request in a new tab (via Tamper Data). This way I found
out what was wrong with my installation.

Cheers,
Sebastiaan

On Tue, Feb 15, 2011 at 9:52 AM, Josef Florian Glatz ty...@josdesign.atwrote:

 Am 15.02.2011 09:18, schrieb Dmitry Dulepov:

  Hi!

 Josef Florian Glatz wrote:

 I'm using TYPO3 4.5.0 and T3BLOG 1.1.0 and when I create a post in the
 backendmodule and try to add new post content (Your content / Create
 new) nothin happens. It seems that there is no action when I click on
 Create new. I tried it also via Backendmodul List - no chance...

 Do you have any suggestions?


 Check if you have any javascript errors.

  Thanks for your answer dmitry!

 There are no js-errors. very strange. I will try to reproduce it on another
 TYPO3 installation.

 Josef Florian Glatz

 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] BE user configuration

2011-02-07 Thread Sebastiaan de Jonge
Hi Enrique,

If you've enabled the access list, you should select pages in the modify
list. Also select the properties you would like your editor to be able to
edit a little more down. You can specify what fields the editor may edit.
Additionally you should ensure that the usergroup has access to the desired
pages via the Web  Access module.

Hope this helps.

Cheers,
Sebastiaan

On Mon, Feb 7, 2011 at 12:05 PM, Enrique Moreno Tent 
enriquemorenot...@gmail.com wrote:

 hello guys,

 im trying to configure a BE usergroup, and Im trying to let them access the
 Edit Page properties panel, but Im not sure how. How could i do this?

 Thanks
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Howto access TS Setup by condition userFunc?

2011-02-04 Thread Sebastiaan de Jonge
Hi Hendrik,

I see you are trying to manually load the TS Setup. runThroughTemplates is a
very slow and inefficient way of doing this. The information you are looking
for is probably already available inside $GLOBALS['TSFE']. To be more
specific, the entire setup is available under:

$GLOBALS['TSFE']-tmpl

Try printing this from your user function, you will see all the options.

Cheers,
Sebastiaan

--

Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572

On Fri, Feb 4, 2011 at 8:27 AM, Hendrik h.reim...@neonaut.de wrote:

 Hi,

 i want to access the full typoscript with a condition userfunc, but i have
 problems to solve that.

 i've tried the following:

// Require classes
require_once(PATH_t3lib.'class.t3lib_page.php');
require_once(PATH_t3lib.'class.t3lib_tstemplate.php');
require_once(PATH_t3lib.'class.t3lib_tsparser_ext.php');

// Init page id and the page object
$pid  = intval( (( $pageUid  0 ) ? $pageUid :
 t3lib_div::_GP('id')) );
$obj_page = t3lib_div::makeInstance('t3lib_pageSelect');

// Init agregrated TypoScript
$rootline = $obj_page-getRootLine($pid);
if (empty($rootline)) return false;

$obj_TypoScript =
 t3lib_div::makeInstance('t3lib_tsparser_ext');
$obj_TypoScript-tt_track = 0;
$obj_TypoScript-init();
$obj_TypoScript-runThroughTemplates($rootline);
$obj_TypoScript-generateConfig();
die(print_r($obj_TypoScript-setup));
return $obj_TypoScript-setup;

 But this doens't work... it starts with a very long loadtime and ends with
 a php memory limit error (php.ini memory_limit is 1024M).

 can anyone help me please?
 thanks a lot...

 henny
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] How to use additionalParams to pass tt_content data

2011-02-03 Thread Sebastiaan de Jonge
Hi again,

Welcome to the wonderful world of TypoScript. I'm sure that creating an
interface like that is possible by using just TypoScript. There are so many
things you can do with it, and displaying content is very easy. Of course
your great friend in this journey would be the TSref.

http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view

On my blog I've written several articles on dynamic content rendering with
TypoScript. Perhaps they will be of use as well:

http://sebastiaandejonge.com/blog/categories/typoscript/

Cheers,
Sebastiaan

On Thu, Feb 3, 2011 at 2:31 PM, pixelborg cilibiu.bog...@yahoo.com wrote:


 The content elements is placed on another page, where i'm render them to
 add
 a typolink. I'm curious if i can make something like tt_news plugin, where
 i show a little bit of text with a more link to another page (single
 view)
 . I don't need full explanation, just some tips to ease my learning path
 over my coffee brakes :)




 Sebastiaan de Jonge-2 wrote:
 
  Hi Bogdan,
 
  Showing a content element on a seperate page requires a little more than
  just the right TypoLink setting. Is the content element on the actual
 page
  you are linking to? Or is it fixed on another page?
 
  Also, instead of using additionalParams.dataWrap =L
  ={TSFE:sys_language_uid}, you could use something like this (depending
 on
  if there are a lot of other querystring parameters or not):
 
  addQueryString = 1
  addQueryString.method = GET
  addQueryString.exclude = id, cHash
 
  Kind regards,
  Sebastiaan de Jonge
 
 

 --
 View this message in context:
 http://old.nabble.com/How-to-use-additionalParams-to-pass-tt_content-data-tp30830433p30835651.html
 Sent from the TYPO3 English mailing list archive at Nabble.com.

 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL html suffix

2011-02-03 Thread Sebastiaan de Jonge
Hi there,

As far as I know you either have the suffix, or you don't. No option to mix
it, however the link will work. So perhaps extending might be an option.

Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572

On Thu, Feb 3, 2011 at 4:16 PM, Marco Malagoli ma...@gasser-gasser.chwrote:

 Hi List,

 Is there a possibility that only the last segment of the url contain the
 html suffix ?

 Example:

 http://www.example.com/category/subcategory/
 http://www.example.com/category/subcategory/product.html

 Thanks.

 Greets.
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Changing Default Upload Directory Location When clicking Browse...

2011-02-01 Thread Sebastiaan de Jonge
Hi Scott,

I don't think there is a very easy solution for this. As the default
workflow for TYPO3 would be this. Setting this to a user directory would
confuse the FE, since the path from which the images are loaded will be
dynamic. A (not so nice) option would be to disable the browse field and
force editors to upload their files inside the filelist, and select the
images from there. As far as I know you can also upload images from the
selector popup. It's a little more work for the editor but it gets you the
result you require.

Please not that the file will still be copied to uploads/pics/, so each file
will be on the file system twice.

Regards,
Sebastiaan


-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
t: 0031 65431 7572

On Thu, Jan 27, 2011 at 8:49 PM, Scotty C superscott...@yahoo.com wrote:

 Hi List,

 I have a shared installation of TYPO3 and need to make a modification to
 the
 upload functionality of TYPO3. In particular and as I'm sure you know, when
 a
 user wants to add an image to a standard text w/image content element, they
 have
 the option of clicking Browse for easy upload of a file on their PC. The
 problem for me is, the location they upload to is the general area
 /uploads/pics. On a shared server, that makes for a mess because there's
 virtually no way of knowing whose files belong to whom. So, I'd like to set
 the
 Browse button to work just like the standard filemount, whereby the user
 gets
 their own location in fileadmin and when they upload, the file goes to
 (example)
 fileadmin/user/storage.

 My question is, how do I implement this in the user's TS template? My TS
 coding
 abilities aren't that advanced. I know that it's part of the TCA array, and
 specially:

  'uploadfolder' = 'uploads/pics'

 ... but I don't know what to put in the setup/contants field of the
 template.

 As always, thanks so much in advance,
 -Scott.


 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] sys_log table is getting too large

2011-01-19 Thread Sebastiaan de Jonge
Hello Farooq,

What do you consider as *many* users? You could trim down the size by check
throwing away some older entries (or back them up, and only keep stuff until
it reaches a certain age).

It's also wise to check the errors inside the log, as this may also cause
the log table to grow faster than normal.

Hope this helps.

Sebastiaan

On Wed, Jan 19, 2011 at 12:32 PM, mohammad.far...@steria.co.in wrote:


 Hello List,

 I have a site running on TYPO3, its database size excluding table sys_log
 is ~200MB, while table sys_log which holds back-end content edit history
 is more than 3GB and is getting increased, because there are too many
 back-end users with workspaces attached.

 Will you please suggest me, what to do to tame its size, and how about
 emptying this table or so.


 Thanks,
 Farooq


 Think before you print - Steria is committed to supporting a sustainable
 world



 This email originates from Steria*. It, and any attachments, may contain
 confidential information and may be subject to copyright or other
 intellectual property rights. It is only for the use of the addressee(s).
 You may not copy, forward, disclose, save or otherwise use it in any way if
 you are not the addressee(s) or responsible for delivery.
 If you receive this email by mistake, please advise the sender and cancel
 it immediately.
 Steria may monitor the content of emails within its network to ensure
 compliance with its policies and procedures.
 Any email is susceptible to alteration and its integrity cannot be assured.
 Steria shall not be liable if the message is altered, modified, falsified,
 or edited.
 _
 * Steria Limited, number 4077975;
 Steria Recruitment Limited, number 1437998.
 Registered in England and Wales; registered office Three Cherry Trees Lane,
 Hemel Hempstead, Hertfordshire HP2 7AH
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge

Freelance TYPO3 Developer - Certified TYPO3 Integrator
w: http://sebastiaandejonge.com
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Powermail prefill field with POST variable?

2010-03-15 Thread Sebastiaan de Jonge
Hey,

Please refer to the manual for this:
http://typo3.org/documentation/document-library/extension-manuals/powermail/1.5.3/view/1/10/#id2508066

Proper syntax in your case would be:

plugin.tx_powermail_pi1 {
  prefill {
uid8 = TEXT
uid8.data = GPvar:tx_myext_pi1|nameofinputfield
uid8.htmlSpecialChars  = 1
  }
}

Regards,

Sebastiaan de Jonge
http://sebastiaandejonge.com

On Mon, Mar 15, 2010 at 9:39 AM, Brian Bendtsen b...@bellevuevej.dk wrote:
 Hi

 I want to prefill a powermail field with a POST variable from a form. Is
 this possible or can you only prefill field with value from querystring?

 My ts looks something like this:

 plugin.tx_powermail_pi1 {
 prefill {
 uid8 = TEXT
 uid8.data = GP:tx_myext_pi1[nameofinputfield]
 uid8.htmlSpecialChars = 1
 }
 }

 /BB
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Powermail prefill field with POST variable?

2010-03-15 Thread Sebastiaan de Jonge
Hi,

Unfortunately only one of two is accepted. So mixing GET and POST
parameters will set the GET parameters to overrule the POST ones.
Making your value probably empty. We also can't use something else
other than GPvar like _POST or _GET.. Can't think of any quick option
to avoid this.

Sebastiaan de Jonge
http://sebastiaandejonge.com

On Mon, Mar 15, 2010 at 10:42 AM, Brian Bendtsen b...@bellevuevej.dk wrote:
 Sebastiaan de Jonge skrev:

 Hey,

 Please refer to the manual for this:

 http://typo3.org/documentation/document-library/extension-manuals/powermail/1.5.3/view/1/10/#id2508066

 Proper syntax in your case would be:

 plugin.tx_powermail_pi1 {
  prefill {
    uid8 = TEXT
    uid8.data = GPvar:tx_myext_pi1|nameofinputfield
    uid8.htmlSpecialChars  = 1
  }
 }

 Regards,

 Sebastiaan de Jonge
 http://sebastiaandejonge.com

 On Mon, Mar 15, 2010 at 9:39 AM, Brian Bendtsen b...@bellevuevej.dk wrote:

 Hi

 I want to prefill a powermail field with a POST variable from a form. Is
 this possible or can you only prefill field with value from querystring?

 My ts looks something like this:

 plugin.tx_powermail_pi1 {
 prefill {
 uid8 = TEXT
 uid8.data = GP:tx_myext_pi1[nameofinputfield]
 uid8.htmlSpecialChars = 1
 }
 }

 /BB
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

 Hi

 I tried both syntaxes but it only works with querystrings

 If I take my URL and append like this:
 http://www.mysite.com/index.php?id=1tx_myext_pi1[nameofinputfield] the
 field is prefilled

 But the value is send via POST from a form

 /BB
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 
Kind regards,
Sebastiaan de Jonge
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Powermail : add select field to form wich is filled with value from fe_users table

2010-02-05 Thread Sebastiaan de Jonge
Hey Jochem,

If it's not possible like this, a workaround would be to create your
field with TypoScript. That way you can pre-fill and pre-select anything
:-)
Haven't tried to fill prefill a select box before, but everything is
possible..

The user data is already available in TSFE:fe_user|user|XX ..

Kind regards,

Sebastiaan de Jonge
http://sebastiaandejonge.com


-Original Message-
From: typo3-english-boun...@srv02.typo3.org
[mailto:typo3-english-boun...@srv02.typo3.org] On Behalf Of jochem
nabuurs
Sent: Friday, February 05, 2010 3:37 PM
To: typo3-engl...@srv02.typo3.org
Subject: [TYPO3-english] Powermail : add select field to form wich is
filled with value from fe_users table

Hi list,

I'm looking for a way to add a select box (YES, a select box) to a 
powermail form, which is prefilled with fe_user data.

I've extended the fe_users table with a custom field (lets call that 
field XX for now). This field is of type text and contains a list of 
projectcodes, separated by a newline character.

What I'd like to do is to load the projectcodes which belong to this 
user into the select box. This way, a logged in user can select a 
projectcode which he/she has a question.


What I've done:
* created a powermail with fieldsets and fields
* added a field projectcode of type Select box to a fieldset
* set the fe_user field select box to field XX

The above should work but it doesn't. It DOES work when I change the 
type to Textarea.

Can anybody help me with this?
Maybe its solvable though the use of a hook (but I'm not that familiar 
with hooks).

Thanks in advance,

Jochem Nabuurs
ROQUIN E-Solutions


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typo3 4.2.10 and rtehtml 1.4.4 problem (The editor is being loaded hangs)

2009-12-11 Thread Sebastiaan de Jonge
Hello,

1.4.4 is not the latest version of rtehtmlarea, see if your extension is
installed locally or as a system extension. The version that is included
with the 4.2.10 core is 1.7.12.

Kind regards,

Sebastiaan de Jonge


-Original Message-
From: typo3-english-boun...@srv02.typo3.org
[mailto:typo3-english-boun...@srv02.typo3.org] On Behalf Of Thijs
Hakkenberg
Sent: Thursday, December 10, 2009 4:59 PM
To: TYPO3 English
Subject: [TYPO3-english] Typo3 4.2.10 and rtehtml 1.4.4 problem (The
editor is being loaded hangs)

I've got multiple installs of Typo3 4.2.10 (symlink) with RTE HTML 
editor 1.4.4 (latest) which gives the dreaded
'The editor is being loaded. Please wait...'

Which version of rtehtml area is compatible with 4.2.10?

In IE8 the following error is generated :

Message: 'each' is not defined
Regel: 1227
Teken: 3
Code: 0


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] powermail problem after upgrading to 1.4.17

2009-12-03 Thread Sebastiaan de Jonge
Hello,

Unfortunatly you can't, for some reason this is now hardcoded into the plugin. 
I think there is a bug out for this on forge.typo3.org but not sure.

Kind regards,

Sebastiaan de Jonge


-Original Message-
From: typo3-english-boun...@srv02.typo3.org 
[mailto:typo3-english-boun...@srv02.typo3.org] On Behalf Of J. Bakshi
Sent: Thursday, December 03, 2009 11:19 AM
To: TYPO3 English
Subject: [TYPO3-english] powermail problem after upgrading to 1.4.17

 Dear list,

I have upgraded poermail to  1.4.17.  After up-gradation  the  form
field has been changed !!!  Before it was  nore...@mydomain.com and the
related setting is

` ` `
plugin.powermail.email.noreply = nore...@mydomain.com
` ` `

But now the form field is taking the sender address ( through which I
get notification ) like

powermail usern...@mydomain.com

How to modify the typoscript to get back the noreply option in FORM
field ?

Thanks

-- 
জয়দীপ বক্সী


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english