[TYPO3-english] templavoila FCE image problem

2009-03-06 Thread Paul Bucalo
typo3/uploads/ tx_templavoila/tips_divider.gif'. What am I doing wrong? I tried both Image and Image fixed w+h from Templavoila I don't ever remember running into this before. I'm running v4.2.6 on a RHEL server. thank you, -Paul Bucalo ___ T

Re: [TYPO3-english] templavoila FCE image problem

2009-03-06 Thread Paul Bucalo
= 700 <Changed this value Thank you for the quick reply. -p On Fri, Mar 6, 2009 at 2:52 PM, Dmitry Dulepov wrote: > Hi! > > Paul Bucalo wrote: > > The problem is that the flex form does not include a way to eff

[TYPO3-english] url for content elements

2009-03-09 Thread Paul Bucalo
Is there a way to retrieve individual content elements through a URL? I'm trying to call Typo3 content into another Web app. I started to do it by xml, but there were issues with FCEs and then once I got it working, I just have wrap all my content in the same DIVs and SPANS I worked so hard at. Is

Re: [TYPO3-english] url for content elements

2009-03-09 Thread Paul Bucalo
Will that render in the context of a full page template or just the CE completely by itself? On Mar 9, 2009, at 5:07 PM, Dmitry Dulepov wrote: > Hi! > > Paul Bucalo wrote: >> Is there a way to retrieve individual content elements through a URL? > > You have to create Typ

Re: [TYPO3-english] url for content elements

2009-03-10 Thread Paul Bucalo
ml tags I don't want. It does list my content elements, but it still wraps them in default typo stuff etc. Is there a way I can strip everything except the content element? Thank you for your all your help so far, Paul Bucalo On Mon, Mar 9, 2009 at 5:26 PM, Georg Ringer wrote: > Paul

Re: [TYPO3-english] templavoila FCE image problem

2009-03-11 Thread Paul Bucalo
ges are *not* deleted from disk if you delete (a part of) > the fce. recently i had to deal with an uploads/tx_templavoila/ folder > containg 52.000+ images... > gRTz > pekue > > Paul Bucalo schrieb: > > I finally figured it out. > > It was giving a maximum image width,

Re: [TYPO3-english] *simple* workflow

2009-03-17 Thread Paul Bucalo
You can set a user's permissions to only access the "draft" workspace. In doing so, the editor does not know there are different workspaces and can edit content just as he or she would otherwise. Then the content approver can have full access to the "live" workspace, and it's really only one push b

[TYPO3-english] producing JSON objects and xml objects from FCEs

2009-03-17 Thread Paul Bucalo
Has anyone successfully output JSON as an alternative template (just like alt_print is type=98, JSON may be type=999)? I have successfully implemented several different xml templates, but the main problem I have is with FCEs: When a content element is nested inside an FCE, it doesn't show on the to

Re: [TYPO3-english] Indesign?

2009-03-24 Thread Paul Bucalo
i would be interested in it as well dam_index has a component (needs to be installed on server side) for reading pdf files' meta data. -p On Tue, Mar 24, 2009 at 1:31 PM, Wiel, J.A.M. van de wrote: > Yes, > I should have something of a half-baked extension for this somewhere. Will > get back to y

[TYPO3-english] duplicate images

2009-04-01 Thread Paul Bucalo
t want it cached, I don't want it duplicated. What am I doing wrong? Any help, even pointing me in the right direction for figuring this out, is greatly appreciated. Paul Bucalo ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http:

Re: [TYPO3-english] duplicate images

2009-04-02 Thread Paul Bucalo
4.2.0/view/4/2/#id4292329 > > [2] http://forge.typo3.org/wiki/extension-dam/Documentation > [3] http://bugs.typo3.org/view.php?id=2381 > http://bugs.typo3.org/view.php?id=10165 > http://bugs.typo3.org/view.php?id=10254 > > > > > Paul Bucalo schrieb: > > I

Re: [TYPO3-english] first-use problem

2009-04-02 Thread Paul Bucalo
It sounds more like you don't have a template. -p On Thu, Apr 2, 2009 at 5:18 PM, mario wrote: > Hi > > do you ever tried on localhost, on your machine? > my best > mario > > > Hi folks. > > > > > > > > I’m a newbie and have a problem with using the backend admin displays > after installing TYPO

Re: [TYPO3-english] How to allow FE users to maintain a blog?

2009-04-07 Thread Paul Bucalo
easier for a one button install. Let me know if you have issues, you can contact me directly. -Paul Bucalo On Tue, Apr 7, 2009 at 9:38 AM, Ulrik H. Kold wrote: > Hi group, > > I have a pretty simple question, which I have not found any obvious > answers for: > > Is it possible (

Re: [TYPO3-english] How to allow FE users to maintain a blog?

2009-04-08 Thread Paul Bucalo
Yeah, if all you want is users to submit content in chronology, you can choose from a ton of extensions: guestbook, comments, tt_news, wec discussion, a traditional forum. Typo can do what ever you want, it's just a balance of what you get out of the box, what you get with available extensions and

[TYPO3-english] index search table overflowing

2009-04-09 Thread Paul Bucalo
Anyone else experiencing this problem: http://www.dirkgomez.de/en/typo3-indexed-search-and-tt-news-index-rel-growth My index_rel table hit 10 million rows today. Anyone have a more "elegant" solution? I'm thinking of dropping index search all together and replacing with a Google site search or some

[TYPO3-english] Direct Mail problem

2009-04-17 Thread Paul Bucalo
I'm getting this error: No template file found: {$plugin.feadmin.dmailsubscription.file.templateFile} But the template is there. Not only that, but I created a new page, inserted the plugin and it worked. Then I modified the old page to redirect (shortcut) to the new, and the error came back. I've

Re: [TYPO3-english] Video sharing project. Anyone interested?

2009-05-05 Thread Paul Bucalo
Yes, I implemented a solution like that building on HOICommunity so users could make blog posts and attach a video. The video is transcoded with ffmpeg, much the same way images go through imagemagick, and displayed as FLV with a site-wide standard FLV player. The site is www.plantbasednutrition.or

Re: [TYPO3-english] Video sharing project. Anyone interested?

2009-05-11 Thread Paul Bucalo
I appreciate this feeback, and you're absolutely spot on that these features would really enhance the plugin. My life is a little crazy at the moment (9 month old baby, killer work schedule), but hopefully I'll have time in the next few months to get to this. I'll certainly let you know when I do w

Re: [TYPO3-english] Video sharing project. Anyone interested?

2009-05-13 Thread Paul Bucalo
I think ffmpeg is more like ImageMagick in terms of complexity and footprint on the server. I've never tried to install from RPM (I can't even imagine an extension that installs something from source) but supposedly it's possible: http://www.mysql-apache-php.com/ffmpeg-install.htm Perhaps any ffmpe

Re: [TYPO3-english] [phpmyadmin] blank page issue when import/install phpmyadmin extension

2009-05-14 Thread Paul Bucalo
Can you get to your server error logs to check the issue? Sometimes (for me) when I get the white screen in typo it means the server has run out of memory or a fatal php error. If you're on a 'nix box, the logs are often in /var/log/httpd (those are the apache error logs and since you're getting an

Re: [TYPO3-english] Typo3: A solid German car?

2009-06-09 Thread Paul Bucalo
I want to second Martin's input. I think constructive criticism is healthy and does not require a defensive posture. I think Janus makes some good points and I appreciate his reaching out for input. No matter how good something is, it can always improve. -p On Tue, Jun 9, 2009 at 7:45 AM, Martin B