Advertisement
-
Posts
32 -
Joined
-
Last visited
-
Days Won
2
Community Answers
-
fsr's post in remove Forums and start new topic on forum list was marked as the answer
.ipsPageHeader { display: none; }
-
fsr's post in Online Indicator was marked as the answer
{{if $comment->author()->isOnline()}} <img src='{$comment->author()->photo}' alt='{$comment->author()->name}' itemprop="image" style="border:2px solid green;"> {{else}} <img src='{$comment->author()->photo}' alt='{$comment->author()->name}' itemprop="image" style="border:2px solid red;"> {{endif}}
-
fsr's post in Online Indicator was marked as the answer
{{if $comment->author()->isOnline()}} <img src='{$comment->author()->photo}' alt='{$comment->author()->name}' itemprop="image" style="border:2px solid green;"> {{else}} <img src='{$comment->author()->photo}' alt='{$comment->author()->name}' itemprop="image" style="border:2px solid red;"> {{endif}}
-
fsr's post in image background forum was marked as the answer
in custom.css
[data-forumid="<categoryid>"] { background: url(<imageurl>); }
-
fsr's post in Member Group Change after one post was marked as the answer
In content count u have to change "More than" to "Exactly" or sth like this.
-
fsr's post in White Page after uploading the files. was marked as the answer
Have you checked the server configuration?
-
fsr's post in discord emoji on ips profile? was marked as the answer
You can simply copy Moderator badge from 4.5 beta2
after
<span class="ipsUserPhoto"> add:
<span class="cAuthorPane_badge cAuthorPane_badge--moderator" data-ipstooltip=""></span>
CSS:
.cAuthorPane_badge { position: absolute; left: calc(60% - .5em); bottom: 1px; display: flex; justify-content: center; align-items: center; width: 1em; height: 1em; font-size: 26px; background: rgb(255,255,255); color: rgb(0,0,0); border: rgb(255,255,255) solid 2px; border-radius: 50%; } .cAuthorPane_badge--moderator::before { content: "\f132"; }
-
fsr's post in Delete Copyright IPS Theme by IPSFocus? was marked as the answer
.ipsfocusCopyright { display: none; }