xF2 Add-on which addon using here to Postbit style ?

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
453
Points
53

Reputation:

1661366117488.jpg


So many user Banner how ? any guide ?

For reference link you can check , : https://nullforums.net/threads/new-feature-monetize-your-resources.4442/
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

You need to set for example:
Extra.less

Less:
.userBanner.userBanner--10kevent {
  color: #fff;
  background: url(https://media2.giphy.com/media/l4KhWPNyLHiB3TjVe/giphy.gif);
  background-position: center;
  background-size: cover;
  border-color: rgba(175, 147, 255, 0.7) !important;
  position: relative;
  text-align: right;
  align-items: center;
  padding: 1px 6px 0px 32px;
  font-size: 75%;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 3px;
}
.userBanner.userBanner--10kevent::before {
  background: rgba(20, 20, 20, 0.15);
  color: #ffffff;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 20px;
  text-align: center;
  font-family: "font awesome 5 pro";
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  content: "\f5d2";
  border-radius: 6px;
}
.userBanner.userBanner--10kevent::after {
  top: 50%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 6px;
  margin: -6px 0 0;
  border-left-color: rgba(20, 20, 20, 0.15) !important;
}

and the style need to be set on the group style field
 
Last edited:

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
453
Points
53

Reputation:

You need to set for example:
Extra.less

Less:
.userBanner.userBanner--10kevent {
  color: #fff;
  background: url(https://media2.giphy.com/media/l4KhWPNyLHiB3TjVe/giphy.gif);
  background-position: center;
  background-size: cover;
  border-color: rgba(175, 147, 255, 0.7) !important;
  position: relative;
  text-align: right;
  align-items: center;
  padding: 1px 6px 0px 32px;
  font-size: 75%;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 3px;
}
.userBanner.userBanner--10kevent::before {
  background: rgba(20, 20, 20, 0.15);
  color: #ffffff;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 20px;
  text-align: center;
  font-family: "font awesome 5 pro";
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  content: "\f5d2";
  border-radius: 6px;
}
.userBanner.userBanner--10kevent::after {
  top: 50%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 6px;
  margin: -6px 0 0;
  border-left-color: rgba(20, 20, 20, 0.15) !important;
}

and the style need to be set on the group style field
BattleKingwow i will defenityl try this bro . bro i have one more question how to find THREAD ID.

i am using shoutbox and if somepost any thread like accounts so how should i know what it thread ID ?

1661448763707.png


is this called thread ID number at End ?19
 
View previous replies…

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

wow i will defenityl try this bro . bro i have one more question how to find THREAD ID.

i am using shoutbox and if somepost any thread like accounts so how should i know what it thread ID ?

View attachment 30151

is this called thread ID number at End ?19
ShieldXYes 19 is the thread ID in this case. So the digit after dot(.) in end is thread ID.
 

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
453
Points
53

Reputation:

Yes 19 is the thread ID in this case. So the digit after dot(.) in end is thread ID.
Soft4Wini tested not working in my shoutbox dont know why .
1661538530692.jpg


i put 19 here and posted something in account section it doesnt show any thread of accounts in shoutbox section.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

wow i will defenityl try this bro . bro i have one more question how to find THREAD ID.

i am using shoutbox and if somepost any thread like accounts so how should i know what it thread ID ?

View attachment 30151

is this called thread ID number at End ?19
ShieldXdo you want to see the posts of the threads in the shoutbox or do you want to add the shoutbox message in side the thread
 
Top