-
Posts
411 -
Joined
-
Last visited
-
Days Won
7
Stefanowitsch last won the day on November 13 2025
Stefanowitsch had the most liked content!
Contact Methods
-
Website URL
https://www.stefan-media.de
Profile Information
-
Gender
Male
-
Location
Germany
-
Interests
Web Design, Web Development, Music
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Stefanowitsch's Achievements
Sr. Member (5/6)
403
Reputation
-
Thanks @maximus I installed the new version but I can't seem to make it work. For "Rendering" I am using this values {meta_title} | {site_name} The "site_name" is added when viewing the page in the frontend but the "meta_title" (resolved from field:title in the global defaults JSON) is missing. I rebuild the index multipel times but cannot see the title (or description) here either: I have placed some default values for title and description in my config next to the new "title format" options and would assume that those values should be visible after making an audit:
-
I have to type in quite a few numbers a day, its just more convenient for me.
-
Nice view you got there. But I could never ever work on a keyboard without a numeric keypad 😉
-
Yeah I just installed this module too and when comparing your module with that from maximus (and the old trusty Seo Maestro) there is no perfect "all in one" solution. Each module does something better than the other and vice versa! I think it is still mandatory to try out what module fits for your projects and fills out the gaps in your personal workflow. For example: I like that @maximus module includes sitemap generation and redirect handling I like that your module offers per-template defaults and so on...
-
Sounds great. I will give this module also a try 🙂
-
Hi @maximus I am using SEOMestro at the moment but saw that this module has a convenient migration feature for that case. Really nice! Is it possible to automatically add a "suffix" to the meta_title? What I like to to is created titles like: "Home | my-company.com" or "Our Services | my-company.com" Where the first part is the actual page title and the second part is my suffix text. Is it somehow possible to define this pattern in the global configuration of the module inside this global defaults JSON? { "meta_title": "field:title", "meta_description": "field:summary|truncate:160" }
-
For all who are interested in this module: I have been a tester in the past and this module is excellent. I am using it now in every project at it makes asset handling (not only images but think of pdf, mp3, video, etc.) a breeze. This module acts as a missing link for global media management in ProcessWire.
-
Hi @Mikel I use a custom JavaScript function (that name is entered in the PrivacyWire module settings) to check for consent and then set the cookie for activating NativeAnalytics: function initNativeAnalytics() { const consent = JSON.parse(localStorage.getItem('privacywire')); //console.log(consent); if (consent && (consent.cookieGroups.statistics || consent.cookieGroups.marketing)) { document.cookie = "pwna_consent=1; path=/; max-age=" + (60*60*24*365) + "; SameSite=Lax"; if (window.PWNA && typeof window.PWNA.trackIfConsented === 'function') { window.PWNA.trackIfConsented(); } } else { document.cookie = "pwna_consent=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT"; } }
-
@Peter Knight sounds great. I am still using SeoMaestro on every Project but I am interested in every module that covers this topic.
-
@Roych thanks! This is a really nice and clean module that integrates straight into the backend. I just installed it on a client site and its already filling with interesting data. @ai_slop I was able to make this module work together with PrivacyWire since I am inside the EU. If consent is chosen the cookie is set and the module activates.
-
Hi @robert I have a basic question about the usage of this module. I want to use it for example to create description texts for images. This works - but on a image heavy site which features lots of different galleries I have to create each of this texts individually (by selecting the image, then click on the prompt option). Is there a way to configure the prompt so that it creates the alt text for every image in a "images" field at once?
-
Hi @robert I wanted to try out your module and activated the "test mode" in the module settings. It seems that I have entered an incorrect model ID (model name) in the module settings. But I cannot change/correct it. Everytime I try to enter the module settings, this error message appears: GuzzleHttp\Exception\ClientException #400 Client error: `POST https://api.openai.com/v1/chat/completions` resulted in a `400 Bad Request` response: { "error": { "message": "invalid model ID", "type": "invalid_request_error", "param": null, (truncated...) search► EDIT: I restarted my local dev environment and I was able to correct the settings.
-
Looks really good, too. I would like to give it a try when it is ready. A media manager solution is a must have feature IMHO.
- 37 replies
-
- 1
-
-
- media upload
- media
-
(and 3 more)
Tagged with: