Jump to content

Alexandr.P

Members
  • Posts

    75
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Alexandr.P got a reaction from Mark H in www   
  2. Agree
    Alexandr.P reacted to Mark H in www   
    Once you've done that, make sure to go to the ACP -> Support page. Once the page finishes loading fully, click the button on the right to clear the system cache.
    Then just navigate away from that page. Those actions should clear any instances of www in the system links, except for those posted directly in a topic (since the data is saved "as-entered" and is not dynamic).
  3. Thanks
    Alexandr.P reacted to Randy Calvert in www   
    Inside of your conf_global.php will be: 
    'base_url' => 'https://www.site.ru/',
    Change this to:
    'base_url' => 'https://site.ru/',
    Basically just remove the www reference.  🙂
  4. Like
    Alexandr.P reacted to Daniel F in IPS 4.6 - 3rd Party Developer News - Round 3   
    Welcome to part 3 ( Part 1 & Part 2 ) of our series for 3rd party developers.
     
    Let's recap the interesting stuff:
    A new extension was added to the core app to allow 3rd party apps to extend the achievements.
    Content Items can be marked as anonymous
    We have cleaned up our code and have removed almost all the deprecated methods and variables!
     
    One if the most concerning changes for IN_DEV users will probably be our new ACP warning once the CSRF Key is being exposed in the ACP

     
    That's nothing to worry about, it's only returned with enabled IN_DEV mode, but please take it serious and try to avoid any redirect to any URL containing the CSRF key and containing user generated content.
  5. Haha
    Alexandr.P reacted to CoffeeCake in Better badge look in Topic   
  6. Like
    Alexandr.P got a reaction from SUBRTX in PHP question   
    Hello, IPS from version 4.5, compatible with 7.4 PHP😉
  7. Like
    Alexandr.P reacted to Lindy in Don't show me an update if I can't download it....   
    Sorry you're having difficulties, @MorriganIt's certainly not been a wonderful 10 months, by any stretch. 😞
    I'm also sorry the notifications are causing you stress. They're intended to emphasize the importance of updates - if you're like me, you've likely clicked the "remind me later" button on OS updates a few dozen times before actually going through with it. Unfortunately, there is no distinction between licensed/unlicensed at this time - if we recommend an update, it's recommended regardless of license status. Nonetheless, I truly understand and empathize with the sentiment -- these are difficult times for many and we don't necessarily want reminders. I'm sorry this has been an example of that for you. 
    I hope things improve for you soon. 
  8. Thanks
    Alexandr.P reacted to CoffeeCake in icon of a moderator   
    Search for cAuthorPane_badge in templates and add whatever logic you'd like for whatever condition you'd like.
  9. Like
    Alexandr.P reacted to Ryan Ashbrook in icon of a moderator   
    Custom CSS:
    .cAuthorPane_badge--moderator::before { content: "\f132"; } Change f132 to any FontAwesome icon (you can find the appropriate replacement by clicking on the icon on that page, and look next to the Unicode label).
  10. Like
    Alexandr.P reacted to CoffeeCake in icon of a moderator   
    You can adjust it via custom CSS. 
    /* Change the icon for moderators */ .cAuthorPane_badge--moderator::before { content: "\f2c2"; } Use the unicode value of the fontawesome 4 icon you'd like to replace it with. I used id-card as an example above.
    Alright, Ryan. Time to arm wrestle.

  11. Like
    Alexandr.P got a reaction from Meddysong in Blogs in the categories   
    nice)) I went to css and it's empty, add what you wrote to it
     
     
  12. Like
    Alexandr.P reacted to Meddysong in Blogs in the categories   
    🙂
    It seems to work:

  13. Like
    Alexandr.P got a reaction from Meddysong in Blogs in the categories   
    Link https://mmorpg-club.ru/
  14. Like
    Alexandr.P reacted to Meddysong in Blogs in the categories   
    Or I suppose you could expect people to track down your blog instead of providing a link to it ...
    Try
    .ipsBadge.ipsBadge_style1.ipsPos_right.cBlogCategoryCount { display: none; } in your custom.css.
  15. Haha
    Alexandr.P got a reaction from sobrenome in Video Gallery: Compression, Thumbnails & Player   
  16. Like
    Alexandr.P got a reaction from IP-Gamers in User panel/bar icons   
    To add icons, go to Appearance -- > Styles and templates --> CSS. We insert it in CUSTOM.CSS the following code:
     
  17. Thanks
    Alexandr.P got a reaction from bosss in User panel/bar icons   
    To add icons, go to Appearance -- > Styles and templates --> CSS. We insert it in CUSTOM.CSS the following code:
     
  18. Haha
    Alexandr.P got a reaction from Morrigan in Don't show me an update if I can't download it....   
  19. Like
    Alexandr.P reacted to Morrigan in Create Own Avatar for Profile Photo   
    This will never be something core in IPS. I would recommend you see about a plugin developer to create it.
  20. Like
    Alexandr.P reacted to Jock3r in Advanced Configuration   
    Ask your hosting provider if it's a managed server that you are using. However, if you are using an un-managed hosting then all you have to do is the following:
    crontab -e Then you have to add the following row on the document that will open on the command line:
    * * * * * (/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /path/to/your/forum/applications/core/interface/task/task.php therandomhashyougetwhenclickingoncronoption) Then close it and save it.

  21. Like
    Alexandr.P reacted to Daniel F in PM problem in forum   
  22. Haha
    Alexandr.P reacted to Jordan Miller in IPS spam service is harmful   
    Me trying to understand if I should panic or not 
×
×
  • Create New...