Everything posted by avangcom
-
Adding header and footer ips to a php file
🙄
-
Adding header and footer ips to a php file
Hello I have a php file that has a direct connection to the database I want to add ips header and footer to it Thank you for your guidance Unfortunately, it was not done through the Pages program and the database does not work
-
Mention username in chat box
I have no problem with using another chat box, which version do you suggest that has the ability to mention the user?
-
Mention username in chat box
I use this chat box Chatbox FREE 4.2.2
-
Mention username in chat box
Hello How to add a user's mention function in the chat box so that the user can be selected by typing @ and username
- (aXen) Article System in Pages
-
(aXen) Article System in Pages
Hello Is it possible to put a PHP page in this plugin??? I have a project that has a direct relationship with the database and I want to use the IPS header and footer for this project. Can it be done with this plugin or is there another way??? I could not do this with the pages program
- Кто скачал файл ?
-
Кто скачал файл ?
up https://invisioncommunity.com/files/file/10121-tb-log-attachments-downloads/
-
Add support section messages to header
Why is this system interrupted?
-
Add support section messages to header
Hello It is possible to display the support messages sent by users through the ips system in the header of the general manager, for example, there is 1 message in the support section.
-
Tips for removing +Create option
very Good 🥰
-
Tips for removing +Create option
The presence of these buttons on the main page is not required and the user creates a topic through the desired section
-
Tips for removing +Create option
I want this button to be removed from the header And the start new topic button should be deleted on the main page of the forum
-
Connect Search to Google Search
when the search is done in IPS Search through GOOGLE on the site
-
Connect Search to Google Search
UP
-
Connect Search to Google Search
Hello How to match site search with Google search When test is written in the search, open Google with this address: test site: http://www.ipbmafia.ru and perform all searches in Google format
-
hanging the appearance of the default theme header
up
-
hanging the appearance of the default theme header
It didn't look like what I wanted. Thank you. Open the menus like the photo I sent
-
Has anyone tested this shadow box?
This problem is solved. I sent a message about something else. Thank you for checking
-
profile range colors border
Add code to custom.css ipsComment, .cPost.ipsBox:not(.ipsBox_transparent):not(.ipsModerated), .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular), article.ipsComment { border: 1px rgba(34, 139, 34) solid }
-
Has anyone tested this shadow box?
@Exception please check private message
-
Has anyone tested this shadow box?
This is the answer, thank you
-
Has anyone tested this shadow box?
I put this code after class='cPost {{if $comment->author()->isOnline()}}monline{{else}}moffline{{endif}} This is the code after my editing <a id='comment-{$comment->$idField}'></a> <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost {{if $comment->author()->isOnline()}}monline{{else}}moffline{{endif}} ipsBox ipsResponsive_pull {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}} {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}} {{if ( $comment->item()->isSolved() and $comment->item()->mapped('solved_comment_id') == $comment->pid )}}ipsComment_solved{{endif}}'> {{if $item->isQuestion() and !$comment->new_topic}} {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"} {{endif}} I put this in the custom.css section article.monline {box-shadow: 0 0 5px 2px rgba(125, 214, 6, 0.31);}
-
Has anyone tested this shadow box?
I tested it on version 4.7.9 with the default format and it didn't work Have you tried this method?