Jump to content

#N3CK

Apprentice
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #N3CK

  1. Don't tell me that is truth? I haven't heard of it... lol.. But Facebook is large company, so there is pretty much big chance of it to actually do something.. I guess we will see..
  2. replace {numer="\IPS\Member::loggedIn()->member_id"} with {expression="\IPS\Member::loggedIn()->member_id"} and it should work.
  3. that's font awesome icon. https://fontawesome.com/v4.7.0/ you simply choose icon you want and copy html code for it, IPS supports fontawesome so you don't need to include anything.
  4. Hi, welcome to WebFlake! Please be sure to read our Guidelines! https://webflake.sx/guidelines/
  5. go to ACP > Themes > click edit HTML & CSS on template that you are using, find template mentionRow find: <li class='ipsMenu_item ipsCursor_pointer' data-mentionhref='{$member->url()}' data-mentionid='{$member->member_id}' data-mentionhover='{$member->url()->setQueryString('do', 'hovercard')}'> <a> <img src='{$member->photo}' alt='' class='ipsUserPhoto ipsUserPhoto_tiny'> <span class="ipsPad_half" data-role='mentionname'>{$member->name}</span> </a> </li> and replace it with: <li class='ipsMenu_item ipsCursor_pointer' data-mentionhref='{$member->url()}' data-mentionid='{$member->member_id}' data-mentionhover='{$member->url()->setQueryString('do', 'hovercard')}'> <a> <img src='{$member->photo}' alt='' class='ipsUserPhoto ipsUserPhoto_tiny'> <span class="ipsPad_half" data-role='mentionname'>{$member->group['prefix']|raw}{$member->name}{$member->group['suffix']|raw}</span> </a> </li>
  6. Firstly, why are you still on 4.2.8, there is 4.3.6 version in download section located here: https://webflake.sx/files/category/136-ips-community-suite-43/ Try that, this should fix your problem.
  7. #N3CK

    Help needed please!

    Files here are not upgrades, they're files, you can install them or upgrade.
  8. There is setting "Can view other users topics?" disable it in that forum.
  9. Is there any data that you don't want to lose? If not, set up a fresh install. You can also try setting up a fresh install and use converter to convert database to newest.
  10. Group Name Indicator is a list of groups, in this case it will not help. Use Group Color on User Link @diseva1
  11. I've had this problem once, just copy this theme and it will start working.
  12. Go to email settings, there is button top right for it.
  13. Check if your system is sending emails, there is option in ACP to sending test emails.
  14. Version 1.2.0

    185 downloads

    This application will let allowed users to change PRIMARY member groups or add groups to SECONDARY groups in Moderator Panel. Admins won't have their group changed. Settings: Staff Grups: these groups won't appear as option to the moderator Allowed groups: the groups will be allowed to change member groups on ModeratorCP.
  15. Can i have a link to this theme? I will check it out.
  16. #N3CK

    Best PC OS

    Personally I prefer Windows 7 as it was the best released windows yet (for me) but still, I have Ubuntu installed beside to my windows and I'm using it more then windows tho..
  17. I'm using Chrome for years now, only because it has most of my password saved and It syncs with my phone, on my phone sometimes I use Firefox/Opera.
  18. Moderator perms, check if your group has access to it.
  19. Open ACP, type in search bar "Reactions" and click on the first link "Reputation & Reactions". After going inside of this link, switch to "Reactions" tab, here you can add, change and modify reactions.
×
×
  • Create New...