Jump to content

tires

Members
  • Posts

    226
  • Joined

  • Last visited

Everything posted by tires

  1. Thank you!!! This is great!!! I think this module is worth to be listed in the modules section!
  2. Still some problems. Some mails from the same sender are saved as page so are not! The only difference i can see in the sourcecode of the mail is the "x-spam-status". This is not saved as page: X-Spam-Status: No, hits=-6.6 required=9999.0 tests=BAYES_00 autolearn=disabled version=3.4.0 This is saved as page: X-Spam-Status: No, hits=-1.9 required=9999.0 tests=BAYES_20 autolearn=disabled version=3.4.0 Strange, isn't it?
  3. Hi! I want to edit child pages via edit links from the parent page. I tried to add this code on the parent page if($page->editable()) echo "<a href='/backend/page/edit/?id=".$childpage->id."&modal=1'>edit</a>"; Unfortunately the <ul id='adminbar'> ... don't load on the parent page. What can i do?
  4. One last thing: Is it possible to add a target="_blank" automatically to all my the new links?
  5. THANKS A LOT!!! It works perfectly well! There was just two ")" to much ... in line 60 if(preg_match("~^https?://{$hostname}~i", $url))) return false; and in line 65 if(preg_match('~^https?://~i', $url))) return true; I changed that and made a module out of the code (see attachment), so that others can use it. To use it just unzip it and put the TextformatterExternalRedirect.module in the directory /site/modules/TextformatterExternalRedirect. TextformatterExternalRedirect.zip
  6. Ok, i compared the sourcecode of the "period containing" and the "non period containing" emails more closer. It seemed to be some "X-Spam" infos in the mail head that might be the problem. I also tried a nother "period containing" mailaddress without any problems.
  7. Hi! I want to change the output of some text from my textarea. In detail i want to search for all links an replace the url with a new one. For example: When there is a link in the textarea like this Some text and a <a href="https://google.com">link</a>. I want the output to be like this Some text and a <a href="/my-redirect-link/?link=https://google.com">link</a>. Which is the easiest way to achieve this?
  8. This is really strange! I sent my (exactly same) test mail from the same email provider one from the "non period containing email" without any problems and one from the "period containing email" with the described errors. I dont know, if i am able to debug the module. But i will have a look.
  9. @adrian I can see the "period containing" mails on the mailserver, they being read and deleted with the cronjob. But they don't appear as page. I tried every setting. It neither work with "whitelist" nor with "only users" ...
  10. Ok, it is finally working with the Version 1.3.3! But there is an interesting bug: if the from email contains a period like "my.mail@email.com" the module don't save the mail as a page! It takes me a few minutes to find it out.
  11. I just see when i am logged in there is an error message: In line 724 in this file there is this code $published = $page->is(Page::statusUnpublished) ? 'unpublished' : 'published'; What else can i do to debug? By the way, these are my module settings:
  12. I got a new problem with the new version. One of the mails on the server creates a new article each time the mails are downloaded. Because of a cronjob there are now a bunch of articles with the same content. How is the way the module looks if there is already an article with this title etc.? Or is there a way to delete the mails after download? Any ideas?
  13. Sorry for the late answer! THANK YOU for the reply an debugging of the module! I will take a look ...
  14. Great Module! But i have problems with the {pagetitle} in the "notify subject" field, even in the latest version. When i recieve the notify email the word "{pagetitle}" itself is in the subject. The same shortcode in the Notify Body works fine. By the way, is there a way to use other shortcodes here and in the Notify Body such as {pagelink}, {author}, {publishdate} and so on?
  15. Same issue here! Installation run on xampp. I think shortly after i updated from 3.0.98 to 3.0.123 it started with these "failed to load ckeditor.js: Page Not Found" alert. What i recognized than was that the ckeditor.js in fact isn't in the requested directory under wire/modules/Inputfield/InputfieldCKEditor/ckeditor-4.10.1 How could that be? What do i have to do? Am i the only one whis these kind of errormessage?
  16. Oh! Thats a real problem and could be an security issue as well! ?
  17. It works in Teppos fork as well. Just for me to understand, what if i install the module via the backend? Will the files from the bugfixed fork be download or the old files from Apeisa?
  18. Just in case, you love the module as much as i do ... and you think it looks a bit old fashioned. I did a little styling update (just the css and a few fether svg icons): To use it just put the attached files to site\modules\AdminBar @Apeisa: You may apply this to the original module if you like! AdminBar.zip
  19. Any further ideas or solutions??? ?
  20. Thanks for your answer bee8bit! This code lines are allready in the latest version of the InputfieldMapMarker.js Or do i have to change this part?
  21. I use the a FieldtypeMapMarker inside of a repeater field. Since the update of google api, the map don't display when i open a ne repeater. I shows only after i save the page. Is it a problem with the api, the field in combination with a repeater or with the configuration on my site?
  22. You are right. The tags should be saved as a new page via page reference field. I guess that is the most common way to handle it, right?
  23. Delimiters are good ... but i think a bit to complicated for inexperienced users. My idea was to keep it simpler: If the subject of the email is "My super test email #test #cool #funky", the title of my page should be "My super test email" an the tags should be "test", "cool" and "funky".
  24. oh, thats easy!!! Thanks!!! I was talking about the template cache.
  25. I want to use tags in the pages i create (in addition to categories). Is there a way to split an email text (for example the subject text) with an hash (#) to save it in a field? Or is there a better way to do this?
×
×
  • Create New...