inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Aug 19, 2018 1:25:51 GMT -8
Hello
I'd like to remodel profiles in my forum so that it would look similar to the attached (it's how profiles look in fideliusrp.boards.net/ ).
We already have mini profiles remodeled and I'd like them to fully appear on profile page as well. Just like in the attached picture.
Could somebody help me with this?
Many thanks in advance.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Aug 22, 2018 9:47:27 GMT -8
Anybody?
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Sept 2, 2018 1:55:37 GMT -8
I will check this topic from time to time, so if you could help me, please leave a post here
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Oct 16, 2018 11:03:29 GMT -8
EclipseI don't know how much of the profile you have modeled yourself already, but the way to insert the mini-profile on the left side of the default layout template is: 1. go to admin panel > structure > layout templates > user profile > summary tab 2. At the very very top, put: <table> <tr> <td style="width:200px;">$[user.miniprofile]</td> <td> 3. At the very very bottom, put: </td></tr></table> There may be a better way to do this, but on my test site, it worked well enough. You will have to adjust the width:200px; number to fit your profile best if you are having issues with things overlapping or a big gap. If your layout template is already heavily customized, this may not work so simply, as I did it on the easypeasy default theme. Let me know if you are also needing assistance on separating the custom profile fields into the second container, as is seen in the 'Biography' section of your image. At least, I am assuming those are custom profile fields haha
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Nov 25, 2018 3:23:36 GMT -8
₪» ⅀ ƪ Ƒ «₪, thank you so much for your response and support! I hope you don't find if I send you a personal message? Have a few more questions.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Nov 25, 2018 17:34:15 GMT -8
No problem at all :)
|
|
inherit
167837
0
Apr 30, 2013 15:32:12 GMT -8
leif
939
June 2011
akiglass
|
Post by leif on Dec 2, 2018 13:05:56 GMT -8
Hello, I made that code pretty much exclusively for Fidelius. I, however, released the code here: support.proboards.com/thread/491844/original-hover-profile-colors-staffThe profile page is rather easy was an alteration to the User Profile code starting after the <div class="pad-all-double clear"> line. Sorry I don't have time to dig into too much detail. It is litteraly the same code, just HTML placement needs to be adjusted. Good luck
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Dec 29, 2018 10:08:07 GMT -8
Hello, I made that code pretty much exclusively for Fidelius. I, however, released the code here: support.proboards.com/thread/491844/original-hover-profile-colors-staffThe profile page is rather easy was an alteration to the User Profile code starting after the <div class="pad-all-double clear"> line. Sorry I don't have time to dig into too much detail. It is litteraly the same code, just HTML placement needs to be adjusted. Good luck Thanks, I use that code for our mini profiles, but adjusting it for view profile page is a bit too much for me.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Dec 29, 2018 10:32:27 GMT -8
leif, there is actually an issue with mini profiles. We've noticed recently that you can only see the "in character" part. "Out of character" doesn't work anymore, i.e. nothing happens if I click on it.
|
|
inherit
167837
0
Apr 30, 2013 15:32:12 GMT -8
leif
939
June 2011
akiglass
|
Post by leif on Jan 13, 2019 12:37:17 GMT -8
ahhh! I broke the javascript code
<script src="http://av.ashkir.com/mp.js"></script>
Let me reupload that! I'm sorry!
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Jan 19, 2019 1:27:01 GMT -8
ahhh! I broke the javascript code <script src="http://av.ashkir.com/mp.js"></script>
Let me reupload that! I'm sorry! No worries. When will it be done?
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Jan 23, 2019 11:55:15 GMT -8
Hi leif , It is still not working
|
|