tenserd
Forum Replies Created
-
Forum: Plugins
In reply to: [Academy Divi Modules] Individual course pageHi @shoto100
thank you for going into this.
That would be really great if it were possible. We had previously used tutor lms and apart from this one point, your LMS is much easier and more intuitive to use.
All the best,
DennisForum: Plugins
In reply to: [Academy Divi Modules] Individual course pageOk… it looks like there will be no updates on this plugin.
Forum: Plugins
In reply to: [Each Domain a Page] use_canonical & force_redirect not workingOk… this plugin didn’t work either. I took a closer look and wrote a function, but understandably I also had to get external help … regex gibberish…
add_action('wp', 'redirect_based_on_domain'); function redirect_based_on_domain() { if (strpos($_SERVER['HTTP_HOST'], 'mysuperduperdomainname') !== false) { // No redirection for the main domain return; } $host = $_SERVER['HTTP_HOST']; if (preg_match('/^(www\.)?([^\.]+)\.[a-z]{2,}$/', $host, $matches)) { $domain = str_replace('.', '-', $matches[2]); // Swap dot for a minus $redirect_url = 'https://mysuperduperdomainname/domain/' . $domain . '/'; wp_redirect($redirect_url); exit(); } }
Perhaps this will help you to consider integrating it into your plugin.
All the best
DennisForum: Plugins
In reply to: [Each Domain a Page] use_canonical & force_redirect not workingI’ve tried a few plugins and I couldn’t find anything using a search engine. Now I thought I could ask ChatGPT and they recommended, among other approaches (use of .htaccess or a PHP solution), the ‘Redirect Redirection’ plugin (from Inisev).
I hadn’t had this plugin on my screen before and a quick test… it works:
https://pflegenotstand.eu/ now redirects to
https://webtyphoon.domains/domain/pflegenotstand-eu/I’m not sure if many people will use this type of redirection, as not everyone wants to sell domain names. But if this were also possible in your plugin, especially automatic recognition and forwarding … then I would at least be a user or if you wanted to offer this in a pro version, I would also be willing to make my contribution : )
I have seen that there is no translation of your plugin into German yet. I’ll have a look at it today.
All the best
DennisForum: Plugins
In reply to: [Each Domain a Page] use_canonical & force_redirect not workingHi Joeri,
thank you for going into this but…
… somehow I realised yesterday when using your plugin that I was taking a completely wrong approach. Since I want to place adverts on the subpages, I would have to register each domain with Google and that would be really bad with up to 100 domains.
So I’m now looking for a plugin that automatically assigns the main domains to the subpages … similar to yours in that it automatically recognises which subpage belongs to the domain, but does not retain the domain, but simply redirects to the corresponding subpage.
I have not yet found a plugin for this.
All the best
Dennis- This reply was modified 6 months ago by tenserd.
Ok, thank you. Then I’ll have to think of a workaround.
Forum: Plugins
In reply to: [Stars Rating] Warning – Array to sting conversionsorry, unfortunately we can’t test this any further because my team has now decided in favour of another plugin. I wanted to try yours as it is super simple and should actually do exactly what we need …
As soon as I need a star rating plugin again, I’ll try yours first.
All the best
Dennis- This reply was modified 6 months, 2 weeks ago by tenserd.
Forum: Reviews
In reply to: [WP Proposals] A bit confused… but hope for improvementHi Kevin,
thanks for the feedback on my review.
I can fully understand that. Customer projects usually come first as they mainly pay the rent.
“… a solution that is not currently there in the WordPress community.” That’s exactly what I thought about 6-7 years ago and basically wanted to bring this out as a plugin. Unfortunately, like you, too many customer projects got in the way. I currently use an online provider which, like your model, stands out from all the standard offer programs. Flexible positioning of content in an offer has probably still not arrived in people’s minds : ) – unfortunately this provider has changed the price structure and procedure and now it is impossible for me to continue with it. Which brings us back to WordPress.
There is nothing comparable, which is why I have written this detailed review. You have a really great basis here and if the Pro version at least has all the features I mentioned, then it will be the ultimate tool for creating offers. We are happy to work together here, especially when it comes to data protection and the legal aspects of offers.
Now that you’ve given me a sign of life here, I’m happy to take on the German translation. We can also make an appointment for a hangout, I’ll send you a message with my contact details via your homepage.
All the best,
Dennis@rubyat13 Or implement this in your shortcode -> searchbar=”on/off”, this makes more sense.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Sitewide Login-Form – password error messageahhh thanks a lot. I must have overlooked that in the overview.
All the best
Dennisthank you for going into this. I will write you a support email.
Forum: Plugins
In reply to: [Question Answer] Moderator per categoryHi Azizul,
thank you for going into this and these new options.
Great plugin and developers!
Cheers,
SteveForum: Plugins
In reply to: [AnsPress - Question and answer] Moderator per categoryBug on Divibuilder:
We use the Divi Builder. When editing in the backend, the wordpress header (logged in state) is displayed as well.
Forum: Plugins
In reply to: [AnsPress - Question and answer] Moderator per categoryAdditional question:
I tried many of them sorting plugins out there but can’t find one where categories can be sorted. How can we manage this without manipulate the DB?
Forum: Plugins
In reply to: [Question Answer] Moderator per categoryAdditional question
Is it possible to show “best answer” below the 1st question?