Jump to content

#N3CK

Apprentice
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #N3CK

  1. Site seems to not be working.. Maybe there is something wrong with timezone.
  2. Version 4.3.3

    345 downloads

    Virus Total scan: https://www.virustotal.com/#/file/7f30f91fd1e8ecba6c393c7bd6055754bad85acda1b03d2a38475c216aa7fcca/detection Beaufitul Dark Theme for IPS 4.3 Features Slider Advanced Footer Slider with a lot of options: Align header, content and buttons Vertical and horizontal slides! Permissions slider and slides Fullscreen and container slider size. Specific pages where show slider Pagination buttons Navigation buttons Background color and image for per slide Height slider Effect transitions Autoplay mode Loop mode Footer 4 blocks with customization width Permissions for per block Background footer Social links Comming soon more features!
  3. Yes, all you need to do is change group ID in that MySQL query.
  4. Did you tried trough MySQL? For example setting same secondary as primary for members group: UPDATE `core_members` SET `mgroup_others` = '3' WHERE `member_group_id` = '3' It will set same secondary as primary group for all users in Members group. For me it was group ID 3
  5. Version 4.3.3

    35 downloads

    These files are required to use developer mode in IPS Community Suite. Downloaded straight from Marketplace.
  6. Or you can do it other way, for example like that: Prefix <span style="color: #hex;"> Suffix <font color="#ff0000;">+</font></span> Works for me.
  7. Show us your current group prefix und suffix.
  8. Find {$lastPost['topic_url']->setQueryString( 'do', 'getNewComment')} And replace it with {$lastPost['topic_url']} It should help, works for me.
  9. I'm guessing that you want to know how can you output member nick, use {member=name}
  10. I don't think that there is setting for that, but you can do that doing some changes in HTML template.. Edit: Yup, you can do that in forumRow template in forums > front > forums > index > forumRow
  11. EDIT: Davlin was faster.. Category permissions. ACP -> Community -> Downloads -> Categories Uncheck permissions for Guest Group so that user will need to be logged in to download ACP > Members > Group > Selected Group > Downloads Tab
×
×
  • Create New...