Jump to content

tires

Members
  • Posts

    226
  • Joined

  • Last visited

Everything posted by tires

  1. Great! Thank you! I will give it a try!
  2. Hi! I am searching for a solution, to get editable watermarks on a bunch of images with a coloured bar, a text an and logo on it. The text should come from a text field so the user could change the watermark dynamically. Is there a module i could use or do you have other ideas how to realize this? Thanks!
  3. @kongondo Great module!!! Just have one question or maybe feature request: Is there a way to add a marker with a text (textfield and a title) only and without linking to a page? I have a project where there is no page to link to and there should be only a few annotations on an image. Thanks!
  4. Hi! Great Module. I just want to have a "remember me" checkbox in the login form. So the user can decide ... Ho can i add this?
  5. Hi! I set this sessionExpireSeconds to 432000 in my confog.php $config->sessionExpireSeconds = 432000; I expected to be not automatically logged out for 5 days. But i have to log in the very next day or even earlier. Do i need to install another modul or did i made a mistake?
  6. tires

    SeoMaestro

    So, is there a way to not encode german umlauts? Ah! Thanks! It Works!
  7. tires

    SeoMaestro

    Thank you! I didn't know that ...
  8. tires

    SeoMaestro

    I added this code: <?php $wire->addHookAfter('SeoMaestro::renderMetatags', function (HookEvent $event) { $tags = $event->arguments(0); $group = $event->arguments(1); if ($group === null) { unset($tags['meta_generator']); $event->return = $tags; } }); to a file called ready.php that is placed in the /site/templates/ directory. Without any effect. The <meta name="generator" content="ProcessWire"> is still there ... Any ideas? Thanks an best regards!
  9. tires

    SeoMaestro

    Thanks! Can you give me a hint where i got to add this code?
  10. tires

    SeoMaestro

    Great Module! But i have two little issues. 1. I use the module on a german website were there are "umlaute" in the meta description. Although the whole page has UTF8 encoding, the meta description includes some "&auml;" etc. 2. I don't wan't to have the <meta name="generator" content="ProcessWire"> on this special website. Is there a way to remove this?
  11. BTW. Is there a way to take the image title from the image field an show it under the image in the textarea field?
  12. Works perfectly!!! Thanks a lot!!!
  13. The code don't work for me. ? At least one of the images are still shown below the textarea.
  14. No, it just some kind of blog. Some articles contains images which usually appears at the end of the article. But in some articles i want to add some of the images in the textareas. Those images just should not appear twice on the page. Is there another way to achive this?
  15. Here is what i see (Firefox, Windows 10): Yes, that is what i meant. I am looking forward to this feature.
  16. Thanks a lot!!! I will try it out soon! Wouldn`t that be a helpful add on to the textarea or the image module (for example "exclude images that are already rendered on page").
  17. Like to see how the module is growing! There is a little mistake with the logo in the uikit theme. And the order of the elements i added to "Items displayed in the admin bar" is not adopting the right way.
  18. My updated theme is attached. tires.zip
  19. Thank you! So there is no way to handle it with processwire and i have to use php? Did you tried this method and can you post a code snippet?
  20. Hello! I got a template containing a textarea and an image field. The files from the image field are sometimes inserted into the textarea (CKEditor). If that is the case i dont want to show (output) them again. If not i want to show (output) them below the textarea. I there a way to check, if an image is already outputted on the page?
  21. Hi Teppo! Great job! I added some improvements to my theme and a little responsive part too. Maybe you would like to add the new css to the module. The new responsive view (max-width: 650px): theme.css
  22. Little addition for the module. I wanted to add a link to the saved article in the Notify mail. So i changed: 211 'notes'=>"Possible shortcodes:\n{editlink} to insert a link to edit the page\n{pagelink} to insert a link to the page\n{pagetitle} for the title of the new page\n{publishstatus} for 'unpublished' or 'published'"), and added: 723 $text = str_replace('{pagelink}', $page->httpUrl, $text); PS. There are to many "s" in all "Posssible"s in the module ...
  23. @apeisa I think this is a pretty helpful module, especially for unexperienced users. Which way / module do you use instead, to quick and easally edit pages?
×
×
  • Create New...