View Full Version : Need a mod
cyberphere32
07-18-2005, 04:13 PM
Hello,this time i picture something i need i need another thin in user cp wich will users see in my profile !
Can someone do it ?
Like this (i made it fast so its not the best,but you see the point):
Andreas
07-18-2005, 04:21 PM
You can just use Custom Profile Fields for this :)
cyberphere32
07-18-2005, 04:26 PM
Yes i know but i want it like this because i will have then too many custom profile fields !
And if i make custom profile fields then those things wont show up like in the picture when viewing profile,because then they will be mixed up with other profile things (with those ones in left table where is biografy,location...) !
Can anyone please make it ?
Andreas
07-18-2005, 04:35 PM
You can make the Layout as shown on the Images.
cyberphere32
07-18-2005, 04:40 PM
how to make a layout ?
Im a total noob for php so i dont know to make anything,and now i need this,and i cant make it... :disappointed:
Andreas
07-18-2005, 04:49 PM
You don't need PHP. Just set them to be hidden in Profile so they won't show up under additional Information.
Then make a new Section "Computer Information" in Template MEMBERINFO and use $userinfo[fieldx] to display them there.
cyberphere32
07-18-2005, 05:00 PM
How to make a new section ?
Can you explaine ?
sketch42
07-19-2005, 10:02 AM
<a href="https://vborg.vbsupport.ru/showthread.php?p=738347#post738347" target="_blank">https://vborg.vbsupport.ru/showt...347#post738347</a>
i knew i saw this somewhere here
bigcurt
07-19-2005, 10:37 AM
Yea but I do not think this will add it in the pace you want it in the user profiles.
sketch42
07-19-2005, 10:57 AM
Yea but I do not think this will add it in the pace you want it in the user profiles.
but its a start... im sure it wouldnt be too hard to make it show in the public profile instead of the postbit
cyberphere32
07-19-2005, 11:30 AM
Yes you get the point i want it in the profile because my postbit is like this:
Name !
Avatar !
... !
... ! POST
... !
... !
So if i apply that pach my one post will be 10 .km long !
Can someone please tell me how to add it to profile ?
sketch42
07-19-2005, 11:36 AM
Yes you get the point i want it in the profile because my postbit is like this:
Name !
Avatar !
... !
... ! POST
... !
... !
So if i apply that pach my one post will be 10 .km long !
Can someone please tell me how to add it to profile ?
well i just glanced at the code but honestly it wouldnt take much to adjust that code that is placed in the postbit template to work in the MEMBERINFO template.. ill look into it... but dont hesitate to ask in the original authors thread... you never know he may never even thought to put it in the profile. you got nothin to lose.
King Kovifor
07-19-2005, 01:31 PM
Hello,this time i picture something i need i need another thin in user cp wich will users see in my profile !
Can someone do it ?
Like this (i made it fast so its not the best,but you see the point):
In Member Info Find and Change this code:
<td class="tcat" width="50%">$vbphrase[group_memberships]</td>[/html
Change where it says $vbphrase[group_memberships] to whatever the title is. Than Change this code:
[HTML]<if condition="$show['membergroups']">
<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_a_member_of_the_following_groups]</phrase></strong>:</td>
<else />
<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
</if>
</tr>
$membergroupbits
</table>
To have something like this:
=<if condition="$post['fieldX']">Fieldx Prefix:<br /> $post['fieldX']</if>
Just change field X to the field # and it should work.
cyberphere32
07-19-2005, 02:10 PM
thanks,il try !
I really cant do it !
If someone can make it,please... :disappointed:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.