Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

Reputation Activity

  1. Thanks
    TAMAN reacted to Daniel F in How to delete custom saved language strings in plugin?   
    I can't reproduce this!
    1. we have the cleanup code in the Widgets delete method
    2. I can confirm that it's calledĀ 
    Ā 
    Please don't forget that it won't be removed immediately, there's a cleanup task which calls this frequently.

    As far as I remember your widget didn't have a delete method?
  2. Like
    TAMAN got a reaction from Sonya* in How to delete custom saved language strings in plugin?   
    I have created a reusable widget in my plugin and im using translatable form fields to save a title and content.Ā and i do it just like how ips does it for example in Most Contributions widget ...\core\widgets\mostContributions it is a reusable widget with a translatable formĀ 
    Ā 
    i have added the delete method in my widget like this
    public function delete() { \IPS\Lang::deleteCustom( 'core', $this->configuration['tacw_title_lang'] ); \IPS\Lang::deleteCustom( 'core', $this->configuration['tacw_content_lang'] ); } $this->configuration['tacw_title_lang'] returns the unique language key to deleteĀ 
    but it does not delete anything and the keyĀ is still in theĀ core_sys_lang_words in the database tableĀ 
    @Daniel FĀ  the default ipsĀ Most Contributions widget seemĀ to have the same issue.Ā the language string used for the title is not deleted in the databaseĀ when theĀ widget is removed! can you please help
    Ā 
    Ā 
  3. Like
    TAMAN got a reaction from FZ in Behemoth Theme [ support topic ]   
    this theme was updated recentlyĀ to support latest ips version. only a bit of code in globalTemplate was required to change tho
    if you have any issues with the theme please let me know šŸ™‚Ā 
    Ā 
    Ā 
  4. Like
    TAMAN reacted to FZ in Behemoth Theme [ support topic ]   
    I had some issues the last time I upgraded IPS before the theme update came out so I think I will wait until everything is hunky dory before going ahead. Now if somebody could reiterate to IPS that this infernal system update message that appears every day is seriously annoying.....Ā 
  5. Thanks
    TAMAN reacted to Dknelson in Behemoth Theme [ support topic ]   
    I was delaying updating to the latest Invision software but after reading this thread, I ignored the warning and did the update. Ā Everything seems to be fine. Ā 
    Thank you Taman for your responses.
  6. Like
    TAMAN reacted to Sirmadsen in mdPanel - Material Design IPS Theme [ support topic ]   
    @TAMAN Wait, I think I get it now... I was so sure colors was pulled from the group formatting settings. Changing the color codes in your themes palette raw rgba values settings did the trick.
  7. Thanks
    TAMAN reacted to Sirmadsen in mdPanel - Material Design IPS Theme [ support topic ]   
    Actually I can't. I can't reproduce the problem. I just deactivated all plugins and activated them again and it started to work. So probably no fault on your end. Maybe even a cache problem or something.
  8. Thanks
    TAMAN got a reaction from ti in Dreadnought Theme [ support topic ]   
    Hi,
    1. I uploaded a new version for ips 4.6.x today, it will be available toĀ update šŸ™‚Ā 
    2. if you still have the issue after the update you will need to check your modified templates and revert them back to defaultĀ 
    Ā 
  9. Like
    TAMAN got a reaction from BankFodder in News Ticker [ support topic ]   
    a new update was released please be patient as it gets accepted in ips marketplaceĀ 
    whats fixed in the new update?
    location issue was fixed. now you can select under user bar without haven any glitches or messing with userbar elements.Ā  fixed z-index issue on sticky news ticker widgets. Ā 
    Ā 
    Ā 
    Ā 
  10. Thanks
    TAMAN got a reaction from ReyDev in Translatable(text , editor) in Theme custom setting   
    never testedĀ in themesĀ but you can check howĀ translatable form fieldsĀ need to be created by looking at ips templatesĀ  example...Ā \core\widgets\achievements.php
    basically, you would need to add the $valueĀ to core languages and then return that instead of the theme setting value
    Ā 
  11. Agree
    TAMAN got a reaction from Emaxo in Magnum Theme [ support topic ]   
    I dont see any issues on my sidesĀ 
    plus achievements is new nothing of that is modified byĀ  me to cause anythingĀ 
    if you have modified templates then you will need to revert them back to default or update them for ips 4.6.x
  12. Thanks
    TAMAN reacted to Ryan Ashbrook in Function libxml_disable_entity_loader() is deprecated   
    I'll take a look. The original change was introduced for security, so we'll want to test any changes thoroughly to ensure there's no regression on that front.
  13. Thanks
    TAMAN reacted to Adriano Faria in Function libxml_disable_entity_loader() is deprecated   
    @Stuart Silvester or @Ryan Ashbrook, is that right? IPS 4.6 uses it and we can't build resources:

    I'm switching to 7.4.9, building the app and then going back to 8.0.7 to test the resource.
    PHP site:
    https://www.php.net/manual/en/function.libxml-disable-entity-loader.php
  14. Thanks
    TAMAN got a reaction from Adriano Faria in Function libxml_disable_entity_loader() is deprecated   
    Apache Version: 2.4.48
    PHP Version: 7.3.1
    MariaDB Version: 10.3.12
    Ā 
    I didntĀ fix shait iĀ was unaware i switched back to php 7.3.1 which has no problem downloading pluginĀ lol
    i do not get the error on php 7.3.1 butĀ 8.0.7
  15. Like
    TAMAN reacted to TDBF in Designers Mode   
    I don't have developer mode on.
    I didn't think this was the normal behaviour, hence the reason asking for clarification on this.
    I will update to version 4.6.2 and see if that fixes the issue. If that fails, I will do a fresh install instead.
  16. Thanks
    TAMAN got a reaction from TDBF in Designers Mode   
    not normal
    unless you have enabledĀ developer mode! which is... normal in that case šŸ¦
    Ā 
  17. Like
    TAMAN got a reaction from Sirmadsen in Advanced Custom Widgets [ Support topic ]   
    no worries the plugin will be updated soon just a few days maybe 2 šŸ˜‰Ā 
  18. Agree
    TAMAN reacted to Sirmadsen in Advanced Custom Widgets [ Support topic ]   
    Yeah, I updated to 4.6 before installing the plugin so IPS is kinda screwing me on that. Looking forward to a update xD
  19. Like
    TAMAN got a reaction from Sirmadsen in Advanced Custom Widgets [ Support topic ]   
    Hi,
    The current version has no issues and will continue to work if you have already installed it!
    but this pluginĀ will also be updated soon for more improvements and new settingsĀ šŸ™‚Ā 
  20. Thanks
    TAMAN got a reaction from BankFodder in News Ticker [ support topic ]   
    yea i removed it because i wanted the news ticker to be more customizableĀ for example i dont want that red dot between image tickers. the red dot was always there before no matter what.
    you can manually add a tickerĀ and use it as a separator.Ā for exampleĀ a nice little red dot with font awesome iconsĀ https://fontawesome.com/v4.7/icon/circleĀ Ā 
    simply add the below html as a ticker and paste it any where in the tickers field. ( in your case you need to paste it between each tickers )
    <span><i class="fa fa-circle" style="color: red; font-size: 14px;"></i></span> --in the code above, the dot is red and the size is 14 px šŸ™‚Ā you can change it. you can also change the font awesome tag with anything elseĀ 
    for example another solution to add a nice separator between each of the tickers. you can add emojis.
    Ā e.g. on windows 10 while adding/editing/creatingĀ tickers on your website.Ā press (Windows + . ) on your keyboard to open emojis. then simply select the emoji šŸ™‚Ā nice dotsĀ  šŸ”“šŸŸ šŸŸ”šŸŸ¢šŸ”µšŸŸ£šŸŸ¤āš«āšŖ
    use case
    <span style="color: red; font-size: 14px;">the color will be blue!šŸ”µ</span> you can also do it with css each news ticker has a unique id which you can apply on. but the above way is more efficientĀ 
    i have already uploaded a new version since yesterday but its not yet approved in marketplace. the new version included with one more location setting to show news ticker above user bar which is on top of the site šŸ™‚Ā 
    also, in the widget news ticker you can already do that but the news ticker becomes sticky on top of the site.
    no worries! ^^Ā 
    Ā 
    Ā 
    Ā 
  21. Like
    TAMAN reacted to BankFodder in News Ticker [ support topic ]   
    Okay. I had been copying your code into the test site ticker which was still the old version ā€“ and as you have seen, that didn't work correctly.

    I've now copied the code into the custom ticker on the live site ā€“ and it works perfectly. Obviously I should have done that first of all.

    Couple of little things ā€“ the old ticker used to have a nice little red dot separating each message. It was a nice touch. Anyway that I can get that back?

    Also, are you able to give me the tagline to move it up to the top?

    If I can get that sorted, I'll leave you in peace! But thanks very much indeed for all your help.
  22. Thanks
    TAMAN got a reaction from BankFodder in News Ticker [ support topic ]   
    the colors neededĀ to be set on the ticker and not inside the ticker items, there was also no point haven links inside li tags
    so the below code is the same thing as your old one andĀ should work for both old and new version as well as future versionsĀ 
    its also easy to understand the code if you wanted to change the colors!
    <a href="https://www.consumeractiongroup.co.uk/topic/431971-van-brought-from-copart-not-advertised-correctly/?tab=comments#comment-5095854" style="color: #F5FFFA">Buying any goods or any services??? Paying by cash or bank transfer??? - BIG Fail! <i class="fas fa-coins fa-2x"></i></a> <a href=" https://www.consumeractiongroup.co.uk/tellafriend/" style="color: #33FF73">Share the love ā€“ Tell a friend about the Consumer Action Group <i class="fas fa-share-alt fa-2x"></i></i></a> <a href="https://www.consumeractiongroup.co.uk/forum/393-general-consumer-tips-and-guidance/" style="color: #red">Are you buying a used car...? <b>Protect yourself ā€“ read our used car guide</b> <i class="fas fa-car-crash fa-2x"></i></a> <a href="https://www.consumeractiongroup.co.uk/topic/373517-guidance-note-dealing-with-customer-service-departments-or-making-telephone-contracts/" style="color: #ff19ff">ESSENTIAL:: Read our Customer Services Guide!!! <i class="fas fa-book-reader fa-2x"></i></a> <a href="https://www.consumeractiongroup.co.uk/announcement/13-twitter-why-you-should-open-a-twitter-account/" style="color: #00aced">Twitter - Why you should open a Twitter account <i class="fa fa-twitter fa-2x"></i></a> <a href="https://www.consumeractiongroup.co.uk/topic/373517-guidance-note-dealing-with-customer-service-departments-or-making-telephone-contracts/" style="color: #a2ff93">ESSENTIAL:: Read our Customer Services Guide!!! <i class="fab fa-readme fa-2x"></i></a> <a href="https://www.consumeractiongroup.co.uk/topic/416305-have-we-helped-you%E2%80%A6-would-you-like-to-give-a-bit-of-help-back/" style="color: #red">Have we helped you today...? <b>Please help the CAG</b> <i class="fa fa-paypal fa-2x"></i></a> <a href="https://www.consumeractiongroup.co.uk/search/?&q=auxilis&search_and_or=or&sortby=relevancy" style="color: #3DFF33">Had a car accident? <b> Been offered a courtesy car?</b> <i class="far fa-surprise fa-2x"></i> </i></a> <a href="https://twitter.com/Real_CAG" style="color: #00aced">Follow @Real_CAG <i class="fa fa-twitter fa-2x"></i></a> <a href="https://www.consumeractiongroup.co.uk/index.php?/&app=soundboard&module=soundboard&controller=managesounds" style="color: #yellow">You can change your notification sound <i class="fa fas fa-music fa-2x"></i></a> <a href="https://cse.google.com/cse?cx=partner-pub-8889411648654839:3134625398&q=avatar%20images&oq=avatar%20images&gs_l=partner-generic.3...91283.94618.0.94853.13.13.0.0.0.0.41.435.13.13.0.gsnos%2Cn%3D13...0.3311j1156977j13...1.34.partner-generic..13.0.0.VYIBEbSiuEA" style="color: #lightblue">Why don't you change your profile picture?? <i class="fa fa-user fa-2x"></i></a> you shouldĀ be using pages blocks to get those links automatically
    Ā 
  23. Thanks
    TAMAN got a reaction from BankFodder in News Ticker [ support topic ]   
    Hi,
    font sizeĀ can be changed in the settings including colors!Ā 
    i also tested before posting the code to you.Ā plus its only links and they show as tickers and it works when i just tested again!
    what i posted to you, must be in custom tickers field and Not in any other elements inside the custom tickers. if you paste it in any element they WILL overlap on each other. this could also happen if this "testsite" you talking about uses older version of news ticker!
    it could also happen if your news ticker was not properly updated. for example if you have edited the news ticker css/html templates, they will be marked as custom and custom css/html templates does not update during plugins/apps//themes or ips upgradesĀ if you customized them.
    Ā 
    Ā 
  24. Haha
    TAMAN got a reaction from Emaxo in Magnum Theme [ support topic ]   
    last time i checked there were no changes in templates so all works fine if you update your siteĀ 
    there is a new version coming tho with many new changes hopefully in the following weeksĀ 
  25. Like
    TAMAN got a reaction from Ilya Hoilik in Function libxml_disable_entity_loader() is deprecated   
    IPS 4.6.0
    trying to download a plugin in my dev localhost on ips 4.6.0 and im getting this errorĀ 

    it happens if i try to download any plugin and i have refreshed all the ips files including developer toolsĀ 
    any idea? all my plugins work fine it just cant be downloaded anymore in acp
Ɨ
Ɨ
  • Create New...