Jump to content

media

Clients
  • Posts

    3,242
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Like
    media reacted to The Old Man in Anyone has an idea why PHP output this gibberish text   
    Hi,
    Try turning the zlib.output_compression directive to Off in your php configuration file or Multi PHP ini settings in CPanel (Software section > basic mode > select your ini location and look at the last option named zlib.output_compression).
  2. Like
    media got a reaction from The Old Man in Anyone has an idea why PHP output this gibberish text   
    You guys are right ON.... A little bit both
    Thank you thank you thank you... FIXED
  3. Like
    media reacted to opentype in Anyone has an idea why PHP output this gibberish text   
    The answer will be in the code. The output alone doesn’t give any indication. This type of output means something that is not text is sent from PHP as text. There are many reasons why this could happen. But again, the answer is in the code, not in the output. 
  4. Haha
    media got a reaction from Sonya* in Translit URL   
    Thank you so much you are the BEST ....

  5. Thanks
    media reacted to Sonya* in Translit URL   
    I have checked it on my 4.5 projects. It works as desired. No update is required. Enjoy! 😉
  6. Like
    media reacted to Adriano Faria in #Hashtags   
    Just a tip: you need to get people’s attention to this. You post thousands times here will have absolutely no practical effect on the feedback. 
    Even if IPS decides to add something like that, it won’t be in a minor release. All for 4.5 was already announced.
  7. Like
    media got a reaction from sobrenome in #Hashtags   
    +1
  8. Like
    media reacted to Matt in Add TikTok as Social Profile   
    Yes. TikTok embedding is in 4.5.
  9. Like
    media reacted to Stuart Silvester in Elasticsearch Version 7 & IPB?   
    Elastic Search 7 isn't supported at this time, you will need to use version 5 or 6.
    We will be adding support for v7, but I cannot confirm exactly when that will be yet.
  10. Like
    media reacted to bfarber in Google Search Console - new issue   
    Review data used to be valid for Article object types in structured data, but Google has since changed their mind and no longer allows you to include review data for articles. We are looking into this.
  11. Like
    media reacted to Sonya* in <body> and <head> are stripped in translations   
    The tags above are stripped in the translated strings while displaying. They are saved, but not displayed on the GUI. Examples:
    themesetting_js_position_body themesetting_js_position_head  
  12. Thanks
    media reacted to Jan Krohn in Fix "share by email" feature   
    I don't really care whether it was done by a guest, or a forum member, or a hacked forum member. The system should neither allow replacing the share message with a random message, nor tolerate sending of hundreds of identical messages per minute. This is very simple common sense.
  13. Like
    media reacted to Jan Krohn in Fix "share by email" feature   
    Hi,
    This morning I woke up to find that tens of thousands of spam emails were sent through the "share by email" feature.
    The support's brilliant suggestion was to disabling that feature.
    So instead of taking the responsibility to fix or remove a easily abusible feature, it's the customer's responsibility to disable it.
    Bravo!
    If the content that is to be shared can be removed and replaced by a spam message, then the feature is clearly broken. If this happens tens of thousands of times, and the system doesn't catch that, then the system is broken too.
  14. Like
    media reacted to Matt in First byte - analysis   
    Templates should only compile once after either upgrading, or clearing all datastores (which won't happen many times if at all in normal use). When templates rebuild, 99% of the time they rebuild on the first go without needing the attempts loop and sleep. That is there to catch the 1% of times that some random event on the server means the templates weren't compiled properly (possibly because a previous attempt has a lock on the template rebuild). The sleep just pauses for 1 second to allow the lock to be lifted by another process.

    So in short, that sleep should only very rarely be hit and won't be run on every single page load.

    That is the only time we deliberately add a sleep() call.

    As for the loading of the PHP files, I have no idea why there would be any latency but using a compiler like OPcache should negate that.
  15. Like
    media reacted to CodingJungle in CodingJungle's Apps [support topic]   
    pretty much, i don't have any control over what it will send notifications out on 🙂 but does there need to be a new version? something i'm not aware of (or very possibly forgot about?)
  16. Like
    media reacted to CodingJungle in CodingJungle's Apps [support topic]   
    I want to apologize for my lack of interest in this. it wasn't intentional, i started work on fixing it, got caught up in work and other projects and just kept back burner'ing the fix, to the point i honestly just forgot about it. I'll honestly start working on it again tonight, and hopefully will have these issues fixed ASAP. I'll see about getting any one who has been affected by keywords renewal period extended for the last 3 months, if i can't, i can offer credit on my site for purchases or renewals on my site.
    again, i am sorry that its been so long and a show of no interest from me. 
  17. Like
    media reacted to newbie LAC in (NB41) Enhanced Advertisements   
    Add in Extra condition field
    {{if isset(\IPS\Output::i()->hiddenElements['nbenhadverts_node_class']) and \IPS\Output::i()->hiddenElements['nbenhadverts_node_class'] instanceof \IPS\forums\Forum and \IPS\Output::i()->hiddenElements['nbenhadverts_node_id'] == 631}} 1 {{endif}}  
  18. Like
    media reacted to Editorn in Include image URL in RSS feeds   
    Hi,
    When using a RSS for newsletters and/or exports to partners, we'd like to include an image (when available) for records in the RSS. Preferably it would fetch the image as follows:
    Pages: From the record image, and not images published via the text editor.
    Downloads: The uploaded screenshot for a file
    Blogs: Feature Photo (the feature photo of a blog post)
    Forum topic & Forum posts: The fist image published in a post, if available (low priority from my point of view)
    (I don't have Gallery, so I can't comment on that, even if it makes sense to offer images in Gallery feeds as well)
    I believe it also would make sense to use thumbnail images when available, instead of potentially too large fulls-size images in the RSS feed.
    Best regards
  19. Thanks
    media reacted to bfarber in Include image URL in RSS feeds   
    Actually, I did some research and RSS has an enclosure tag which can be used to link to media. We'll review this suggestion further for a major release.
  20. Like
    media reacted to newbie LAC in (NB44) Translate. Filter By App/Plugin   
    Hello,
     
  21. Like
    media reacted to bfarber in Creating Multi Languages Friendly Environment   
    I'm afraid it's not as simple as somehow tagging language strings as front end or AdminCP, as many language strings are actually used in both areas. A more effective tool for translating the front end might be to use the live translation tool which lets you click on text on the screen and translate it right then and there.
  22. Like
    media reacted to Maxxius in Creating Multi Languages Friendly Environment   
    I know it isn't but let's just say that in old days when I was selling LT translation only roughly 5% asked whether ACP was translated. People mostly care only about front-end and that's a fact which I'm stating from my past experience. Other translators are free to do what they desire.
  23. Like
    media reacted to Maxxius in Creating Multi Languages Friendly Environment   
    @Matt @bfarber guys please take note. You did a real disservice with putting all translation in one pile. Please consider adding at least an option to filter admin / public / admin+public shared strings. That would make it so much better than what we have now.
    Nobody in their right mind would translate ACP which if I remember correctly from 3.4 days is like 2/3 of the whole suite while forums makes up about 1/3 or total strings.
  24. Like
    media got a reaction from OptimusBain in Creating Multi Languages Friendly Environment   
    Someone is listening… 🙂

     
  25. Like
    media got a reaction from OptimusBain in Creating Multi Languages Friendly Environment   
    Hi everyone,
    One small request if it is possible...
    Language control panel under ACP is NOT a friendly environment.... I am going to try to give some feedback to make this friendlier for all of us who have bilingual platform 
    Most of us who has bilingual platform; we do not translate admin panel, we only translate front end; therefore we need a good system that separates admin and front end language bits... (very important) When I click on "Untranslated" the admin and front end option should be there too.   
×
×
  • Create New...