Each member has to manually turn on status updates in their profile settings:
im find this Plugin and works =D , solved.
https://invisioncommunity.com/files/file/8669-new-members-defaults/
I would like to know how do I display information in all profiles but only Administrators can see. Example:
Posts:= {number="$member->member_posts"}
Show in all postcontainer, but only Administrator see this information.
im solved
{{if \IPS\Member::loggedIn()->modPermission()}}
Posts:= {number="$member->member_posts"}
{{endif}}
AdminCP >> Themes Edit CSS HTML >> Search in block search UpdateWarning
or you can add what I commented at the beginning of the topic or simply delete everything that is inside, I opted to just hide the content of that delete it
AdminCP >> Themes Edit CSS HTML >> Search in block search UpdateWarning
your solution dont works, your solution ereaser full table is missing
#acpMainArea {
display: none;
}
Solution im using works
The 2 solutions are not the same.
To remove the "Upgrade Message" text on the index page, add the following to UpdateWarning
Add at the beginning of the template <!-- And add to the end of the template -->, save all and done.
To configure it, go to Plugins in admincp, locate the Legends plugin, click edit and edit as you want, after going to the index of your forum and add the widget.
help me? tutorial posted on this forum dont work for me, im use this code
[data-pagemodule="forums"][data-pagecontroller="index"] .cForumHeader h1.ipsType_pageTitle {
display: none;
}
works removing "Forums" name, but button dont remove.
This utility was written for my own use however I have decided to release it for anyone else to use as they wish.
The two main features this plugin provides are:
Ability to auto-assign new support requests to a particular staff member (per-department), so that they receive the daily assigned ticket reminder
Ability to automatically email a staff member when a ticket is assigned to them (enable/disable per department)
This plugin is provided as-is without any warranty or guarantee. No support is provided.
Extends the "Ignore Member" feature into Blogs and Galleries. Tested and works with IPS v 4.1.19. This file is provided as-is, and no support will be provided.