CJ |
|
---|---|
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 |
|
---|---|
Do you want to add it in the profile as well so they can put it in the details?
Awesome!
|
CJ |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
Do you put them as a input or texarea?
Awesome!
|
CJ |
|
---|---|
both
|
minoation |
|
---|---|
So you have to make 2 of each?
Awesome!
|
tensh |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
Does anyone have a Image Sizer ???
|
minoation |
|
---|---|
Yup.Go to picresize.com.
Awesome!
|
CJ |
|
---|---|
No a Image Re sizer for Web sites
|
minoation |
|
---|---|
Hmmm?What exactly are you trying to resize?
Awesome!
|
CJ |
|
---|---|
like any image posted om my web site
Added 7 minutes later: # tensh : New tags in tpl files: 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, 15 years ago) |