[JoyFreak] Postbit Cover

XF 2 Tip [JoyFreak] Postbit Cover

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,997
Points
823

Reputation:

ENXF NET submitted a new resource:

[JoyFreak] Postbit Cover - Allow your members to set a postbit cover photo with this easy and simple guide.

Description
This guide will run you through on how to allow your members to set a postbit cover photo that will display within their posts/messages.

Guide
  1. Create a custom user field. Go to Admin CP > Users > Custom user fields
  2. Field ID: This can be anything you want i.e. postbit_cover
  3. Title: This can be anything you want i.e Postbit Cover
  4. Description: URL of the image. Support types: PNG, JPG, GIF.
  5. Display location...

Read more about this resource...
 

ZENAKUx

New member
Registered
Joined
Jul 2, 2021
Messages
4
Points
3

Reputation:

This fix will:
1. Remove the postbit cover from mobile devices.
2. Allow username to be clickable for those with a postbit cover.

Add to extra.less

Code:
.message-name {
position: relative;
}

@media (max-width: 650px) {
.postbit_background {
display: none;
}
}
 

tessik

New member
Registered
Joined
Nov 12, 2021
Messages
3
Points
13

Reputation:

@ENXF NET, where in the settings?​


1. Remove the postbit cover from mobile devices.​

2. Allow username to be clickable for those with a postbit cover.​

 

BattleKing

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

Reputation:

@ENXF NET, where in the settings?​


1. Remove the postbit cover from mobile devices.​

2. Allow username to be clickable for those with a postbit cover.​

tessikSee the posts some above yours. It is the extra.less code you need to add to your used styles
 

tessik

New member
Registered
Joined
Nov 12, 2021
Messages
3
Points
13

Reputation:

See the posts some above yours. It is the extra.less code you need to add to your used styles
BattleKingit says to do two things and add the code to extra.less.

1 step. Remove the postbit cover from mobile devices.​

2 step. Allow username to be clickable for those with a postbit cover.​

3 step. Add to extra.less

How do I do the first 2 steps?
 

BattleKing

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

Reputation:

it says to do two things and add the code to extra.less.

1 step. Remove the postbit cover from mobile devices.​

2 step. Allow username to be clickable for those with a postbit cover.​

3 step. Add to extra.less

How do I do the first 2 steps?
tessikNo it say this fix will do 1 and 2. Add it to extra.less thats it.

the media line is the one for mobile and dsiplay none is to not show it
 

Bamarc

New member
Registered
Joined
Jun 7, 2022
Messages
1
Points
1

Reputation:

How would you put this at the very back? It's still infront of the usertitle and awards system, etc.
 

rmeu

Member
Registered
Joined
Feb 8, 2019
Messages
5
Points
13

Reputation:

It doesn't work,when you setup everything try enter the url for postbit the navigator says Error 406 for the resource and image doesnt show up.
 

BattleKing

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

Reputation:

It doesn't work,when you setup everything try enter the url for postbit the navigator says Error 406 for the resource and image doesnt show up.
rmeuscreenshot please, did you followed the instruction
 

Roland

Well-known member
Registered
Joined
Sep 19, 2022
Messages
89
Points
8

Reputation:

is this really working anyone post sample proof except than op proof
 

ForumFlake

Well-known member
Registered
Joined
Feb 8, 2023
Messages
79
Points
8

Reputation:

How can i get this for Moderators and Administrators only. I do not want members having access to putting this on there postbit.
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
609
Points
73

Reputation:

i think this template modification is outdated
 

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

ENXF NET submitted a new resource:

[JoyFreak] Postbit Cover - Allow your members to set a postbit cover photo with this easy and simple guide.



Read more about this resource...
ENXF NET

friend I have this error when adding the code

Captura.PNG
 
Top