inherit
269421
0
Aug 8, 2024 13:24:39 GMT -8
meslim
3
May 2024
meslim
|
Post by meslim on Aug 8, 2024 13:24:39 GMT -8
Forum URL: (private) Hello Everyone I was wondering if someone might be able to help me out with some coding for the mini-profile where my avatar is. Long ago I did a search and did get the coding I needed but lost it. I forgot what I had type to get the coding. I was looking to reverse the custom title under staff options. Would like to put my coffee cup or any image I choose on the bottom? Under the posts count?
|
|
#eb7100
1480
0
1
Nov 27, 2024 6:25:30 GMT -8
Craig
209,200
September 2001
cmdynasty
|
Post by Craig on Aug 9, 2024 1:35:50 GMT -8
Hi Just to see if i am reading this correctly. You want to move the custom title so it displays at the bottom of the mini profile?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,527
August 2015
socalso
|
Post by Scott on Aug 9, 2024 6:44:49 GMT -8
meslim - If it is as Craig asked, then you would need to do the following: 1. Go to Admin > Structure > Layout Templates > Mini-Profile template. 2. On line 13 you will see this: {if $[user.custom_title]}$[user.custom_title]<br />{/if} 3. Highlight and cut that line (ctrl+x) 4. Then on lines 30-31 should be: {/if} {if $[user.badges_miniprofile]} 5. Create a new line between these lines and paste (ctrl+v) in the code you cut in step 3. It should look like this when done: {/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} {if $[user.badges_miniprofile]}
6. Click the Save Changes button. Please let me know if you have any questions.
|
|