TYPO3 feedback / guestbook - typo3

Hello to all TYPO3 enthusiasts,
I am asking myself since about 2 weeks now, how to make a feedback/guestbook page with TYPO3.
What I want:
I have a page, where visitors can leave a feedback.
When they send a feedback, it shall not be showed immediately. It shall be stored in a database, with a flag "allowed: yes/no". If the administrator allows the visitors feedback, it shall appear on the page.
The feedbacks, that haven't yet been allowed, shall be displayed in the backend, where they can be enabled.
My problem
I don't even know, if this is realizable? If it is, what is the next step to make this working? Do i have to create my own extension for that?
Would be very nice, if someone can answer me my question and maybe give me some advices.

Have a look at https://bitbucket.org/ArminVieweg/pw_comments/overview
The current master version should be capable of doing this for TYPO3 7.6

Here is a third one :-)
https://typo3.org/extensions/repository/view/mmc_guestbook
I tested that and it worked for me, I think it should also work on 7.6 so you can just ignore the requirements.
Since I needed some changes I rewrote most of the code and my version is working on 7.6. Write a comment if you want me version.

Download and install extension tt_guest from TYPO3 extensions repository
https://typo3.org/extensions/repository/view/tt_guest
This would offer the funktionality you described

Related

How to migrate from TinyMCE 4 to TinyMCE 5 - Prestashop

A day ago my prestashop website, in the comment box of the blog started to display the following message:
And entering the post that explains how to migrate the version of TinyMCE , I do not understand very well how to perform these steps in my prestashop.
How can I update this?a
if you are using a third-party module to make your blog it might be is including its own version of TinyMCE. You should try to dig in its code to understand that.
If this is not the case, the blog uses TinyMCE which is normally included in Prestashop core.
On said that, this second case is likely to be the one. Update the e-commerce unlikely will solve your problem. I honestly don't remember in which version they are with TinyMCE but doing an upgrade like that might break back-office editor forms so I don't think they are keen on that at the moment. They are doing a major rollover to Symfony, I am pretty sure this is their priority right now. As said in one comment, Prestashop's dev team has to solve the issue on their side.

TYPO3 shibboleth_auth alternative and extension customization

Since the TYPO3 forum seems a bit dead, I thought I'll try my luck here. If anyone knows a different place to ask, be sure to name it and I'll delete this post.
I recently acquired a project with TYPO3 webistes that I need to migrate from 6.2 to 7.6. I will probably need to rewrite a lot of customized extensions and I want to start with the login system. The main site uses shibboleth_auth (which is discontinued) that has been partially rewritten to fetch login data from different endpoint.
Now, what is the current alternative for this extension? And how do I "extend" an extension so that It can still be upgraded, but also uses my methods? ( in this case, the custom endpoints for login verifications ).
I know that the University of Austria and Munich are currently working on a shibboleth authentication plugin that will work with 7.6. They asked a couple of weeks ago about feature requests and funding.
Our agency is maintaining a friendly fork of EXT:shibboleth_auth, it can be found at GitHub and Packagist. It is currently compatible with TYPO3 8.7 CMS and a version for TYPO3 10.4 LTS will follow shortly.

My Joomla Backend is destoyed - only Text no graphics

my Joomla-backend ist destroyed. i can do a log in in a normal way, but then i see only text, no graphics. and also the wohle site is not visible and i can't scoll it. i made a screenshot, please look at it to see what i mean. i have to upgrade my Joomla Version but i cant do it with this broken backend. The current Joomla Version is 1.5.26
So, how can i fix this? I need full acces to my backend. Please help.
This is why we should not use older version of joomla.
you must install newer version of joomla
It is more reliable and secure.
Here is the step by step migration process

files/settings needed for new frontend plugin

what files do i need to modify / add if i want to add another frontend plugin (pi) to a TYPO3 extension? this should be done by hand and not with the kickstarter...
The best way to learn the answer to this question, is to make another plugin like the secondary one you want to add, and then try to merge the two manually. The answer to the question is dependant on what your secondary plugin does.
[Rest of explaination removed, as it struck me that someone must have answered this before. Googling "typo3 add plugin" reveals Ingo Renner's Adding a new plugin to an existing extension on the first page. Please do a little research before asking!]

Notifications for Joomla extension updates

Is there an extension that would check whether there are newer versions available to the installed extensions on a Joomla site, and would notify the site administrator?
Ideally, I am looking for something similar to Drupal's "Update" module.
I understand that there is no central place for keeping all these modules and their versions for Joomla, but at least a lot of them are available on the Joomla Extensions site, along with the needed information, so perhaps somebody wrote a tool that checks that source?
Aha, looks like this is to be included in Joomla 1.6, according to this description (check out the "Find Updates" button, looks great).
But if you are using Joomla 1.5 until 1.6 is stable check out: http://extensions.joomla.org/extensions/core-enhancements/installers/9332
Excellent for keeping components up to date :)