Jump to content

SeNioR-

Members
  • Posts

    1,141
  • Joined

  • Days Won

    5

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by SeNioR-

  1. Yep, ugly as hell and not very functional. Maybe someday... 🙂
  2. Basically, the profile from the mobile app looks pretty good.
  3. Definitely something similar to this one: Invision Community
  4. @Daniel F nice 🙂 Tag management should be built in. There have already been many suggestions to add a list of tags. Personally, for my own needs, I had to write my application to remove thousands of unnecessary tags that were added automatically based on the topic title. (At the time I thought auto tags were a great SEO thing LOL 🙄).
  5. There is no official theme but you can see this one (it's free):
  6. Also, this is the second time I see something like this: Oddly enough, after refreshing the page everything goes back to normal.
  7. Afrodude, I think it was already on their TODO list, and it just coincided with my sugesstion 🙂
  8. It's probably something much bigger. This doesn't just apply to forums. https://www.bleepingcomputer.com/news/security/nortonlifelock-warns-that-hackers-breached-password-manager-accounts/ It's not currently possible, but I agree, it would be useful (with separate on/off settings).
  9. There is a new option to rotate images in 4.7.7, but when you click on it, you get an error. Error: Oops! Something went wrong. Please try again. Link: https://invisioncommunity.com/attachments/?do=rotate&id=159223&direction=left&current=
  10. 4.7.7 Beta. Yay. It's nice to have an impact on development 🙏🤩
  11. Hi Guys. On many websites, when registering an account, there are only two fields, e-mail address and password. The username is set based on the email address, usually in its entirety or set based on what comes before the @ symbol e.g. emial: olivia.johnson@coldmail.com Username: Olivia.johnson My primitive working code looks like this: $GetNameEmail = substr($values['email_address'], 0, strrpos($values['email_address'], '@')); $member->name = ucfirst($GetNameEmail); I need to check if username is already in the database. How can I achieve it? Something like when registering via the social media method where if the nick is taken, we have to enter a different one.
  12. PNG files are not compressed by Imagick. Typically, their size is larger when uploaded than the original file.
  13. Since the topic author cannot mark his first post as solved, this code below should not show if there is no reply in the topic. {{if $topic->canSolve() AND ! $topic->isSolved() AND $topic->isNotModeratorButCanSolve()}} <div class='cContentMessage cContentMessage_color ipsMessage_success ipsMargin_vertical' data-controller='forums.front.topic.solved'> <h3 class='cContentMessage__header'>{lang="solved_did_it_tho_title" sprintf="\IPS\Member::loggedIn()->name"}</h3> <div class='ipsPadding'> {lang="solved_did_it_tho_desc"} {{if member.members_bitoptions['no_solved_reenage']}} <div class='ipsMargin_top'> <a href="#" data-action="mailSolvedReminders" class="ipsButton ipsButton_verySmall"><i class="fa fa-envelope"></i>&nbsp; {lang="solved_reengage_on"}</a> </div> {{endif}} </div> </div> {{endif}} FIX: $topic->posts > 1
  14. If we have anonymization of posts turned on, then after editing the post, the username stays in the log. It should also be anonymized.
  15. I know, but it should be corrected.
  16. @teraßyte I know that but then on a real mobile device there are too many buttons and they start to be on two lines. If we are on a desktop, the buttons should correspond to those set in ACP. In this case, the buttons set for the mobile device are displayed on the desktop when editing. I think that's understandable? 🙂
  17. The editor displays buttons for each screen resolution. When editing a thread on a desktop, we see a limited number of buttons for mobile devices. The editor has a lot of free space on the toolbar, it should be filled to the maximum.
  18. They logged into some old inactive account. From a short research you can see that the accounts are 5 or even 10 years old. They didn't reset the password. I wonder how they check if an account exists in the database. Probably some scraping bot. Many forums have been attacked not only on the IC but also on phpBB or vBulletin. Google > "t.me/pump_upp" or "Verifpro.net"
  19. Works fine for guests. I just checked. Afrodude, check in the browser console if the iframe is loading correctly. Maybe some header you have doesn't allow embedding external iframes.
×
×
  • Create New...