-
Removing data line break after profile field.
thank you. This custom formatting works much better than the default under Field/Custom Topic Formatting (for the dark style ) {$title}: <span style="color: white;">{$content}</span>
-
Was the topic rating removed in IPS5?
salvi replied to Adriano Faria's post in a topic in Invision Community 5: Beta Testing's Beta Discussionyes, i see that now after i turn on the Permissions on Articles. We can Rate the article in the article post and/or add a Review (which is a comment that includes a star rating system, which i assume would add to the star rating within the original article post). the details are missing from the help docs on a lot of things, though i understand that there's a great deal to cover.
-
Removing data line break after profile field.
-
salvi started following Error code EX1064 in v5 beta 6 , Removing data line break after profile field. , Automatic approval for club members. and 3 others
-
Removing data line break after profile field.
The line break after profile fields in short posts causes too much vertical empty space. I suggest removing the break on simple field data like the STATE field example on the right. Until that's changed, could someone tell me how to make that adjustment happen by inserting code into a template or inserting custom css (in V5 Beta 8)?
-
Was the topic rating removed in IPS5?
salvi replied to Adriano Faria's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionPlease define "Reviews." Using search here reveals no reference to "Reviews" in the documentation. Do you mean star ratings or just comment fields categorized as reviews?
-
Set Permission for a member group to view Profile Fields.
For privacy considerations, I'd like to be able to set a group permission to view custom profile fields. Then I could set up a Promotion to that group.
-
Automatic approval for club members.
It would be too tedious for a Club leader/mod/admin to manually approve large numbers of club members. I suggest that members can be Promoted to a Club based on custom fields and criteria.
-
Was the topic rating removed in IPS5?
salvi replied to Adriano Faria's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionClarification please. The system/settings/posting & editor/content section has a setting for "Reviews" that applies to what? Pages and Articles but not forums? I wanted to allow members to create posts in forums for movies and music that could be discussed, reviewed, and rated. Now, aside from polls, which tool would work for that purpose?
-
Improved search ?
indeed, when I search this ipb forum the results are useless. I use google search for ipb questions, and better yet, a.i. but a.i. can occasionally be wrong.
-
Permissions: Custom profile field as criteria for forum access
It would be too tedious for a Club leader/mod/admin to manually approve large numbers of club members. If there is no automatic way, should I suggest that in the requests forum?
-
Permissions: Custom profile field as criteria for forum access
that's exactly what i needed. Thank you. I'll implement this for all 50 states. Can you tell me, can an automated State membership be initiated for a Club, and if so, would you recommend using a Forum or Club feature for this?
-
Permissions: Custom profile field as criteria for forum access
In v5 beta6, Is there a way to set a custom profile field as the automated criteria/permission for access to a forum? For example, if a member selects AZ from a custom profile field called State, can an AZ Forum and/or Club be set to only allow members from AZ to have access?
-
Error code EX1064 in v5 beta 6
i believe the email account association is straightened out now. regarding the error, after i created a new custom profile field, my admin section support area showed a Mariadb error that might be related to the prior error: ALTER TABLE `core_pfields_content` ADD COLUMN `field_1` MEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL ; It was "automatically fixed." Are there any know compatibility issues with MariaDB vs MySQL?
-
Error code EX1064 in v5 beta 6
I corrected the error/problem by deleting the new profile field I had added, but I suppose the problem could arise again.
-
Error code EX1064 in v5 beta 6
After adding a new member and a registration profile field and deleting them both in beta 6, when I try to sign-up a new member it generates Error code EX1064. Clearing cache doesn't help. SELECT * FROM `core_pfields_content` WHERE member_id = IS NULL IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'IS NULL' at line 1 (1064) #0 /home/vii/public_html/system/Db/Select.php(402): IPS\Db->preparedQuery() #1 /home/vii/public_html/system/Db/Select.php(460): IPS\Db\Select->runQuery() #2 /home/vii/public_html/system/Db/Select.php(384): IPS\Db\Select->rewind() #3 /home/vii/public_html/applications/core/extensions/core/ProfileSteps/ProfileFields.php(250): IPS\Db\Select->first() #4 /home/vii/public_html/applications/core/modules/front/system/register.php(257): IPS\core\extensions\core\ProfileSteps\ProfileFields::wizard() #5 /home/vii/public_html/system/Dispatcher/Controller.php(139): IPS\core\modules\front\system\register->manage() #6 /home/vii/public_html/system/Dispatcher/Dispatcher.php(169): IPS\Dispatcher\Controller->execute() #7 /home/vii/public_html/index.php(16): IPS\Dispatcher->run() #8 {main}