Camaro Forum Issues Discuss any issues you are having with the forums here.

How do you add more stuff to your User Details?

Thread Tools
 
Search this Thread
 
Old Apr 8, 2009 | 04:46 PM
  #1  
camaro_burns_all's Avatar
Thread Starter
|
VIP member
Joined: Sep 2007
Posts: 820
From: Lost somewhere in the Galaxy
Default How do you add more stuff to your User Details?

In other v-bulletin forums you can add what car you drive and other things. Why dont we have that option here?
 
Old Apr 8, 2009 | 05:47 PM
  #2  
Saint Ebony's Avatar
Third Generation Moderator
March 2010 ROTM
Joined: Mar 2008
Posts: 973
From: Canada
ROTM Winner's Club
Default

Administrators have to add the extra profile fields for us to be able to use them. It's quite easy to do, but uhh, ye have to have access to several bits of the admin control panel~
 
Old Apr 8, 2009 | 06:03 PM
  #3  
SpecterGT260's Avatar
Ninja Administrator
Joined: Jun 2007
Posts: 6,172
From: Potato
Default

ill look into it. the thing to remember is that this site is owned by a parent company. their programmers hold the complete admin toolbar and source code so we cant always enact changes right away. there a... uh... well call it a process...
 
Old Apr 8, 2009 | 06:07 PM
  #4  
SpecterGT260's Avatar
Ninja Administrator
Joined: Jun 2007
Posts: 6,172
From: Potato
Default

the option has been added. its not showing up in the threads like it does for some forums
 
Old Apr 8, 2009 | 06:08 PM
  #5  
SpecterGT260's Avatar
Ninja Administrator
Joined: Jun 2007
Posts: 6,172
From: Potato
Default

CBA i didnt know u were chem. awesome
 
Old Apr 8, 2009 | 06:14 PM
  #6  
camaro_burns_all's Avatar
Thread Starter
|
VIP member
Joined: Sep 2007
Posts: 820
From: Lost somewhere in the Galaxy
Default

yep spec you told me long time ago too you were a chemistry major.

edit:
hmmm doesn't show up for some reason
 
Old Apr 8, 2009 | 08:06 PM
  #7  
SpecterGT260's Avatar
Ninja Administrator
Joined: Jun 2007
Posts: 6,172
From: Potato
Default

it should be in your profile. but i dont know how to make it appear in the threads themselves. some of those layout things are in code only. not in the admin CP
 
Old Apr 8, 2009 | 08:08 PM
  #8  
camaro_burns_all's Avatar
Thread Starter
|
VIP member
Joined: Sep 2007
Posts: 820
From: Lost somewhere in the Galaxy
Default

we need to ask the mf admin. because on theirs it shows up. or maybe patrick might know
 
Old Apr 9, 2009 | 12:46 AM
  #9  
Saint Ebony's Avatar
Third Generation Moderator
March 2010 ROTM
Joined: Mar 2008
Posts: 973
From: Canada
ROTM Winner's Club
Default

Originally Posted by SpecterGT260
but i dont know how to make it appear in the threads themselves.
I do.

Go to AdminCP > Styles > Style Manager > Edit Templates (in the dropdown) > Postbit Templates > postbit (or postbit_legacy, if we were using the old-style layout)

Then it's simply a matter of deciding where you want the info to display. If you know anything about html it's pretty easy to go hunting, but if not, the most common spot is immediately after the Post Count display.

So, to make a field appear there, copy the template into Notepad, then find this:

HTML Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
After, add

HTML Code:
<if condition="$post[fieldX]">
<div class="smallfont">
NAME: $post[fieldX]" alt="$post[fieldX]" />
</div>
</if>
Replace "NAME" with the name of the field, as you want it to display in the thread, and "X" with the id number of the profile field you've just added. This can be found in the Profile Field manager, which you have already used to add the field.

Sorry, I made it a book, but it is fairly straightforward once you've done it once or twice.
 

Last edited by Saint Ebony; Apr 9, 2009 at 12:52 AM.
Old Apr 9, 2009 | 02:00 AM
  #10  
SpecterGT260's Avatar
Ninja Administrator
Joined: Jun 2007
Posts: 6,172
From: Potato
Default

it would be nice if everything worked like YOUR over-the-counter version of VB BUT.... for the time being give me the credit of at least seeing the obvious.....
 



All times are GMT -5. The time now is 11:45 AM.