Forums / Cotonti / Support / User.Details

12>>>

CJ
#1 2009-07-30 05:31
I wana add more to it like

Skype, moods .Ect

How would i do..

do i just copy and paste this

			<tr>
				<td>{PHP.skinlang.usersdetails.MSN}</td>
				<td>{USERS_DETAILS_MSN}</td>
			</tr>

and change to it like skype ??
minoation
#2 2009-07-30 05:34
Do you want to add it in the profile as well so they can put it in the details?
Awesome!
CJ
#3 2009-07-30 05:39
ya so it shows up like another way for people to conact that user


and how do i get my SIGGY Box bigger i changeed it in the Details on site but it doesnt work
tensh
#4 2009-07-30 05:45
That way you'll do it wrong.

1. First, you've got to add extra fields for pages in Admin -> Extra fields for pages.
2. Name them as you want,
3. Read the instructions below adding form carefully. It says:

New tags in tpl files:
page.tpl: {PAGE_XXXXX}, {PAGE_XXXXX_TITLE}
page.add.tpl: {PAGEADD_FORM_XXXXX}, {PAGEADD_FORM_XXXXX_TITLE}
page.edit.tpl: {PAGEEDIT_FORM_XXXXX}, {PAGEEDIT_FORM_XXXXX_TITLE}

XXXXX is your field name. I think it's pretty straight forward? Also, I don't know what you mean by "SIGGY".
CJ
#5 2009-07-30 05:51
ok i get the other part

Siggy, the box that is under every ones post that you can personalize i cant get it to be any bigger then about 75 pixels tall even tho ive changed it in the settings
minoation
#6 2009-07-30 05:51
Do you put them as a input or texarea?
Awesome!
CJ
#7 2009-07-30 05:55
both
minoation
#8 2009-07-30 05:56
So you have to make 2 of each?
Awesome!
tensh
#9 2009-07-30 06:05
Mind that textarea is for really large text.

Where did you try to change signature height?
You should search in the CSS file for this line:

.signature  { color:#3E606F; font-size:.9em; max-height:100px; overflow:auto; }

Change max-height.
minoation
#10 2009-07-30 06:23
One more question when you add an extra field for the profile edit do you have to add the tag {USERS_PROFILE_XXXXX} tag just like that into the users.profile.tpl file?
Awesome!
CJ
#11 2009-07-30 06:53
Does anyone have a Image Sizer ???
minoation
#12 2009-07-30 07:06
Yup.Go to picresize.com.
Awesome!
CJ
#13 2009-07-30 07:21
No a Image Re sizer for Web sites
minoation
#14 2009-07-30 08:09
Hmmm?What exactly are you trying to resize?
Awesome!
CJ
#15 2009-07-30 08:12
like any image posted om my web site

Added 7 minutes later:

# tensh : New tags in tpl files:
page.tpl: {PAGE_XXXXX}, {PAGE_XXXXX_TITLE}
page.add.tpl: {PAGEADD_FORM_XXXXX}, {PAGEADD_FORM_XXXXX_TITLE}
page.edit.tpl: {PAGEEDIT_FORM_XXXXX}, {PAGEEDIT_FORM_XXXXX_TITLE}

I cant find where i have to add tho's

Added 13 minutes later:

users.profile.tpl: {USERS_PROFILE_XXXXX}, {USERS_PROFILE_XXXXX_TITLE}

users.edit.tpl: {USERS_EDIT_XXXXX}, {USERS_EDIT_XXXXX_TITLE}

users.details.tpl: {USERS_DETAILS_XXXXX}, {USERS_DETAILS_XXXXX_TITLE}

user.register.tpl: {USERS_REGISTER_XXXXX}, {USERS_REGISTER_XXXXX_TITLE}

forums.posts.tpl: {FORUMS_POSTS_ROW_USERXXXXX}, {FORUMS_POSTS_ROW_USERXXXXX_TITLE}


Ive added all this Still doesnt work !
This post was edited by CJ (2009-07-30 08:33, 14 years ago)

12>>>