|
Post by tixmascot on Sept 4, 2024 2:47:25 GMT -5
I'm not sure if this is the correct place for this topic, but you can move the thread later or delete it. From one admin to another: If you want to include a function in the mni profile that counts the number of 'likes', you must go to the layout tamplate for the mini profile in each theme you want it to appear in. Scroll down to Line 24, where you see this code: 23 <div class="info"> 24 Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} 25 {foreach $[user.mini_custom_field]} Insert the following command into Line 24: Likes: $[user.likes]<br /> The end result should thereby look like this: 23 <div class="info"> 24 Likes: $[user.likes]<br /> 25 Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} Enjoy! PS1 ...and if you want a theme upgrade or makeover, just ask Peekaboo and she will be happy to help you out, like she did over at Heretix. PS2 ...just a friendly advice - you should delete all threads and references to past conflicts on the forum (or at least move them out of public view), since people reading that info wouldn't like be a part of such an environment, which can also partly explain why the forum has stagnated and the creativity has stopped, IMO.
|
|