-
Content Count
35 -
Joined
-
Last visited
About Gesundheit

-
Rank
New Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
sobrenome reacted to a post in a topic: Fetching Content of a Specific Custom Profile Field
-
Gesundheit started following Fetching Content of a Specific Custom Profile Field
-
Hello, How would I go about using template logic to get the value data from a specific custom profile field? {{foreach $members as $member}} <li class='ipsPhotoPanel ipsPhotoPanel_tiny cAnnouncement'> {template="userPhoto" group="global" app="core" params="$member, 'tiny'"} <div> <h4 class='ipsType_large ipsType_reset'>{$member->link()|raw} </h4> {$member->groupName|raw} <ul class='cAuthorPane_info'> {template="customFieldsDisplay" group="global" app="core" params="$member"} </ul> <s
-
kRSB reacted to a review on a file: Group Mention
-
Voting this 4/5, because I feel it's not quite there yet. Great application, but not perfect. As I'm writing this review, it's possible to grant select user groups the ability to mention a single defined set of groups. Should you some day expand it so that I could assign various user groups the ability to mention their own sets of groups, then I'd be more than happy to change my review to 5/5.
-
Gesundheit reacted to a review on a file: Group Mention
-
Gesundheit reacted to a file: Group Mention
-
Thank you. A suggestion, if I may. It would be perfect if it would be possible to assign each individual group the ability to mention certain groups. For example administrators could mention them all and moderators could mention only some specific user groups etc. I have a considerable number of user groups that would benefit from group mentions, but only to a very limited extent. It's probably tricky to implement, but it would make this application perfect.
-
Gesundheit reacted to a post in a topic: Group Mention
-
Gesundheit reacted to a post in a topic: Group Mention
-
Gesundheit reacted to a post in a topic: Group Mention
-
Hello, Same issue here. Hovering over the group mention will load the entire first page of the forum within a hovercard. @kRSB
-
Template Error (OutOfRangeException::0)
Gesundheit replied to Gesundheit's topic in Developer Connection
I tried: {{if request.module == 'forums' && request.controller == 'topic'}} {{$topic = \IPS\forums\Topic::loadAndCheckPerms( \IPS\Request::i()->id );}} {{ try{ $forumId = $topic->container()->id; } catch( \OutOfRangeException $e ){ $forumId = 0; } }} forum-{$forumId} {{endif}} but it's still giving unauthorized users a template error. -
Template Error (OutOfRangeException::0)
Gesundheit replied to Gesundheit's topic in Developer Connection
Yes, to <body class=""> -
Hello, I'm using: {{if request.module == 'forums' && request.controller == 'topic'}} {{$topic = \IPS\forums\Topic::loadAndCheckPerms( \IPS\Request::i()->id );}} {{$forumid = $topic->container()->id;}} forum-{$forumid} {{endif}} in globalTemplate to get the forum ID for styling purposes. It does its job, however, if users view topics they lack access to, they're presented with a: [[Template core/front/global/globalTemplate is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] which logs as a t
-
Suggestion for Proper Regexp Support on Display Names
Gesundheit replied to Gesundheit's topic in Feature Suggestions
Some examples for you kind folks. It's rather undesirable to allow the registration of names such as "------" or "_______", however, we don't seek to blacklist their usage either. With regexp we could set more specific rules on where and how many times these characters could be used. E,g, a roleplay server often has very strict rules on which display names to allow. Sometimes it's Firstname_Lastname. Currently there's no way to enforce such format or formats similar to this. So instead of specifying which characters to allow within display names - allow regexp. Or program a -
Exactly. This guy gets it. Well, quite frankly, I don't need any alternative tips on how to handle a specific situation. I'm well aware that I could do things differently. As previously mentioned: phpBB has an option to set a permission to NEVER. This effectively overwrites any previous grants of said permission.
-
Well.. I'm specifically talking about primary groups e.g. "Members". If I'd move them to a copy of the "Members" group minus the x permission, then there would be 2 different groups of the same name under user search and people would quickly figure out who the segregated users are. I don't want that to happen. If I'd prevent the secondary "Members" group from being searched, then that would have the same undesired effect. Even free forum software somehow find this option to be an obvious necessity.
-
I'm surprised there's no support for this. It's a rather useful feature to e.g. punish users who have been abusing a privilege that's otherwise available since registration.
-
See All Records Within a Specific Database Category
Gesundheit replied to Gesundheit's topic in Help & Support
Any suggested workarounds/customizations for this? -
I'm utilizing "Databases" to build several individually standing areas (categories). All of those areas have their own "moderators" i.e. those who see (or should see) all database records within their area/category, but it appears I've hit a wall. There's a permission toggle to "see all database records", but not one to "see all records in a specific category". The system I'm building should enable regular users to submit records and see their submitted records and have specific moderators see all records in those categories. Unfortunately there doesn't seem to be a way to achieve the desired
-
IPCommerceFan reacted to a post in a topic: Revoke Permissions
-
Hello, Quite simply - there needs to be a feature that enables the revoking of any permission previously given to a user via a user group they're in without removing them from that user group. I.e. if a user belongs to a general user group that enables the usage of signatures, I'd need the ability to either revoke that permission directly from their profile or create a user group that takes priority over existing user groups they're in.