Re: [TYPO3-english] widget.paginate works not as expected

2020-02-13 Thread Mark Boland
Hi Christian, you must stay with Extbase and create a custom Extbase Query [1]. It doesn't work with SQL statements, because the Paginate Widget relies on the Query object to create a LIMIT statement all by itself. Cheers, Mark [1]

Re: [TYPO3-english] Document management DMS and TYPO3

2017-10-02 Thread Mark Boland
Hi So Chat, what you are searching for (editing Word files, publish in PDF file, workflow for creation, editing, versioning, approval of files) is possible with other solutions, but (and this is a big BUT) they don’t deliver the same fidelity and click-and-use experience for MS Office

Re: [TYPO3-english] Document management DMS and TYPO3

2017-09-26 Thread Mark Boland
Hi, for your specification there is only one answer: Sharepoint. You know that you (or your client) gets Sharepoint Online and a whoppy 1 TB of storage included with your Office subscription? Better to integrate that somehow into your Site (via SSO) than to invent the wheel once again.

Re: [TYPO3-english] "Backend user section" - doktype 6

2017-08-14 Thread Mark Boland
Hi Urs, there is no special meaning built in. I used this page type to build my bw_backendsite [1] extension around it. It shows a tree of backend user section pages in the backend as a navigable help system based on otherwise normal TYPO3 pages, invisible to the public. Cheers, Mark [1]

Re: [TYPO3-english] Direct links to the backend pages (a question for Typo3 gurus)

2017-04-21 Thread Mark Boland
Hi Momchil, there was an extension named wstaskcenter [1] from Kasper, that you could use to delegate a list of tasks to users right with deep links to pages in page or list view for editing/reviewing. It’s not maintained since 2007, but its code could be a starting point to build something

Re: [TYPO3-english] Reverse proxy breaks backend URLs

2017-04-06 Thread Mark Boland
You’re welcome Cheers, Mark Am 06.04.17, 15:15 schrieb "Glenn S" : You answer gave me the clue I needed. I needed to set the HTTP_HOST variable that I am passing to phpfpm to be my external domain name.

Re: [TYPO3-english] Reverse proxy breaks backend URLs

2017-04-06 Thread Mark Boland
Hi Glenn, try to use your external URL as Server Name and your internal as one of your Server Aliases in your web server’s config (not easy to accomplish with server_name in Nginx). I don’t know exactly how the URLs of various parts and extensions in the backend are constructed, but by using

Re: [TYPO3-english] What is Typoscript and why has a page load failed?

2017-02-17 Thread Mark Boland
Hi James, you have to install the extension for the tutorial: https://typo3.org/extensions/repository/view/doc_tut_templating Cheers, Mark Am 17.02.17, 00:12 schrieb "James Moe" : Okay, working my way through the

Re: [TYPO3-english] Default language still a must?

2017-01-24 Thread Mark Boland
Hi Urs, I don’t think that there will be a version of TYPO3 that simply has “no default language” [1]. You can however already use any language of your choice for a content element and choose on what “base language” record you want to translate (copy) from [2]. This is not the case for pages.

Re: [TYPO3-english] Installing TYPO3 CMS 7.6.12

2016-11-22 Thread Mark Boland
Hi Vinzenzo, you’re welcome. Cheers, Mark Am 22.11.16, 16:49 schrieb "vincenzo zeuli" : Hi Mark, you right! Work with ZIP extension disabled is not good. So I opened a ticket of assisance to my provider ad he

Re: [TYPO3-english] Installing TYPO3 CMS 7.6.12

2016-11-22 Thread Mark Boland
Hi Vicenzo, if you can’t use the disabled functions, TYPO3 won’t be able to execute programs on its behalf. TYPO3 uses the external ImageMagick or GraphicsMagick for its image handling (converting file formats, image sizes etc.). This won’t work with this setting. If the ZIP extension is not

Re: [TYPO3-english] Updating scss files

2016-09-20 Thread Mark Boland
Hi Jeppe, you should not rename files in extensions. They will come back with every update. You should add your own CSS file (probably uploaded to fileadmin/) to provide your own styles on top of bootstrap_core and bsdist: page.10.includeCSS.myCssFile = fileadmin/template/my.css If you

Re: [TYPO3-english] Updating scss files

2016-09-20 Thread Mark Boland
Hi Jeppe, you need to compile them to css files. You can either use a command line tool like sass [1] or an integrated tool that comes with some IDEs [2] and code editors [3] Cheers Mark [1] http://sass-lang.com [2] http://netbeans.org [3] https://code.visualstudio.com/ Am 20.09.16, 09:34

Re: [TYPO3-english] Pibase to extbase

2016-09-01 Thread Mark Boland
Hi Chandran, you can still stick with pibase. It will not go away any time soon [1]. In your case extbase would indeed be overkill and would leave most files empty except for the boilerplate. Cheers, Mark [1]

Re: [TYPO3-english] Can't upload mp3 files

2016-08-26 Thread Mark Boland
Hi Eigenfunctions, go to the install tool, go to ‚System environment’, scroll down for ‚PHP info’ and search for the line ‚Loaded Configuration File’. For me it says: ‚/etc/php5/apache2/php.ini’. Your setting may be different. Cheers Mark Am 26.08.16, 03:17 schrieb "Larry Durfee"

Re: [TYPO3-english] is it possible to... (lot of questions)

2016-07-19 Thread Mark Boland
Hi Remco, though it seems totally feasible to use TYPO3 this way there will be no ready-made solution for this. The main task will be to provide a means to let users create massive amounts of these online forms. Forms in TYPO3 are typically created in the backend and are not to be modified by

Re: [TYPO3-english] Typo3 4.5.11 to 6.2 Upgrade

2016-05-06 Thread Mark Boland
gt; 'localhost', >'password' => 'mypassword', >'port' => 3306, >'username' => 'db_username', > / > No db name. How I can set my db in /LocalConfiguration.php/? > > Can you help me? Wieslaw > >> On 2016-05-06 17:29, Mark Boland wrote: &

Re: [TYPO3-english] Typo3 4.5.11 to 6.2 Upgrade

2016-05-06 Thread Mark Boland
t make a selection and choose a specific >database. It is gray and "dead", no response. The same I can not create >a new database. > >Cheers, > >On 2016-05-06 16:50, Mark Boland wrote: >> Hi Wieslaw, >> >> do you want to upgrade or start from scratch?

Re: [TYPO3-english] Typo3 4.5.11 to 6.2 Upgrade

2016-05-06 Thread Mark Boland
Hi Wieslaw, do you want to upgrade or start from scratch? If you do want to upgrade, update your 4.5 installation to the latest version first (4.5.40), then follow one of the step-by-step instructions available on the net or in the archives of this mailing list. What you describe is instead

Re: [TYPO3-english] internal links in RTE become external links

2015-06-25 Thread Mark Boland
Hi Jacco, maybe logged in with a different domain? beta.bla.nl while bla.nl is in domain records? Cheers Mark Am 25.06.15 11:25 schrieb Jacco van der Post unter typo3-english-boun...@lists.typo3.org im Auftrag von ja...@id-internetservices.com: Hi, On my installation 7.3 I have

Re: [TYPO3-english] How to Make a New Start Page?

2015-06-23 Thread Mark Boland
Hi Scotty, we now have a public repository for Backendsite: https://github.com/bomeyer/bw_backendsite From the release notes: 1.0.0 - Initial public release Now working for TYPO3 6.0 to 7.3 * Changed type of pageID extension setting to string to enable either page uid (integer) or

Re: [TYPO3-english] How to Make a New Start Page?

2015-06-19 Thread Mark Boland
Hi Scotty, yes, you are right. I will try to fix this as soon as possible. Nice to hear that it's working out for you. Best regards Mark Am 19.06.2015 um 19:52 schrieb Scotty C superscott...@yahoo.com: bw_backendsite works! However, there's an additional item being inserted under

Re: [TYPO3-english] How to Make a New Start Page?

2015-06-19 Thread Mark Boland
Hi Scotty, check out my quick-and-dirty version: https://www.dropbox.com/s/v1qmn8zn439xs1m/bw_backendsite.zip?dl=0 Displays a page of your frontend site in the backend (using the existing iFrame). Advantage: You can use all your TYPO3 knowledge and even use News and other extensions. As the

Re: [TYPO3-english] Different ENABLE_INSTALL_TOOL files

2015-02-23 Thread Mark Boland
Hi Sergio, how do you separate the LocalConfiguration.php / localconf.php with your database settings? It will be the same way. Better to share the typo3conf/ext folder, if that is what you actually want. Cheers Mark Am 23.02.15 10:10 schrieb Sergio Catalá unter scatala.e...@gmail.com:

Re: [TYPO3-english] Typo3 or Java ? Developing a homepage for psychoteraphy

2015-01-22 Thread Mark Boland
Hi im db, you could try Magnolia [1]. It runs on Tomcat/JBoss (and others). There is a Community Edition as well a subscription based Enterprise Edition. [1] http://www.magnolia-cms.com Best regards Mark Boland Mark Boland | In der Loh 18 | D-40668 Meerbusch | T +49-2150-919930 | F +49

Re: [TYPO3-english] Content Syndication by tags/query

2014-12-23 Thread Mark Boland
Hi Daniels, AFAIK tt_news will not be supported much longer. Best practice is to put all your template files (and static template includes) into a separate extension. This way you can make upgrades very easily, you can use a versioning system and you can later use this extension as a template

Re: [TYPO3-english] Content Syndication by tags/query

2014-12-22 Thread Mark Boland
That would mean you have to render all your pages (or at least the last 10 - 20) each time the feed will be requested. This will be a huge task for all but very small sites – even with extreme caching settings. Regards Mark Am 22.12.14 15:50 schrieb Daniel Davis unter d...@danizen.net:

Re: [TYPO3-english] Content Syndication by tags/query

2014-12-22 Thread Mark Boland
at the same time. Your suggestion in your next mail to use tx_news - which uses a single table and provides content syndication out of the box - seems more feasible. Cheers Mark Boland Am 22.12.2014 um 19:47 schrieb Daniel Davis d...@danizen.net: Mark, correct me if I am wrong, but I think I'm

Re: [TYPO3-english] Download website as static (html5)

2014-11-14 Thread Mark Boland
with additional files describing the book structure, packaged in a ZIP. Every chapter is exported as a single file. Cheers Mark Boland Am 14.11.2014 um 09:13 schrieb Katja Lampela katja.lamp...@lieska.net: Hi Bernd, 14.11.2014 9.45, bernd wilke kirjoitti: one further thought: you might enable

Re: [TYPO3-english] Download website as static (html5)

2014-11-14 Thread Mark Boland
files). Mark Boland Am 14.11.14 08:49 schrieb bernd wilke unter t...@bernd-wilke.net: Am 14.11.14 09:31, schrieb Mark Boland: Hi Katja, we have programmed an extension to do this for CHM-Files. It's a backend module that spiders a subtree of the site and generates source files for a CHM

Re: [TYPO3-english] Download website as static (html5)

2014-11-14 Thread Mark Boland
, picture/table indices, workspace and scheduler support currently in planning mode The system is currently up and running. A single system hosts 3 Online Help projects with 5 languages in sync. If enough supporters can be found we will publish the system as a GPL project. --- Mark Boland

Re: [TYPO3-english] Upgrade project

2014-08-13 Thread Mark Boland
Hi Jens, I think you should update (or freshly install) your system first. Newer TYPO3 versions need up-to-date PHP versions as well. For newer Ubuntu versions, system upgrades are more smoothly done (and you should definitely switch from 32 to 64 bit while upgrading) so it¹s worth the update.

Re: [TYPO3-english] QueryResultInterface for latest tt_content images

2014-07-14 Thread Mark Boland
of every pid. Regards, Sergio On 13/07/14 16:42, Mark Boland wrote: Hi Sergio Why using GROUP BY and HAVING? WHERE should be enough and don't forget to use deleted = 0 AND hidden = 0 to exclude hidden or deleted records. You could achieve this with a pure Typoscript .select in a CONTENT

Re: [TYPO3-english] QueryResultInterface for latest tt_content images

2014-07-14 Thread Mark Boland
with several images) but from certain pids. And I don't want to display two latest tt_content elements from the same pid, just the latest tt_content of every pid. Regards, Sergio On 13/07/14 16:42, Mark Boland wrote: Hi Sergio Why using GROUP BY and HAVING? WHERE should be enough and don't

Re: [TYPO3-english] caching of config.baseurl on multiple TYPO3 enviroments.

2014-07-14 Thread Mark Boland
Hi Riccardo, change the cache settings to use local stores. Redirect all caching backends from database to file or memory (e.g. APC or memcache/redis). Cheers Mark Am 14.07.14 11:33 schrieb De Contardi Riccardo unter riccardo.deconta...@bhuman.it: Hi all, I've got a little question for you:

Re: [TYPO3-english] QueryResultInterface for latest tt_content images

2014-07-13 Thread Mark Boland
Hi Sergio Why using GROUP BY and HAVING? WHERE should be enough and don't forget to use deleted = 0 AND hidden = 0 to exclude hidden or deleted records. You could achieve this with a pure Typoscript .select in a CONTENT element. Cheers Mark Am 13.07.2014 um 14:33 schrieb Sergio Catalá

Re: [TYPO3-english] Realurl configuration help needed

2014-05-20 Thread Mark Boland
Hi Markus, * HomeSite is root of website. Should SubSite be that too? yes, actually you set up both sites on the same level: HomeSite (domain: example.com) -- page a SubSite (domain: sub.example.com) -- page b Then, TYPO3 together with RealURL and domain records in each site will

Re: [TYPO3-english] load another CE using AJAX on a TRIGGER

2013-12-18 Thread Mark Boland
Hi Jaco, why not use an IFrame and a custom page type with minimal HTML? Mark Boland Am 18.12.2013 um 22:06 schrieb jaco graaff j...@spacexplorer.co.za: Is it possible to load a content element from another page on a trigger example - I have a contact us button - on click a popup

Re: [TYPO3-english] formhandler on every page

2013-11-04 Thread Mark Boland
Hi Jaco, I'm using CONTENT in my FLUID template to fetch my footer from a hidden page's column. It's working fine and you can use more than just the single formhandler plugin in one go. Mark Boland Am 05.11.2013 um 07:45 schrieb jaco graaff j...@spacexplorer.co.za: ok - so the insert

Re: [TYPO3-english] cpu usage high , database size too high

2013-10-04 Thread Mark Boland
. news records changing very often, it is advisable to make these extensions USER_INT, disabling caching for these content snippets only. Cheers, Mark Boland Am 03.10.13 22:02 schrieb Mirela Boangiu unter mir...@netamis.ro: Hello Dmitry, My email was very unclear. TYPO3 version used is 4.5.29

Re: [TYPO3-english] import contents from 4.0version to 4.5 version

2013-05-22 Thread Mark Boland
impexp is a System Extension. Functionality sits in context menu in page tree and in User task. Mark Boland Am 22.05.2013 um 10:30 schrieb Francesc Juliana s...@sdf.com: In Tools section I don't have Backup tool. Is an extension? Where can I found it? Thanks in advance. Francesc

Re: [TYPO3-english] TYPO3 6.1 Parse error: syntax error, unexpected T_STRING

2013-05-11 Thread Mark Boland
Please check the requirements for 6.1. Seems that your PHP does not support namespaces Best regards Mark Am 11.05.2013 um 12:52 schrieb Wiesław Golsz go...@interia.pl: Hi, I tried move to 6.1, but I received error: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in

Re: [TYPO3-english] Realurl for subdirectory Typo3 installation without showing subdirectory name in Domain url

2013-01-06 Thread Mark Boland
Hi Guan, no, he suggests to create Symlinks for all TYPO3 folders, so TYPO3 actually believes it is run directly from DOCUMENT_ROOT. Mark Am 06.01.2013 um 09:27 schrieb Guan Ming guanming@gmail.com: Hi, Christoph Your solution looks very interesting, but I am not very sure what

Re: [TYPO3-english] error message

2012-12-21 Thread Mark Boland
Hi Tom, In phpinfo(), scroll all the way down to Loaded Configuration File /etc/.../php.ini This is the path of the file actually loaded in your system. Cheers Mark Boland Am 22.12.2012 um 02:12 schrieb tom typost...@gmail.com: Hi, Yes, you guys are right. I checked php.info

Re: [TYPO3-english] error message

2012-12-20 Thread Mark Boland
Hi Tom, that's obviously not the php.ini that PHP is using. Your current setting 128M was not considered, but set to 64M (= 67108864). Look into Install Tool phpinfo() which php.ini is actually read. Mit freundlichen Grüssen BOLAND WERBUNG Mark Boland T: +49-2150-919930 | M: +49-176

Re: [TYPO3-english] Minification for JavaScript files

2012-09-01 Thread Mark Boland
Hi Thomas, isn't there already jsmin.php in typo3/contrib? Regards Mark Am 01.09.2012 um 11:14 schrieb Jan Bednarik i...@bednarik.org: Hi, It's very error prone and there are no good on-the-fly PHP compressors available, which have a fitting license. have a look at

Re: [TYPO3-english] Testing screen size

2012-08-07 Thread Mark Boland
(automatically adapting with CSS media queries, excellent Grid frameworks available). Don't rely on the screen size. Really. Don't. Mark Boland Am 07.08.2012 um 22:55 schrieb Jim MacFarlane jmacfarlane...@gmail.com: Can this be done within typoscript so that the values can be known and acted upon

Re: [TYPO3-english] TYPO3 Mobile Development, Mobile Management, Mobile Server Management on iPhone, iPad, Android Phone, Android Tab

2011-07-09 Thread Mark Boland
Hi Andi, It would be a lot easier, if mobile Safari had support for contenteditable (coming in iOS5). This way, our editors and admins could edit content directly in the standard Backend/Frontend. Until now, we programmed our own apps or webapps to access our extensions via webservices. Mark

Re: [TYPO3-english] redirect problem of new site

2011-06-14 Thread Mark Boland
Hi Plamen, thanks for the feedback! Mark Am 14.06.2011 um 13:54 schrieb Plamen Petkov: Thank you for replies Mark and Sinisa, The problem was a domain record . I saw in list mode at the root node(s) of the tree , as Mark told, that my new domain were put there with redirection to my old

Re: [TYPO3-english] redirect problem of new site

2011-06-13 Thread Mark Boland
...@lists.typo3.org] On Behalf Of Mark Boland Sent: Monday, June 13, 2011 10:45 AM To: TYPO3 English Subject: Re: [TYPO3-english] redirect problem of new site Hi Plamen, Did you adjust the domain records? Mark Plamen Petkov amp;lt;petk...@kaolin.bgamp;gt; schrieb am 13.06.2011 09:57: Hi list