Reputation Activity
-
lanc3lot reacted to mabrook in Исправление для устранения проблемы с безопасностью в Invision Communityif you can try this:
Go to your Admin Control Panel (ACP).
Navigate to Themes > Your Theme > Advanced Settings.
In the Custom CSS section, add the following code:
/* Hide the upgrade notification banner */
.cNotificationList {
display: none !important;
}
4. Save your changes.
This will hide the banner on the frontend for all users.
-
lanc3lot reacted to Silence in Scroll IndicatorНет... но может попробую в следующей версии
-
lanc3lot got a reaction from Silence in Scroll IndicatorAny Options available? Will be nice to be able to setup it in specific pages only, like blogs
-
lanc3lot got a reaction from by_ix in Sticky NotesThank you for the upload @by_ix - I still thought can't make the sticky note to appear. I searched the support thread on official, and somewhere Jackal, the original creator, said this: https://invisioncommunity.com/forums/topic/438959-sticky-notes-support-topic/page/10/#comment-2727869
I use Taman's theme, specifically Magnum, so it may this the problem, although i can't understand what's custom edit i have to create for it. Anyone with some knowledge and some spare time, tell me to pm him my forum's url ty in advance, i believe Sticky Notes will be a very nice app to have, for guest users, to make them register or for specific members to reply to a thread / follow some procedure.
-
lanc3lot reacted to by_ix in Sticky NotesSticky Notes 2.3.2.tar
-
lanc3lot reacted to Desti in Sticky NotesI looked in my sources, I cleared the manage () function in license.php and cleared the storeNote() function in sources/GlobalNote/GlobalNotes.php.
I also removed the license {} block from the data/acpmenu.json
-
lanc3lot reacted to Desti in Sticky Notessorry, modules/admin/, not sources/admin/