inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Mar 13, 2017 5:55:41 GMT -8
I'm aware there's a plugin similar but it doesn't work how I want it. What I'm after is a plugin that would allow me to assign image urls to user names, and have multiples show up in the mini-profile at the bottom. So say for example one user had [Magikarp Master] [Team Rocket Member] [Noobasaurus-Rex] As Banner images (please pretend they're images!) They'd show up one after the other. So recapping I need a plugin that possibly would utilise a key to let other members see what titles everyone has, that has a field for me to search and add multiple members and to provide a link to an image that then gets translated into an actual image and appended where the text is. Provided a basic banner for a default set up and image in attachments
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 13, 2017 9:16:32 GMT -8
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Mar 13, 2017 10:15:18 GMT -8
Ty Peter! Editing to add - I added one for me as Admin (the default 'unassigned' one to test) and... its not showing. There's no errors either but its not showing forum.veskelregion.com/thread/22/legendariesThat thread should be accessible I'm pretty sure its down to the fact I'm using a custom mini-profile (it's why I asked it to append direct to mini-profile as I knew that worked xD)
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 13, 2017 12:50:41 GMT -8
Boy_Wonder , Just add an element to where you want and give it the class "mini-profile-banners", as I included custom support as I knew you would need to do something different.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Mar 13, 2017 13:23:09 GMT -8
I think you know me too well Peter XD
|
|
inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Jul 26, 2019 4:49:20 GMT -8
I'm aware there's a plugin similar but it doesn't work how I want it. What I'm after is a plugin that would allow me to assign image urls to user names, and have multiples show up in the mini-profile at the bottom. So say for example one user had [Magikarp Master] [Team Rocket Member] [Noobasaurus-Rex] As Banner images (please pretend they're images!) They'd show up one after the other. So recapping I need a plugin that possibly would utilise a key to let other members see what titles everyone has, that has a field for me to search and add multiple members and to provide a link to an image that then gets translated into an actual image and appended where the text is. Provided a basic banner for a default set up and image in attachments Bro, I need a help How to put high resolution banner on mini-profiles. If i put a high resolution banner then it goes out of mini profile. Please help brother.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 1, 2019 2:27:48 GMT -8
hdd You will need to scale it. Post your banner so we can see.
|
|
inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Aug 1, 2019 7:43:39 GMT -8
hdd You will need to scale it. Post your banner so we can see. thanks for asking brother. But i have fixed that bro i have used these codes in css components: .mini-profile-banners {
float: center;
margin-top: 5px;
margin-bottom: 8px;
width: 150px;
height: 20px;
}
img {
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
max-width: 150px;
height: inherit;
border-radius: 3px;
}
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Aug 12, 2019 8:33:29 GMT -8
can someone tell me where exactly i can put that code please?
.mini-profile-banners {
float: center;
margin-top: 5px;
margin-bottom: 8px;
width: 150px;
height: 20px;
}
img {
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
max-width: 150px;
height: inherit;
border-radius: 3px;
}
|
|
inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Aug 13, 2019 6:28:26 GMT -8
can someone tell me where exactly i can put that code please? .mini-profile-banners { float: center; margin-top: 5px; margin-bottom: 8px; width: 150px; height: 20px; } img { margin-left: auto; margin-right: auto; margin-bottom: auto; max-width: 150px; height: inherit; border-radius: 3px; } CrazyBoyFirst go to build mini profile plugin, then go to components and paste this code in css part replace the existing.
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Aug 14, 2019 1:58:19 GMT -8
what's the name of the plugin please and where to put it exactly? thank's
|
|
inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Aug 14, 2019 3:46:28 GMT -8
what's the name of the plugin please and where to put it exactly? thank's CrazyBoy This plugin is not available in proboards plugin library. Download it from hereManually install this plugin in your forum. Create a banner in photoshop/any graphics software of size 450x60px (it may vary) and upload it to your proboards storage or any image hosting site. copy the link address of banner image. go to manage plugin and click on build plugin and then go to components. Paste the above code in css component. now go back and open mini profile plugin properties. insert the banner image link and select the member groups or members on whose this banner will be shown.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 14, 2019 3:51:44 GMT -8
Download it from the release page, not directly from the master branch.
Also I don't recommend making random people an Admin to solve you issue.
|
|
inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Aug 14, 2019 3:57:37 GMT -8
Download it from the release page, not directly from the master branch. Also I don't recommend making random people an Admin to solve you issue.s hmm i can understand. should i make a video on it?? Peter CrazyBoy it will help you maintain your privacy and your work will also be done.
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Aug 14, 2019 4:47:48 GMT -8
yes please make one
|
|